Managing NerveCenter
-
Managing NerveCenter Web Integration - How to Start and Stop the NerveCenter Web Collector -
During a typical installation, the NerveCenter Web Collector is installed as a Windows service or UNIX daemon. Therefore, whenever you boot the host machine, the NerveCenter Web Collector will automatically start.
There may be times when you want to start or stop the NerveCenter Web Collector manually. The procedure depends on your operating system:
During a typical installation, the NerveCenter Web Collector is installed as a daemon. Therefore, whenever you boot the host machine, the NerveCenter Web Collector will automatically start.
However, there may be times when you want to start or stop the NerveCenter Web Collector manually.
During a typical installation, the NerveCenter Web Collector is installed as a Windows service. Therefore, whenever you boot the host machine, the NerveCenter Web Collector will automatically start.
To stop and start the NerveCenter Web Collector, you must use the Services Applet found in the Windows Control Panel. See your Windows documentation for more details on starting and stopping services.
If NerveCenter web support was installed on a machine with a supported web server installed and running, NerveCenter Setup (or the installation script on UNIX) already configured your web server. Users should be able to connect immediately.
If NerveCenter web support was installed on a machine without an installed and running web server, you must configure your web server by doing the following:
The following sample procedure illustrates how to configure Internet Information Server (IIS) on Windows to support NerveCenter.
To configure Internet Information Server on Windows NT:
Service Properties
for the server you chose when you installed NerveCenter.
Directories
tab.
Add
.
Directory
field, type the full path of the Web subdirectory. For example, if you installed in the default location, the path would be C:\Program Files\OpenService\NerveCenter\Web\CGI.
Alias
field, type NerveCenterCGI
.
Access
panel, select the Read
and Execute
check boxes.
OK
.Enable Default Document
check box.
Default Document(s)
field doesn't already include index.html
and default.htm
, add them. Separate multiple entries in this field with commas.
On Windows 2000 and XP machines, IIS should be configured automatically when you select Web Support during installation. However, you should confirm that the settings are correct.
To confirm IIS is configured on Windows 2000 and XP:
Start > Settings > Control Panel > Administration Tools > Internet Service Manager
.
Tree
tab, expand the name of the server on which you have installed NerveCenter Server.
Default Web Site
and select NerveCenter
.
Action > Properties
.Virtual Directory
tab:Read
check box is selected.
Scripts and Executables
is selected from the Execute Permissions list.OK
to close the NerveCenter Properties dialog box.
NerveCenterCGI
.
Virtual Directory
tab:Read
check box is selected.
Scripts and Executables
is selected from the Execute Permissions list.If the NerveCenter and NerveCenterCGI directories were not created during installation, you can create them using the Virtual Directory Creation Wizard.
To create the NerveCenter and NerveCenterCGI directories on Windows:
Default Web Site
.For instructions on accessing the Internet Information Services dialog box, see To confirm IIS is configured on Windows 2000 and XP:.
Action > New > Virtual Directory
.The Virtual Directory Creation Wizard opens.
Next
.The Virtual Directory Alias dialog box appears.
Alias
field, enter NerveCenter
and click Next
.The Web Site Content Directory dialog box appears.
Directory
field, enter NerveCenterInstallationPath\Web
and click Next
.The Access Permission dialog box appears.
Read
and Execute
checkboxes and click Next
.
Finish
.
\Web\CGI
.
You may also need to create virtual directories for the subdirectories in
NerveCenterInstallationPath\Web
(Conf
and Help
)
To configure an Apache web server:
Edit the httpd.conf
file as follows:
Alias /NerveCenter/ "C:/Program Files/OpenService/NerveCenter/web/"
<Directory "C:/Program Files/OpenService/NerveCenter/web">
Options Indexes FollowSymLinks MultiViews IncludesNoExec
AddOutputFilter Includes html
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /NerveCenterCGI/
"C:/ProgramFiles/OpenService/NerveCenter/web/cgi/"
<Directory "C:/Program Files/OpenService/NerveCenter/web/cgi">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
By entering http://
server/NerveCenter
in a standard web browser, where server is the name of the machine on which your web server is running, users can now monitor a network.
Managing NerveCenter Web Integration | Managing the Database |
29 July 2003 |