<?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 Question without being in the shadowset in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041179#M104587</link>
    <description>&lt;P&gt;$1$DGA10 = Source; $1$DGA100 = Destination&lt;/P&gt;&lt;P&gt;We are in the process of migrating from one san to another. So want to go with live migration as much as possible. And I was able to do offline shadowing by dismounting the disk and add the shadowset and that works. Here is the challenge, Can I keep the source $1$DGA10 available online without adding to the shadowset or dismounting as if I add to shadowset then disk will become DSA and application can't write to it. So I want to keep $1$DGA10 as it is and add $1$DGA100 to the shadowset and will it mirror?&lt;/P&gt;&lt;P&gt;Startup.com&lt;/P&gt;&lt;P&gt;$ mount/system $1$DGA10: SYSDATA SYSDATA&lt;/P&gt;&lt;P&gt;$ mount/system DSA10: /shadow=$1$DGA100: SYSDATA SYSDATA&lt;/P&gt;&lt;P&gt;So when server is rebooted, will the $1$DGA100 be mirroring(shadowing) to $1$DGA10?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2019 00:35:12 GMT</pubDate>
    <dc:creator>3parhpux</dc:creator>
    <dc:date>2019-04-05T00:35:12Z</dc:date>
    <item>
      <title>Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041179#M104587</link>
      <description>&lt;P&gt;$1$DGA10 = Source; $1$DGA100 = Destination&lt;/P&gt;&lt;P&gt;We are in the process of migrating from one san to another. So want to go with live migration as much as possible. And I was able to do offline shadowing by dismounting the disk and add the shadowset and that works. Here is the challenge, Can I keep the source $1$DGA10 available online without adding to the shadowset or dismounting as if I add to shadowset then disk will become DSA and application can't write to it. So I want to keep $1$DGA10 as it is and add $1$DGA100 to the shadowset and will it mirror?&lt;/P&gt;&lt;P&gt;Startup.com&lt;/P&gt;&lt;P&gt;$ mount/system $1$DGA10: SYSDATA SYSDATA&lt;/P&gt;&lt;P&gt;$ mount/system DSA10: /shadow=$1$DGA100: SYSDATA SYSDATA&lt;/P&gt;&lt;P&gt;So when server is rebooted, will the $1$DGA100 be mirroring(shadowing) to $1$DGA10?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 00:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041179#M104587</guid>
      <dc:creator>3parhpux</dc:creator>
      <dc:date>2019-04-05T00:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041202#M104588</link>
      <description>&lt;P&gt;I'm not completely sure I understand what you're up to...&lt;/P&gt;&lt;P&gt;You can add $1$DGA100: to the DSA10: shadowset in the running system. It will cause a shadow-copy to be started. Applications reading/writing to DSA10: will continue with a slight performance loss while the shadow-copy operation is underway. Once the shadow-copy is completeld you should change the MOUNT command in SYSTARTUP_VMS.COM to include both members: MOUNT/SYSTEM DSA10:/SHADOW=($1$DGA10:,$1$DGA100:)&amp;nbsp; SYSDATA SYSDATA&lt;/P&gt;&lt;P&gt;Did this answer your question ?&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 06:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041202#M104588</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2019-04-05T06:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041267#M104589</link>
      <description>&lt;P&gt;As I read theoriginal question, the answer is NO.&amp;nbsp; Once a shadowset has been created, you MUST access the shadowset using the DSA device.&amp;nbsp; The original poster wants (I believe) to access the intial drive $1$DGA10 even when the shadowset has been formed.&amp;nbsp; This will not work.&lt;/P&gt;&lt;P&gt;If the application accesses the current drive using a logical name, change the name to access the DSA device.&amp;nbsp; This will be an invisible change to the application and will work as you expect.&amp;nbsp; If the application(s) access the drive directly, than an application change will be necesary to use the DSA device rather than the DGA device.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 12:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041267#M104589</guid>
      <dc:creator>abrsvc</dc:creator>
      <dc:date>2019-04-05T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041274#M104591</link>
      <description>&lt;P&gt;&amp;gt; [...] If the application(s) access the drive directly, than an&lt;BR /&gt;&amp;gt; application change will be necesary [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Will it?&lt;/P&gt;&lt;P&gt;its $ write sys$output f$getdvi( "dka0:", "freeblocks")&lt;BR /&gt;391432816&lt;/P&gt;&lt;P&gt;its $ write sys$output f$getdvi( "dka100:", "freeblocks")&lt;BR /&gt;222208575&lt;/P&gt;&lt;P&gt;its $ define dka100 dka0:&lt;BR /&gt;its $ write sys$output f$getdvi( "dka100:", "freeblocks")&lt;BR /&gt;391432800&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I'd use a process-specific logical name, not a system-wide one, but&lt;BR /&gt;why couldn't both the logical-name and the equivalence-name be physical&lt;BR /&gt;device names?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041274#M104591</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2019-04-05T13:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041279#M104592</link>
      <description>&lt;P&gt;Issue is the particular legacy DB on the legacy system, they can't write to the DSA device and logicals also doesn't work in this scenario. Once the $1$DGA10 dismount, that means need downtime. And if I go to the minimal boot and add both $1$DGA10 and $1$DGA100, then it will be a shadowset and will become DSA disk, which means application can't use it.&lt;/P&gt;&lt;P&gt;So I trying to see if I can make the $1$DGA10 available while $1$DGA100 is shadowing.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 13:59:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041279#M104592</guid>
      <dc:creator>3parhpux</dc:creator>
      <dc:date>2019-04-05T13:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041291#M104593</link>
      <description>&lt;P&gt;You need to convince the application to use $1$DGA100 once the migration to the&amp;nbsp;new storage is complete. Why can't the application use DSA10 ?&lt;/P&gt;&lt;P&gt;Please note that when booting minimum, shadow-copy will NOT start ! &amp;nbsp;Also remember to use MOUNT/OVER=SHADOW $1$DGA100: at least once to convert the shadowset-member $1$DGA100: back to a non-shadowed disk.&lt;/P&gt;&lt;P&gt;Without the&amp;nbsp;use of shadowing, there is no way to prevent downtime in this scenario.&lt;/P&gt;&lt;P&gt;Volker.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 15:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041291#M104593</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2019-04-05T15:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Shadowing Question without being in the shadowset</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041298#M104594</link>
      <description>&lt;P&gt;&amp;gt; Issue is the particular legacy DB on the legacy system, [...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; _Which_ " the particular legacy DB on the legacy system"?&amp;nbsp; How does&lt;BR /&gt;that explain anything?&lt;/P&gt;&lt;P&gt;&amp;gt; [...] they can't write to the DSA device and logicals also doesn't&lt;BR /&gt;&amp;gt; work in this scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;"can't" or "doesn't work" is not a useful problem description.&amp;nbsp; It&lt;BR /&gt;does not say what you did.&amp;nbsp; It does not say what happened when you did&lt;BR /&gt;it.&amp;nbsp; As usual, showing actual actions (commands, code, ...) with their&lt;BR /&gt;actual results (error messages, ...) can be more helpful than vague&lt;BR /&gt;descriptions or interpretations.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/shadowing-question-without-being-in-the-shadowset/m-p/7041298#M104594</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2019-04-05T17:01:27Z</dc:date>
    </item>
  </channel>
</rss>

