- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RST EMS listener start failed core dump
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 11:58 PM
06-24-2004 11:58 PM
RST EMS listener start failed core dump
After restarting one of our HP-UX 11 9000/800/L1000-44 models, we see this error in the boot log :
Starting the RST EMS listener
Output from "/sbin/rc2.d/S910rstEMSlistener start":
----------------------------
/sbin/rc2.d/S910rstEMSlistener[136]: 1647 Abort(coredump)
"/sbin/rc2.d/S910rstEMSlistener start" FAILED
Can someone tell me
- what this EMS listener is about ?
- if I need to try starting it up ?
And if this is the case, how I can start it up ?
Thanks in advance,
Franky Leeuwerck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:03 AM
06-25-2004 12:03 AM
Re: RST EMS listener start failed core dump
EMS is event monitoring service and it enables hardware monitoring...
can you check what is the command in the line 136 of your /sbin/init.d/rstEMSlistener
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:05 AM
06-25-2004 12:05 AM
Re: RST EMS listener start failed core dump
http://www.docs.hp.com/hpux/onlinedocs/5187-4230/00/00/11-con.html#enableisee See Enabling ISEE
Is this a new install of ISEE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:11 AM
06-25-2004 12:11 AM
Re: RST EMS listener start failed core dump
Patch Name: PHSS_29238
Patch Description: s700_800 11.x ISEE EMS event too large error
Check if it is installed:
# swlist -l fileset -a state |grep 29238
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:14 AM
06-25-2004 12:14 AM
Re: RST EMS listener start failed core dump
This is an extract of the script :
129 # start the listener daemon
130 if [ `validateFile "$bindir/rstlistener" /opt` = 0 ]
131 then
132 ls -l $bindir/rstlistener | read perm pid own grp other
133 if [ \( "$perm" = "-r-x------" \) -a \
134 \( "$own" = "bin" \) ]
135 then
136 $bindir/rstlistener 2>>$daemonTraceFile
137 rval=$?
138 else
139 rval=2
140 echo "ERROR: $bindir/rstlistener has bad owner or permis
sion"\
141 >> $daemonTraceFile
142 fi
143 else
144 rval=2
145 echo "ERROR: $bindir/rstlistener is not a valid file"\
146 >> $daemonTraceFile
147 fi
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:22 AM
06-25-2004 12:22 AM
Re: RST EMS listener start failed core dump
The patch you mention, is not installed.
This is not an new installation.
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2004 12:47 AM
06-25-2004 12:47 AM
Re: RST EMS listener start failed core dump
I am not sure about the patch. It's meant only for the situation where the EMS sends a large message. The error in this case occurs at booting the EMS listener.
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2004 11:54 PM
06-27-2004 11:54 PM
Re: RST EMS listener start failed core dump
Any further suggestions ?
Franky