5.3.14 Checking the HCSC server setup information
This subsection describes the prerequisites and method for referencing the HCSC server setup information.
- Organization of this subsection
(1) Prerequisites
To reference the HCSC server setup information, the HCSC server must be in a stopped or running state.
For details on how to check HCSC server status, see "5.3.15 Checking the HCSC server information".
(2) Reference method
To reference HCSC server setup information, execute the cscutil command in the operating environment. Specify server in the -target option and specify get_setup_info in the -operation option. When you execute the cscutil command, the contents of the HCSC server setup definition file are displayed.
For details on the HCSC server setup definition file, see "6.4.3 HCSC server setup definition file" in "Service Platform Reference Guide".
For details on the cscutil command, see "cscutil (Various operations)" in "Service Platform Reference Guide".
The execution format of the cscutil command differs depending on whether you use the property definition file.
- When you do not use the property definition file
-
In the -props option, specify the HCSC server name.
cscutil -user <login user ID> -pass <login password> -mng <Manager name> -target server -operation get_setup_info -props "CSCSrvName=<HCSC server name>"
You can use the cscrepls command to check the Manager name and the HCSC server name specified in the cscutil command. For details on the cscrepls command, see "cscrepls (Displaying the repository information)" in "Service Platform Reference Guide".
- When you use the property definition file
-
Specify the name of the property definition file name in the -propfile option. You must create the property definition file beforehand in the J2SE property file format.
cscutil -user <login user ID> -pass <login password> -mng <Manager name> -target server -operation get_setup_info -propfile <property definition file name>