Managing data movers that are used in NDMP operations

You can query, update, and delete the data movers that you define for NAS file servers.

Procedure

Use one of the following commands to manage data movers:
Command Procedure
QUERY DATAMOVER To query a data mover, issue the QUERY DATAMOVER command with the appropriate parameters. For example, if you want to query the data mover NASNODE1, issue the following command:
query datamover nasnode1
UPDATE DATAMOVER To update a data mover, issue the UPDATE DATAMOVER command with the appropriate parameters. For example, if you shut down a NAS file server for maintenance and you want to take the data mover offline, issue the following command:
update datamover nasnode1 online=no
DELETE DATAMOVER To delete a data mover, issue the DELETE DATAMOVER command. For example, if you want to delete the data mover NASNODE1, issue the following command:
delete datamover nasnode1
Restriction: If the data mover has a path to a library, and you delete the data mover or take the data mover offline, you disable access to the library.