- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Is it possible to stop/restart EMS on live platfor...
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
07-12-2004 12:26 AM
07-12-2004 12:26 AM
Is it possible to stop/restart EMS on live platform?
We are monitoring LAN ressources through EMS,
but when we stop/restart the snmp master agent (/sbin/init.d/SnmpMaster start/stop) to take into account a modification into the snmp.cnf file, following error appears into the syslog
file for all monitored LAN every polling interval:
Aug 7 21:22:55 saylor EMS [883]: ------ EMS Event Notification ------ Value: "error" for Resource: "/net/interfaces/lan/status/lan900" (Threshold: != " 1") Execute the following command to obtain event details: /opt/resmon/bin/resdata -R 57868409 -r /net/interfaces/lan/status/lan900 -a
I think that the lanmond (mibmond), was not able to re-connect to snmp master agent.
The only way to correct this behavior is to reboot the host, as the /sbin/init/ems script
doesn't stopt/start.
Does someone has a idea on how respawning ems without rebooting the box.
THanks in advance,
Best Regards,
--Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 12:32 AM
07-12-2004 12:32 AM
Re: Is it possible to stop/restart EMS on live platform?
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 12:41 AM
07-12-2004 12:41 AM
Re: Is it possible to stop/restart EMS on live platform?
In a Clustered system - our Oracle binaries are on cluster aware vg's - so in a failover - we have to stop/start OEM.
On our CSS level system - this caused issue with pkgmond:
Jul 10 19:38:08 svr03 pkgmond[5949]: SNMPGet of /cluster/package/package_status/prdbcipkg failed: Timed Out While Waiting for Response Pdu
One of the things OEM does is try to restart snmpdm...
Not too sure the relationship - but in: /sbin/init.d/ems
'stop')
print "This script does not stop the EMS Services"
if [ -d /var/stm/data/tools/monitor ]
then
print "Do not run this script manually from the command line prompt."
print "EMS monitors may not behave as expected."
print "If you have performed this action already, execute the command"
print "/usr/bin/rm -f /var/stm/data/tools/monitor/.system_shutdown_ems"
print "You can ignore this message in /etc/rc.log and /etc/rc.log.old"
So, that tells me that you shouldn't be messing with EMS "live".
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 12:54 AM
07-12-2004 12:54 AM
Re: Is it possible to stop/restart EMS on live platform?
If you would need to restart EMS, do
/etc/opt/resmon/lbin/monconfig
You can disable/enable monitoring there.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 04:30 AM
07-12-2004 04:30 AM
Re: Is it possible to stop/restart EMS on live platform?
It seems that we do not apply the good procedure to stop/start snmp master agent.
Using the following one, find in EMS user's guide solve our problem
# /sbin/init.d/SnmpMaster stop
# /usr/sbin/snmpd
If we use "SnmpMaster start", EMS is not able to reconnect well.
On the other way, we've got the error message only one time, and finally the process could again monitor ressource without error.
Thanks all for your help!
Best Regards,
--Vincent