Manage SAN Client Groups for VTLs
Use the following CLI commands to manage SAN Client Groups for Virtual Tape Libraries.
Note: VTL is only available on certain DXi models. To see if VTL is enabled for your system, check the Utilities > License Keys page in the remote management console. To use VTL commands, at least one Fibre Channel card must be installed in the DXi. (Exception: You can always use VTL failback commands, even when no Fibre Channel card is installed.)
Display a list of existing SAN client group(s) on the system.
If you specify a VTL, the output returns only the group associated with that VTL.
Command
syscli ‑‑list sanclientgroup [‑‑vtlname <VTL_name>]
Example output
List of SAN client groups:
Total count = 1
[group = 1]
vtl name = MyVTL
group name = Group1
host =
target =
total device count = 2
[device = 1]
type = VMC
serial = VL01SV0825BVA04501
lun = 1
[device = 2]
type = VTD
serial = VL01SV0825BVA04501
lun = 2
Add a host access group.
Command
syscli ‑‑add sanclientgroup ‑‑name <VTL_name> ‑‑groupname <group_name> ‑‑wwpn <world_wide_port_name> ‑‑target <target> (‑‑device <device_serial_number> ‑‑lun <desired_LUN>) [‑‑useccl]
Review the following attribute descriptions.
|
|
Add a SAN Client Group to a VTL. |
|
|
Enter the name of the VTL for the group. |
|
|
Enter the name for the host access group. |
|
|
Enter the host's alias or WWPN. You can derive the WWPN from the values returned in the <field name> field of the |
|
|
Enter the target for the group. You can derive the Target from the value returned in the |
|
|
You need to specify at least one device serial number (either VMC or VTD) and one desired host LUN. You can derive serial numbers from the |
‑‑useccl
|
If you use the If you are not sure if you should use CCL, contact Quantum Customer Support (http://www.quantum.com/serviceandsupport/get-help/index.aspx#contact-support) before you enable this option. |
Delete a SAN client group from a VTL.
Command
syscli ‑‑del sanclientgroup ‑‑name <VTL_name> ‑‑groupname <group_name>
Review the following attribute conditions.
|
|
Delete a SAN Client Group from a VTL. |
|
|
Enter the name of the VTL to delete for the SAN client group. |
|
|
Enter the group name to delete for the SAN client group. |
