This section explains the procedure used to divide report management folders by console definitions.
Dividing report locations leads to the following benefits in operation:
In large scale systems such as data centers, reports can be divided by customer or by department.
Procedure
Use the following procedure:
As the report storage locations are based on the console definitions, you will need to create console definitions in advance. Refer to "Console Definitions Window" in the User's Guide (Console Edition) for details on how to create definitions.
Preparing report management folders
Create the directory you want to use for the report management folder in Explorer.
Note: You cannot use characters other than ASCII in the path name of the report management folder.
Creating the definitions file to change the report management folder
Refer to the following definition format and specification example, and make the necessary adjustments to the alias and path of the report management folder in the sample file (sqcSetcondir.sample) to create the sqcSetcondir.ini file:
<Installation directory of the Operation Management Client>\www\control\sqcSetcondir.ini |
<Installation directory of the Operation Management Client>\www\control\sqcSetcondir.sample |
[Console definition name] |
[Console definition name]
For the section name, specify the console definition name that changes the report management folder.
alias_name
Specify the console definition name.
local_path
Specify the full path of the report management folder.
Note: You cannot use characters other than ASCII in the path name of the report management folder.
[DefaultConsole] |
Virtual directory settings
Make settings for the virtual directory. This shows how to make the settings with the following two Web servers.
<Using IIS>
Make sure World Wide Web Publishing Service is running before executing the following command. Execute the following commands to make the settings:
<Installation directory of the Operation Management Client>\bin\sqcSetIISreg.exe -e "alias_name" -d "local_path" |
Note: Use the strings specified in step 2 above for the alias_name and local_path.
"C:\Program Files\SystemwalkerSQC-C\bin\sqcSetIISreg.exe" -e DefaultConsole -d D:\SQC_REPORT |
<Using Interstage HTTP Server (included with Interstage Application Server)>
Editing the Interstage HTTP Server environment definition file
Open the Interstage HTTP Server environment definition file with the editor.
Edit the environment definition file stored in the following location:
Interstage Application Server V8.x or earlier
C:\Interstage\F3FMihs\conf\httpd.conf |
Note: This is the location for the default installation path.
Interstage Application Server V9.x or later
C:\Interstage\F3FMihs\servers\FJapache\conf\httpd.conf |
Note: This is the location for the default installation path.
Virtual directory settings
Add the following lines to the end of the file:
Alias /<alias>/"<full path of the folder where the reports are stored>" |
Saving the settings
Save the file and exit the editor. If you did this while Interstage HTTP Server was running, restart it.
Note
Change access privileges and other parameters as necessary.
Copying history and definition files
Copy or move the following directory into the report management folder.
<Installation directory of the Operation Management Client> \www\html\ConsoleEnvironments\console definition name |