Sample: Starting Network Manager with discovery and visualization functionality only
This sample shows you how to configure the master process controller to start only the processes that perform and support network discovery and visualization.
To ensure that monitoring and event management
processes are not started on the current server, you must remove insert
statements related to the ncp_g_event, ncp_poller and ncp_virtualdomain
processes from the CtrlServices.DOMAIN.cfg file.
Note: The
probe for Tivoli Netcool/OMNIbus,
nco_p_ncpmonitor, should be left in the CtrlServices.DOMAIN.cfg file,
as it will still be used to pass Network Manager status
events to the ObjectServer.
For the ncp_g_event process, the lines to be removed look similar to the following lines:
insert into services.inTray
(
serviceName,
binaryName,
servicePath,
domainName,
argList,
dependsOn,
retryCount
)
values
(
"ncp_g_event",
"ncp_g_event",
"$NCHOME/preecision/platform/$PLATFORM/bin",
"DOMAIN",
[ "-domain" , "DOMAIN", "-latency", "60000" , "-debug", "0", "-messagelevel", "warn" ],
[ "ncp_model" ],
5
);