Veritas-bu

[Veritas-bu] Ejecting tapes via Robtest on a split robot

2004-11-04 09:52:21
Subject: [Veritas-bu] Ejecting tapes via Robtest on a split robot
From: rob AT worman DOT org (Rob Worman)
Date: Thu, 4 Nov 2004 08:52:21 -0600
are these hosts running Unix?

if so, then you can request an unload via the 'mt' command
run on a host that is connected to the tape drive in question,
like so:

  # mt -f /dev/rmt/X offline
  (where X is some number that represents the tape drive,
  as reported by 'tpconfig -d')

see also http://support.veritas.com/docs/188520

HTH
rob


On Thu, Nov 04, 2004 at 09:24:20AM -0500 or thereabouts, Marx, Keath wrote:
>    I am trying to unload some tapes from a robot that has 2 drives connected
>    to 1 host and 2 drives on another.  Robtest on the server that controls
>    the robot shows the 4 drives but I cannot issue an unload command to
>    drives 3 and 4.  If I run robtest on the machine with those 2 drives it
>    tells me there is no locally controlled robot.  How can I issue the unload
>    command to those drives?