--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users...@googlegroups.com.
To post to this group, send email to bareos...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1. SYSTEM REQUIREMENTS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Operating Systems: - Linux Kernel 2.6.31 or later (x86/x64)
Java Runtime Environment (JRE) Ver. 1.4.2 or later
The tool need java? I have no gui on the server.
[lsscsi -g]
...
[1:0:0:0] tape TANDBERG LTO-4 HH U619 /dev/st0 /dev/sg2
which device I need to use.
/dev/st0
or
/dev/sg2
I forget the first command. With:
mt -f /dev/st0 setblk 0
mt -f /dev/st0 setblk 0
tar -c -v -b 128 -f /dev/st0 filename
...
tar -x -v -b 128 -f /dev/st0
I can backup/restore a file.
is this environment sufficient to use bareos? I do not want to work with tar but just wanted to test the drive.
My second problem relates th mdtool. I know that it has nothing to do with bareos but I hope that maybe someone can answer.
Is it right that I need to update the firmware the MDTools?
Are the MDTools a gui or console programm?
with best
sven
Hi Sven,
**********bareos-sd01 ~/tandberg # apt-get install openjdk-7-jre
**********bareos-sd01 ~/tandberg # tar xzf tdtoollinux64.tar.gz
+ logout and login again via ssh with X-Forwarding
ssh -X **********bareos-sd01
**********bareos-sd01 ~ # cd tandberg/
**********bareos-sd01 ~/tandberg # ls
lib readme.txt scsiintf.log TDTool.jar tdtoollinux64.tar.gz.1 tdtool.sh test
**********bareos-sd01 ~/tandberg # ./tdtool.sh
With the -X option of ssh you can forward the gui to your desktop.
And you also can find this in my post https://groups.google.com/forum/?hl=en#!topic/bareos-users/YoCGZuyKbR0
I can test the drive with the tool and I have install the last firmware.
Now I try to use the device with bareos ....