- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EMS messages about disk media 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
06-03-2002 06:30 AM
06-03-2002 06:30 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:34 AM
06-03-2002 06:34 AM
SolutionIf EMS is reporting a mediaum error, you should replace the disk. If it is possible, you can reduce the mirror on the disk, remove it from the VG and then do a READ/WRite (Destructive) exercise on this disk using STM. If STM says that the disk has medium error, replace the disk.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:46 AM
06-03-2002 06:46 AM
Re: EMS messages about disk media errors
# stm
This will display each disks on the system and check the specific disks with stm tools. If you have any errors in the media, it will report it. If found any error, you need to replace it with a new one. You can also check the disk with dd command:
# dd if=/dev/dsk/cxtydz of=/dev/null bs=1024K
EMS errors normally indicates hardware errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 07:18 AM
06-03-2002 07:18 AM
Re: EMS messages about disk media errors
1) Run /etc/dmesg and check /var/adm/syslog/syslog.log for any error.
2) Run "pvdisplay -v /dev/rdsk/cXtYdZ | more" to check for any stale extents.
3) Run "/etc/diskinfo /dev/rdsk/cXtYdZ" to see if disk response.
4) Run cstm info ..
# cstm
cstm> map
cstm> sel dev
cstm> info
cstm> infolog
5) Run cstm exerciser ..
cstm> map
cstm> sel dev
cstm> exc
cstm> einf
If 1,2 & 3 are showing the signs, don't bother running cstm, just get the disk replaced.
Hope this helps ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 01:15 PM
06-03-2002 01:15 PM