![]() |
![]() |
You can query, update, and delete data movers.
By using the QUERY DATAMOVER command, you can obtain information about SCSI and NAS data movers. You can request either a standard or a detailed report. For example, to display a standard report about all data movers, issue the following command:
query datamover *
The following shows an example of the output from this command.
+--------------------------------------------------------------------------------+ |Data Mover Name Type Online | |------------- ---------- ------- | |NASMOVER1 NAS Yes | |NASMOVER2 NAS No | |DATAMOVER1 SCSI Yes | +--------------------------------------------------------------------------------+
You can update an existing data mover by issuing the UPDATE DATAMOVER command.
For example, to update the data mover for the node named NAS1 to change the IP address, issue the following command:
update datamover nas1 hladdress=9.67.97.109
Before you can delete a data mover, you must delete all paths defined for the data mover.
To delete a data mover named NAS1, issue the following command:
delete datamover nas1