- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMS reporting
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
11-30-2006 02:17 AM
11-30-2006 02:17 AM
Thanks
Richard
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:23 AM
11-30-2006 02:23 AM
Re: EMS reporting
# /etc/opt/resmon/lbin/monconfig
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:26 AM
11-30-2006 02:26 AM
Re: EMS reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:30 AM
11-30-2006 02:30 AM
Re: EMS reporting
What am I supposed to do in this file ??? I have opened it and it seems empty... any advise ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:48 AM
11-30-2006 02:48 AM
Re: EMS reporting
Does the hardware still show up in 'ioscan'? Have you tried rerunning ioscan without the -k option, to rescan what's actually attached? Was the hardware removed in accordance with the instructions (I don't know if hparray can be removed without shutting down, for example)?
What problems are you actually seeing? If it's EMS events, which ones and how often?
What version of the OnlineDiags is installed?
Andrew
(Reposted from the other thread you started, so that can be closed)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:50 AM
11-30-2006 02:50 AM
Re: EMS reporting
Depends which alert you are disbaling, if you want to disbale a tape of HP
the follow the following
ioscan -kfnCtape |grep "HP" |awk '{print ":storage:events:tapes:default:"$3}' |tr '/' '_' |tr ':' '/'
The output will be something like
/storage/events/tapes/default/10_12_5.0.0
Just append that line to the file I mentioned earlier, then restart the ems
Once done it, just do the following
/etc/opt/resmon/lbin/moncheck
this will give Critical but No warning
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 03:01 AM
11-30-2006 03:01 AM
Re: EMS reporting
What's the actual message you are getting?
If we're talking about a temporary situation until the system can be rebooted and the hardware rescanned, then yes, using disabled_instances is a way to suppress the events. (Though you should check after the reboot that the path in disabled_instances doesn't now refer to a valid hparray device if you have more than one.)
Chan 007:
this will give Critical but No warning
If you mean that you will still get Critical level events for paths that have an entry in disabled_instances, then I'm afraid you are mistaken. If you mean something else, please explain.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 03:24 AM
11-30-2006 03:24 AM
Re: EMS reporting
The error I am getting is as follows:
Summary:
Disk Array at hardware path :
Array at hardware path 0/5/0/0.8.0.5.0.0.0, path 1/12/0/0.8.0.4.0.0.0: The primary battery has failed.
Now I have done what chan has recomended. I have disabled and enabled monitoring. I am waiting to see that it works or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 04:32 AM
11-30-2006 04:32 AM
Re: EMS reporting
The following questions may help to get to the root cause, which in general is best :-)
What state is the FC60 in, is it physically attached to the system? Is the battery OK?
What version of the OnlineDiags do you have? (You can see this in the EMS message, as "STM Version", or when you run STM.)
What does ioscan show for 0/5/0/0.8.0.5.0.0.0, and 1/12/0/0.8.0.4.0.0.0?
If you really just want to suppress the errors, and you're still having problems doing that, the disabled_instances entry should be the same as near the beginning of the EMS event (before the bit you pasted), something like:
/storage/events/disk_arrays/FC60/000E00A0B8091236
Hope this helps,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 05:00 AM
11-30-2006 05:00 AM
Re: EMS reporting
export display
sam
resource management
event monitoring service
select HPARRAY
actions menu > remove
Tally Ho
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 05:04 AM
11-30-2006 05:04 AM
Re: EMS reporting
The EMS section under Resource Monitoring is for monitoring the status of devices. It does not deal with the EMS HW monitors, which report events relating to errors and other incidents.
Andrew