<?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 Shadowing on a system disk. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532596#M96845</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I've recently been made responsible for a DS25 running openvms 7.3.  The system disk in this machine 'was' shadowed.&lt;BR /&gt;&lt;BR /&gt;Originally, two disks (DKA0 and DKA100) were in the shadowset DSA0:.  Now, DKA100 is the only member of the DSA0 shadowset.  It turns out the phsyical disk DKA0 was dead and has been for some time. I'd like to restore that shadowset.&lt;BR /&gt;&lt;BR /&gt;I've replaced the physical disk with an identical disk (i.e. exact same disk, plugged into the spot from which the old DKA0 was removed).  I can mount the new DKA0, copy files to it, verify it's working etc..  However when i try to re-add it to the DSA0 shadowset using:&lt;BR /&gt;&lt;BR /&gt;mount/system dsa0: /shadow=($1$dka0:) alphasys&lt;BR /&gt; &lt;BR /&gt;The shadow set attempted to merge but clocked up a large number of errors.  I've been using the "Volume Shadowing for OpenVMS" manual as a reference, but have yet to spot what I'm doing wrong.&lt;BR /&gt;&lt;BR /&gt;It appears to me that shadowing the system disks is a 'special case' (as the systartup_vms.com does not explicitly mount the system shadowset on startup, rather OpenVMS just knows to do this).  Is there a particular sequence of actions required to rebuild this system shadowset with a new disk?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.</description>
    <pubDate>Thu, 12 Nov 2009 11:35:59 GMT</pubDate>
    <dc:creator>TKelly_1</dc:creator>
    <dc:date>2009-11-12T11:35:59Z</dc:date>
    <item>
      <title>Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532596#M96845</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I've recently been made responsible for a DS25 running openvms 7.3.  The system disk in this machine 'was' shadowed.&lt;BR /&gt;&lt;BR /&gt;Originally, two disks (DKA0 and DKA100) were in the shadowset DSA0:.  Now, DKA100 is the only member of the DSA0 shadowset.  It turns out the phsyical disk DKA0 was dead and has been for some time. I'd like to restore that shadowset.&lt;BR /&gt;&lt;BR /&gt;I've replaced the physical disk with an identical disk (i.e. exact same disk, plugged into the spot from which the old DKA0 was removed).  I can mount the new DKA0, copy files to it, verify it's working etc..  However when i try to re-add it to the DSA0 shadowset using:&lt;BR /&gt;&lt;BR /&gt;mount/system dsa0: /shadow=($1$dka0:) alphasys&lt;BR /&gt; &lt;BR /&gt;The shadow set attempted to merge but clocked up a large number of errors.  I've been using the "Volume Shadowing for OpenVMS" manual as a reference, but have yet to spot what I'm doing wrong.&lt;BR /&gt;&lt;BR /&gt;It appears to me that shadowing the system disks is a 'special case' (as the systartup_vms.com does not explicitly mount the system shadowset on startup, rather OpenVMS just knows to do this).  Is there a particular sequence of actions required to rebuild this system shadowset with a new disk?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards.</description>
      <pubDate>Thu, 12 Nov 2009 11:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532596#M96845</guid>
      <dc:creator>TKelly_1</dc:creator>
      <dc:date>2009-11-12T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532597#M96846</link>
      <description>I am wondering about the merge, I would assume a shadow copy, perhaps you may tell us the real error messages.&lt;BR /&gt;The systemdisk is a special case during booting, but when the system us up and running adding and removing members from the shadowset is done as with data disks.&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Thu, 12 Nov 2009 11:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532597#M96846</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2009-11-12T11:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532598#M96847</link>
      <description>TKelly,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;OpenVMS shadowed system disks do NOT need to be mounted in SYSTARTUP_VMS.COM, because OpenVMS will form the system disk shadowset with the same members as existed prior to the boot.&lt;BR /&gt;&lt;BR /&gt;Your mount command is correct. I prefer to always use /CONFIRM when doing manual MOUNTs. This will tell you the label of the disk to be added - and overwritten - and still allows you to say NO, if you had specified the wrong disk.&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;The shadow set attempted to merge ...&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;The operation you've described is called a SHADOW COPY, not a MERGE. During a shadow-copy all blocks from the existing members are copied to the new member. A MERGE compares all blocks of all members and only updates blocks, which were different by copying it from the 'master member'.&lt;BR /&gt;&lt;BR /&gt;Did you look at the errors being reported ? You will need DECevent (DIAGNOSE) or WEBES (SEA) to do this.&lt;BR /&gt;&lt;BR /&gt;Try an INIT/ERASE DKA0: SCRATCH first, this will write to all blocks of the new disk and should report any problems at that time. This operation will take a while.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 12 Nov 2009 11:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532598#M96847</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-11-12T11:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532599#M96848</link>
      <description>Did you initialize the disk before you attempted to mount it into the shadowset??&lt;BR /&gt;&lt;BR /&gt;$ Init/Sys $1$DKA0: ALPHASYS&lt;BR /&gt;&lt;BR /&gt;(label is actually irrelevant).    It is possible that the new disk is not actually "New".    However, the fact that the disk is accepted into the shadowset and begins to copy, suggests that you used the correct commands, and that the problem is more likely with the new disk.&lt;BR /&gt;&lt;BR /&gt;   Anyway, as requested by Kalle, it would be best to cut and paste the actual error messages.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;Dave. &lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 12:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532599#M96848</guid>
      <dc:creator>The Brit</dc:creator>
      <dc:date>2009-11-12T12:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532600#M96849</link>
      <description>Hello and thanks for the quick replies.  Ditto the welcome, I've been reading the posts on here for quite a while.  It's an invaluable knowledgebase.&lt;BR /&gt;&lt;BR /&gt;First off, yep, I'm 100% clear that "OpenVMS shadowed system disks do NOT need to be mounted in SYSTARTUP_VMS.COM".  That's as per what I've read and my/your comments above.&lt;BR /&gt;&lt;BR /&gt;:) Thanks for the note on /CONFIRM - I had actually used that myself.  I too like the assurance of getting the target of the copy confirmed.&lt;BR /&gt;&lt;BR /&gt;Apologies if I was loose with my terminology ('use of merge instead of copy'). You are correct, I am referring to the initial copy when adding a new member to the DSA0: shadowset.&lt;BR /&gt;&lt;BR /&gt;Yup - I initialised the disk (a couple of times!) while playing with it.&lt;BR /&gt;&lt;BR /&gt;I'll go and use DIA to dig out the exact errors from day I first tried this and then post them in short order.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 12:18:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532600#M96849</guid>
      <dc:creator>TKelly_1</dc:creator>
      <dc:date>2009-11-12T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532601#M96850</link>
      <description>TKelly,&lt;BR /&gt;&lt;BR /&gt;did you do just an INIT DKA0: label or did you also use /ERASE - that makes a big difference here...&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 12 Nov 2009 12:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532601#M96850</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-11-12T12:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532602#M96851</link>
      <description>&amp;gt; shadow set attempted to merge but clocked up a large number of errors&lt;BR /&gt;&lt;BR /&gt;Copy, not merge, right? Errors on the source or destination disk? If the source disk has forced error flags set on any blocks those will need to be remedied prior to any shadow copy. In any case, you'll probably want to use one of the error log translation tools (DECEvent, WEBES, etc) to decode the event.</description>
      <pubDate>Thu, 12 Nov 2009 12:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532602#M96851</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2009-11-12T12:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532603#M96852</link>
      <description>I did not use /ERASE.  So I'll add that to my to-do list too.  Many thanks for highlighting the difference!</description>
      <pubDate>Thu, 12 Nov 2009 12:44:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532603#M96852</guid>
      <dc:creator>TKelly_1</dc:creator>
      <dc:date>2009-11-12T12:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532604#M96853</link>
      <description>TKelly,&lt;BR /&gt;&lt;BR /&gt;Just a small note of clarification. SYSTARTUP_VMS.COM is not the only possible place where a MOUNT can be placed. &lt;BR /&gt;&lt;BR /&gt;The case of the system residence volume is indeed special, and all of the command files invoked during the startup are indeed not germane, however in other cases, it does make a great difference.&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>Thu, 12 Nov 2009 13:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532604#M96853</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2009-11-12T13:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532605#M96854</link>
      <description>&amp;gt; use /ERASE&lt;BR /&gt;&lt;BR /&gt;I actually find it preferable to use BACKUP and make a /PHYSICAL copy of the source disk onto the target, follow that with an INITIALIZE or MOUNT/OVERRIDE=SHADOW to destroy the SCB, and then initiate the shadow copy. Shadow copies then are much faster as the majority of the data on the target disk will not have to be updated and the initial copy was performed with no decision making code involved.</description>
      <pubDate>Thu, 12 Nov 2009 14:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532605#M96854</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2009-11-12T14:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532606#M96855</link>
      <description>TKelly, please post the errors. &lt;BR /&gt;&lt;BR /&gt;Correctly-functioning shadowing does not log errors, and initializing disks for inclusion into a shadowset is not particularly relevant to the generation of errors.  &lt;BR /&gt;&lt;BR /&gt;Please post the errors.  &lt;BR /&gt;&lt;BR /&gt;If the errors are on the system disk or a critical data disk, please ensure you have a restorable copy created from an off-line system disk; from the distro media or a spare system disk.&lt;BR /&gt;&lt;BR /&gt;Please post the errors.&lt;BR /&gt;&lt;BR /&gt;This could be a simple case of an incorrectly-terminated SCSI bus or a bad cable or such, or there could be a disk error or controller error or other lower-level issue lurking.  Shadowing does put a substantial I/O load on the hardware, and does tend to expose lower-level hardware problems.&lt;BR /&gt;&lt;BR /&gt;Please post the errors.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 14:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532606#M96855</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-11-12T14:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532607#M96856</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;BACKUP/PHYSICAL requires downtime, as the source disk needs to be mounted /FOREIGN.&lt;BR /&gt;&lt;BR /&gt;TKelly,&lt;BR /&gt;&lt;BR /&gt;INIT/ERASE is not generally necessary before adding a new disk to a shadowset, an INIT disk: SCRATCH before adding it to a shadowset might always make sense.&lt;BR /&gt;&lt;BR /&gt;In this case, where you do not trust DKA0: anymore, INIT/ERASE DKA0: SCRATCH would at least write to ALL the blocks of the replacement disk to make sure the disk is o.k.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 12 Nov 2009 16:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532607#M96856</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-11-12T16:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532608#M96857</link>
      <description>&lt;!--!*#--&gt;&amp;gt; BACKUP/PHYSICAL requires downtime, as the source disk needs to be mounted /FOREIGN.&lt;BR /&gt;&lt;BR /&gt;Are you sure about this? Seems to work ok here on a 7.3-2 system...&lt;BR /&gt;&lt;BR /&gt;A$ moun/fore $1$DKE300&lt;BR /&gt;A$ back/phys/igno=inte sys$sysdevice: $1$DKE300:&lt;BR /&gt;^T&lt;BR /&gt;XXXA::MCKINNEYJ 08:21:49 BACKUP    CPU=00:00:03.06 PF=5197 IO=13918 MEM=960&lt;BR /&gt; Input: physical LBN 241727 (of 17773524)&lt;BR /&gt; Output: saveset volume 0, block 0 (33040 byte blocks)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 16:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532608#M96857</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2009-11-12T16:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532609#M96858</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;in your case, $1$DKE300: was not mounted and you therefore can mount it foreign. That works.&lt;BR /&gt;&lt;BR /&gt;But TKelly wanted to add a new member to the system disk shadowset and to do a BACKUP/PHYSICAL to that new member first, it would require the system-disk to be dismounted to allow a MOUNT/FOR.&lt;BR /&gt;&lt;BR /&gt;Or is there some misunderstanding ?&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 12 Nov 2009 16:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532609#M96858</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-11-12T16:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532610#M96859</link>
      <description>&lt;!--!*#--&gt;Only the target disk need be mounted foreign. The currently mounted system disk DSA device can be used a source and the foreign mounted new member can be the target. Once the backup is complete, the target disk can be dismounted and then placed into the shadow set (after scramling the SCB). The following works for me... VMS 7.3-2.&lt;BR /&gt;&lt;BR /&gt;$ sh dev sys$sysdevice&lt;BR /&gt;&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label        Blocks Count Cnt&lt;BR /&gt;DSA0:                   Mounted              0  ALPHA73       12188700   615   1&lt;BR /&gt;$1$DKA100:      (XXXX)  ShadowSetMember      0  (member of DSA0:)&lt;BR /&gt;&lt;BR /&gt;$ mou/for $1$dka200:&lt;BR /&gt;$ back/phys/ign=inter dsa0: $1$dka200:&lt;BR /&gt;^T&lt;BR /&gt;XXXX::MCKINNEYJ 09:22:26 BACKUP    CPU=00:00:07.93 PF=6103 IO=182807 MEM=1024&lt;BR /&gt; Input: physical LBN 23551 (of 17773524)&lt;BR /&gt; Output: saveset volume 0, block 0 (33040 byte blocks)&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532610#M96859</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2009-11-12T17:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532611#M96860</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;sorry, you're right.&lt;BR /&gt;&lt;BR /&gt;The manual says: For a BACKUP/PHYSICAL operation, the input disk needs to be mounted /FOREIGN or you must have LOG_IO or PHY_IO privilege.&lt;BR /&gt;&lt;BR /&gt;I tried MOUNT/FOR on the already mounted input disk and this - of course - failed.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 12 Nov 2009 17:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532611#M96860</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-11-12T17:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532612#M96861</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;Thanks for the valuable input. I only have a limited window each day allocated to this so apologies for my delays replying.&lt;BR /&gt;&lt;BR /&gt;Ok, first a small clarification, as I can see getting all the detail 100% correct is very important.  The machine is a DS20E running openvms7.3-1.  Apologies if that makes a material difference.&lt;BR /&gt;&lt;BR /&gt;Re init/ERASE:&lt;BR /&gt;I ran an init/ERASE on DKA0 yesterday. It took around 30 minutes.  No errors were reported and the error count on the disk did not increase.  So I guess that's positive.&lt;BR /&gt;&lt;BR /&gt;Re "Posting the Errors":&lt;BR /&gt;&lt;BR /&gt;This morning I ran the following mount command (and received the OS responses that follow):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ mount/system/confirm dsa0: /shadow=($1$dka0:) alphasys&lt;BR /&gt;%MOUNT-F-SHDWCOPYREQ, shadow copy required&lt;BR /&gt;Virtual Unit - _DSA0:                             Volume Label - ALPHASYS    &lt;BR /&gt;     Member                    Volume Label Owner UIC&lt;BR /&gt;     _$1$DKA0: (T1)            ALPHASYS1    [IT,TAYLODGE]&lt;BR /&gt;Allow FULL shadow copy on the above member(s)? [N]:y&lt;BR /&gt;%MOUNT-I-MOUNTED, ALPHASYS mounted on _DSA0:&lt;BR /&gt;%MOUNT-I-SHDWMEMCOPY, _$1$DKA0: (T1) added to the shadow set with a copy operatn&lt;BR /&gt;%MOUNT-I-ISAMBR, _$1$DKA100: (T1) is a member of the shadow set&lt;BR /&gt;&lt;BR /&gt;...so that part looks good.&lt;BR /&gt;&lt;BR /&gt;The copy operation starts, gets to about 3% and then the Error Count on the disk starts rising rapidly (in the first couple of minutes the Error Count on the disk jumps from 46407 to 55000).  See below:&lt;BR /&gt;&lt;BR /&gt;T1:SYS&amp;gt; sh dev dka0&lt;BR /&gt;&lt;BR /&gt;Device                  Device           Error    Volume         Free  Trans Mnt&lt;BR /&gt; Name                   Status           Count     Label        Blocks Count Cnt&lt;BR /&gt;DSA0:                   Mounted              0  ALPHASYS       5143917   729   1&lt;BR /&gt;$1$DKA0:          (T1)  ShadowCopying    55036  (copy trgt DSA0:   3% copied)&lt;BR /&gt;$1$DKA100:        (T1)  ShadowSetMember      0  (member of DSA0:)&lt;BR /&gt;&lt;BR /&gt;The Error Count continues to rise...&lt;BR /&gt;&lt;BR /&gt;I then did a "dia/cont" while the errors are being registered, and chose one of the many DKA0 errors I saw (they appear to all be more or less the same). Here it is:&lt;BR /&gt;&lt;BR /&gt;**** V3.4  ********************* ENTRY   42 ******************************** &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Logging OS                        1. OpenVMS &lt;BR /&gt;System Architecture               2. Alpha &lt;BR /&gt;OS version                           V7.3-1   &lt;BR /&gt;Event sequence number         26472. &lt;BR /&gt;Timestamp of occurrence              13-NOV-2009 09:54:21 &lt;BR /&gt;Time since reboot                    24 Day(s) 19:20:08 &lt;BR /&gt;Host name                            T1       &lt;BR /&gt;&lt;BR /&gt;System Model                         COMPAQ AlphaServer DS20E 666 MH &lt;BR /&gt;&lt;BR /&gt;Entry Type                        1. Device Error &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;---- Device Profile ----               &lt;BR /&gt;Unit                                 $1$DKA0 &lt;BR /&gt;Product Name                         BD0096826B &lt;BR /&gt;Vendor                               COMPAQ &lt;BR /&gt;&lt;BR /&gt;-- Driver Supplied Info -              &lt;BR /&gt;Device Firmware Revision             HPB4 &lt;BR /&gt;VMS SCSI Error Type               5. Extended Sense Data from Device &lt;BR /&gt;SCSI ID                         x00 &lt;BR /&gt;SCSI LUN                        x00 &lt;BR /&gt;SCSI SUBLUN                     x00 &lt;BR /&gt;Port Status               x00000001  NORMAL  -  normal successful completion &lt;BR /&gt;SCSI Command Opcode             x2A  Write (10 byte command) &lt;BR /&gt;Command Data                           &lt;BR /&gt;                                x00 &lt;BR /&gt;                                x00 &lt;BR /&gt;                                x08 &lt;BR /&gt;                                x3E &lt;BR /&gt;                                xE1 &lt;BR /&gt;                                x00 &lt;BR /&gt;                                x00 &lt;BR /&gt;                                x7F &lt;BR /&gt;                                x00 &lt;BR /&gt;                                       &lt;BR /&gt;SCSI Status                     x02  Check Condition &lt;BR /&gt;Remaining Byte Length            18. &lt;BR /&gt;&lt;BR /&gt;--- Device Sense Data ---              &lt;BR /&gt;&lt;BR /&gt;Error Code                      x70  Current Error &lt;BR /&gt;Segment #                       x00 &lt;BR /&gt;Information Byte 3              x00 &lt;BR /&gt;            Byte 2              x00 &lt;BR /&gt;            Byte 1              x00 &lt;BR /&gt;            Byte 0              x00 &lt;BR /&gt;Sense Key                       x0B  Aborted Command &lt;BR /&gt;Additional Sense Length         x0A &lt;BR /&gt;CMD Specific Info Byte 3        x00 &lt;BR /&gt;                  Byte 2        x00 &lt;BR /&gt;                  Byte 1        x00 &lt;BR /&gt;                  Byte 0        x00 &lt;BR /&gt;ASC &amp;amp; ASCQ                    x4700  ASC  =   x0047 &lt;BR /&gt;                                     ASCQ =   x0000 &lt;BR /&gt;                                     SCSI Parity Error &lt;BR /&gt;FRU Code                        x03 &lt;BR /&gt;Sense Key Specific Byte 0       x00  Sense Key Data NOT Valid &lt;BR /&gt;                   Byte 1       x00 &lt;BR /&gt;                   Byte 2       x00 &lt;BR /&gt;&lt;BR /&gt;----- Software Info -----              &lt;BR /&gt;UCB$x_ERTCNT                     16. Retries Remaining    &lt;BR /&gt;UCB$x_ERTMAX                     16. Retries Allowable    &lt;BR /&gt;IRP$Q_IOSB                x0000000000000000 &lt;BR /&gt;UCB$x_STS                 x18020810  Online &lt;BR /&gt;                                     Software Valid &lt;BR /&gt;                                     Volume is Valid on the local node &lt;BR /&gt;                                     Unit supports the Extended Function bit &lt;BR /&gt;IRP$L_PID                 x8288A910  Requestor "PID"    &lt;BR /&gt;IRP$x_BOFF                        0. Byte Page Offset    &lt;BR /&gt;IRP$x_BCNT                    65024. Transfer Size In Byte(s)    &lt;BR /&gt;UCB$x_ERRCNT                  63212. Errors This Unit    &lt;BR /&gt;UCB$L_OPCNT                  404302. QIO's This Unit    &lt;BR /&gt;ORB$L_OWNER               x00010004  Owners UIC    &lt;BR /&gt;UCB$L_DEVCHAR1            x1C4D4008  Directory Structured &lt;BR /&gt;                                     File Oriented &lt;BR /&gt;                                     Sharable &lt;BR /&gt;                                     Available &lt;BR /&gt;                                     Mounted &lt;BR /&gt;                                     Error Logging &lt;BR /&gt;                                     Capable of Input &lt;BR /&gt;                                     Capable of Output &lt;BR /&gt;                                     Random Access &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I can see various pieces of information that look like errors here, i.e.:&lt;BR /&gt;VMS SCSI Error Type               5&lt;BR /&gt;SCSI Parity Error &lt;BR /&gt;Sense Key Data NOT Valid &lt;BR /&gt;... but unfortunately those errors don't mean a lot to me at the moment.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Tom.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Nov 2009 10:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532612#M96861</guid>
      <dc:creator>TKelly_1</dc:creator>
      <dc:date>2009-11-13T10:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532613#M96862</link>
      <description>Tom,&lt;BR /&gt;&lt;BR /&gt;the error is on the destination disk (DKA0), so that explains why you shadow-copy gets stuck there ! Looks like a SCSI parity error on a WRITE command.&lt;BR /&gt;&lt;BR /&gt;So there is some hardware problem with this disk or the SCSI path to this disk.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 13 Nov 2009 10:53:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532613#M96862</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2009-11-13T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532614#M96863</link>
      <description>Gah - hardware!  Folks, many thanks for taking the time to read through this.  I've learned a bit (Thks Jim/Volker for the discussion on the 'mount' above).&lt;BR /&gt;&lt;BR /&gt;I'll pass the errors etc. on to the lad that installed the disk in the first place.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom.</description>
      <pubDate>Fri, 13 Nov 2009 11:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532614#M96863</guid>
      <dc:creator>TKelly_1</dc:creator>
      <dc:date>2009-11-13T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing on a system disk.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532615#M96864</link>
      <description>APOLOGIES!&lt;BR /&gt;&lt;BR /&gt;Shoot.  We run a points system on a forum in work, and it's "points out of ten".  Total.  For a thread.  I assumed that was the same here...&lt;BR /&gt;&lt;BR /&gt;I allocated points above to 'divide up my ten available points'... only afterwards when I saw that I could still assign points to the remaining posts did I think I may have made a mistake.&lt;BR /&gt;&lt;BR /&gt;One quick search later reveals the itrc points system:&lt;BR /&gt; N/A: The answer was simply a point of clarification to my original question&lt;BR /&gt;o 1-3: The answer didn't really help answer my question, but thanks for your assistance!&lt;BR /&gt;o 4- 7: The answer helped with a portion of my question, but I still need some additional help!&lt;BR /&gt;o 8-10: The answer has solved my problem completely! Now I'm a happy camper!&lt;BR /&gt;&lt;BR /&gt;I'm sorry.  I really appreciate you all taking the time to answer.  Allocating 1 point here and 2 there above wasn't meant to indicate a lack of appreciation for the replies, I just misunderstood the points system.&lt;BR /&gt;&lt;BR /&gt;Regards to all,&lt;BR /&gt;Tom.</description>
      <pubDate>Fri, 13 Nov 2009 11:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-on-a-system-disk/m-p/4532615#M96864</guid>
      <dc:creator>TKelly_1</dc:creator>
      <dc:date>2009-11-13T11:52:58Z</dc:date>
    </item>
  </channel>
</rss>

