![]() |
![]() |
You can query, update, and delete paths.
By using the QUERY PATH command, you can obtain information about paths. You can request either a standard or a detailed report. For example, to display information about all paths, issue the following command:
query path
The following shows an example of the output from this command.
+--------------------------------------------------------------------------------+ |Source Name Source Type Destination Name Destination Type Online | |----------- ----------- ---------------- ---------------- ------ | |NETAPP1 Data mover DRIVE1 Drive Yes | |NETAPP1 Data mover NASLIB Library Yes | |datamover2 Data mover drive4 Drive Yes | | | +--------------------------------------------------------------------------------+
You can update an existing path by issuing the UPDATE PATH command. The examples below show how you can use the UPDATE PATH commands for the following path types:
Update the path from SERVER1 to a SCSI library named SCSILIB:
update path server1 scsilib srctype=server desttype=library device=lb4.0.0.0
Update the path from SERVER1 to a SCSI library named SCSILIB:
update path nas1 scsilib srctype=datamover desttype=drive library=naslib device=mt3.0.0.0
Update the path from the datmover SCSI1 to the disk Harddisk3:
update path scsi1 Harddisk3 srctype=datamover desttype=disk node=belfast lun=1
Task | Required Privilege Class |
---|---|
Delete paths | System or unrestricted storage |
A path cannot be deleted if the destination is currently in use.
Delete a path from a NAS data mover NAS1 to the library NASLIB.
delete path nas1 naslib srctype=datamover desttype=library
Attention: If you delete the path to a device or make the path offline, you disable access to that device.