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-----.   
>--+-------------------------+---------------------------------->
   '-Format--=--+-Standard-+-'   
                '-Detailed-'     

   .-Type--=--*----------------------.   
>--+---------------------------------+-------------------------><
   |                         (1) (2) |   
   '-Type--=--+-NAS--------+---------'   
              +-NASCLUSTER-+             
              '-NASVSERVER-'             

Notes:
  1. You must specify the TYPE parameter if FORMAT=DETAILED.
  2. You can specify TYPE=NASCLUSTER and TYPE=NASVSERVER only on an AIX, Linux, Solaris, or Windows operating system.

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.
Standard
Specifies that name and address information is displayed.
Detailed
Specifies that complete information is displayed.
Type
Specifies the type of data mover to be displayed. If you specify FORMAT=DETAILED, you must specify a value for the TYPE parameter.
NAS
Specifies a NAS file server.
AIX operating systemsLinux operating systemsOracle Solaris operating systemsWindows operating systems NASCLUSTER
AIX operating systemsLinux operating systemsOracle Solaris operating systemsWindows operating systemsSpecifies a clustered NAS file server.
AIX operating systemsLinux operating systemsOracle Solaris operating systemsWindows operating systems NASVSERVER
AIX operating systemsLinux operating systemsOracle Solaris operating systemsWindows operating systemsSpecifies a virtual storage device within a cluster.

Example: Display information about all data movers

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

Example: Display information about one data mover

Display partial information about 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 about one data mover

Display detailed information about 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
               Data Mover Type:   NAS
                    IP Address:   198.51.100.0
            TCP/IP Port Number:   10000
                     User Name:   NDMPadmin
      Storage Pool Data Format:   NDMPDUMP
                        Online:   Yes
Last Update by (administrator):   ADMIN
         Last Update Date/Time:   05/23/2015 09:26:33
See Field descriptions for field descriptions.
AIX operating systemsLinux operating systemsOracle Solaris operating systemsWindows operating systems

Example: Display detailed information about a clustered NAS data mover

Display detailed information about a clustered NAS data mover that is named CLUSTERA. Issue the following command:
query datamover clustera format=detailed type=nascluster
	 
               Data Mover Name:   CLUSTERA
               Data Mover Type:   NASCLUSTER
                    IP Address:   192.0.2.255
            TCP/IP Port Number:   10000
                     User Name:   ndmp
      Storage Pool Data Format:   NETAPPDUMP
                        Online:   Yes
Last Update by (administrator):   ADMIN
         Last Update Date/Time:   04/28/2015 09:26:33
See Field descriptions for field descriptions.

Field descriptions

Data Mover Name
Specifies the name of the data mover.
Data Mover Type
Specifies the type of the data mover.
IP Address
Specifies the IP address of the data mover.
TCP/IP Port Number
Specifies the TCP port number for the data mover.
User Name
Specifies the user ID that the server uses to access the data mover.
Storage Pool Data Format
Specifies the data format that is used by the 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 completed 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.