Managing NerveCenter
-
Controlling NerveCenter from the Command Line - ncserver -
ncserver [-fg | -info | -off]
Executes the NerveCenter Server application. For information about how to use NerveCenter Server, refer to the manual, Managing NerveCenter.
-fg
Runs NerveCenter in the foreground in a command prompt. Useful when debugging NerveCenter.
-info
On machines installed with NerveCenter Server, displays Server version and copyright information. The Server does not have to be running to use -info
.
-off
(UNIX only) Disables all alarms when you start the server. (For example, you might want to use -off
if you create an alarm that causes undesirable results on the server.)
Using ncserver
on Windows runs NerveCenter Server as a process. To run the Server as a Windows service, use ncstart -p
.
If you use ncstart -p, you must also start the NerveCenter SNMP service by using the following command:
You can stop the NerveCenter SNMP service by using the following command:
If NerveCenter is not running as a UNIX daemon, you can start it manually.
Before you can run any NerveCenter application on UNIX, you must set the necessary environments by executing one of the following shell scripts:
where installPath is typically /
/opt/OSInc
From the installPath/bin directory, where installPath is typically /opt/OSInc
type the following command:
nccmd | ncstart |
29 July 2003 |