<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Shadow sets merge after system reboot in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336987#M47533</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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 ;)&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
    <pubDate>Wed, 21 Jul 2004 02:57:11 GMT</pubDate>
    <dc:creator>Bojan Nemec</dc:creator>
    <dc:date>2004-07-21T02:57:11Z</dc:date>
    <item>
      <title>Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336986#M47532</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Are there any ways this can be avoided ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Andrew</description>
      <pubDate>Wed, 21 Jul 2004 02:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336986#M47532</guid>
      <dc:creator>Andrew Rycroft</dc:creator>
      <dc:date>2004-07-21T02:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336987#M47533</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;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 ;)&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 21 Jul 2004 02:57:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336987#M47533</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2004-07-21T02:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336988#M47534</link>
      <description>Andrew,&lt;BR /&gt;&lt;BR /&gt;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. &lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 21 Jul 2004 03:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336988#M47534</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-07-21T03:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336989#M47535</link>
      <description>Hello Volker !&lt;BR /&gt;&lt;BR /&gt;Happy to see you here.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Wed, 21 Jul 2004 05:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336989#M47535</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-07-21T05:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336990#M47536</link>
      <description>as has already been said its due to disk not being properly dismounted due to open files. The suggestion of doing SHOW DEV/FILES for each disk in SYSHUTDWN is a good one as it allows you to discover what is still open and then yu can add commands to close the files. This will  minimise the occurance of this problem.</description>
      <pubDate>Wed, 21 Jul 2004 05:32:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336990#M47536</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-07-21T05:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336991#M47537</link>
      <description>Hi Andrew,&lt;BR /&gt;&lt;BR /&gt;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,&lt;BR /&gt;a show dev/files in the shutdown procedure should give you some clues.&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Wed, 21 Jul 2004 21:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336991#M47537</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-07-21T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336992#M47538</link>
      <description>Stop all users, batch jobs and applications properly (e.g. stop/id).&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;Also, if some station/server is doing MSCP IO to the disk you may have a shadow merge.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 22 Jul 2004 09:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336992#M47538</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-07-22T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336993#M47539</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;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)&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 22 Jul 2004 10:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336993#M47539</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2004-07-22T10:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Shadow sets merge after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336994#M47540</link>
      <description>If the reason for the reboot was predictable, you can do most of what you need by remembering to include the REBOOT and REMOVE options in your answers to the last question of the SHUTDOWN script.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Jul 2004 14:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadow-sets-merge-after-system-reboot/m-p/3336994#M47540</guid>
      <dc:creator>Richard W Hunt</dc:creator>
      <dc:date>2004-07-22T14:15:14Z</dc:date>
    </item>
  </channel>
</rss>

