- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to disable EMS one of the event
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-20-2005 06:16 PM
07-20-2005 06:16 PM
How to remove one of the event in EMS that monitor the UPS. The UPS already remove fr thr server. It keep generating the alert log cause my root directory full. Below are the ems client.log.
------------------Start Event--------------------
User event occurred at Mon Jul 18 10:45:53.442917 2005
Process ID: 1129 (/etc/opt/resmon/lbin/p_client) Log Level: Audit
Object Type = RM_MONITOR_REPLY_OBJECT
Resource Name = "/system/events/ups/ups_mond"
Dictionary Name = "/system/events/ups"
Translation Name =
Message Tag = 0
Operation Type = RM_REGISTER
Request ID = 1674.1
Lifetime Options = RM_PERSISTENT_REQUEST
Client Name Length = 11
Client Name:
48 50 5F 48 57 45 5F 53 43 50 00 HP_HWE_SCP.
User Data Length = 0
Request Notification Data Length = 0
Polling Interval = 0
Operator = RM_GREATER_THAN_OR_EQUAL_TO
Resource Type = 0
Threshold Type = RM_SBIT32_TYPE
Threshold Value = 1
Notification Options = 2:
RM_REPEAT_NOTIFICATION
Monitor Reply = RM_ACCEPT
Reply Port = 5
Target Type = RM_TEXTLOG
Target Hostname = "/var/opt/resmon/log/event.log"
Target Port = 0
Flags Word = 3:
_RM_RESTARTED
_RM_FIRST_RESTARTED_REQ
OV Severity = RM_NOT_APPLICABLE
Minimum Polling Interval = 0
Password Length = 0
Client Configuration File = "/var/stm/config/tools/monitor/default_dm_ups.clcfg"
-------------------End Event----------------------
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:30 PM
07-20-2005 06:30 PM
Re: How to disable EMS one of the event
/var/stm/config/tools/monitor normally holds the config files for EMS monitors.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:33 PM
07-20-2005 06:33 PM
Re: How to disable EMS one of the event
The file will be /var/stm/config/tools/monitor/default_dm_ups.clcfg
Look in this file and see where to modify.
IA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 06:50 PM
07-20-2005 06:50 PM
Solutionuse monconfig to disable that event:
# /etc/opt/resmon/lbin/monconfig
. select (D)elete a monitoring request, and delete /system/events/ups.
. select (K)ill (disable) monitoring and (E)nable Monitoring.
# ps -ef|grep dm_usp
to check if the ups is still being monitor by EMS.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 07:03 PM
07-20-2005 07:03 PM
Re: How to disable EMS one of the event
Use following coammand
# /etc/opt/resmon/lbin/monconfig
and then delete the hardware item you do not want to be monitored under EMS
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:33 PM
07-21-2005 06:33 PM
Re: How to disable EMS one of the event
I think the problem is that you have removed the hardware but not deconfigured it. Did you deconfigure the UPS through SAM? Specifically, I think ups_mond is trying to access the UPS, and is finding it is not there, so it is exiting. However ups_mond is configured to be running all the time, so gets restarted.
It's also possible to manually deconfigure, I believe, by reversing the steps shown in http://docs.hp.com/en/B2355-90698/ch09s03.html
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 06:49 PM
07-21-2005 06:49 PM
Re: How to disable EMS one of the event
This entry for respawning ups_mond also should be hashed or removed from /etc/inittab.
#ups::respawn:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
Apart from this also remove it from the monitored list as suggested above using /etc/opt/resmon/lbin/monconfig.
HTH,
Devender