Top
Systemwalker Service Quality Coordinator User's Guide (WebsiteManagement Functions Edition)
Systemwalker

4.1.4 InfoProvider Pro (packaged with Interstage Application Server)

[Windows]

  1. Open the environment definition file of InfoProvider Pro using a text editor.

  2. Set a virtual directory.
    Add the following lines to the end of the file:

    # Systemwalker Service Quality Coordinator Agent V12.0L10
    cgi-path-idnt: C:\PROGRA~1\SYSTEM~1\www\cgi-bin SQC/cgi-bin
    link: SQC C:\PROGRA~1\SYSTEM~1\www

    Point

    The above has a reference to C:\PROGRA~1\SYSTEM~1 (8.3format) is the default installation setting. If your installation setting is different, change the references to match.


  3. Apply the new settings.
    Close the editor after updating the entries. If InfoProvidor Pro is active, close it down and then restart it.

Note

If your InfoProvider Pro is older than the one bundled in Interstage Standard Edition V2.0L20, the above settings are not possible due to functional restrictions. Instead, make the settings shown below:

  1. Create a virtual directory equivalent to the above one.

    Create a new directory SQC under the top directory published by the Web server, and then copy to this new directory all files under the directory www under the installation directory of this product, excluding cgi-bin.
    Open viewer.html at the copy destination using a text editor and then add the <PARAM> tag between the <APPLET> tags as shown below:

    <APPLET codebase="./classes/" archive="viewer.jar" code="Viewer.class" width=950 height=512>

    <PARAM name="CGI" value=http://xxx.yyy.com/SQC-cgi-bin/dbref.cgi>

    </APPLET>

    Note

    Replace the term xxx.yyy.com above with the actual host address of your Web server.

  2. Open the environment definition file of InfoProvider Pro using a text editor and add the following lines to the end of the file:

    # Systemwalker Service Quality Coordinator Agent
    cgi-path-idnt: C:\PROGRA~1\SYSTEM~1\www\cgi-bin SQC-cgi-bin

    Note

    The above has a reference to C:\PROGRA~1\SYSTEM~1 (8.3 format), which is the default installation setting. If your installation setting is different, change the references to match.

  3. Apply the new settings.
    Close the editor after updating the entries. If InfoProvidor Pro is active, close it down and then restart it



[Solaris]

  1. Open the environment definition file of InfoProvider Pro using a text editor.

  2. Set a virtual directory.
    Add the following lines to the end of the file:

    # Systemwalker Service Quality Coordinator Agent

    cgi-path-idnt: /opt/FJSVssqc/www/cgi-bin SQC/cgi-bin

    link: SQC /opt/FJSVssqc/www/cgi-bin

  3. Apply the settings.
    Close the editor after updating the entries. If InfoProvider Pro is active, close it down and then restart it.

Note

If your InfoProvider Pro is older than the one bundled in INTERSTAGE Standard Edition 3.0, the above settings are not possible due to functional restrictions. Instead, make the settings shown below:

  1. Create a virtual directory equivalent to the above one.
    Create a new directory SQC under the top directory published by the Web server, and then copy to this new directory all files under the directory www under the installation directory of this product, excluding cgi-bin.
    Open viewer.html at the copy destination using an editor and then add the <PARAM> tag between the <APPLET> tags as shown below:


    <APPLET codebase="./classes/" archive="viewer.jar" code="Viewer.class" width=950 height=512>

    <PARAM name="CGI" value=http://xxx.yyy.com/SQC-cgi-bin/dbref.cgi>

    </APPLET>

    Note

    Replace the term xxx.yyy.com above with the actual host address of your Web server.

  2. Open the environment definition file of InfoProvider Pro using a text editor and then add the following lines to the end of the file:

    # Systemwalker Service Quality Coordinator Agent 12.0
    cgi-path-idnt: /opt/FJSVssqc/www/cgi-bin SQC-cgi-bin


  3. Apply the new settings.
    Close the editor after updating the entries. If InfoProvider Pro is active, close it down and then restart it.