<?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: Why shadow copy ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627780#M71248</link>
    <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;the 'cluster shutdown' actually synchronizes the departure of each node from the cluster, once all nodes have reached the same state during shutdown. The nodes will continue to do MSCP-serving etc. until that time.&lt;BR /&gt;&lt;BR /&gt;In Wim's case, this doesn't matter, as the disks are behind HSZs and are accessible all the time. But it would matter, if shadowset members would be connected locally and you shutdown the nodes without an explicit 'cluster shutdown'. The node shutting down first may leave the cluster (with a locally connected shadowset member), while the other node has not yet dismounted the shadowset. This will lead to a shadowcopy on boot.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Tue, 20 Sep 2005 07:55:56 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2005-09-20T07:55:56Z</dc:date>
    <item>
      <title>Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627750#M71218</link>
      <description>Cluster of 2 * 4000 with a HSZ50 controller.&lt;BR /&gt;OpenVMS 6.2 1H3.&lt;BR /&gt;&lt;BR /&gt;I shut node 1, 20 seconds later node 2.&lt;BR /&gt;Both ended by dismounting the disks without any files open (except system disk).&lt;BR /&gt;&lt;BR /&gt;I rebooted them with 2 seconds between the 2 b commands.&lt;BR /&gt;&lt;BR /&gt;All disks are in shadow merge.&lt;BR /&gt;&lt;BR /&gt;Why ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 07:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627750#M71218</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T07:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627751#M71219</link>
      <description>Any pagefile or installed images on the disks?&lt;BR /&gt;&lt;BR /&gt;There have been some, well, 'holes' in the dismount code, if I recall correctly.</description>
      <pubDate>Fri, 16 Sep 2005 07:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627751#M71219</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-16T07:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627752#M71220</link>
      <description>Uwe,&lt;BR /&gt;&lt;BR /&gt;Pagefile is open but not on ALL disks.&lt;BR /&gt;Where the dismounts to close to one another ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 07:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627752#M71220</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T07:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627753#M71221</link>
      <description>If the code worked properly, then there should not be any race conditions.&lt;BR /&gt;&lt;BR /&gt;Do you use any host-based RAID software except volume shadowing&lt;BR /&gt;(the striping driver for example)?</description>
      <pubDate>Fri, 16 Sep 2005 07:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627753#M71221</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-09-16T07:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627754#M71222</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;if the transaction count (SHOW DEV D) on the disk is 1, it should dismount cleanly. You could add an appropriate SHOW DEV D command into SHUTDOWN.COM before the final DISMOUNT command. I once even added a SHOW DEV/FILES disk, IF F$GETDVI(disk,"TRANSCNT") .GT. 1 - you need to watch/capture the output of SHUTDOWN.COM to see, which disks would still have open files.&lt;BR /&gt;&lt;BR /&gt;You cannot cleanly dismount a disk with a page-/swapfile installed. DISMOUNT is a synchronous command, so they can't be 'too close to one another'.&lt;BR /&gt;&lt;BR /&gt;The HSZ50 is connected to a shared SCSI bus, so the disks are 'local' to each system, right ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 16 Sep 2005 07:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627754#M71222</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-16T07:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627755#M71223</link>
      <description>I would have to say that I often had that kind of experience with V6.2 systems.&lt;BR /&gt;&lt;BR /&gt;Later versions 7.2 and following have been much better.  I would say for V6.2 that you need to allow at least 1 minute between them, possibly more.  Or you could do the cluster shutdown -- but that always seemed to take forever for the final handshakes to complete.&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Fri, 16 Sep 2005 07:46:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627755#M71223</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-09-16T07:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627756#M71224</link>
      <description>Uwe : no host based raid.&lt;BR /&gt;&lt;BR /&gt;Volker : I do capture a show dev/fi of every disk. Nothing is open except indexf. Don't do a sh dev d yet. Yes, shared scsi.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 07:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627756#M71224</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627757#M71225</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;can you test this in the running system ? Try a DISM DSAx: on one of the shadowsets from both systems and then mount the shadowset again with the same command as in SYSTARTUP_VMS.COM - what happens ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 16 Sep 2005 08:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627757#M71225</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-16T08:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627758#M71226</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;I have to wait until the merge is finished.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 08:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627758#M71226</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T08:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627759#M71227</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Tried to do a dismount dsa14 a few seconds after the merge completed. The command hangs and is not reacting to control_y.&lt;BR /&gt;After a few minutes : the device dsa14 is in mntverifytimeout but normally accessable from the other node. Dismount still active (or better nonactive).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 09:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627759#M71227</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627760#M71228</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;sorry for that, but this indicates that something is wrong with your shadowing software or your disk configuration.&lt;BR /&gt;&lt;BR /&gt;What's MVTIMEOUT set to ? What does SHOW DEV DSA14 tell on the system, where the dismount is hung ? &lt;BR /&gt;&lt;BR /&gt;Now you need to start troubleshooting the hanging dismount with ANAL/SYS&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SET PROC/ind=&lt;PID-OF-PROCESS-HANGING in="" dism=""&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PROC/LOCK&lt;BR /&gt;&lt;BR /&gt;waiting lock shown first ?&lt;BR /&gt;&lt;BR /&gt;If not:&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SHOW PROC/CHAN&lt;BR /&gt;&lt;BR /&gt;busy channel ?&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; SHOW DEV DSA14&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/PID-OF-PROCESS-HANGING&gt;</description>
      <pubDate>Fri, 16 Sep 2005 09:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627760#M71228</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-16T09:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627761#M71229</link>
      <description>Don't be sorry. &lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; show proc/lock&lt;BR /&gt;&lt;BR /&gt;Process index: 0053   Name: SYSMGR_WVW   Extended PID: 20600453&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;Lock data:&lt;BR /&gt;&lt;BR /&gt;Lock id:  270011EF   PID:     00010053   Flags:   VALBLK  CONVERT&lt;BR /&gt;Par. id:  01000000   SUBLCKs:        0&lt;BR /&gt;LKB:      81408E00   BLKAST:  00000000&lt;BR /&gt;PRIORTY:      0000&lt;BR /&gt;&lt;BR /&gt;Granted at      NL   00000000-FFFFFFFF&lt;BR /&gt;&lt;BR /&gt;Resource:      45504F5F 24464D4C    LMF$_OPE  Status:&lt;BR /&gt; Length   18   504C412D 534D564E    NVMS-ALP&lt;BR /&gt; Exec. mode    00000000 00004148    HA......&lt;BR /&gt; System        00000000 00000000    ........&lt;BR /&gt;&lt;BR /&gt;Local copy&lt;BR /&gt;&lt;BR /&gt;Process index: 0053   Name: SYSMGR_WVW   Extended PID: 20600453&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;Lock data:&lt;BR /&gt;&lt;BR /&gt;Lock id:  040017E0   PID:     00010053   Flags:   SYSTEM&lt;BR /&gt;Par. id:  00000000   SUBLCKs:        0&lt;BR /&gt;LKB:      813A6C80   BLKAST:  00000000&lt;BR /&gt;PRIORTY:      0000&lt;BR /&gt;&lt;BR /&gt;Granted at      EX   00000000-FFFFFFFF&lt;BR /&gt;&lt;BR /&gt;Resource:      4153445F 24544D44    DMT$_DSA  Status:&lt;BR /&gt; Length   11   00000000 003A3431    14:.....&lt;BR /&gt; Exec. mode    00000000 00000000    ........&lt;BR /&gt; System        00000000 00000000    ........&lt;BR /&gt;&lt;BR /&gt;Local copy&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; show proc/chan&lt;BR /&gt;&lt;BR /&gt;Process index: 0053   Name: SYSMGR_WVW   Extended PID: 20600453&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                            Process active channels&lt;BR /&gt;                            -----------------------&lt;BR /&gt;&lt;BR /&gt;Channel  Window           Status        Device/file accessed&lt;BR /&gt;-------  ------           ------        --------------------&lt;BR /&gt;  0010  00000000             Busy       DSA14:&lt;BR /&gt;  0020  812201C0                        DSA0:[SYSCOMMON.SYSEXE]DISMOUNT.EXE;2&lt;BR /&gt;  0030  813BB9C0                        DSA0:[SYSCOMMON.SYSLIB]DISMNTSHR.EXE;3 (&lt;BR /&gt;section file)&lt;BR /&gt;  0040  00000000                        DSA14:&lt;BR /&gt;  0050  813B4840                        DSA0:[SYSCOMMON.SYSEXE]DCL.EXE;1 (sectio&lt;BR /&gt;n file)&lt;BR /&gt;  0060  813C1280                        DSA0:[SYSCOMMON.SYSLIB]DCLTABLES.EXE;210&lt;BR /&gt; (section file)&lt;BR /&gt;  0070  00000000             Busy       DSA14:&lt;BR /&gt;  0080  00000000                        TNA5:&lt;BR /&gt;  0090  00000000                        TNA5:&lt;BR /&gt;  00A0  81723740                        DSA0:[SYSCOMMON.SYSMSG]UCX$MSG.EXE;1&lt;BR /&gt;SDA&amp;gt;&lt;BR /&gt;&lt;BR /&gt;mc sysgen show mv&lt;BR /&gt;Parameter Name            Current    Default     Min.     Max.     Unit  Dynamic&lt;BR /&gt;--------------            -------    -------    -------  -------   ----  -------&lt;BR /&gt;MVTIMEOUT                    3600       3600         1     64000 Seconds    D&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 09:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627761#M71229</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T09:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627762#M71230</link>
      <description>sh dev dsa14/fu&lt;BR /&gt;&lt;BR /&gt;Disk DSA14:, device type Generic SCSI disk, is online, mounted, mount&lt;BR /&gt;    verification timed out, volume is marked for dismount, file-oriented device,&lt;BR /&gt;    shareable, available to cluster, error logging is enabled.&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed             280875&lt;BR /&gt;    Owner process                 ""    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;BR /&gt;    Reference count                3    Default buffer size                 512&lt;BR /&gt;    Total blocks            35556389    Sectors per track                   254&lt;BR /&gt;    Total cylinders             7000    Tracks per cylinder                  20&lt;BR /&gt;&lt;BR /&gt;    Volume label            "DISK14"    Relative volume number                0&lt;BR /&gt;    Cluster size                  35    Transaction count                     1&lt;BR /&gt;    Free blocks              7537810    Maximum files allowed            493838&lt;BR /&gt;    Extend quantity                5    Mount count                           1&lt;BR /&gt;    Mount status             Process    Cache name             "_DSA0:XQPCACHE"&lt;BR /&gt;    Extent cache size             64    Maximum blocks in extent cache   753781&lt;BR /&gt;    File ID cache size            64    Blocks currently in extent cache      0&lt;BR /&gt;    Quota cache size               0    Maximum buffers in FCP cache       2993&lt;BR /&gt;    Min ret. period    3-00:00:00.00    Max ret. period           7-00:00:00.00&lt;BR /&gt;    Volume owner UIC         [1,201]    Vol Prot    S:RWCD,O:RWCD,G:RWCD,W:RWCD&lt;BR /&gt;&lt;BR /&gt;  Volume Status:  do not unload on dismount, write-back caching enabled.&lt;BR /&gt;  Volume is also mounted on SBAPV2.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 10:01:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627762#M71230</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627763#M71231</link>
      <description>I have seen, even on a 7.3-2 system a situation, where the shutdown doesn't &lt;BR /&gt;&lt;BR /&gt;The other thing is --- Is everything that needs to be shutdown, shutdown . Some show dev/files interspersed in the shutdown code, will confirm, that things are happening as they should. &lt;BR /&gt;&lt;BR /&gt;q&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2005 10:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627763#M71231</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-09-16T10:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627764#M71232</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;Everything is stopped during the shutdown. Even spooling. Show dev/fi didn't show anything.&lt;BR /&gt;&lt;BR /&gt;Volker : nothing in operator log file. No msg at all.</description>
      <pubDate>Fri, 16 Sep 2005 10:05:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627764#M71232</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T10:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627765#M71233</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;DISMOUNT is not waiting for a LOCK (waiting locks would be shown first). Busy channel to DSA14:, so now it's time to do a SDA&amp;gt; SHOW DEV DSA14 and see, why the IO does not continue...&lt;BR /&gt;&lt;BR /&gt;MVTIMEOUT=3600 means 1 hour - I guess you didn't wait that long...&lt;BR /&gt;&lt;BR /&gt;Any error count on DSA14 or any of it's members ($ SHOW DEV DSA14: from the node with the hanging DISMOUNT) ?&lt;BR /&gt;&lt;BR /&gt;Are all the expected shadowset members of DSA14: still part of the VU ? &lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 16 Sep 2005 10:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627765#M71233</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-16T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627766#M71234</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;No errors on the node.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SDA&amp;gt; show dev dsa14&lt;BR /&gt;&lt;BR /&gt;I/O data structures&lt;BR /&gt;-------------------&lt;BR /&gt;DSA14                         Generic_DK                  UCB address:  8147E400&lt;BR /&gt;&lt;BR /&gt;Device status:   08140010 online,supmvmsg,dismount,exfunc_supp&lt;BR /&gt;Characteristics: 1C6D4008 dir,fod,shr,avl,mnt,dmt,elg,idv,odv,rnd&lt;BR /&gt;                 01082021 clu,mscp,loc,vrt,scsi&lt;BR /&gt;&lt;BR /&gt;Owner UIC [000001,000004]   Operation count     280875   ORB address    8147AC00&lt;BR /&gt;      PID        00000000   Error count              0   DDB address    81276800&lt;BR /&gt;Alloc. lock ID   1D000732   Reference count          3   DDT address    8857E3A0&lt;BR /&gt;Alloc. class            0   Online count             0   VCB address    81476F40&lt;BR /&gt;Class/Type          01/36   BOFF              00000000   CRB address    81276880&lt;BR /&gt;Def. buf. size        512   Byte count        00000000   CDDB address   812E4780&lt;BR /&gt;DEVDEPEND        1B5814FE   SVAPTE            00000000   SHAD address   81483D40&lt;BR /&gt;DEVDEPND2        00000000   DEVSTS            00000004   I/O wait queue 8147E46C&lt;BR /&gt;DEVDEPND3        00000000   RWAITCNT              0000&lt;BR /&gt;FLCK index             3A&lt;BR /&gt;DLCK address     00000000&lt;BR /&gt;&lt;BR /&gt;Shadow Virtual Unit DEVSTS status:   00000004 nocnvrt&lt;BR /&gt;&lt;BR /&gt;IO data structures&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;                ----- Shadow Descriptor Block (SHAD) 81483D40 -----&lt;BR /&gt;&lt;BR /&gt;Virtual Unit status:              8000 failed&lt;BR /&gt;&lt;BR /&gt;Members                0    Act user IRPs          2    VU UCB          8147E400&lt;BR /&gt;Devices                0    SCB LBN         010F4627    Master FL       814840A4&lt;BR /&gt;Fcpy Targets           0    Generation Num  E5E973A4    Restart FL      814840AC&lt;BR /&gt;Mcpy Targets           0                    00A49E65&lt;BR /&gt;Last Read Index        1    Virtual Unit Id 00000000&lt;BR /&gt;Master Index           0                    1261000E&lt;BR /&gt;&lt;BR /&gt;            ----- SHAD Device summary for DSA14  -----&lt;BR /&gt;&lt;BR /&gt;I/O data structures&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;                --- Primary Class Driver Data Block (CDDB) 812E4780 ---&lt;BR /&gt;&lt;BR /&gt;Status:              00000000&lt;BR /&gt;Controller Flags:    00D0 cf_this,cf_misc,cf_attn&lt;BR /&gt;&lt;BR /&gt;Allocation class       0    CDRP Queue      812E4780    DDB address     81276800&lt;BR /&gt;System ID       00000000    Restart Queue   812E47C8    CRB address     81276880&lt;BR /&gt;                00000000    DAP Count              0    CDDB link       8134B380&lt;BR /&gt;Contrl. ID      00000000    Contr. timeout         0    PDT address     00000000&lt;BR /&gt;                00000000    Reinit Count           0    Original UCB    00000000&lt;BR /&gt;Response ID     00000000    Wait UCB Count         0    UCB chain       812E49C0&lt;BR /&gt;MSCP Cmd status 00000000&lt;BR /&gt;&lt;BR /&gt;        *** I/O request queue is empty ***&lt;BR /&gt;&lt;BR /&gt;I/O data structures&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;                --- Volume Control Block (VCB) 81476F40 ---&lt;BR /&gt;&lt;BR /&gt;Volume: DISK14           Lock name: DISK14&lt;BR /&gt;Status:  20 extfid&lt;BR /&gt;Status2: 10 nohighwater&lt;BR /&gt;Status3: 00000000&lt;BR /&gt;Shadow status: 01 shadmast&lt;BR /&gt;&lt;BR /&gt;Mount count            0    Rel. volume            0    AQB address     81380240&lt;BR /&gt;Transactions           1    Max. files        493838    RVT address     8147E400&lt;BR /&gt;Free blocks      7537810    Rsvd. files           10    FCB queue       81483A00&lt;BR /&gt;Window size            7    Cluster size          35    Cache blk.      814833C0&lt;BR /&gt;Vol. lock ID    01000744    Def. extend sz.        5    Shadow mem. FL  81477008&lt;BR /&gt;Block. lock ID  0600112D    Record size            0    Shadow mem. BL  81477008&lt;BR /&gt;Shadow lock ID  00000000&lt;BR /&gt;&lt;BR /&gt;I/O data structures&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;            --- Shadow set DSA14 member summary ---&lt;BR /&gt;&lt;BR /&gt;Volume: DISK14&lt;BR /&gt;&lt;BR /&gt;Physical unit     Primary path      Secondary path    Member status&lt;BR /&gt;-------------     ------------      --------------    -------------&lt;BR /&gt;&lt;BR /&gt;        * No mounted members in shadow set *&lt;BR /&gt;&lt;BR /&gt;I/O data structures&lt;BR /&gt;-------------------&lt;BR /&gt;&lt;BR /&gt;                    --- ACP Queue Block (AQB) 81380240 ---&lt;BR /&gt;&lt;BR /&gt;ACP requests are serviced by the eXtended Qio Processor (XQP)&lt;BR /&gt;&lt;BR /&gt;Status: 14 defsys,xqioproc&lt;BR /&gt;&lt;BR /&gt;Mount count           19    ACP type           f11v2    Linkage         812DBF80&lt;BR /&gt;                            ACP class            129    Request queue   00000000&lt;BR /&gt;&lt;BR /&gt;        *** ACP request queue is empty ***</description>
      <pubDate>Fri, 16 Sep 2005 10:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627766#M71234</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T10:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627767#M71235</link>
      <description>No errors on the other cluster node.&lt;BR /&gt;The memers are not in DSA14.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 10:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627767#M71235</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T10:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627768#M71236</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;sure, both members have been dropped from the shadowset... That's why it shows up as mntverifytimeout.&lt;BR /&gt;&lt;BR /&gt;The SHAD shows: Act user IRPs 2 - on a 0-member VU ??? This must be a shadowing problem. Do you have the most recent shadowing patch installed (ALPSHAD14_062) ?&lt;BR /&gt;&lt;BR /&gt;You will need to reboot the node with the hanging dismount. You may try a DISM/ABORT DSA14: as a last resort first.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 16 Sep 2005 10:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627768#M71236</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-16T10:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why shadow copy ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627769#M71237</link>
      <description>Dismount/abort on both nodes. Bioth in hang.&lt;BR /&gt;&lt;BR /&gt;Show dev dsa14 on the node that last dismounted : still normal.&lt;BR /&gt;&lt;BR /&gt;Shutdown : process of dism goes into RWAST.&lt;BR /&gt;Boot blocks. Reboot asked (damned, crash would have been better).&lt;BR /&gt;&lt;BR /&gt;The 2nd node in the mean time has a dismounted dsa14. Operator.log says node1 did it.&lt;BR /&gt;&lt;BR /&gt;Rebooted 2nd node without problems.&lt;BR /&gt;&lt;BR /&gt;No patching was allowed on this node. So, patch not installed.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 16 Sep 2005 10:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/why-shadow-copy/m-p/3627769#M71237</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-16T10:41:42Z</dc:date>
    </item>
  </channel>
</rss>

