Function
Based on registered console definitions, this command can perform the collection of the configuration information of ProxyManager/Agent which is usually performed via a define GUI.
Note
Do not execute multiple sqcGetXMLConfig command simultaneously.
Privileges required for execution
The privileges of a user belonging to the "Administrators" group are required to execute this command.
Execution environment
This command can be run on an operation management client.
Syntax
<Installation directory>\bin\sqcGetXMLConfig.bat -c console_define [-g system_group] [-t] |
Note
Specify the options in the sequence of -c console_define [-g system_group] [-t].
Options
Specify the console definition name of the target of the configuration information collection.
Specify system group. The configuration information of the ProxyManager/Agent registered in the specified system group will be collected.
If this option is omitted, the configuration information for ProxyManager/Agent registered in all system groups will be collected.
If this option is specified, the collection date time of the configuration information of the ProxyManager/Agent will be displayed.
Return values
Normal termination: 0
Abnormal termination: 1
Execution results/Output format
The following normal completion message will be sent to standard output.
System group name 1 System group name 2 (Success): sqcGetXMLConfig |
* If the configuration information could not be taken, the configuration information accession date time will be blank and this command terminates normally.
GRP1 <ProxyManager> GRP2 (Success): sqcGetXMLConfig |
An error message will be sent to standard error output:
(Error):Message,error number |
Error messages, corresponding error numbers, contents, and corrective measures are as follows.
Error number | Message | Content | Corrective measure |
---|---|---|---|
010 | Parameter error.(error detail code) | Parameter specification error | Modify the parameter and try again. |
020 | Server access error.(error detail code) | Server communication error | Confirm the connection state of the Manager and try again. |
100 | System error.(error detail code) | Other error | Collecting the maintenance information and contact a Fujitsu SE. |
In case the specified console definition name not exist
"C:\Program Files\SystemwalkerSQC-C\bin\ sqcGetXMLConfig.bat" -c Console1 |
In case the Systemwalker SQC DCM service of the Manager is not running.
"C:\Program Files\SystemwalkerSQC-C\bin\ sqcGetXMLConfig.bat" -c Console1 |
Usage Example
Below is an example collecting console definition under following condition.
Console1
"C:\Program Files\SystemwalkerSQC-C\bin\ sqcGetXMLConfig.bat" -c Console1 |
The following is an example collecting the date time of configuration information's collection date time under following contents.
Console1
GRP1
"C:\Program Files\SystemwalkerSQC-C\bin\ sqcGetXMLConfig.bat" -c Console1 -g GRP1 -t |