Hitachi Energy
Start-up Configuration
The following processes can be configured for start-up via a configuration file:
1 SNMP agent daemon
2 BP Performance management daemon
3 PM collector daemon
4 Northbound CLI Proxy daemon
5 NP Network Manager daemon
6 BP Service Manager daemon
7 ENP Manager daemon
8 ENP Security Manager daemon
9 ALS Server
 
Path and name of the configuration file is
$/opt/nem/etc/process_ctl.cfg
 
Format of entries:
# Defines whether a daemon will be started on “nemstart”
# Only the currently listed processes are supported
# Use the keywords enabled/disabled
#
snmpagentd:enabled
# Disabling bppmasynchmgrd disables also pmcollectord
bppmasynchmgrd:enabled
pmcollectord:enabled
# Northbound CLI daemon
ecliproxyd:enabled
# NP: Disabling npnetworkmgrd
npnetworkmgrd:enabled
# BP Service Management
bpservicemgrd:enabled
# E-NP
enpmgrd:enabled
# E-NP Security
enpsecuritymgrd:enabled
# ALS Server
alsserver:enabled
 
The following applies:
By default all the above processes are enabled in the configuration file.
If the file is missing, all processes are started and no alarm is raised.
A process missing in the configuration file is enabled and an alarm is raised.
If “disabled” / “enabled” cannot be recognized (wrong spelling or missing), the corresponding process is disabled and an alarm is raised.
The commands “lsnem” report a process disabled via the configuration file with “disabled” rather than “0”. An enabled process reports with “0” or “1”.