<?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: DKCs and DKDs disk in two alphaserver systems in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629641#M71269</link>
    <description>... and then, assuming your apps hardcoded use DKBx, DKCy and DKDz, the trick to be able to run your app is:&lt;BR /&gt;&lt;BR /&gt;$ DEFI/SYS/EXEC/TRANS=CONC DKBx $m$DKArrr:&lt;BR /&gt;$ DEFI/SYS/EXEC/TRANS=CONC DKCy $n$DKAsss:&lt;BR /&gt;$ DEFI/SYS/EXEC/TRANS=CONC DKDz $m$DKAttt:&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</description>
    <pubDate>Tue, 20 Sep 2005 11:16:29 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2005-09-20T11:16:29Z</dc:date>
    <item>
      <title>DKCs and DKDs disk in two alphaserver systems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629637#M71265</link>
      <description>Hi &lt;BR /&gt;A customer have a two storage attached in two system in cluster running open VMS , he want attach this two storage RA10000 with controller HSZ52 two to new machine DS25 and ES45.&lt;BR /&gt;&lt;BR /&gt;In the old system the disk of the two storages are presented to the system as DKCs and DKDs from the &amp;gt;&amp;gt;&amp;gt; prompt. In the new system only I have the controller that come with the machine so I have DKA, if I install the old controller card (HBA scsi) to the new ds25 or ES45 I will get DKA,DKB, and DKC.&lt;BR /&gt;&lt;BR /&gt;My question is there is some way to edit or something else in such way that the system can see DKCs and DKDs in place that DKBs and DKCs I dont want a third scsi card , I want only work with the two card added to the systems.&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;&lt;BR /&gt;W.S&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 21:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629637#M71265</guid>
      <dc:creator>WilliamSmith11</dc:creator>
      <dc:date>2005-09-19T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: DKCs and DKDs disk in two alphaserver systems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629638#M71266</link>
      <description>I don't think you have much control over PKx assignements.  Are you trying to share the devices between machines or just don't fixup application references to the old devices?  In the former case, you can use port allocation classes so the disks on the SCSI appear as $xxx$DKAnnn.  You use a special command in SYSBOOT to assign the corresponding PKc (whatever it ends up) to allocation class xxx.</description>
      <pubDate>Mon, 19 Sep 2005 22:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629638#M71266</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-09-19T22:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: DKCs and DKDs disk in two alphaserver systems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629639#M71267</link>
      <description>William,&lt;BR /&gt;&lt;BR /&gt;  Controller letters are allocated according to "discovery" by the console. The only way you can affect them is to physically move cards around between slots. Different platforms use different search mechanisms to discover controllers, so there is no hard rule that can be applied to all systems. All you can say is for a given hardware configuration the assigned controller letters will be stable. However, if you add or remove cards, the letters may change.&lt;BR /&gt;&lt;BR /&gt;  Port allocation classes can be used to change the naming of SCSI devices. The intent was for use in shared SCSI busses to force the name of a particular device to be the same on all nodes with direct paths, but there's no reason they can't be used in your circumstances to get some control over device naming (though maybe not as much as you'd like!)&lt;BR /&gt;&lt;BR /&gt;V7.1 or higher&lt;BR /&gt;&lt;BR /&gt;SYSGEN parameters ALLOCLASS and DEVICE_NAMING must be non-zero&lt;BR /&gt;&lt;BR /&gt;From SYSBOOT&amp;gt; prompt issue the command:&lt;BR /&gt;&lt;BR /&gt;SYSBOOT&amp;gt; SET/CLASS PKB n&lt;BR /&gt;&lt;BR /&gt;Where n is different from the node ALLOCLASS. Devices on the PKB bus will now be named $n$DKAxxx&lt;BR /&gt;&lt;BR /&gt;See SYS$SYSTEM:SYS$DEVICES.DAT for current settings (but DON'T try to edit that file!)&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 22:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629639#M71267</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-09-19T22:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: DKCs and DKDs disk in two alphaserver systems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629640#M71268</link>
      <description>I think using port allocation classes is the way to get the names consistant on both systems. The names will not be same as the old names but they will be be same. Something could be done with logical names but best not.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/6318/6318pro_006.html#index_x_304" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/6318/6318pro_006.html#index_x_304&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/00/00/33-con.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/00/00/33-con.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 03:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629640#M71268</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-20T03:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: DKCs and DKDs disk in two alphaserver systems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629641#M71269</link>
      <description>... and then, assuming your apps hardcoded use DKBx, DKCy and DKDz, the trick to be able to run your app is:&lt;BR /&gt;&lt;BR /&gt;$ DEFI/SYS/EXEC/TRANS=CONC DKBx $m$DKArrr:&lt;BR /&gt;$ DEFI/SYS/EXEC/TRANS=CONC DKCy $n$DKAsss:&lt;BR /&gt;$ DEFI/SYS/EXEC/TRANS=CONC DKDz $m$DKAttt:&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</description>
      <pubDate>Tue, 20 Sep 2005 11:16:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629641#M71269</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-09-20T11:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: DKCs and DKDs disk in two alphaserver systems</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629642#M71270</link>
      <description>WS,&lt;BR /&gt;&lt;BR /&gt;I concur with Jan.&lt;BR /&gt;&lt;BR /&gt;While I recommend that clients restrict physical device names to a very limited set of command files used during the startup process, I often encounter sites where this advice has not been followed in the past.&lt;BR /&gt;&lt;BR /&gt;The long term solution is to fix the references to logical names based on volume names or data category (see my HP OpenVMS Technical Journal Version 3 paper, a reprint of which is available via &lt;A href="http://www.rlgsc.com/publications/vmstechjournal/inheritance.html)." target="_blank"&gt;http://www.rlgsc.com/publications/vmstechjournal/inheritance.html).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As a short term bridge, I have often used concealed logicals as a way to "bridge" between a configuration which relies on physical device names to a new physical configuration, while we sort out the logical environment. This allows production use to continue without interruption.&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, 21 Sep 2005 05:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/dkcs-and-dkds-disk-in-two-alphaserver-systems/m-p/3629642#M71270</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-09-21T05:10:15Z</dc:date>
    </item>
  </channel>
</rss>

