Before a device can be used, a path must be defined between the device and the server or the device and the data mover responsible for outboard data movement.
The DEFINE PATH command must be used to define the following path relationships:
See the following examples:
If
you have a SCSI type library named AUTODLTLIB that has a device name
of /dev/lb3, define the path to the server named ASTRO1 by doing the
following: define path astro1 autodltlib srctype=server desttype=library
device=/dev/lb3
If you have a drive,
DRIVE01, that resides in library AUTODLTLIB, and has a device name
of /dev/mt4, define it to server ASTRO1 by doing the following: define path astro1 drive01 srctype=server desttype=drive library=autodltlib
device=/dev/mt4
If you have a
SCSI type library named AUTODLTLIB that has a device name of /dev/rmt/tsmlb3,
define the path to the server named ASTRO1 by doing the following: define path astro1 autodltlib srctype=server desttype=library
device=/dev/rmt/tsmlb3
If you have
a drive, DRIVE01, that resides in library AUTODLTLIB, and has a device
name of /dev/rmt/tsmmt4, define it to server ASTRO1 by doing the following: define path astro1 drive01 srctype=server desttype=drive library=autodltlib
device=/dev/rmt/tsmmt4
If you
have a SCSI type library named AUTODLTLIB that has a device name of
/dev/tsmscsi/lb3, define the path to the server named ASTRO1 by doing
the following: define path astro1 autodltlib srctype=server desttype=library
device=/dev/tsmscsi/lb3
If you
have a drive, DRIVE01, that resides in library AUTODLTLIB, and has
a device name of /dev/tsmscsi/mt4, define it to server ASTRO1 by doing
the following: define path astro1 drive01 srctype=server desttype=drive library=autodltlib
device=/dev/tsmscsi/mt4
For
example, if you have a SCSI type library named AUTODLTLIB that has
a device name of /dev/rmt/3lb, define the path to the server named
ASTRO1 by doing the following: define path astro1 autodltlib srctype=server desttype=library
device=/dev/rmt/3lb
If you have
a drive, DRIVE01, that resides in library AUTODLTLIB, and has a device
name of /dev/rmt/4mt, define it to server ASTRO1 by doing the following: define path astro1 drive01 srctype=server desttype=drive library=autodltlib
device=/dev/rmt/4mt