- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- "volume is write locked" why?
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
05-03-2005 08:26 PM
05-03-2005 08:26 PM
Does someone have any idea on what is happenning here:
$ mount $1$dga140 DB /over=shadow
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-MOUNTED, DB mounted on _$1$DGA140:
But:
$ mount $1$dga140 DB /over=shadow/foreign
%MOUNT-I-MOUNTED, DB mounted on _$1$DGA140:
And:
$ mount $1$dga140 DB
%MOUNT-I-WRITELOCK, volume is write locked
%MOUNT-I-MOUNTED, DB mounted on _$1$DGA140:
Why VMS does not honour the "/over=shadow" argument when mounting a volume in "normal" mode (should not be write locked) but accept it with /foreign? (volume is mounted read/write in this case)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 08:40 PM
05-03-2005 08:40 PM
Re: "volume is write locked" why?
< %MOUNT-I-WRITELOCK, volume is write locked
< %MOUNT-I-MOUNTED, DB mounted on _$1$DGA140:
I think VMS honors the /OVER=SHAD, because otherwise it would have told you, that it mounts a former shadowset member.
So the write-lock is caused by something else. Are any errors logged? How does the volume protection looks like and the protection of the .SYS files in the MFD?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:12 PM
05-03-2005 09:12 PM
Re: "volume is write locked" why?
in this case the VOLSHDWMEM warning is issued, why only when using "/foreign"?
$ mount $1$dga140 DB /for
%MOUNT-W-VOLSHDWMEM, mounting a shadow set member volume; volume write locked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2005 09:21 PM
05-03-2005 09:21 PM
Re: "volume is write locked" why?
>or DFU and check for device errors.
Already done, found only "normal" errors on a snapshot volume (like DELHEADER_BUSY, HEADER_DEL, etc...)
But I've just noticed some "hard" errors on thet volume,
I've informed the support.
Thanks to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2005 01:55 AM
05-09-2005 01:55 AM
Re: "volume is write locked" why?
Is seems that it decided on itself to add /nowrite ? Could this happen to my disks too without an error being reported to DCL ?
Wim