catdscfg
Use the catdscfg command to list the contents of the property files for the Device server and to check the status of the Device server. You must have Administrator authority to use this command.
Syntax
Parameters and arguments
- -user user_name
- Specifies an IBM Spectrum Control user ID.
- -pwd password
- Specifies the password for the IBM Spectrum Control user ID.
- -url url
- Specifies the Device server. The format of the URL is system:port_number, where system represents either the host name or IP address, and port_number represents the IBM Spectrum Control Device server port.
- -fs character
- Specifies the 7-bit character that separates the information in the output. If you omit this parameter, the information is separated by blank spaces.
- -header
- Suppresses the column headings in the output. If you omit this parameter, the column headings are included.
- -help | -h | -?
- Lists help information for the command.
- -qs character
- Specifies the 7-bit character that surrounds character strings and date stamps in the output. If you omit this parameter, character strings and date stamps are enclosed by double quotation marks (").
- -silent
- Suppresses all output for the command. If you omit this parameter, output is included.
Example: Listing the contents of the property file
The following command lists the contents of the property file:
tpctool> catdscfg -url localhost:9550 -user ***** -pwd *****
The following output is returned:
Property Context Value
=======================================================================
AgentManager.Registration AM YES
Fabric.Manager.Password AM *****
Fabric.Manager.Username AM manager
Registration.Server.Host AM tivoli12
Registration.Server.Port AM 9511
Registration.Server.PW AM *****
TPCData.Password AM *****
TPCData.UserName AM manager
default.authorization.enabled CIM true
default.credential CIM default
default.principal CIM default
FabricCIMTransactionTimeout CIM 600
FabricCIMZoneDBChecksumUsage CIM true
FabricCIMZSetActivationRetryInterval CIM 20000
FabricCIMZSetActivationRetryMaxCount CIM 9
Note: This is a partial sample of the actual output.