Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: fergro on February 12, 2007, 07:07:00 PM
-
Hi
I have searched the forums for an answer and have either missed it or I have not used the right search info!
My need:
I have two SME7 boxes on different sites, the internal IT people want/need to be able to extract files from the tape backup at various times.
My Question:
Is there a GUI client that runs on the Internal IT peoples computer that has a windows type interface and will talk to the SME7 so they can restore the files as required. I am aware that Arkeia was used on earlier versions.
Thanks
Rob F
-
Novanet/Yosemite works with SME7. It has a console for Linux and windows. Novanet is the same softwware at a lower cost
-
Hi jmvelez
Thanks for the reply and suggestions. Will give them a go!
RF
-
Hi,
I'm tring to install Yosemite 8.1 on SME 7.1 and have what is quite a simple question but I've searched and can't find the answer.
How do I get Yosemite to run at startup and how do I check it's running?
Many thanks
NTBlade
-
I I run...
# ./ytlinsvc -s
(I'm guessing that this is the Yosemite Backup equivalent of the the old tapeware command) I can telnet to the server on port 3817 but if I run...# ./ytlinsvc -x
the connection is refused.
The Client is XP on the same subnet, no firewall
Any ideas?
-
Hello ,
can enybody help me?.
Ist there a Howto to install Yosemite Tapeware on Sme Server 7.1.2?
Thanks
Maik
-
How do I get Yosemite to run at startup and how do I check it's running?
Via a cron job.
the connection is refused
Don't telnet use ssh.
-
Via a cron job.
I think it should be via rc.local or similar but I don't know how to add the command correctly. In fact, I don't know the command. It doesn't seem to be documented.Don't telnet use ssh.
I'm telnet-ing from an XP client to the server on port 3817. This shows me the server is listening on that port. Nothing to do with ssh
Thanks
ernie0124, from http://www.yosemitetech.com/support/forum/showflat.php?Cat=0&Number=27089
TapeWare 7.0 has been End Of Lifed
NTB
-
This is how I start it:
Create Sym Link to start tapeware
-Install Tapeware
-Create a tapeware script "tapeware.sh"
(/usr/local/yosemite/yosemitebackup/ytlinsvc -s)
-Put the script in /root (or somewhere an uninstall of tapeware would not cause loss of script) and set perms to (rbo wbo esbo)
-Create the symlinc link:
ln -s /root/tapeware.sh /etc/rc.d/rc7.d/S99tapeware.sh
-Reboot and test that service is loaded (/usr/local/yosemite/yosemitebackup/ytlinsvc -q)
I loaded Yosemite Backup 8.5 on SME 6.01, installs fine, but can not see filesystem?
Via a cron job.
I think it should be via rc.local or similar but I don't know how to add the command correctly. In fact, I don't know the command. It doesn't seem to be documented.Don't telnet use ssh.
I'm telnet-ing from an XP client to the server on port 3817. This shows me the server is listening on that port. Nothing to do with ssh
Thanks
ernie0124, from http://www.yosemitetech.com/support/forum/showflat.php?Cat=0&Number=27089
TapeWare 7.0 has been End Of Lifed
NTB
-
Thanks for the reply, dilligaf,
That's what I was looking for.
What do you mean you can't see the filesystem?
N
-
I added to rc.local
modprobe ide-scsi
modprobe sg
sleep 10
/usr/local/novastor/novanet/nnlinsvc -s
you replace the name ytlinsvc and the location for Yosemite Backup. I had to add the sleep 10 due otherwise will not see the device.