<?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 Addressing multiple EMC devices in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243121#M588024</link>
    <description>I currently have several hosts that have STD and BCV devices presented from and single EMC DMX3, which I manage the split and establish with perl scripts utilizing the symmir application. Our storage team recently presented additional devices (both STD and BCV) to extend and existing file system, but they were presented from a DMX2. This presents the issue that I now have two "sid" to perform my split and establish on. &lt;BR /&gt; Has anyone had to deal with this, and if so, how?&lt;BR /&gt;&lt;BR /&gt;This is all running on Superdomes with HPUX11.11&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Neil&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jul 2008 16:40:05 GMT</pubDate>
    <dc:creator>Neil Smith NGIT</dc:creator>
    <dc:date>2008-07-30T16:40:05Z</dc:date>
    <item>
      <title>Addressing multiple EMC devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243121#M588024</link>
      <description>I currently have several hosts that have STD and BCV devices presented from and single EMC DMX3, which I manage the split and establish with perl scripts utilizing the symmir application. Our storage team recently presented additional devices (both STD and BCV) to extend and existing file system, but they were presented from a DMX2. This presents the issue that I now have two "sid" to perform my split and establish on. &lt;BR /&gt; Has anyone had to deal with this, and if so, how?&lt;BR /&gt;&lt;BR /&gt;This is all running on Superdomes with HPUX11.11&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Neil&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:40:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243121#M588024</guid>
      <dc:creator>Neil Smith NGIT</dc:creator>
      <dc:date>2008-07-30T16:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Addressing multiple EMC devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243122#M588025</link>
      <description>Have not been in an EMC environment for 3 years or so, so bear with my generalities as I do not have a symm to test my comments on.&lt;BR /&gt;&lt;BR /&gt;With more then one symm you will have to supply the SID with every command (you know this).  You should be able to use symdev or symbcv to id the device and its cooresponding SID.&lt;BR /&gt;&lt;BR /&gt;Not much to go on and maybe just obvious to you.&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;&lt;BR /&gt;T.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 16:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243122#M588025</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-07-30T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Addressing multiple EMC devices</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243123#M588026</link>
      <description>I don't have an EMC-connected system to check this with, so the actual field names and positions will vary a little bit from the script I'm about to write:&lt;BR /&gt;&lt;BR /&gt;syminq&amp;gt;/tmp/syminq.txt&lt;BR /&gt;for VG in `ls -1 /dev/*/group|awk -F/ '{ print $3 }'`&lt;BR /&gt;do&lt;BR /&gt;     for PV in `vgdisplay -v $VG|grep "PV Name"|awk -F/ '{ print $NF ]'`&lt;BR /&gt;     do&lt;BR /&gt;         #If I remember correctly, the SymDev number is the last 4 digits of the 2nd field&lt;BR /&gt;         SYMDEV=`grep $PV /tmp/syminq|awk '{ print $2 ]'|sed 's/^....//'`&lt;BR /&gt;         echo "$VG\t$PV\t$SYMDEV"&lt;BR /&gt;      done&lt;BR /&gt;done&lt;BR /&gt;rm /tmp/syminq.txt&lt;BR /&gt;     &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2008 18:06:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/addressing-multiple-emc-devices/m-p/4243123#M588026</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2008-07-30T18:06:33Z</dc:date>
    </item>
  </channel>
</rss>

