<?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: dismounting and mounting shadow sets in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812156#M77211</link>
    <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;which version of VMS is this?&lt;BR /&gt;&lt;BR /&gt;If you are on (at least) 7.3-2 (and for this and several other reasons you really should) and you have your VOLSHAD patches in place, you simply configure HBMM (HostBasedMiniMerge).&lt;BR /&gt;Detailed instructions are in the patch release notes. Really, the hardest part is reading those.&lt;BR /&gt;From that moment on, your aforementioned problem will have a duration measured in seconds.&lt;BR /&gt;&lt;BR /&gt;But you still need to live through the shadow copy one more time now...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Jun 2006 14:17:08 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2006-06-28T14:17:08Z</dc:date>
    <item>
      <title>dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812141#M77196</link>
      <description>Dear all,&lt;BR /&gt;  How can a I dismount all shadow members while the cluster is up and running?&lt;BR /&gt;&lt;BR /&gt; How can I mount the shadow set member (the one I dismount in my 1st question) after maybe half an hour?&lt;BR /&gt;&lt;BR /&gt;  Hope to hear any replies...&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ronald&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2006 03:05:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812141#M77196</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-06-26T03:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812142#M77197</link>
      <description>Hello Ronald,&lt;BR /&gt;&lt;BR /&gt;You can dismount all members of a shadowset by dismounting the DSAnnn device itself. Or you can dismount individual members by specifying their device name in the DISMOUNT command ($1$DGAnnn, $m$DKAnnn etc). DISMOUNT will not let you dismount all members, at least one must remain.&lt;BR /&gt;&lt;BR /&gt;You can remount dismounted members with the MOUNT command, like:&lt;BR /&gt;&lt;BR /&gt;$ MOUNT/SYSTEM DSAn/SHADOW=$1$DGAnn volumelabel&lt;BR /&gt;&lt;BR /&gt;If you are running at least V7.3-2 with the SHADOWING update, you can use mini copy. Specify /POLICY=MINICOPY with the DISMOUNT command to enable it.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Bart Zorn&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2006 03:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812142#M77197</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2006-06-26T03:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812143#M77198</link>
      <description>Hi Ronald&lt;BR /&gt;&lt;BR /&gt;before you try to dismount a whole shadowset with dismount/cluster DSAx, I would recommend to check for open files. If there are open files you will not be able to dismount the whole shadowset. &lt;BR /&gt;&lt;BR /&gt;On evey node in the cluster do (or use SYSMAN with /Env=Cluster)&lt;BR /&gt;&lt;BR /&gt;SHO DEVICE/FILES DSAx&lt;BR /&gt;&lt;BR /&gt;The only open file you should see is INDEXF.SYS&lt;BR /&gt;&lt;BR /&gt;If there are other open files, then you have to close them prior to dismounting the Shadowset (Stop the applications).&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Heinz&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Jun 2006 04:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812143#M77198</guid>
      <dc:creator>Heinz W Genhart</dc:creator>
      <dc:date>2006-06-26T04:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812144#M77199</link>
      <description>Just tested dismount/cluster on a 6.2 1h3 node. With activity on the disk that was mounted with /SYSTEM and 2 members.&lt;BR /&gt;&lt;BR /&gt;You get a WARNING that the disk can not be dismounted. Not an error. But the disk is not dismounted.&lt;BR /&gt;&lt;BR /&gt;I added /override=check to the dismount and the WARNING became Informational. But still the disk was not dismounted. I could still access it but it shows "mounted dismount" and dismount sees it as "not mounted".&lt;BR /&gt;&lt;BR /&gt;When all activity was stopped, the disk finally dismounted.&lt;BR /&gt;&lt;BR /&gt;I remounted it and the disk went into MERGE. Funny.&lt;BR /&gt;&lt;BR /&gt;BTW : without /cluster the check for open files is also done and the dismount is refused too.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 26 Jun 2006 05:38:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812144#M77199</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-26T05:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812145#M77200</link>
      <description>Hi All,&lt;BR /&gt;   If there is an open files, is there a way that I can dismount it and mount it again?&lt;BR /&gt;&lt;BR /&gt;   How can I get rid of the open file drastically just to dismount the shadow set member?&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 04:19:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812145#M77200</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-06-27T04:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812146#M77201</link>
      <description>On all nodes of the cluster you do a show dev dsaX/fi/nosys and you find all PID's that are in it (yes, scripting). Then you do stop/id of them. It is always possible that new processes start using it while you are killing them.&lt;BR /&gt;&lt;BR /&gt;Suggestion for HP : implement dismount/stop_processes.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 27 Jun 2006 04:41:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812146#M77201</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-27T04:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812147#M77202</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;As noted, dismounts will not complete until after all connections to the disk are released. &lt;BR /&gt;&lt;BR /&gt;After ANY elapsed time, some class of merge/copy will be needed to bring a disconnected member back into the active shadow set.&lt;BR /&gt;&lt;BR /&gt;However, let us go back to the beginning. What is the reason for breaking and reforming the shadow set in the first place?&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 27 Jun 2006 04:48:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812147#M77202</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-06-27T04:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812148#M77203</link>
      <description>Re Heinz:&lt;BR /&gt;&lt;BR /&gt;For completeness, note that if quota are enabled on the volume, then QUOTA.SYS joins INDEXF.SYS as file that may still be opened for DISMPOUNT to proceed.&lt;BR /&gt;&lt;BR /&gt;just my EUR 0.02&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 06:34:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812148#M77203</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-06-27T06:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812149#M77204</link>
      <description>May be read this (dismount command)&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/9996/9996pro_66.html#blue_76" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/9996/9996pro_66.html#blue_76&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;An advantage of doing dism/over=checks is that the cache is flushed when doing the command.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 27 Jun 2006 08:03:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812149#M77204</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-27T08:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812150#M77205</link>
      <description>How can I get rid of the open file drastically just to dismount the shadow set member?&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;For a multimember set, you can dismount a member without closing any open files.&lt;BR /&gt;&lt;BR /&gt;For a single-member set, you cannot dismount the member; you must specific the virtual unit. In that case, of course, open files are an issue.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                  -- Rob</description>
      <pubDate>Tue, 27 Jun 2006 12:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812150#M77205</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-06-27T12:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812151#M77206</link>
      <description>"However, let us go back to the beginning. What is the reason for breaking and reforming the shadow set in the first place?"&lt;BR /&gt;&lt;BR /&gt;The reason why I was going to break and reform again the shadow set is due to high I/O after one node in a cluster crashed. The server performance was crawling opting my users to complain. I don't have a choice but to break the shadow set member to stop/abort the merge process.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to do it?</description>
      <pubDate>Tue, 27 Jun 2006 20:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812151#M77206</guid>
      <dc:creator>IFX_1</dc:creator>
      <dc:date>2006-06-27T20:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812152#M77207</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;if several shadowsets are merging you may limit its number with the system parameter SHADOW_MAX_COPY to lower the systemimpact (its a DYNAMIC parameter, also look at SET SHADOW/EVALUATE).&lt;BR /&gt;&lt;BR /&gt;If its just one shadowmerge, you may decreasse its system impact using the logical name&lt;BR /&gt;SHAD$MERGE_DELAY_FACTOR[_disk] (See shadowing manual).&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Tue, 27 Jun 2006 23:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812152#M77207</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2006-06-27T23:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812153#M77208</link>
      <description>I have shadow_max_copy on 1 on the primary node and on zero on all others. Thus maximum 1 merge/copy is done at the time.&lt;BR /&gt;&lt;BR /&gt;I also defined shad$merge_delay_factor as 400 to minimize merge disturbance.&lt;BR /&gt;&lt;BR /&gt;For shadow copies I raised the question too.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=707709&amp;amp;admit=-682735245+1151474017231+28353475" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=707709&amp;amp;admit=-682735245+1151474017231+28353475&lt;/A&gt;&lt;BR /&gt;With no real result except of manualy breaking it with a script.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2006 00:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812153#M77208</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-06-28T00:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812154#M77209</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;Thank you for the clarification about why. As has been suggested, there are a variety of parameters which control the rate and way that things rebuild.&lt;BR /&gt;&lt;BR /&gt;The Shadowing manual does a good job of documenting these parameters. There are also have been several good sessions by Keith Parris and John Atoz on using shadowing. Many of Keith's sessions are available at &lt;A href="http://www2.openvms.org/kparris" target="_blank"&gt;http://www2.openvms.org/kparris&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;Having analyzed and resolved several such situations, I would recommend care. I have seen some situations where things were straightforward, and others where the answer was a change in usage/organization of shadowing (particularly in situations where shdowing is done over remote links).&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Wed, 28 Jun 2006 06:00:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812154#M77209</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2006-06-28T06:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812155#M77210</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;to stop an active shadow-merge, just dismount ONE member of the shadowset (assuming a 2-member shadowset):&lt;BR /&gt;&lt;BR /&gt;$ DISM/NOUNL $1$DGAx:&lt;BR /&gt;&lt;BR /&gt;This will drop the member from the shadowset immediately and cluster-wide. The merge will be aborted immediately, but you will need a full shadow-copy to re-mount this member into the shadowset later. No need to be concerned about open files etc.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 28 Jun 2006 06:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812155#M77210</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-06-28T06:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: dismounting and mounting shadow sets</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812156#M77211</link>
      <description>Ronald,&lt;BR /&gt;&lt;BR /&gt;which version of VMS is this?&lt;BR /&gt;&lt;BR /&gt;If you are on (at least) 7.3-2 (and for this and several other reasons you really should) and you have your VOLSHAD patches in place, you simply configure HBMM (HostBasedMiniMerge).&lt;BR /&gt;Detailed instructions are in the patch release notes. Really, the hardest part is reading those.&lt;BR /&gt;From that moment on, your aforementioned problem will have a duration measured in seconds.&lt;BR /&gt;&lt;BR /&gt;But you still need to live through the shadow copy one more time now...&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jun 2006 14:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dismounting-and-mounting-shadow-sets/m-p/3812156#M77211</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2006-06-28T14:17:08Z</dc:date>
    </item>
  </channel>
</rss>

