IBM Tivoli Storage Manager Extended Edition, Version 7.1

QUERY DATAMOVER (Display data mover definitions)

Use this command to display data mover definitions.

Privilege class

Any administrator can issue this command.

Syntax

Read syntax diagramSkip visual syntax diagram
                    .-*---------------.   
>>-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.

Example: Display information on all data movers

Display the data movers on the server. Issue the command:
query datamover
Data Mover Name      Type            Online
-------------     -----------        ------
 NASMOVER1             NAS              Yes
 NASMOVER2             NAS               No
See Field descriptions for field descriptions.

Example: Display information for one data mover

Display partial information on data mover DATAMOVER6. Issue the command:
query datamover datamover6 type=nas
 Source Name      Type           Online
-------------     -------        ------
DATAMOVER6        NAS            Yes
See Field descriptions for field descriptions.

Example: Display detailed information on one data mover

Display detailed information on data mover DATAMOVER6. The TYPE parameter is required when FORMAT=DETAILED. Issue the command:
query datamover datamover6 format=detailed type=nas
               Data Mover Name:   DataMover6
                          Type:   NAS
                     HLAddress:   9.115.38.5
                     LLAddress:   10000
                        USERid:   NDMPadmin
      Storage Pool Data Format:   NDMPDUMP
                        Online:   Yes
Last Update by (administrator):   ADMIN
         Last Update Date/Time:   04/28/2003 09:26:33
See Field descriptions for field descriptions.

Field descriptions

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 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 1. 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.


Feedback