Tivoli Header

Administrator's Reference

QUERY DATAMOVER (Display Data Mover Definitions)

Use this command to display data mover definitions.

Privilege Class

Any administrator can issue this command.

Syntax

                    .-*---------------.
>>-Query DATAMover--+-----------------+------------------------->
                    '-data_mover_name-'
 
   .-Format--=--Standard-----.  .-Type--=--*------------.
>--+-------------------------+--+-----------------------+------><
   '-Format--=--+-Standard-+-'  |                  (1)  |
                '-Detailed-'    '-Type--=----NAS--------'
 
 

Notes:

  1. The type must be specified if FORMAT=DETAILED

Parameters

data_mover_name
Specifies the name of the data mover to display. You can specify multiple names with a wildcard character. The default displays all data movers.

Format
Specifies how the information is displayed. This parameter is optional. The default is STANDARD. Possible values are:

Standard
Specifies that the assigned name and addressing information is specified.

Detailed
Specifies that complete information is displayed.

Type
Specifies the type of data mover to be displayed. This parameter must be specified if the Format = Detailed.

NAS
Specifies a NAS device.

Examples

Task

Display the data movers on the TSM server.

Command:
query datamover

Output:
 
+--------------------------------------------------------------------------------+
|Data Mover Name      Type            Online                                     |
|-------------     -----------        ------                                     |
| NASMOVER1             NAS              Yes                                     |
| NASMOVER2             NAS               No                                     |
|                                                                                |
+--------------------------------------------------------------------------------+

Task

Display partial information on data mover DATAMOVER6.

Command:
query datamover datamover6 type=nas

Output:
 
+--------------------------------------------------------------------------------+
| Source Name      Type           Online                                         |
|-------------     -------        ------                                         |
|DATAMOVER6        NAS            Yes                                            |
|                                                                                |
+--------------------------------------------------------------------------------+

See the next task for field descriptions.

Task

Display detailed information on data mover DATAMOVER6.

Command:
query datamover datamover6 format=detailed type=nas

Output:
 
+--------------------------------------------------------------------------------+
|               Data Mover Name:   DataMover6                                    |
|                          Type:   NAS                                           |
|                     HLAddress:   9.115.38.5                                    |
|                     LLAddress:   10000                                         |
|                        USERid:   Netappadmin                                   |
|      Storage Pool Data Format:   Netapp Dump                                   |
|                        Online:   Yes                                           |
|Last Update by (administrator):   ADMIN                                         |
|         Last Update Date/Time:   04/28/2001 09:26:33                           |
|                                                                                |
+--------------------------------------------------------------------------------+

where:

Data Mover Name
Specifies the name of the data mover

Type
Specifies the type of the data mover

HLAddress
Specifies the IP address for the data mover.

LLAddress
Specifies the TCP port number for the data mover.

User ID
Specifies the user ID that the server uses to get access to the data mover.

Storage Pool Data Format
Specifies the data format that is used by this data mover.

Online
Specifies the whether the data mover is online and available for use.

Last Update by (administrator)
Specifies the ID of the administrator who performed the last update.

Last Update Date/Time
Specifies the date and time when the last update occurred.

Related Commands

Table 171. Commands Related to QUERY DATAMOVER

Command Description
DEFINE DATAMOVER Defines a data mover to the Tivoli Storage Manager server.
DELETE DATAMOVER Deletes a data mover.
UPDATE DATAMOVER Changes the definition for a data mover.


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