<?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: VG extended in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418699#M354099</link>
    <description>hi eric,&lt;BR /&gt;&lt;BR /&gt;first, check to your storage admin, ask to them whether the new lun is zoned to your server or not ? if yes, scan your new lun with "ioscan -nfCdisk". If the new lun already presented, do these:&lt;BR /&gt;a. insf -e or insf -H hw_path_new_lun", &lt;BR /&gt;b. pvcreate /dev/rdsk/cxtxdx (your new path lun)&lt;BR /&gt;c. vgextend /dev/vgdb /dev/dsk/cxtxdx&lt;BR /&gt;d. to extend your lvol:&lt;BR /&gt;   lvextend -L (new size) /dev/vgdb/lvol?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 May 2009 04:59:07 GMT</pubDate>
    <dc:creator>yulianto piyut</dc:creator>
    <dc:date>2009-05-13T04:59:07Z</dc:date>
    <item>
      <title>VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418695#M354095</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Here is the vgdisplay output from my system.we have a clarion and they have added some disk to existing disk through mata LUN and it is showing at storage side.but i can not see the newly added space.&lt;BR /&gt;&lt;BR /&gt;i would like to exted my existing vg by 400GB can i do that ? and how ?&lt;BR /&gt;&lt;BR /&gt;OS HPUX 11.11 without online jfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vgdb&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgdb&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      8&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      255&lt;BR /&gt;Cur PV                      4&lt;BR /&gt;Act PV                      4&lt;BR /&gt;Max PE per PV               25000&lt;BR /&gt;VGDA                        8&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    9592&lt;BR /&gt;Alloc PE                    9340&lt;BR /&gt;Free PE                     252&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 01:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418695#M354095</guid>
      <dc:creator>Eric Jacklin</dc:creator>
      <dc:date>2009-05-13T01:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418696#M354096</link>
      <description>you have to extend the VG to use the assigned LUN space. follow the procedure&lt;BR /&gt;&lt;BR /&gt;1.pvcreate â  f  /dev/rdsk/c#t#d#&lt;BR /&gt;2.vgextend /dev/&lt;VG_NAME&gt; /dev/dsk/c#t#d# /dev/dsk/c#t#d#&lt;BR /&gt;3.lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vg_name/lv_name&lt;BR /&gt;&lt;/SIZE&gt;&lt;/VG_NAME&gt;</description>
      <pubDate>Wed, 13 May 2009 01:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418696#M354096</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-05-13T01:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418697#M354097</link>
      <description>Hi Jacklin,&lt;BR /&gt;Follow the below steps,&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx&lt;BR /&gt;#pvcreate -f /dev/rdsk/cytydy &lt;BR /&gt;#vgchange -a y /dev/vgdb&lt;BR /&gt;#vgextend /dev/vgdv /dev/dsk/cxtxdx /dev/dsk/cytydy&lt;BR /&gt;#strings /etc/lvmtab (for checking lvmtab)&lt;BR /&gt;&lt;BR /&gt;Create a logical volume of size 409600 MB in volume group /dev/vgdb: &lt;BR /&gt;&lt;BR /&gt;lvcreate -L &lt;REQUIRED size=""&gt; /dev/vgdb &lt;BR /&gt;&lt;BR /&gt;#lvcreate -L &lt;REQUIRED size=""&gt; -n &lt;LVOLNAME&gt; /dev/vgdb &lt;BR /&gt;#mkdir /mounpoint (Create mountpoint--if required))&lt;BR /&gt;#mount /dev/vgdb/lvol /mountpoint&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check below links,&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90129/vgextend.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90129/vgextend.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90129/lvcreate.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90129/lvcreate.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If helps, pls assign point.&lt;BR /&gt;&lt;BR /&gt;Rgds//&lt;BR /&gt;Taifur&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LVOLNAME&gt;&lt;/REQUIRED&gt;&lt;/REQUIRED&gt;</description>
      <pubDate>Wed, 13 May 2009 02:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418697#M354097</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-13T02:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418698#M354098</link>
      <description>Hello Eric,&lt;BR /&gt;&lt;BR /&gt;If I understand it correctly, you are not able to see the newly assigned LUNs on the Unix host. Please ask your storage team to provide you the LUN details and ask them if they've done zoning.&lt;BR /&gt;&lt;BR /&gt;run #insf -e&lt;BR /&gt;and see if you can find the newly assigned LUNs runing `ioscan -fnC disk` , check the difference against the old ioscan output(If you've have). &lt;BR /&gt;Follow the instructions provided above.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 03:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418698#M354098</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-05-13T03:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418699#M354099</link>
      <description>hi eric,&lt;BR /&gt;&lt;BR /&gt;first, check to your storage admin, ask to them whether the new lun is zoned to your server or not ? if yes, scan your new lun with "ioscan -nfCdisk". If the new lun already presented, do these:&lt;BR /&gt;a. insf -e or insf -H hw_path_new_lun", &lt;BR /&gt;b. pvcreate /dev/rdsk/cxtxdx (your new path lun)&lt;BR /&gt;c. vgextend /dev/vgdb /dev/dsk/cxtxdx&lt;BR /&gt;d. to extend your lvol:&lt;BR /&gt;   lvextend -L (new size) /dev/vgdb/lvol?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 04:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418699#M354099</guid>
      <dc:creator>yulianto piyut</dc:creator>
      <dc:date>2009-05-13T04:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418700#M354100</link>
      <description>Dear Friend&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;once u presented disk from storage to hp-ux box u have to create device file&lt;BR /&gt;insf -C disk &lt;BR /&gt;then use ioscan -funC disk&lt;BR /&gt;once u got the lun number use the following&lt;BR /&gt;commands.&lt;BR /&gt;please don't try to use pvcreate -f command &lt;BR /&gt;if this lun is already use it will destroyed all data belongs to that lun.&lt;BR /&gt;if u are using pvcreate only it will ask &lt;BR /&gt;this lun is already used or not&lt;BR /&gt;#pvcreate  /dev/rdsk/c#t#d#&lt;BR /&gt;#vgchange -a y /dev/vgdb&lt;BR /&gt;#vgextend /dev/vgdb /dev/dsk/c#t#d#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad sahir&lt;BR /&gt;</description>
      <pubDate>Wed, 13 May 2009 05:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418700#M354100</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-13T05:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418701#M354101</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;we have a clarion and they have added some disk to existing disk through mata LUN and it is showing at storage side&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Not clear enough. Have they increased the existing lun size or created new lun and assigned to the host?</description>
      <pubDate>Wed, 13 May 2009 06:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418701#M354101</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-05-13T06:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418702#M354102</link>
      <description>When a new LUN is presented to your system, you must run two commands before doing any LVM work:&lt;BR /&gt; &lt;BR /&gt;ioscan -fCdisk&lt;BR /&gt;insf -Cdisk&lt;BR /&gt; &lt;BR /&gt;Now you will have new device files in /dev/dsk that you can prepare for LVM use. To find the new LUN(s), use this command:&lt;BR /&gt; &lt;BR /&gt;ll -rt /dev/dsk&lt;BR /&gt; &lt;BR /&gt;The new disk LUNs will be at the bottom of the list with today's timestamp on them. Use pvcreate to add the serial number to the /dev/rdsk device file. Now you can use vgextend.&lt;BR /&gt; &lt;BR /&gt;If no new device files are shown, the storage(or SAN switch) has not been configured correctly to connect to your server.</description>
      <pubDate>Thu, 14 May 2009 01:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418702#M354102</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-05-14T01:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418703#M354103</link>
      <description>Hello Eric,&lt;BR /&gt;first of all you need to verify the new created LUN is detected in this server or not.&lt;BR /&gt;&lt;BR /&gt;type ioscan -fnC disk will show you all details information for disk, below is output for one of my server which having few netapp luns, Lun must be claim status, once you confirm lun has detected then can create Physical volume,Volume group and then logical volume. &lt;BR /&gt;&lt;BR /&gt;let us knwo how it goes,&lt;BR /&gt;if you are not really sure please store ioscan result in txt file and attached here, you can do it as below command. &lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk &amp;gt; scan.txt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;Class     I  H/W Path        Driver   S/W State   H/W Type     Description&lt;BR /&gt;===========================================================================&lt;BR /&gt;disk      0  0/0/1/1.0.0     sdisk    CLAIMED     DEVICE       SEAGATE ST336704LC&lt;BR /&gt;                            /dev/dsk/c1t0d0   /dev/rdsk/c1t0d0&lt;BR /&gt;disk      1  0/0/2/0.0.0     sdisk    CLAIMED     DEVICE       SEAGATE ST336704LC&lt;BR /&gt;                            /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      2  0/0/2/1.2.0     sdisk    CLAIMED     DEVICE       HP      DVD-ROM 6x/32x&lt;BR /&gt;                            /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;disk      5  0/2/0/0.8.0.255.0.0.0   sdisk    CLAIMED     DEVICE       SEAGATE ST318203FC&lt;BR /&gt;                            /dev/dsk/c12t0d0   /dev/rdsk/c12t0d0&lt;BR /&gt;disk      9  0/2/0/0.8.0.255.0.1.0   sdisk    CLAIMED     DEVICE       SEAGATE ST318304FC&lt;BR /&gt;                            /dev/dsk/c12t1d0   /dev/rdsk/c12t1d0&lt;BR /&gt;disk     15  0/2/0/0.8.0.255.0.2.0   sdisk    CLAIMED     DEVICE       SEAGATE ST318203FC&lt;BR /&gt;                            /dev/dsk/c12t2d0   /dev/rdsk/c12t2d0&lt;BR /&gt;disk     19  0/2/0/0.8.0.255.0.3.0   sdisk    CLAIMED     DEVICE       SEAGATE ST318203FC&lt;BR /&gt;                            /dev/dsk/c12t3d0   /dev/rdsk/c12t3d0&lt;BR /&gt;disk     23  0/2/0/0.8.0.255.0.4.0   sdisk    CLAIMED     DEVICE       SEAGATE ST318304FC&lt;BR /&gt;                            /dev/dsk/c12t4d0   /dev/rdsk/c12t4d0&lt;BR /&gt;&lt;BR /&gt;disk    136  255/0/12.0.0.0  sdisk    CLAIMED     DEVICE       NETAPP  LUN&lt;BR /&gt;                            /dev/dsk/c34t0d0   /dev/rdsk/c34t0d0&lt;BR /&gt;disk    142  255/0/12.0.0.1  sdisk    CLAIMED     DEVICE       NETAPP  LUN&lt;BR /&gt;                            /dev/dsk/c34t0d1   /dev/rdsk/c34t0d1&lt;BR /&gt;disk    148  255/0/12.0.0.2  sdisk    CLAIMED     DEVICE       NETAPP  LUN&lt;BR /&gt;                            /dev/dsk/c34t0d2   /dev/rdsk/c34t0d2&lt;BR /&gt;disk    154  255/0/12.0.0.3  sdisk    CLAIMED     DEVICE       NETAPP  LUN&lt;BR /&gt;                            /dev/dsk/c34t0d3   /dev/rdsk/c34t0d3&lt;BR /&gt;disk    123  255/0/15.0.0.0  sdisk    CLAIMED     DEVICE       NETAPP  LUN&lt;BR /&gt;                            /dev/dsk/c37t0d0   /dev/rdsk/c37t0d0&lt;BR /&gt;disk    167  255/0/15.0.0.1  sdisk    CLAIMED     DEVICE       NETAPP  LUN&lt;BR /&gt;                            /dev/dsk/c37t0d1   /dev/rdsk/c37t0d1&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 04:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418703#M354103</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-14T04:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418704#M354104</link>
      <description>Dear Eric,&lt;BR /&gt;&lt;BR /&gt;Better you discuss with your storage admin about your zoning and LUN Details. Confirm that wheather they are increasing the existing lun or they create a new lun.&lt;BR /&gt;&lt;BR /&gt;If they created new lun Type #ll -rt /dev/dsk&lt;BR /&gt;it will list the new lun.In the Bottm lines.&lt;BR /&gt;&lt;BR /&gt;After getting new lun then remaining steps are  easy which explained below,&lt;BR /&gt;&lt;BR /&gt;a. insf -e or insf -H hw_path_new_lun", (Creating Device file)&lt;BR /&gt;&lt;BR /&gt;b. pvcreate /dev/rdsk/cxtxdx (your new path lun) &lt;BR /&gt;&lt;BR /&gt;Don't use -f option it will forcefully create "pv" that cause curruption.&lt;BR /&gt;&lt;BR /&gt;c.vgchange -a y /dev/vgdb&lt;BR /&gt;&lt;BR /&gt;d. vgextend /dev/vgdb /dev/dsk/cvtxdz &lt;BR /&gt;&lt;BR /&gt;e. Then extend your lvol with size as you want(Here 400gb): &lt;BR /&gt;&lt;BR /&gt;lvextend -L (new size) /dev/vgdb/lvol&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this will help you..</description>
      <pubDate>Thu, 14 May 2009 07:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418704#M354104</guid>
      <dc:creator>vaishakh k</dc:creator>
      <dc:date>2009-05-14T07:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: VG extended</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418705#M354105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As per your question, you need to extend your VG by 400GB&lt;BR /&gt;&lt;BR /&gt;Did you see you newly added LUN ?&lt;BR /&gt;Have you extended you VG?&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 14 May 2009 07:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vg-extended/m-p/4418705#M354105</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-05-14T07:52:57Z</dc:date>
    </item>
  </channel>
</rss>

