1833448 Members
3375 Online
110052 Solutions
New Discussion

Re: autoloader problem

 
Juergen Nagel_1
Frequent Advisor

autoloader problem

Hello,

I have a problem with a DLT autoloader 818. After the following commands the tape is swapped but the DLT device is offline.

export LIBRARY=/dev/rac/c4t6d0
mt -t /dev/rmt/0m rew
sleep 60
/usr/sbin/mc -sD1
sleep 300
/usr/sbin/mc -sS$T -dD1
sleep 300

Who has an idea?
Thanks
3 REPLIES 3
Alexander M. Ermes
Honored Contributor

Re: autoloader problem

Hi there.
Sorry, but did you check the manpages of the mc command ?
May help just a bit.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Juergen Nagel_1
Frequent Advisor

Re: autoloader problem

Yes, I did it.
Nevertheless I found not the right answer.
Michael Tully
Honored Contributor

Re: autoloader problem

Hi,

To move tapes around an Autoloader properly
you need to create a robot device. Have a
look at the attached document. Once configured,
you can move tapes around doing this:

Assume that you device is /dev/robot:

# mt -t /dev/rmt/0m rew (rewind tape)
# mt -t /dev/rmt/0m offl (take drive offline)
# mc -p /dev/robot -sD1 -dS1 (move from source
to destination)
# mc -p /dev/robot -sS2 -dD1

HTH
~Michael
Anyone for a Mutiny ?