<?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: error when running vgmodify in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623064#M377779</link>
    <description>Derek,&lt;BR /&gt;&lt;BR /&gt;Hi, What you are trying to achieve here:&lt;BR /&gt;I understand you have got one lun (extended 30GB to 150GB , and want to create a vg. Why do you need vgmodify. vgmodify is used to modify the VG parameters in case of if it is hitting the limit. &lt;BR /&gt;&lt;BR /&gt;Can you not able to recreate the vg , as this is new lun and new vg:&lt;BR /&gt;&lt;BR /&gt;Please try the below to create the vg:&lt;BR /&gt;Keep mapfile of existing:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg30 &amp;gt; vg30.old.txt&lt;BR /&gt;# vgexport  -v -s -m v30.map  vg30&lt;BR /&gt;# pvcreate -f /dev/rdsk/c32t1d1&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg30&lt;BR /&gt;# mknod /dev/vg30 c 64 0x300000&lt;BR /&gt;# vgcreate -p 255 -s 64 -e 20000 vg30 /dev/rdsk/c32t1d1&lt;BR /&gt;# vgchange -a y vg30&lt;BR /&gt;# vgdisplay vg30&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please post further,&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Apr 2010 13:57:23 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2010-04-23T13:57:23Z</dc:date>
    <item>
      <title>error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623063#M377778</link>
      <description>&lt;!--!*#--&gt;Hi again!&lt;BR /&gt;&lt;BR /&gt;I get this error:&lt;BR /&gt;I ran vgmodify b/c the EMC lun was expanded to 150Gb from 30Gb.&lt;BR /&gt;&lt;BR /&gt;# vgmodify /dev/vg30&lt;BR /&gt;&lt;BR /&gt;meta data here....&lt;BR /&gt;vgmodify: Invalid LVMREC on Physical Volume /dev/rdsk/c32t1d1&lt;BR /&gt;&lt;BR /&gt;I looked and looked and referenced "when good disks go bad" with no success.&lt;BR /&gt;&lt;BR /&gt;I removed the pvs, then the vg, then ran &lt;BR /&gt;dd if=/dev/zero of=/dev/rdsk/c32t1d1 bs=1024 count=1024&lt;BR /&gt;&lt;BR /&gt;then verified using dump_lvmtab -s which says&lt;BR /&gt;VG[003]  VGID:00000000 4bd1aed0 (@0x00e136) pvnum:4 state:0x0000 /dev/vg30&lt;BR /&gt;  (000)  VGID:00000000 4bd1aed0 PVID:00000000 4bd1ad88 /dev/rdsk/c32t1d1&lt;BR /&gt;  (001)  VGID:00000000 4bd1aed0 PVID:00000000 4bd1ad88 /dev/rdsk/c34t1d1&lt;BR /&gt;  (002)  VGID:00000000 4bd1aed0 PVID:00000000 4bd1ad88 /dev/rdsk/c36t1d1&lt;BR /&gt;  (003)  VGID:00000000 4bd1aed0 PVID:00000000 4bd1ad88 /dev/rdsk/c38t1d1&lt;BR /&gt;&lt;BR /&gt;# ll /dev/vg*/group&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jun  6  2008 /dev/vg00/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x010000 Jun 18  2008 /dev/vg01/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x020000 Jan 31  2009 /dev/vg20/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x030000 Apr 23 10:28 /dev/vg30/group&lt;BR /&gt;&lt;BR /&gt;and after recreating vg30, I still see this error.&lt;BR /&gt;&lt;BR /&gt;This is a new vg with new EMC disks that will house encrypted data and I do not have a saved map file.&lt;BR /&gt;&lt;BR /&gt;pleas help!&lt;BR /&gt;&lt;BR /&gt;thank you</description>
      <pubDate>Fri, 23 Apr 2010 13:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623063#M377778</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T13:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623064#M377779</link>
      <description>Derek,&lt;BR /&gt;&lt;BR /&gt;Hi, What you are trying to achieve here:&lt;BR /&gt;I understand you have got one lun (extended 30GB to 150GB , and want to create a vg. Why do you need vgmodify. vgmodify is used to modify the VG parameters in case of if it is hitting the limit. &lt;BR /&gt;&lt;BR /&gt;Can you not able to recreate the vg , as this is new lun and new vg:&lt;BR /&gt;&lt;BR /&gt;Please try the below to create the vg:&lt;BR /&gt;Keep mapfile of existing:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vg30 &amp;gt; vg30.old.txt&lt;BR /&gt;# vgexport  -v -s -m v30.map  vg30&lt;BR /&gt;# pvcreate -f /dev/rdsk/c32t1d1&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg30&lt;BR /&gt;# mknod /dev/vg30 c 64 0x300000&lt;BR /&gt;# vgcreate -p 255 -s 64 -e 20000 vg30 /dev/rdsk/c32t1d1&lt;BR /&gt;# vgchange -a y vg30&lt;BR /&gt;# vgdisplay vg30&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please post further,&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 13:57:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623064#M377779</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-23T13:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623065#M377780</link>
      <description>Why do you need to run vgmodify if you can remove and recreate vg30 and you are dd-ing the LUN?</description>
      <pubDate>Fri, 23 Apr 2010 13:57:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623065#M377780</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-04-23T13:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623066#M377781</link>
      <description>correction:&lt;BR /&gt;&lt;BR /&gt;(in the mknod group entry corrected).&lt;BR /&gt;# mknod /dev/vg30/group c 64 0x300000&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 14:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623066#M377781</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-23T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623067#M377782</link>
      <description>&lt;!--!*#--&gt;I need to run vgmodify b/c the LUN was expanded to 150Gb. :)&lt;BR /&gt;&lt;BR /&gt;# vgcreate -p 255 -s 64 -e 20000 /dev/vg30 /dev/dsk/c32t1d1&lt;BR /&gt;&lt;BR /&gt;# vgdisplay vg30&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg30&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      0&lt;BR /&gt;Open LV                     0&lt;BR /&gt;Max PV                      255&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               20000&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            64&lt;BR /&gt;Total PE                    538&lt;BR /&gt;Alloc PE                    0&lt;BR /&gt;Free PE                     538&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;&lt;BR /&gt;vgextend vg30 /dev/dsk/c34t1d1&lt;BR /&gt;vgextend vg30 /dev/dsk/c36t1d1&lt;BR /&gt;vgextend vg30 /dev/dsk/c38t1d1&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c32t1d1&lt;BR /&gt;   PV Name                     /dev/dsk/c34t1d1 Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c36t1d1 Alternate Link&lt;BR /&gt;   PV Name                     /dev/dsk/c38t1d1 Alternate Link&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    538&lt;BR /&gt;   Free PE                     538&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c32t1d1&lt;BR /&gt;SCSI describe of /dev/rdsk/c32t1d1:&lt;BR /&gt;             vendor: EMC&lt;BR /&gt;         product id: SYMMETRIX&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 35356800 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;root@&lt;BR /&gt;# echo 64*538|bc&lt;BR /&gt;34432&lt;BR /&gt;vg30 only shows 35Gb &lt;BR /&gt;sam is consistent.&lt;BR /&gt;&lt;BR /&gt;# powermt display dev=all&lt;BR /&gt;Symmetrix ID=000190301012&lt;BR /&gt;Logical device ID=024E&lt;BR /&gt;state=alive; policy=SymmOpt; priority=0; queued-IOs=0&lt;BR /&gt;==============================================================================&lt;BR /&gt;---------------- Host ---------------   - Stor -   -- I/O Path -  -- Stats ---&lt;BR /&gt;###  HW Path                I/O Paths    Interf.   Mode    State  Q-IOs Errors&lt;BR /&gt;==============================================================================&lt;BR /&gt;  32 0/0/8/1/0.110.124.0.0.1.1 c32t1d1   FA  1dA   active  alive      0      3&lt;BR /&gt;  34 0/0/10/1/0.110.124.0.0.1.1 c34t1d1   FA  1dA   active  alive      0      1&lt;BR /&gt;  36 1/0/8/1/0.110.124.0.0.1.1 c36t1d1   FA 16dA   active  alive      0      1&lt;BR /&gt;  38 1/0/10/1/0.110.124.0.0.1.1 c38t1d1   FA 16dA   active  alive      0      1&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 14:16:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623067#M377782</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T14:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623068#M377783</link>
      <description>&amp;gt; I need to run vgmodify b/c the LUN was expanded to 150Gb&lt;BR /&gt;&lt;BR /&gt;Based on what you have attempted so far, yut you are treating this LUN as a new disk in your LVM config. vgmodify is needed *only* if you expand a LUN that is already configured and in use in a volume group on the server. &lt;BR /&gt;&lt;BR /&gt;No need to run vgmodify here. Configure it as a new disk as indicated above.</description>
      <pubDate>Fri, 23 Apr 2010 14:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623068#M377783</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-04-23T14:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623069#M377784</link>
      <description>&lt;!--!*#--&gt;It originally was apart of a vg, a vg that I had free-reign on. vgmodify never worked.  So I decided to recreate it and now it does not see it as 150VG. Why?</description>
      <pubDate>Fri, 23 Apr 2010 14:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623069#M377784</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T14:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623070#M377785</link>
      <description>I think at this point vgmodify isn't the problem.  The problem is that the LUN was extended and HP-UX is still seeing it at the old size, which prior to 11.31 I believe, is expected.&lt;BR /&gt;&lt;BR /&gt;What version of HP-UX are you running?</description>
      <pubDate>Fri, 23 Apr 2010 14:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623070#M377785</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-04-23T14:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623071#M377786</link>
      <description>&lt;BR /&gt;Well, if you can see 150 GB size in diskinfo then the lun is presented correctly and visible correctly to the os: &lt;BR /&gt;&lt;BR /&gt;What is the output of :&lt;BR /&gt;# diskinfo -v /dev/rdsk/c32t1d1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 23 Apr 2010 14:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623071#M377786</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-04-23T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623072#M377787</link>
      <description>&amp;gt; dd if=/dev/zero of=/dev/rdsk/c32t1d1 bs=1024 count=1024&lt;BR /&gt;&lt;BR /&gt;Is this exactly what you typed? This writes 1024 bytes only so the total written to the disk is 1k. Change the block size to bs=1024k and count=100000&lt;BR /&gt;&lt;BR /&gt;You could also try pvremove.&lt;BR /&gt;&lt;BR /&gt;Do you have any proof that the LUN was enlarged in the EMC?</description>
      <pubDate>Fri, 23 Apr 2010 15:00:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623072#M377787</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-04-23T15:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623073#M377788</link>
      <description>&lt;!--!*#--&gt;yeah tried all these actions b4 posting, but thanks for hanging in there!&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c32t1d1&lt;BR /&gt;SCSI describe of /dev/rdsk/c32t1d1:&lt;BR /&gt;             vendor: EMC&lt;BR /&gt;         product id: SYMMETRIX&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 35356800 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;Here is the SAN guy's explanation:&lt;BR /&gt;&lt;BR /&gt;# cat file.txt&lt;BR /&gt;add dev 22f:235 to meta 24e,&lt;BR /&gt;protect_data=FALSE;&lt;BR /&gt;        # ./symconfigure -sid 1012 -v -f file.txt prepare -nop&lt;BR /&gt;# ./symconfigure -sid 1012 -v -f file.txt commit -nop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Basically I took the existing lun, 33 or so GB that was initially made up of 2  16gb hypers.   Unmasked the volume from the host, then ran the above command that tells the DMX to add the devices 22f-235 to the 24e meta device.  We were told that there was not any data that needed to be saved, so we did not need to pass the protect_data flag as true, nor did we need to have a bcv_meta_head in place to temporarily hold the data while the lun was being restriped, as the data was being destroyed in this lun expansion.</description>
      <pubDate>Fri, 23 Apr 2010 17:30:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623073#M377788</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T17:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623074#M377789</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;There is an approach problem here.&lt;BR /&gt;&lt;BR /&gt;People need more space, they think, lets just expand the LUN.&lt;BR /&gt;&lt;BR /&gt;HP-UX and many OS have a hard time dealing with that, at least without a boot cycle.&lt;BR /&gt;&lt;BR /&gt;Here is what we do here on Toledo:&lt;BR /&gt;&lt;BR /&gt;A 300 GB lun actually consists of 10 30 GB LUNS. When we need more space, we add another 30 GB LUN.&lt;BR /&gt;&lt;BR /&gt;Then we vgextend, lvextend fsadm to recognize the new disks space.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 23 Apr 2010 17:36:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623074#M377789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-04-23T17:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623075#M377790</link>
      <description>&lt;!--!*#--&gt;SEP, isn't that the point of vgmodify? :)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# vgmodify /dev/vg30&lt;BR /&gt;&lt;BR /&gt;Current Volume Group settings:&lt;BR /&gt;                                          Max LV      255&lt;BR /&gt;                                          Max PV      255&lt;BR /&gt;                                   Max PE per PV    20000&lt;BR /&gt;                                PE Size (Mbytes)       64&lt;BR /&gt;                              VGRA Size (Kbytes)    41568&lt;BR /&gt;vgmodify: Invalid LVMREC on Physical Volume /dev/rdsk/c32t1d1&lt;BR /&gt;root@john [/]&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX john B.11.23 U 9000/800 john unlimited-user license&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 18:00:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623075#M377790</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T18:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623076#M377791</link>
      <description>&lt;!--!*#--&gt;we have a decru datafort that sits between the hosts and the storage that requires encryption.   We unmasked the disk from the host at the datafort layer, and removed all instances of luns from powerpath, then LVM then rescanned to verify all was gone and it was. &lt;BR /&gt;then remasked, then ioscan, powermt config and now:&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c32t1d1&lt;BR /&gt;SCSI describe of /dev/rdsk/c32t1d1:&lt;BR /&gt;             vendor: EMC&lt;BR /&gt;         product id: SYMMETRIX&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 159105600 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;So I still need to know is something wrong with vgmodify or I need a patch?&lt;BR /&gt;I obviously cannot do this on production LUNS and was counting on vgmodify.&lt;BR /&gt;&lt;BR /&gt;I have this patch:&lt;BR /&gt;&lt;BR /&gt;# swlist -a state -l patch |grep PHCO_38717&lt;BR /&gt;  PHCO_38717.LVM-ENG-A-MAN      configured&lt;BR /&gt;  PHCO_38717.LVM-MIRROR-RUN     configured&lt;BR /&gt;  PHCO_38717.LVM-RUN    configured&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 18:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623076#M377791</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623077#M377792</link>
      <description>vgmodify has absolutely NOTHING to do with how the OS sees the LUNs it is presented.  vgmodify allows the VG to see a larger LUN once the OS is aware that the LUN is larger.&lt;BR /&gt;&lt;BR /&gt;There are somethings that can be done on later versions of HP-UX to allow the OS to use resized LUNs more easily.  But, the OS must realize that the LUN is larger before anything else can happen.</description>
      <pubDate>Fri, 23 Apr 2010 18:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623077#M377792</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-04-23T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: error when running vgmodify</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623078#M377793</link>
      <description>Well per the doc all this is possible.&lt;BR /&gt;I can always call support!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Apr 2010 18:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-when-running-vgmodify/m-p/4623078#M377793</guid>
      <dc:creator>derek b smith_1</dc:creator>
      <dc:date>2010-04-23T18:55:06Z</dc:date>
    </item>
  </channel>
</rss>

