Function
The ServerView Resource Orchestrator linkage setup command performs setup for linking to ServerView Resource Orchestrator.
Note
Do not execute multiple sqcSetRorInfo command simultaneously.
Privileges required for execution
The privileges of a user belonging to the "Administrators" group are required to execute this command.
Note
To execute this command under Windows Server 2008/Windows Vista and later, execute with the administrator privilege.
For Windows Server 2012/Windows 8
Right-click the Start menu (located at the bottom-left corner of the Desktop) and select Command Prompt (Admin). Run the command from the Command Prompt.
For Windows Server 2008/Windows 7/Windows Vista
From the Start menu, select All Programs - Accessories, then right-click Command Prompt, and select Run as administrator. Run the command from the Command Prompt.
To execute this command by registering it with Task Scheduler for the Windows Server 2008/Windows Vista and later, select the General tab of the Properties window for the task to be registered, and then select the Run with highest privileges checkbox.
Execution environment
This command can be executed on an operation management client
Syntax
<installation directory>\bin\sqcSetRorInfo.bat -h <RORHostname> -d <SSOServerName(FQDN)> [-p <HTTPServerPort>] |
<installation directory>\bin\sqcSetRorInfo.bat -v |
Options
Specify the host name or IP address of the ServerView Resource Orchestrator Manager.
This option can not be used with -v option.
Specify the host name or IP address or FQDN of the ServerView SSO Authentication Server. This option can not be used with -v option.
Specify the port number of the Interstage HTTP Server of the Server that ServerView Resource Orchestrator Manager are installed. (default: 80)This option can not be used with -v option.
Use this option to confirm setting content. This option can not be used with other options.
Return values
Normal termination: 0
Improper options: 10
Error not identified: 40
Broken setting file: 50
Execution results/Output format
Normal termination
The following normal completion message will be sent to standard output.
(Success) sqcSetRorInfo succeeded. |
Usage Example
C:\Program Files\SystemwalkerSQC-C\bin>sqcSetRorInfo.bat -h 127.0.0.2 -d SSOServerName |