<?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: Port allocation class for CDs in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015226#M80174</link>
    <description>Yes, fibre channel disk devices are always set to be $1$DGAn irregardless of systen pararmeters ALLOCLASS, DEVICE_NAMING, or the SYS$DEVICES.DAT file.</description>
    <pubDate>Tue, 21 Nov 2006 16:30:31 GMT</pubDate>
    <dc:creator>Jess Goodman</dc:creator>
    <dc:date>2006-11-21T16:30:31Z</dc:date>
    <item>
      <title>Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015220#M80168</link>
      <description>Some time ago I successfully set up port allocation classes for local SCSI disks on my 3xES80 Fiber Channel cluster. In this case device name one uses is NOT the disk drive device name("DKA"), but the controller device name ("PKA","PKB",...), resulting in the following (or similar)entries in the sys$system:sys$devices.dat:&lt;BR /&gt;...&lt;BR /&gt;[Port &lt;NODE&gt;$PKA]&lt;BR /&gt;Allocation Class = nn&lt;BR /&gt;...&lt;BR /&gt;What should I use in place of the "PKA" in the example above if the device in question is a CD-rom drive (DQA0). Do I simply use "DQA" or there is a controller involved here, and I should use some other name?&lt;BR /&gt;&lt;BR /&gt;Thanks for any input.&lt;BR /&gt;&lt;BR /&gt;Ziggy&lt;BR /&gt;&lt;BR /&gt;&lt;/NODE&gt;</description>
      <pubDate>Tue, 21 Nov 2006 13:43:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015220#M80168</guid>
      <dc:creator>Ziggy Filek</dc:creator>
      <dc:date>2006-11-21T13:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015221#M80169</link>
      <description>Port allocation classes are for SCSI devices only.  DQ devices are IDE; you cannot set a PAC for an IDE device.  If your sysgen param ALLOCLASS is non-zero, your IDE devices will be prefixed by that allocation class, rather than SCSNODE.&lt;BR /&gt;&lt;BR /&gt;In general, PACs are only required for devices that may be directly accessed by more than one node.  Since an IDE bus is not shareable, PACs are not needed.&lt;BR /&gt;&lt;BR /&gt;                        -- Rob</description>
      <pubDate>Tue, 21 Nov 2006 15:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015221#M80169</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-11-21T15:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015222#M80170</link>
      <description>Yes, you can just use DQA and/or DQB.&lt;BR /&gt;&lt;BR /&gt;Note that depending on the VMS version you are running you might have to manually edit SYS$SYSTEM:SYS$DEVICES.DAT.  IIRC CLUSTER_CONFIG.COM does not support these devices, at least through VMS 7.3.</description>
      <pubDate>Tue, 21 Nov 2006 15:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015222#M80170</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-21T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015223#M80171</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;As you said: (non-zero) "PACs are only required for devices that may be directly accessed by more than one node".  And "If your sysgen param ALLOCLASS is non-zero, your IDE devices will be prefixed by that allocation class".  But there in lies the problem.&lt;BR /&gt;&lt;BR /&gt;If you have two or more nodes with these devices and the same non-zero system ALLOCLASS value then you will have a device name conflict and it will prevent you from MSCP serving them.  Setting the PAC to zero for these devices is the work-around.&lt;BR /&gt;&lt;BR /&gt;I use PACs on all nodes that have a non-zero system allocation class so I can set the DQ/DV and any other unshared SCSI bus device names to be node$DQA0, node$DVA0:, etc.  Even if there wouldn't be a device name conflict in the cluster I think this makes it more clear that these are local devices.</description>
      <pubDate>Tue, 21 Nov 2006 15:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015223#M80171</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-21T15:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015224#M80172</link>
      <description>Yes, you can just use DQA and/or DQB.&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Touche!  I stand (or sit) corrected, having just confirmed that on one of my systems.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-- Rob</description>
      <pubDate>Tue, 21 Nov 2006 16:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015224#M80172</guid>
      <dc:creator>Robert Brooks_1</dc:creator>
      <dc:date>2006-11-21T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015225#M80173</link>
      <description>On all 3 nodes of my cluster the ALLOCLASS system parameter was originally set to 1, presumably because VMS docs refering to HSV-based Fiber Channel SAN (EVA 5000) specify that allocation class has to be 1 for fiber channel. As far as I know, there is no way to associate allocation class with the HSV110 controller, on the controller itself. The "Guidelines for Cluster Configuration" manual states (somewhat enigmatically) that VMS "forces" ALLOCLASS=1 for Fibre Channel attached disk devices and ALLOCLASS=2 for Fibre Channel attached tape devices. Just out of curiosity (since my current configuration works fine): If I defined different alloclass on each node (say 4,5 and 6) with DEVICE_NAMING set to disable port allocation classes, would this still work, i.e. woud VMS still "force" alloclass to be 1 on every DGAnn:, 2 on every MGAnn: and would attach appropriate allocation class to local devices like $4$dka0, $5$DKA0, $4$DQA0 etc. ?&lt;BR /&gt;Do you have experience with such a configuration in a Fibre Channel environment?&lt;BR /&gt;This would be an alternative to use port allocation classes in SAN environments.&lt;BR /&gt;&lt;BR /&gt;Ziggy</description>
      <pubDate>Tue, 21 Nov 2006 16:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015225#M80173</guid>
      <dc:creator>Ziggy Filek</dc:creator>
      <dc:date>2006-11-21T16:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015226#M80174</link>
      <description>Yes, fibre channel disk devices are always set to be $1$DGAn irregardless of systen pararmeters ALLOCLASS, DEVICE_NAMING, or the SYS$DEVICES.DAT file.</description>
      <pubDate>Tue, 21 Nov 2006 16:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015226#M80174</guid>
      <dc:creator>Jess Goodman</dc:creator>
      <dc:date>2006-11-21T16:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015227#M80175</link>
      <description>Ziggy,&lt;BR /&gt;&lt;BR /&gt;The following urls point to TIMA documents that explain device naming and setting port allocation class on VMS v7.1 and above:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC981117004322.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC981117004322.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC000330002406.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/CHAMP_SRC000330002406.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 17:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015227#M80175</guid>
      <dc:creator>Bill Hall</dc:creator>
      <dc:date>2006-11-21T17:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Port allocation class for CDs</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015228#M80176</link>
      <description>Thanks to everybody for your help. I now have enough info to perform my task.&lt;BR /&gt;&lt;BR /&gt;Ziggy</description>
      <pubDate>Tue, 21 Nov 2006 19:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/port-allocation-class-for-cds/m-p/5015228#M80176</guid>
      <dc:creator>Ziggy Filek</dc:creator>
      <dc:date>2006-11-21T19:09:55Z</dc:date>
    </item>
  </channel>
</rss>

