- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- MOUNT/VERIFY cmd
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
01-20-2005 03:26 AM
01-20-2005 03:26 AM
MOUNT/VERIFY cmd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 03:40 AM
01-20-2005 03:40 AM
Re: MOUNT/VERIFY cmd
Eventually You mean
MOUNT /[NO]MOUNT_VERIFICATION
or
SET VOLUME/[NO]MOUNT_VERIFICATION
?
It sets "Mount verification" for the volume,
mainly checks for errors on the volume, then blocks I/O until it recovers (device state "mount verification"), and informs operators about it.
Without mount verification, failures are detected only when a process accesses the volume.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 05:18 AM
01-20-2005 05:18 AM
Re: MOUNT/VERIFY cmd
Mount verification is from the age when disk drives used removable media (I know that that you are familiar with this stuff, Joseph). You could remove a 'pack' and replace it with a different one. In such a situation, a mount verification occured, all I/O to the volume was stalled and you were asked to replace it with the original one.
Later on, the stall mechanism of the mount verification was used for other things, e.g. during volume shadowing membership changes.
I have not tried it on recent versions of OpenVMS, but on earlier ones there was no 'mount verification polling' (or whatever you like to call it). Especially in an OpenVMS cluster it was possible that MVs of a volume occured many hours later - just when the disk drive was accessed again.
MV is a good thing, because it allows the user to recover from an error[*] - without it, I beleive, the volume is invalidated immediately.
[*] I once had somebody come in to the computer room, turn around is body and hit the RUN button of an RM03 disk drive which happened to be the system disk of a VAXcluster member. Fortunately I was present, heard the beeps from the LA120 consoles and could correct the problem. Pheww...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 08:31 AM
01-20-2005 08:31 AM
Re: MOUNT/VERIFY cmd
a failure of the current path, you will NOT
get a transparent failover to another working path.
An example of a device that is NOT subject to mount verification is a foreign-mounted disk.
--Rob (Multipath engineer)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 08:32 AM
01-20-2005 08:32 AM
Re: MOUNT/VERIFY cmd
>Fortunately I was present, heard the beeps from the LA120 consoles and could correct the problem
We had a very recent incident where we moved a system from one lab to another. Curiously it wouldn't reboot - the console defined system disk was not present. On investigation, we found that someone had physically removed the system disk ONE WEEK before the move. It was accidental - they'd counted from the wrong end of the drive shelf. Despite lack of system disk and page file(!) there had been no apparent problems - the system had performed all its normal functions, obviously everything necessary from the system disk had been cached, and there was sufficient physical memory that paging was not required.
I'm not entirely certain if this is an example of the incredible resiliance of OpenVMS or a serious missing feature (like an LA120 complaining that the system disk has gone). ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 05:54 PM
01-20-2005 05:54 PM
Re: MOUNT/VERIFY cmd
apparently guys it's an old command. I have searched it in the DCL language book, the management 1, management 2 and the performance books with no success.
Do you have any full description about it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 06:54 PM
01-20-2005 06:54 PM
Re: MOUNT/VERIFY cmd
Of course Yes, my short answer of just watching for "failure" doesn't explain everything.
But the question of a command "MOUNT/VERIFY":
I don't remember (back to VMS 4) a change in the qualifier name: I think it was always /MOUNT_VERIFICATION,
there was never a /VERIFY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 07:39 PM
01-20-2005 07:39 PM
Re: MOUNT/VERIFY cmd
Wim