- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMS and errors
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
02-03-2003 11:44 AM
02-03-2003 11:44 AM
EMS and errors
resls: Did not receive a Subclass Reply from the Registrar
/etc/opt/resmon/lbin/send_test_event: Failed to perform resls on resource
name /storage/events/disks/default for disk_em
to cause generation of test event.
System call failed with return value 256.
THIS IS THE ERROR I GET WHEN TRYING TO SEND A TEST EVENT USING EMS. I LOADED
THE LATEST VERSION OF EMS (3.20). THE ONLY THING I CAN THINK OF IS SNMP. I
CAN'T START SNMPD DOING /ETC/INIT.D/SNMPD IT SAYS IT CAN'T BE FOUND.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:50 AM
02-03-2003 11:50 AM
Re: EMS and errors
Run monconfig (in the same path) and see if you have EMS MONITORING in ENABLED state. If not, enable it using "E" in the same menu.
snmpd is to be started from /sbin/init.d/ not /etc.
However, you won't find the script snmpd. There are multiple scripts for the subagents of Snmp. The master agent is SnmpMaster.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:55 AM
02-03-2003 11:55 AM
Re: EMS and errors
it can't find snmpd when i try to start it. I imagine that could be an issue.
EMS is enabled. i used monconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 11:58 AM
02-03-2003 11:58 AM
Re: EMS and errors
Do ll /sbin/init.d/Snmp* and you will find the scripts related to Snmp Subagents. But I don't think that is the problem.
Do you have disagnostics running?.
Try restarting diagnostics
/sbin/init.d/diagnostics stop
/sbin/init.d/diagnostics start
See if there are no errors.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 12:01 PM
02-03-2003 12:01 PM
Re: EMS and errors
It should be
/sbin/init.d/diagnostic
I always do it and get "no such file or directory" error :-).
The process to look for is diagmond.
ps -ef|grep diagmond
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 12:08 PM
02-03-2003 12:08 PM
Re: EMS and errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 12:22 PM
02-03-2003 12:22 PM
Re: EMS and errors
Also restart your diagnostics and see if it works.
-Sri