<?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 Adding new LUNs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256469#M332307</link>
    <description>Hello guys,&lt;BR /&gt;&lt;BR /&gt;A quick question on agile device file name assignement.. :&lt;BR /&gt;&lt;BR /&gt;If I decide to add additional LUNs to an HP-UX11.31 host, what would be the number reported on the device file in agile view format /dev/disk/disk### ?&lt;BR /&gt;&lt;BR /&gt;To better explain the question, let's suppose I have alredy a LUN (LUN# = 10) assigned to the host, and it has its device file /dev/disk/disk390.&lt;BR /&gt;&lt;BR /&gt;If now I add a new LUN to the host, the device file name associated will be the next to the previous one, i.e. /dev/disk/disk391 ? Or it will somehow be dependent from the LUN# specified on the Storage?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help,&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Aug 2008 13:00:13 GMT</pubDate>
    <dc:creator>The_Cina</dc:creator>
    <dc:date>2008-08-22T13:00:13Z</dc:date>
    <item>
      <title>Adding new LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256469#M332307</link>
      <description>Hello guys,&lt;BR /&gt;&lt;BR /&gt;A quick question on agile device file name assignement.. :&lt;BR /&gt;&lt;BR /&gt;If I decide to add additional LUNs to an HP-UX11.31 host, what would be the number reported on the device file in agile view format /dev/disk/disk### ?&lt;BR /&gt;&lt;BR /&gt;To better explain the question, let's suppose I have alredy a LUN (LUN# = 10) assigned to the host, and it has its device file /dev/disk/disk390.&lt;BR /&gt;&lt;BR /&gt;If now I add a new LUN to the host, the device file name associated will be the next to the previous one, i.e. /dev/disk/disk391 ? Or it will somehow be dependent from the LUN# specified on the Storage?&lt;BR /&gt;&lt;BR /&gt;Thank you in advance for your help,&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256469#M332307</guid>
      <dc:creator>The_Cina</dc:creator>
      <dc:date>2008-08-22T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256470#M332308</link>
      <description>Device file name depends on multiple things.&lt;BR /&gt;&lt;BR /&gt;HBA Card, port, san switch port, number of san switched and finally storage box.&lt;BR /&gt;&lt;BR /&gt;Anyways you always run ioscan following by insf to see what is the default name came once you allocated lun to a hp box.&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256470#M332308</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-22T13:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256471#M332309</link>
      <description>Actually for agile DSFs in 11iv3, usually you'll find it will be the next device file up (disk391 in your example). But it won't always be.&lt;BR /&gt;&lt;BR /&gt;Device file names are related to the instance of that device type stored in the ioconfig file. You can see instance numbers for devices currently attached to the system by using ioscan. To see devices of type esdisk (which is the device driver for the agile DSFs), you would run:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnNd esdisk&lt;BR /&gt;&lt;BR /&gt;The 2nd column (labelled I) shows the instance of the device, and unless you have been doing some remapping you should find that the instance number is always consistent with the number in the DSF name.&lt;BR /&gt;&lt;BR /&gt;Of course this gets more complex if LUNs have been presented and then later removed, as the entries aren't removed from the ioconfig file. So in your example you might find that disk391 is the DSF for the next presented LUN, but if you then un-presented that LUN and then presented and entirely new LUN a few weeks later, that would be disk392 even though from the output of ioscan you might think it would be disk391. This is because those "stale" instances aren't removed from the ioconfig file (you wouldn't want to or you'd have a nightmare every time a hardware component failed).&lt;BR /&gt;&lt;BR /&gt;Unfortunately the ioconfig file is in binary format, so you can't look at it under normal circumstances. If you have a support contract then you *might* be able to persuade the response centre to give you a tool that will allow you to look at the contents of the ioconfig file (if you're that interested).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2008 13:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256471#M332309</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2008-08-22T13:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding new LUNs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256472#M332310</link>
      <description>Thanks Duncan, Straight to the point!&lt;BR /&gt;&lt;BR /&gt;The case you have  reported (deleting the old LUN and adding a new one) is actually what I'll be facing soon, and I'm already scratching my head on it...&lt;BR /&gt;&lt;BR /&gt;In addition I have the following variables:&lt;BR /&gt;- This is a Cluster environment&lt;BR /&gt;- On the second node (don't ask me why) Instance # and device file name are shitfed down by 1 I #=391 --&amp;gt; device file name /dev/disk/disk390.&lt;BR /&gt;&lt;BR /&gt;Perhaps, as you suggested I should open a ticket with HP and before add/remove LUNs fix this Instance number issue.&lt;BR /&gt; &lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 22 Aug 2008 14:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-new-luns/m-p/4256472#M332310</guid>
      <dc:creator>The_Cina</dc:creator>
      <dc:date>2008-08-22T14:17:16Z</dc:date>
    </item>
  </channel>
</rss>

