Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

1.14.2 Setup

This section describes setup steps that are necessary for linking to ServerView Resource Orchestrator

1.14.2.1 Change collection items of the Manager of the ServerView Resource Orchestrator

Execute following command, and change collection items of the Manager of the ServerView Resource Orchestrator.


Privileges required for execution

[Windows]

The privileges of a user belonging to the "Administrators" group are required.

[UNIX]

The privileges of a system administrator (superuser) are required.

Format

[Windows]

<ServerView Resource Orchestrator installation directory>\SQCM\bin\sqcSetRorUpgrade.bat -a sqc-m

[UNIX]

/opt/FJSVssqc/bin/sqcSetRorUpgrade.sh -a sqc-m

Point

Stop Systemwalker Service Quality Coordinator service/daemon before the command execution by referring to "A.4 How to Start and Stop Resident Processes".

1.14.2.2 Change collection items of the Agent of the ServerView Resource Orchestrator

Execute following command, and change collection items of the Agent of the ServerView Resource Orchestrator.

Change the collection items for Agent for Server or Agent for Business according to the license you buy.


Format

[Windows]

<ServerView Resource Orchestrator installation directory>\RCXCTMGA\bin\sqcSetRorUpgrade.bat -a sqc-a-sv

[UNIX]

/opt/FJSVssqc/bin/sqcSetRorUpgrade.sh -a sqc-a-sv

[Windows]

<ServerView Resource Orchestrator installation directory>\RCXCTMGA\bin\sqcSetRorUpgrade.bat -a sqc-a-biz

[UNIX]

/opt/FJSVssqc/bin/sqcSetRorUpgrade.sh -a sqc-a-biz

1.14.2.3 Setting Up Communication Environment

Set up a communication environment. Set up for installing separately from ServerView Resource Orchestrator. The set up in unnecessary for Installing together with ServerView Resource Orchestrator.

Point

Perform "Setting Up the Communication Environment" in the Installation Guide when performing operation using the Admin Console of the Operation Management Client separately from ServerView Resource Orchestrator linking.

1.14.2.3.1 Create a virtual directory

Add the virtual directory (alias) "SSQCSV". For adding the virtual directory (alias) "SSQCSV", execute the following command in the operation management client:

Privileges required for execution

The privileges of a user belonging to the "Administrators" group are required


Format

<installation directory>\bin\sqcSetIISreg.exe -e SSQCSV -d <installation directory>\www

1.14.2.3.2 Handler mapping settings

The setting of the handler mapping is required when the version of Microsoft(R) Internet Information Services (IIS) is 7.0 or 7.5. Refer to "Handler mapping settings" in the Installation Guide for information on how to set up, and then set up by substituting "SSQSCV" for the virtual directory name "SSQC".

Afterwards, according to a similar procedure, add following module maps.

Point

Set following information to the Add Module Mapping dialog, and click OK.

Demant Path : *.rb

  • Module : CgiModule

  • Executable File : "<Installation Directory>\bin\ruby\bin\ruby.exe" "%s" %s

  • Name : Ruby-.rb

1.14.2.3.3 Directory security settings

Perform the directory security settings for the virtual directory "SSQCSV" created in "1.14.2.3.1 Create a virtual directory". Refer to "Directory security settings" in the Installation Guide for information on how to set up, and then set up by substituting "SSQSCV" for the virtual directory name "SSQC".

1.14.2.3.4 CGI timeout settings

The IIS timeout value must be extended to 3600 seconds.

Refer to "CGI timeout settings" in the Installation Guide for setting method, and extend timeout value. Set virtual directory name by reading "SSQCSV" instead of "SSQC" when IIS is 7.0 or 7.5.

1.14.2.3.5 Setting the Web Service Extensions and setting the Mappings

Setting the Web Service Extensions is required when the version of IIS is 6.0.

Also, setting the Mappings is required when the version of IIS is 5.1 or 6.0.

[Setting the Web Service Extensions]

Follow the process to set the Web Service Extensions of the IIS.

  1. Right click Web Service Extensions on the IIS setting window, and click Add a new Web service extension.

  2. Set following items to the Extension name, Required files, and Set extension status to Allowed.

    Extension name: SystemwalkerSQC_Ruby

    Required files: <Installation directory of Operation Management Client>\bin\ruby\bin\ruby.exe "%s" %s

    Set extension status to Allowed: Checked

  3. Click OK button.

[Setting the Mappings]

  1. On the IIS setting window, right click Web site >> Default Web Site >> SSQCSV, and then click Properties to open a sheet of Virtual Directory.

  2. Set the Execute permissions of Application settings to script and executable file, and click Create button.

  3. Click Configuration button.

  4. Click Add button on the mapping sheet.

  5. Specify following items to Executable and Extension, then click OK button.

    Excutable: "<Installation directory of Operation Management Client>\bin\ruby\bin\ruby.exe" "%s" %s

    Extension: .rb

1.14.2.4 Linking to invoke Systemwalker Service Quality Coordinator Console from ServerView Resource Orchestrator Console

Register Systemwalker Service Quality Coordinator Console to the ServerView Resource Orchestrator Console, and invoke Systemwalker Service Quality Coordinator console from ServerView Resource Orchestrator console.

Privileges required for execution

[Windows]

The privileges of a user belonging to the "Administrators" group are required.

[UNIX]

The privileges of a system administrator (superuser) are required

Procedure

  1. Rename following definition file of the Manager of the ServerView Resource Orchestrator

    Definition location

    [Windows]

    <ServerView Resource Orchestrator Manager instllation directory>\RCXCTMG\Operation\conf\funclist_tools

    [UNIX]

    /opt/FJSVctope/conf/funclist_tools

    File name

    [Before modification]

    _SQC_console.xml

    _SQC_admin.xml

    [After modification]

    SQC_console.xml

    SQC_admin.xml

  2. Execute following procedure when the Manager of the ServerView Resource Orchestrator and the Operation Management Client of the Systemwalker Service Quality Coordinator are installed in different servers.

    1. Open "SQC_admin.xml" with text editor, and change the value of the URL in the Link tab.

      Before modification

      <link url="[Request_port]/op_portal/sqc_admin"

      After modification

      <link url="[Request_port]/op_portal/sqc_admin?protocol=http&amp;server=<Operation Management Client IP>&amp;port=80"

      Specify the IP address of the Operation Management Client to the <Operation Management Client IP>.

      Also, depending on the Operation Management Client environment, change the specification of the protocol and port.

    2. Edit "SQC_console.xml" with text editor.

      Before modification

      <link url="[Request_port]/op_portal/sqc_console"

      After modification

      <link url="[Request_port]/op_portal/sqc_console?protocol=http&amp;server=<Operation Management Client IP>&amp;port=80"

      Specify the IP address of the Operation Management Client to the <Operation Management Client IP>.

      Also, depending on the Operation Management Client environment, change the specification of the protocol and port.

  3. Restart Manager of the ServerView Resource Orchestrator

    Information

    Refer to the ServerView Resource Orchestrator Manual for restart procedure of the Manager of the ServerView Resource Orchestrator

  4. Log in to the ROR console of the ServerView Resource Orchestrator, and confirm that a link to the SQC Console is added to the Home tab.