<?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: Add new disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250165#M551407</link>
    <description>The issue was an incorrect entry in the /etc/lvmtab that was showing a volume group with disks in it that did not actually exist.  I moved the lvmtab file to lvmtab.old and ran vgscan -a to recreate it.  After this in CVA I was able to assign LUN 2 to the newly created vdisk.  After that initializing the disk was not a problem.</description>
    <pubDate>Wed, 04 Aug 2010 13:58:19 GMT</pubDate>
    <dc:creator>tonyG_2</dc:creator>
    <dc:date>2010-08-04T13:58:19Z</dc:date>
    <item>
      <title>Add new disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250162#M551404</link>
      <description>Having an issue trying to add a new disk.  Created a new 20Gb disk via Command view eva and presented to my server hp-ux 11.23 OS.  &lt;BR /&gt;&lt;BR /&gt;#ioscan -kfC disk //no new disks appear&lt;BR /&gt;#sam //new disk is visable in disks and filesystems&lt;BR /&gt;&lt;BR /&gt;I attempt to initialize it via LVM and SAM and it returns an error:  The physical volume "/dev/dsk/c0t0d2" is already recorded in the "/etc/lvmtab" file.&lt;BR /&gt;&lt;BR /&gt;In fact it is recorded in the /etc/lvmtab because it is the same name as another disk already on the system:&lt;BR /&gt;&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;/dev/vg01&lt;BR /&gt;/dev/dsk/c0t0d2&lt;BR /&gt;/dev/dsk/c0t0d4&lt;BR /&gt;/dev/dsk/c0t0d6&lt;BR /&gt;/dev/dsk/c0t0d8&lt;BR /&gt;&lt;BR /&gt;I am at a complete loss as to why this is happening.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2010 23:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250162#M551404</guid>
      <dc:creator>tonyG_2</dc:creator>
      <dc:date>2010-08-03T23:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250163#M551405</link>
      <description>Somehow I doubt if LUN 2 is the latest added LUN ...&lt;BR /&gt;&lt;BR /&gt;What LUN did you present?&lt;BR /&gt;&lt;BR /&gt;Make sure to present it to the correct host and check if the host mode is hp-ux.</description>
      <pubDate>Wed, 04 Aug 2010 04:02:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250163#M551405</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-08-04T04:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250164#M551406</link>
      <description>Ok assigning a new LUN fixed the issue.  I now understand why as well.  There is additional disk information in the lvmtab that I did not mention since my original post was based off of memory.  Here is the whole lvmtab:&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c2t1d0s2&lt;BR /&gt;/dev/vg01_eva&lt;BR /&gt;/dev/dsk/c4t0d1&lt;BR /&gt;/dev/dsk/c6t0d1&lt;BR /&gt;/dev/dsk/c8t0d1&lt;BR /&gt;/dev/vg09&lt;BR /&gt;/dev/dsk/c4t0d2&lt;BR /&gt;/dev/dsk/c6t0d2&lt;BR /&gt;/dev/dsk/c8t0d2&lt;BR /&gt;/dev/dsk/c10t0d2&lt;BR /&gt;/dev/vg02&lt;BR /&gt;/dev/dsk/c4t0d3&lt;BR /&gt;/dev/dsk/c6t0d3&lt;BR /&gt;/dev/dsk/c8t0d3&lt;BR /&gt;/dev/dsk/c10t0d3&lt;BR /&gt;&lt;BR /&gt;(/dev/vg02 is the new disk and lun)&lt;BR /&gt;&lt;BR /&gt;CVA auto assined LUN number 2 and because /dev/vg09 already has it, it was returning an error.  This appears to be an error because vg09 does not exist.  I recreated lvmtab with with vgscan -a.  All appears to be well.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Wed, 04 Aug 2010 11:07:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250164#M551406</guid>
      <dc:creator>tonyG_2</dc:creator>
      <dc:date>2010-08-04T11:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add new disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250165#M551407</link>
      <description>The issue was an incorrect entry in the /etc/lvmtab that was showing a volume group with disks in it that did not actually exist.  I moved the lvmtab file to lvmtab.old and ran vgscan -a to recreate it.  After this in CVA I was able to assign LUN 2 to the newly created vdisk.  After that initializing the disk was not a problem.</description>
      <pubDate>Wed, 04 Aug 2010 13:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-new-disk/m-p/5250165#M551407</guid>
      <dc:creator>tonyG_2</dc:creator>
      <dc:date>2010-08-04T13:58:19Z</dc:date>
    </item>
  </channel>
</rss>

