<?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: SAN DISK Identification process in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685974#M91308</link>
    <description>Since you post that you have worked with SAN environments for the past few months all of this should already be second knowledge to you.&lt;BR /&gt;&lt;BR /&gt;In our environment we use HP XP1024 SAN environments and EMCs.  So for the VMS it really doesn't matter the frame - as long as they remember to setup an unused LUN 0 (might be part of the XP1024 requirement for servicing VMS).&lt;BR /&gt;&lt;BR /&gt;I will try to explain as best as I can some of these numbers.&lt;BR /&gt;&lt;BR /&gt;"[16] UDID: 1 WWID:01000010:6005-0768-0183-8032-6000-0000-0000-004e"&lt;BR /&gt;&lt;BR /&gt;The ITEM is 16&lt;BR /&gt;UDID is 1&lt;BR /&gt;The WWID contains your WWN (world wide number) of the device accessing the disks.  So its one of your Fiber cards.&lt;BR /&gt;The very last part 004e should actually map to the CU:LDEV.  This is very important for the SAN configuration.&lt;BR /&gt;&lt;BR /&gt;On the VMS system the very most important number is the UDID.  This will make the device show up as DGA1:&lt;BR /&gt;&lt;BR /&gt;It appears that you have already gone through the steps of:&lt;BR /&gt;set mode diag&lt;BR /&gt;wwidmgr -show wwid&lt;BR /&gt;wwidmgr -set wwid -item (#) -unit (###)&lt;BR /&gt;(example: wwidmgr -set wwid -item 16 -unit 1)&lt;BR /&gt;&lt;BR /&gt;Now at the boot prompt you should see devices setup in the wwid and n# locations.  These are limited to only 4 devices.  So the most important ones to setup in there are the system disk and the dump device.  Those need to be understood from the boot prompt.&lt;BR /&gt;&lt;BR /&gt;As we add new devices I do not have to set the UDID on each device.  By default the devices will inherit the defined LUN.  On the XP1024 however the LUN means nothing.  Its all in the CU:LDEV.&lt;BR /&gt;&lt;BR /&gt;The CU:LDEV is converted to a number that is presented to the VMS.  The CU is multipled by 256 and then added to the LDEV.  We also have multiple SAN frames accessible from each VMS system.  These numbers need to be unique when presented to the VMS.&lt;BR /&gt;&lt;BR /&gt;So using 004E we would see as a device DGA78.  We could NOT see any other devices with the same number from other frames or if we forced a device to a UDID.&lt;BR /&gt;&lt;BR /&gt;When we add disks we always verify that information prior to adding it to the VMS group.&lt;BR /&gt;&lt;BR /&gt;Once the device is added all we have to do is force a scan of the devices:&lt;BR /&gt;mc sysman io auto&lt;BR /&gt;The new DGA devices are then visible to us.</description>
    <pubDate>Wed, 07 Dec 2005 17:49:44 GMT</pubDate>
    <dc:creator>Peter Zeiszler</dc:creator>
    <dc:date>2005-12-07T17:49:44Z</dc:date>
    <item>
      <title>SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685966#M91300</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi All&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have been working with various SAN disks and technologies during the last three months as my forum history my show.  I have what I hope is an easy question.&lt;BR /&gt;&lt;BR /&gt;Is the SYSMAN command  &lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; io auto          &lt;BR /&gt;&lt;BR /&gt;suposed to return newly discovered SAN disks in the manner that the INIT command does at the CONSOLE Prompt &amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This has not worked for me in the past. My associate wants to know if there is a way we can discover new SAN attached disks WITHOUT having to bring down the system and do an INIT.   &lt;BR /&gt;&lt;BR /&gt;He indicates a command in Tru-64 Unix called&lt;BR /&gt;&lt;BR /&gt;#hwmgr scan scsi  &lt;BR /&gt;&lt;BR /&gt;discovers on the fly the new SAN attached storage disks. &lt;BR /&gt;&lt;BR /&gt;#hwmgr show scsi   &lt;BR /&gt;&lt;BR /&gt;will verify the storage is there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So is there an equivalent command when OpenVMS system is up and running.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Robert J.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Dec 2005 14:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685966#M91300</guid>
      <dc:creator>Robert Jacobs</dc:creator>
      <dc:date>2005-12-06T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685967#M91301</link>
      <description>I'm not sure what your problem is.  wwidmgr is used to define a disk for boot or writing a dump file (dump off system disk).  Once VMS has booted you use SYSMAN to detect any new disks added to the SAN without downtime.  &lt;BR /&gt;&lt;BR /&gt;If you dismount and delete a disk you can use &lt;BR /&gt;SYSMAN&amp;gt; IO SCSI_PATH_VERIFY&lt;BR /&gt;SYSMAN&amp;gt; IO AUTOCONFIGURE&lt;BR /&gt;&lt;BR /&gt;The first command verifies SCSI and fibre channel devices and disconnects any which have changed.  The second detects new devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Tue, 06 Dec 2005 15:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685967#M91301</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-12-06T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685968#M91302</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Thank you for your response&lt;BR /&gt;&lt;BR /&gt;When I issue the sysman commands  &lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; IO SCSI_PATH_VERIFY &lt;BR /&gt;&lt;BR /&gt;or    &amp;gt; IO  FIND_WWID  &lt;BR /&gt;&lt;BR /&gt;or    &amp;gt; IO AUTO &lt;BR /&gt;&lt;BR /&gt;The system just does not pick up the SAN device on the fly!.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I do an INIT at the console &amp;gt;&amp;gt;&amp;gt; prompt then things are fine!  So I guess the issues is why does the system fail to get these devices on the fly!!  So does anybody have an idea why certain scaning would not work until an &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A side note:&lt;BR /&gt;&lt;BR /&gt;I view the UDID # via the ww -sh ww. &lt;BR /&gt;&lt;BR /&gt;Numbers within the SAN storage product I use get translated to for example $1$dga12  if I set a # 12 within the SAN storage utility.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 12:48:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685968#M91302</guid>
      <dc:creator>Robert Jacobs</dc:creator>
      <dc:date>2005-12-07T12:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685969#M91303</link>
      <description>Can you provide some background info:&lt;BR /&gt;- what storage array is involved?&lt;BR /&gt;- version of OpenVMS?&lt;BR /&gt;- output of "&amp;gt;&amp;gt;&amp;gt; wwidmgr -show wwid -full" attached as a .TXT file?</description>
      <pubDate>Wed, 07 Dec 2005 13:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685969#M91303</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2005-12-07T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685970#M91304</link>
      <description>Use &lt;BR /&gt;SYSMAN&amp;gt; IO SCSI_PATH_VERIFY &lt;BR /&gt;to remove any deleted units and validate connections.  &lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; IO AUTOCONFIGURE will detect new units.  &lt;BR /&gt;&lt;BR /&gt;If this fails at the operating system level and works at the console, I'd suspect a hardware issue.  &lt;BR /&gt;&lt;BR /&gt;Your original post states "various SAN disks and technologies" can you be more specific?  What HBAs are you using and have you loaded recent firmware?  What version of VMS and what patches are installed?&lt;BR /&gt;&lt;BR /&gt;Andy&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 13:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685970#M91304</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2005-12-07T13:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685971#M91305</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use SYSMAN&amp;gt; IO AUTO/ LOG to see whats going on. &lt;BR /&gt;And please take time to answer Uwe questins. It could be helpfull.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 07 Dec 2005 14:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685971#M91305</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-12-07T14:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685972#M91306</link>
      <description>Sorry for typing mistake&lt;BR /&gt;&lt;BR /&gt;SYSMAN&amp;gt; IO AUTO /LOG</description>
      <pubDate>Wed, 07 Dec 2005 14:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685972#M91306</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-12-07T14:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685973#M91307</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We are running V7.3-2 with Firmware  &lt;BR /&gt;&lt;BR /&gt;AlphaServer Console V6.9-1, built on Nov 18 2004 at 09:46:43&lt;BR /&gt;&lt;BR /&gt;The patches and ww output are in an attached MS-word doc file.&lt;BR /&gt;&lt;BR /&gt;The storage we are using is IBM DS6000/DS8000 with SVC  (TotalStorage SAN Volume Controller&lt;BR /&gt;&lt;BR /&gt;Thank you for looking into this issue.&lt;BR /&gt;&lt;BR /&gt;Robert J.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 16:34:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685973#M91307</guid>
      <dc:creator>Robert Jacobs</dc:creator>
      <dc:date>2005-12-07T16:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685974#M91308</link>
      <description>Since you post that you have worked with SAN environments for the past few months all of this should already be second knowledge to you.&lt;BR /&gt;&lt;BR /&gt;In our environment we use HP XP1024 SAN environments and EMCs.  So for the VMS it really doesn't matter the frame - as long as they remember to setup an unused LUN 0 (might be part of the XP1024 requirement for servicing VMS).&lt;BR /&gt;&lt;BR /&gt;I will try to explain as best as I can some of these numbers.&lt;BR /&gt;&lt;BR /&gt;"[16] UDID: 1 WWID:01000010:6005-0768-0183-8032-6000-0000-0000-004e"&lt;BR /&gt;&lt;BR /&gt;The ITEM is 16&lt;BR /&gt;UDID is 1&lt;BR /&gt;The WWID contains your WWN (world wide number) of the device accessing the disks.  So its one of your Fiber cards.&lt;BR /&gt;The very last part 004e should actually map to the CU:LDEV.  This is very important for the SAN configuration.&lt;BR /&gt;&lt;BR /&gt;On the VMS system the very most important number is the UDID.  This will make the device show up as DGA1:&lt;BR /&gt;&lt;BR /&gt;It appears that you have already gone through the steps of:&lt;BR /&gt;set mode diag&lt;BR /&gt;wwidmgr -show wwid&lt;BR /&gt;wwidmgr -set wwid -item (#) -unit (###)&lt;BR /&gt;(example: wwidmgr -set wwid -item 16 -unit 1)&lt;BR /&gt;&lt;BR /&gt;Now at the boot prompt you should see devices setup in the wwid and n# locations.  These are limited to only 4 devices.  So the most important ones to setup in there are the system disk and the dump device.  Those need to be understood from the boot prompt.&lt;BR /&gt;&lt;BR /&gt;As we add new devices I do not have to set the UDID on each device.  By default the devices will inherit the defined LUN.  On the XP1024 however the LUN means nothing.  Its all in the CU:LDEV.&lt;BR /&gt;&lt;BR /&gt;The CU:LDEV is converted to a number that is presented to the VMS.  The CU is multipled by 256 and then added to the LDEV.  We also have multiple SAN frames accessible from each VMS system.  These numbers need to be unique when presented to the VMS.&lt;BR /&gt;&lt;BR /&gt;So using 004E we would see as a device DGA78.  We could NOT see any other devices with the same number from other frames or if we forced a device to a UDID.&lt;BR /&gt;&lt;BR /&gt;When we add disks we always verify that information prior to adding it to the VMS group.&lt;BR /&gt;&lt;BR /&gt;Once the device is added all we have to do is force a scan of the devices:&lt;BR /&gt;mc sysman io auto&lt;BR /&gt;The new DGA devices are then visible to us.</description>
      <pubDate>Wed, 07 Dec 2005 17:49:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685974#M91308</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2005-12-07T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685975#M91309</link>
      <description>&lt;BR /&gt;Yes Peter this is great information.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In my case The SYSMAN IO auto or any SYSMAN commands DO NOT return the expected results.&lt;BR /&gt;&lt;BR /&gt;I am  NOT seeing the devices on the fly.&lt;BR /&gt;without bringing down the system, When I issue the command $ show dev d &lt;BR /&gt;&lt;BR /&gt;That is the problem I have.&lt;BR /&gt;&lt;BR /&gt;I was hoping to get to this root cause.&lt;BR /&gt;&lt;BR /&gt;Why is this happening.  &lt;BR /&gt;&lt;BR /&gt;I can issue an INIT at the Console &amp;gt;&amp;gt;&amp;gt; prompt and then I do see the new devices I just presented to the SAN.&lt;BR /&gt;&lt;BR /&gt;Any thoughts &lt;BR /&gt;&lt;BR /&gt;Thank you Robert J.&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 18:27:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685975#M91309</guid>
      <dc:creator>Robert Jacobs</dc:creator>
      <dc:date>2005-12-07T18:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685976#M91310</link>
      <description>The devices are unique UDID?  Meaning that one of the devices you manually set the UDID does not correspond to the new devices being added if their CU:LDEV was converted?&lt;BR /&gt;&lt;BR /&gt;That is the only thing I can think of that I know is an issue.</description>
      <pubDate>Thu, 08 Dec 2005 10:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685976#M91310</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2005-12-08T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685977#M91311</link>
      <description>Did you ever finish working through OpenVMS operating with SVC? We are about to embark on that journey...&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;david</description>
      <pubDate>Tue, 27 Mar 2007 10:12:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685977#M91311</guid>
      <dc:creator>David Huber_1</dc:creator>
      <dc:date>2007-03-27T10:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685978#M91312</link>
      <description>I always do this:&lt;BR /&gt;&lt;BR /&gt;$ mc sysman io scsi&lt;BR /&gt;$ mc sysman io auto/log&lt;BR /&gt;&lt;BR /&gt;If I don't do the "io scsi_verify" before, sometimes it does not pick up the new devices.  However, if I do, then as long as I have remembered to present a non-zero O/S unit id, then the above sequence works.&lt;BR /&gt;&lt;BR /&gt;Did you do both (even though you didn't unpresent any devices)?&lt;BR /&gt;&lt;BR /&gt;This was with EVA6000 with latest (as of Feb, 2007) firmware/CV software, and ES47 with VMS 8.3 Factory Installed AVMS83R1.&lt;BR /&gt;&lt;BR /&gt;Jon</description>
      <pubDate>Tue, 27 Mar 2007 12:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685978#M91312</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-03-27T12:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685979#M91313</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Maybe a question you already know, but are all the areas on the switches open for the OpenVMS system to see the SAN ?&lt;BR /&gt;It looks like there is a breach somewere.&lt;BR /&gt;Are connections switched, are groups on the switch changed, is the systemname still the systemname (for the switch) ?&lt;BR /&gt;Are on the SAN the securitys correct ?&lt;BR /&gt;&lt;BR /&gt;AvR</description>
      <pubDate>Tue, 27 Mar 2007 12:42:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685979#M91313</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2007-03-27T12:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685980#M91314</link>
      <description>I'm late to this discussion but am having a similar issue when adding new vdisks to a 4 node VMS 7.3-2 cluster. I have found that the LUN on the SVC numbered 0 - 15 are visible to VMS with SYSMAN IO AUTO. LUNs 16 and above are not. One of our node had vdisks that the others did not so it stopped seeing new vdisks before the others. I finally tracked it down, so it seems that VMS is seeing the SVC LUNs and one SCSI channel and is limited by that. We have the question into our IBM vendor.&lt;BR /&gt;&lt;BR /&gt;Our 'old' storage is HP EMA12000 and each shelf of 14 drives is seen as a different SCSI channel. I wonder how EVA handles this as that was the second choice to the SVC based storage (DS4800 controllers).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bill Brown&lt;BR /&gt;St Jude Children's Res Hospital&lt;BR /&gt;Memphis</description>
      <pubDate>Fri, 05 Sep 2008 11:38:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685980#M91314</guid>
      <dc:creator>William Brown_2</dc:creator>
      <dc:date>2008-09-05T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685981#M91315</link>
      <description>&amp;gt; I wonder how EVA handles this&lt;BR /&gt;&lt;BR /&gt;The EVA has a Fibre Channel Arbitrated Loop (FC_AL) back-end.&lt;BR /&gt;&lt;BR /&gt;Every disk drive is dual-ported and connects to a loop pair. The EVA5000 + 8000 have two loop pairs - all others have one loop pair.&lt;BR /&gt;&lt;BR /&gt;Depending on the size and age of the model, there is a 'loop switch' in the back-end so that the controllers and disk enclosures are connected in a 'star topology'.&lt;BR /&gt;&lt;BR /&gt;The latest models even use small 'cut-through switches' (CTS) in their disk enclosures.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But this is nothing what the server sees. At the front-end, the EVA looks much like a HSG in SCSI-3 mode (controller device at LUN address 0), except that today's models run in (asymetrical) active/active mode.</description>
      <pubDate>Fri, 05 Sep 2008 12:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685981#M91315</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2008-09-05T12:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685982#M91316</link>
      <description>I did a fiber scan and it looks as if our VMS system is seeing several SCSI 'targets' which I think is the SCSI channel. LUNs 0-16 are the same on each of these targets. Thus we only see the first 16 vdisks presented to a node. We are in a 4 node cluster and one has several disks the others do not...each only sees the first 16 mapped to it. I'm attaching FC scan results.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 05 Sep 2008 21:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685982#M91316</guid>
      <dc:creator>William Brown_2</dc:creator>
      <dc:date>2008-09-05T21:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685983#M91317</link>
      <description>try running this&lt;BR /&gt;&lt;BR /&gt; MCR SYS$ETC:FC$CP FGA 2 1 8&lt;BR /&gt;&lt;BR /&gt;worked for me with ds20 vms v7.3-1 , v7 firmware and ibm svc and ds8000.</description>
      <pubDate>Mon, 08 Sep 2008 10:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685983#M91317</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2008-09-08T10:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685984#M91318</link>
      <description>sorry then run another sysman io a</description>
      <pubDate>Mon, 08 Sep 2008 10:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685984#M91318</guid>
      <dc:creator>marsh_1</dc:creator>
      <dc:date>2008-09-08T10:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAN DISK Identification process</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685985#M91319</link>
      <description>Mark...re:&lt;BR /&gt;&lt;BR /&gt;try running this&lt;BR /&gt;&lt;BR /&gt;MCR SYS$ETC:FC$CP FGA 2 1 8&lt;BR /&gt;&lt;BR /&gt;worked for me with ds20 vms v7.3-1 , v7 firmware and ibm svc and ds8000.&lt;BR /&gt;&lt;BR /&gt;Is that 2 space 1 space 8    ?  Did not show up ver well in the answer on the forum. Looks more like that now since I pasted it in. &lt;BR /&gt;&lt;BR /&gt;BTW, I booted one of our DR nodes in this development cluster Saturday night. At boot (probably after the INIT) and coming back up on VMS the system saw the disks past 0 - 15 LUN...but after that I still could not  add more disks with IO Auto. &lt;BR /&gt;&lt;BR /&gt;I then went to another single node cluster system on OpenVMS 8.3 and added LUN 23 without problem. Scanning the FC shows LUN 23 on this 8.3 system where the 7.3-2 system still tops out showing 0-15 even though additional disks are recognized above that after a boot. &lt;BR /&gt;&lt;BR /&gt;We will be upgrading our systems to 8.3 over the next couple of months, but want to have the SVC storage in first :-).&lt;BR /&gt;&lt;BR /&gt;Thanks all</description>
      <pubDate>Mon, 08 Sep 2008 12:13:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/san-disk-identification-process/m-p/3685985#M91319</guid>
      <dc:creator>William Brown_2</dc:creator>
      <dc:date>2008-09-08T12:13:09Z</dc:date>
    </item>
  </channel>
</rss>

