- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Shadow sets merge after system reboot
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
07-20-2004 07:31 PM
07-20-2004 07:31 PM
Shadow sets merge after system reboot
I am using Volume Shadowing on my OpenVMS system. I find that after a system reboot the shadowsets go into a shadowset merge state. This takes a long time to complete.
Are there any ways this can be avoided ?
Thanks
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 07:57 PM
07-20-2004 07:57 PM
Re: Shadow sets merge after system reboot
I remember that there was a work arround about merging shadowsets. The work arround says that you must open a dummy file on each shadow set before rebooting. So you put an open/close in your SYSHUTDWN.COM. But I dont remember where I read this. I never try, because reboots are so rare on VMS ;)
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 08:13 PM
07-20-2004 08:13 PM
Re: Shadow sets merge after system reboot
a shadowset only enters a merge state, if it has not been cleanly dismounted. During shutdown, this can happen due to open files preventing the dismount (look for appropriate %DISM-W- messages during shutdown). If this is the case, add SHOW DEV/FILES DSAx: commands into SYSHUTDWN.COM and make sure you close all open files.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 10:11 PM
07-20-2004 10:11 PM
Re: Shadow sets merge after system reboot
Happy to see you here.
:-)
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2004 10:32 PM
07-20-2004 10:32 PM
Re: Shadow sets merge after system reboot
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 02:18 PM
07-21-2004 02:18 PM
Re: Shadow sets merge after system reboot
one reason for this can be installed images residing on the disk or server processes (e.g. HTTP) having files open. As others pointed out,
a show dev/files in the shutdown procedure should give you some clues.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 02:30 AM
07-22-2004 02:30 AM
Re: Shadow sets merge after system reboot
Also check for spool files and other system things. As long as reference count in show dev/full is not zero, something is open (non system disk).
Also, if some station/server is doing MSCP IO to the disk you may have a shadow merge.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 03:43 AM
07-22-2004 03:43 AM
Re: Shadow sets merge after system reboot
if another node in the cluster does have this shadowset mounted (required to do MSCP IO), the same principles apply to that node: if it leaves the cluster without properly dismounting that shadowset, it will cause a merge on that shadow set (on one of the remaining nodes in the cluster, if SHADOW_MAX_COPY allows)
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 07:15 AM
07-22-2004 07:15 AM
Re: Shadow sets merge after system reboot
But if the reboot was spontaneous, I don't think there is a way to prevent the merge. Nor do I think you WANT to, despite what you might think you want to do. That merge is going to prevent your systems from having inconsistent disk data on the two members of the shadow set. Which is, after all, the whole point of having a shadow set anyway. If they ain't consistent, they ain't shadows, either.