- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Mount Verify
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
08-05-2007 06:53 PM
08-05-2007 06:53 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 07:09 PM
08-05-2007 07:09 PM
Solutiona disk enter mount-verification, if an IO to that disk does not finish successfully. Some IO errors will be logged in ERRLOG.SYS, other IOs would be just retried and temporary error conditions would not be easily detectable.
The IO error can happen anywhere in the path between the disk driver and the actual disk. Some components in this path provide error logging (did you look at the HSG80 console ?), others don't.
Especially in a SAN, any problems in the fabric can cause temporary IO errors. Look at the description of the MVSUPMSG_INTVL SYSGEN parameter.
Do you see path switched messages in OPCOM ?
May these MV messages be related with any unusual IO activity on the system ? At specific times ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2007 07:15 PM
08-05-2007 07:15 PM
Re: Mount Verify
https://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1125853
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2007 12:26 AM
08-07-2007 12:26 AM
Re: Mount Verify
The implication from your post is that it is HSG80 storage ("... on a few disk in the SAN"). If this is true, then you could possibly have
1. a controller problem causing path switches (check whether the devices are pointed to a particular controller). Look at the Prefer = THIS or Prefer = OTHER status (not sure about the exact syntax, its been a while)
2. a shelf problem (check whether the devices are on a particular shelf).
If this storage is EVA, and units are presented from different EVA's, I have seen this situation occur when both controllers decide to reboot at the same time, i.e. if the second controller decides to reboot before the first controller has finished rebooting (although this normally resulted in the affected units eventually being dropped).
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2007 02:19 PM
08-16-2007 02:19 PM
Re: Mount Verify
Thank you all for your help.