EMS error troubleshooting

From Wiki-UX.info
Jump to: navigation, search

EMS/STM Startup troubleshooting

1. Make sure that registrar is enabled in /etc/services and /etc/inetd.conf. This is the STM/EMS communication port:

/etc/services:
registrar 1712/udp # resource monitoring service

/etc/inetd.conf:
registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar

2. Once both entries are uncommented, run inetd -c command and then stop diagnostic and ems:

# /sbin/init.d/diagnostic stop
# /sbin/init.d/ems stop

3. Make sure there's no diagnostic/ems processes running:

# ps -ef | grep -E '[s]tm|resmon|logd|psm'

4. Startup the diagnostic and ems services:

# /sbin/init.d/diagnostic start
# /sbin/init.d/ems start

Reference

Authors