Quantum DXi-Series Command Line Interface (CLI) Guide
6-66538-03 Rev C
November 2010
VTL Configuration CLI Commands
19
Listing Targets
syscli --list target
This CLI command allows the CLI admin to display a list of targets on the system.
It lists the node, alias (FC port) and the WWPN. An example output of a target is
given below.
target
count
=
1
target
=
1
node
=
1
alias
=
FC3
wwpn
=
214108001bc08278
end
Listing Devices
syscli --list device --name <VTL_name>
This CLI command allows the CLI admin to display a list of devices on the
system. The list includes the type of device (VMC or VTD), serial number of the
device and the virtual tape library name the device is in. An example output of
devices on the system is shown below.
device
count
=
3
device
=
1
vtl
name
=
MyVTL
type
=
VMC
serial
=
VL01SV0825BVA04501
device
=
2
vtl
name
=
MyVTL
type
=
VTD
serial
=
VL01SV0825BVA04501
device
=
3
vtl
name
=
MyVTL
type
=
VTD
serial
=
VL01SV0825BVA04501
end
Listing the SAN Client
Group
syscli --list sanclientgroup [--vtlname <VTL_name>]
This CLI command allows the CLI admin to display a list of existing SAN client
group(s) on the system. The list returned contains the virtual tape library name,
group name, host, target and devices associated with the group. If a virtual
library name is specified, this CLI lists only the group associated with the virtual
tape library.