- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Easy EMS Question
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-25-2003 09:29 AM
02-25-2003 09:29 AM
Easy EMS Question
For /storage/events/disks/default/0_0_1_1.2.0:
Events >= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log
Events >= 3 (MAJOR WARNING) Goto SYSLOG
Events >= 3 (MAJOR WARNING) Goto EMAIL; addr=root
Events = 5 (CRITICAL) Goto TCP; host=saifprod.corp.saif.com port=64698
My question is on the Critical warnings, what exactly does it mean to say they are logged to a TCP port?
I'm not a networking expert, but is there supposed to be something listening on port 64698? I do not see anything listed in /etc/services or when I run a netstat command.
Thanks,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 09:41 AM
02-25-2003 09:41 AM
Re: Easy EMS Question
You don't have to have an entry in /etc/services to listen on a port - some apps check for an entry in /etc/services, some don't.
I've found that with the EMS/ServiceGuard stuff, things tend to listen on all manner of ports - the ports are somewhat unpredictable.
If you run netstat -an | grep LISTEN, you should get everything that's listening.
If something's not listening on an expected port, the something may not be running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 09:52 AM
02-25-2003 09:52 AM
Re: Easy EMS Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:15 AM
02-25-2003 11:15 AM
Re: Easy EMS Question
I can understand things being logged to the syslog, and emails being sent to root, but I don't know where to go or what to look at if a critical error occurs since it will be sending the message to some TCP port?
Hopefully this makes some sense.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 11:23 AM
02-25-2003 11:23 AM
Re: Easy EMS Question
1- the "event.log" file
2- the "syslog.log" file
3- root's email
4- console ( I think .. )
The first 3 is guaranteed because of the event number 5 is .. > 1 and > 3.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2003 02:38 PM
02-25-2003 02:38 PM
Re: Easy EMS Question
On the host saifprod.corp.saif.com, you will need to write a socket program that can accept messages through the TCP port 64698 on the box.
On the local box, EMS will send messages to the remote host with the destination port as 64698.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2003 02:13 AM
02-26-2003 02:13 AM
Re: Easy EMS Question
I think the answer you are looking for is that the 'Goto TCP' line is for determining when psmctd will be notified that a resource has gone to the 'DOWN' state. When a CRITICAL event is logged by disk_em, psmctd will be one of the recipients of the notification, and will notify psmmon that the device is now Down. The event in this case is sent via a TCP connection.
CRITICAL is the default level of event that will mark a device as down, but that can be configured in the psmcfg file for a monitor.
See the EMS Hardware Monitors User's Guide (B6191-90028) for some more details on the Peripheral Status Monitor (psmmon).
http://www.docs.hp.com/hpux/diag/index.html