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

5.1.1 Windows

For Windows, virtual directories must be set.

Also set up basic authentication for the environment setup window if access to the environment setup window must be restricted.


5.1.1.1 Setting virtual directories

Virtual directory is not set automatically when the Management Server is installed. If necessary, execute the following IIS command to build an environment.

Before performing this procedure

The WWW service (World Wide Web Publishing Service) must be running before the following setup command is executed. Also check that a site designated as "Existing Web site" exists.

Note

The commands referred to below may generate an error if any of the following conditions exist:

  • IIS is not installed

  • Windows Scripting Host is not assigned (Microsoft(R) Internet Information Services 6.0)

  • The command line management tool (appCmd.exe) is not installed (Microsoft(R) Internet Information Services 7.0 and later)

  • The setup procedure has already been performed


Command to execute

Run the following command to set up the virtual directory:

<Installation directory>\bin\sqcSetIISreg.exe -m


For Microsoft(R) Internet Information Services(IIS)6.0

When using Microsoft(R) Internet Information Services 6.0, run the command shown below after sqcSetIISreg.exe.

IIS 6.0 is bundled as a standard feature with Windows Server 2003.

Note

Switch the current directory to <installation directory>\bin before running the following command:


Installation directory\bin\sqcmsetc.bat



For Microsoft(R) Internet Information Services(IIS)7.0 and later

When using Microsoft(R) Internet Information Services 7.0 and later, run the command shown below after sqcSetIISreg.exe.

Note

Switch the current directory to <installation directory>\bin before running the command.

Note that in Windows Server 2008 and later, this command must be executed using administrator privileges.

For Windows Server 2012

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

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.


Installation directory\bin\sqcmsetc_iis7.bat



This creates the following virtual directories in Microsoft(R) Internet Information Services.

Service

Setting item

Settings

WWW service

Alias

SQC

Directory

<Installation directory>\www

Example) C:\Program Files\SystemwalkerSQC\www

Access right

Reading

Execution (including scripts)

Make the above settings also when virtual directories are set manually.

See

For details on how to set the virtual directory, refer to the online documentation for Microsoft(R) Internet Information Services.


5.1.1.2 Handler mapping settings


Handler mapping settings are required when using Microsoft(R) Internet Information Services 7.0 and later.


Before performing this procedure

In order to set up handler mapping, it is necessary for [CGI] to be enabled in the [Application Development Function] of the [World Wide Web Service] component of the Internet Information Services.

Before performing this procedure, check the status of the [CGI] setting and enable it if is not enabled.


Procedure

  1. Select the virtual directory name "SQC" in the Microsoft(R) Internet Information Services setup window.

  2. Double click [Handler Mapping] in the function view on the right.

  3. [Add Module Map] from the operation menu on the right.

  4. Specify the following information in the [Add Module Map] dialog box and click the [OK] button:

    • Request path: *.cgi

    • Module: CgiModule

    • Name: CGI-.cgi


5.1.1.3 Setting virtual directories property


Procedure

For Microsoft(R) Internet Information Services(IIS) 6.0

In Microsoft(R) Internet Information Services 6.0, the setup procedure is as follows:

  1. Select the virtual directory name "SQC" in the Microsoft(R) Internet Information Services setup window.

  2. Click the [Directory Security] tab in the [Properties] window of the above virtual directory.

  3. Set an account that has administrator privileges (the account used when installing the Operation Management Client) as the account that will be used for anonymous access.

  4. Clear the [Basic authentication] check box if authenticated access is to be used.



For Microsoft(R) Internet Information Services(IIS)7.0 and later

In Microsoft(R) Internet Information Services 7.0 and later, the setup procedure is as follows:

  1. Select the virtual directory name "SQC" in the Microsoft(R) Internet Information Services setup window.

  2. Double click [Authentication] in the function view.

  3. Check that [Anonymous Authentication] is enabled, then click [Anonymous Authentication] and select [Edit] from the operation menu on the right.

  4. When the [Edit Anonymous Authentication Credentials] dialog box appears, select [Specific user] and click the [Set] button.

  5. Specify the user name and password of a user with administrator privileges in the [Set Credentials] dialog box.


After the above settings are made, the Web Site Management Window can be displayed by specifying the following URL on the Web browser:


If the management server is Windows:

http:// management server's host name/SQC/default.htm


5.1.1.4 Setting of basic attestation


Procedure

  1. Register a user account with Windows

    Register a user account for accessing the Management Console startup HTML or the user startup HTML.

    • The user who will access the Management Console can use the account with administrator privileges that is normally used or create a new account.

    • There are no special restrictions on the account type (access rights) that is created when creating a new account to access the Management Console or when creating an account to access the user startup HTML, as long as the account is able to grant read permissions to the file specified in set in Step 2 "Set file access control" below.


    Register users referring to the Windows help file.


  2. File security settings in IIS

    The following procedure is used to specify file security settings in IIS:

    1. Select the virtual directory name "SQC" in the Microsoft(R) Internet Information Services setup window.

    2. Select "EnvSetting_jp.html" and "EnvSetting_en.html" in the window on the right, click the right mouse button, and then select [Properties] from the pop-up menu to open the [Properties] window.

    3. Click the [File Security] tab and then click the [Edit] button for [Anonymous Access and Authentication Control].

    4. Clear the [Anonymous access] check box and select the [Basic authentication] check box in the [Authenticated Access] field. If any check boxes relating to other authentication methods are selected, clear them.

    5. Click the [OK] button to apply the definition.


The above settings will cause an authentication window to appear when the environment setup window is displayed.