Tivoli Header

Administrator's Guide


Managing Data Movers

You can query, update, and delete data movers.

Requesting Information About 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                                            |
+--------------------------------------------------------------------------------+

Updating Data Movers

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

Deleting Data Movers

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


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]