Function
The ServerView Resource Orchestrator linkage setup command performs setup for linking to ServerView Resource Orchestrator.
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 Vista/Windows 7/Windows Server 2008 environment, execute with the administrator privilege. Select [Start] button of Windows, [All Programs], [Accessories], [Command prompt], and select [Run as administrator] of the right click menu, and then execute this command.
To execute this command by registering it with Task Scheduler for the Windows Vista/Windows 7/Windows Server 2008 environment, 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\bin>sqcSetRorInfo.bat -h 127.0.0.2 -d SSOServerName |