<?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: Filesystem extension issues in HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940579#M490003</link>
    <description>how about the output of&lt;BR /&gt;&lt;BR /&gt;# mount&lt;BR /&gt;&lt;BR /&gt;when you grow the diskspace, did you grow the vg and lvol too?</description>
    <pubDate>Wed, 15 Feb 2017 21:25:17 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2017-02-15T21:25:17Z</dc:date>
    <item>
      <title>Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6830913#M489278</link>
      <description>&lt;P&gt;I am getting the below error when extending the filesystem on HP-UX .&lt;/P&gt;&lt;P&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgtest/rlvtest1 failed with errno 16.&lt;/P&gt;&lt;P&gt;What could be the issue here &amp;nbsp;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 13:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6830913#M489278</guid>
      <dc:creator>gnana prakasam</dc:creator>
      <dc:date>2016-02-07T13:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6830942#M489279</link>
      <description>&lt;P&gt;&amp;gt; I am getting the below error when extending the filesystem [...]&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; As usual, showing an actual command can be more helpful than a vague&lt;BR /&gt;description.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] on HP-UX .&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uname -a&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] errno 16.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; What could be the issue here&amp;nbsp; ?&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I know nothing, but errno 16 is EBUSY, "Mount device busy".&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2016 14:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6830942#M489279</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2016-02-07T14:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6831247#M489280</link>
      <description>&lt;P&gt;If you are trying to use the 'extendfs' command on the LV, then you must first unmount the LV.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 20:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6831247#M489280</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2016-02-08T20:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6831283#M489281</link>
      <description>&lt;P&gt;If the mountpoint you are extending has been exported using NFS or SAMBA, it will be marked as busy. The mountpoint must un-exported before you can extend it.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 01:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6831283#M489281</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2016-02-09T01:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6832659#M489282</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Here the command used to extend the filesystem and failure message.&lt;/P&gt;&lt;P&gt;root@testserv1[/] # lvextend -L 35840M /dev/vgtest/lvtest1&lt;BR /&gt;Logical volume "/dev/vgtest/lvtest1" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtest.conf&lt;BR /&gt;root@testserv1[/] # fsadm -F vxfs -b 35840M /test1&lt;BR /&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgtest/rlvtest1 failed with errno 16&lt;BR /&gt;root@testserv1[/] #&lt;/P&gt;&lt;P&gt;This Filesystem is not shared as NFS &amp;amp; Samba. I am using lvextend &amp;amp; fsadm to extend the filesystem.&lt;/P&gt;&lt;P&gt;HP-UX Version is&amp;nbsp;B.11.31.&lt;/P&gt;&lt;P&gt;This filesystem snaped with other filesystem. Please let me know the procedure to extend .&lt;/P&gt;&lt;P&gt;root@testserv1[/] # mount -v |grep -i test1&lt;BR /&gt;/dev/vgtest/lvtest1 on /test1 type vxfs ioerror=mwdisable,largefiles,delaylog,dev=80000003 on Sat Feb 6 13:08:11 2016&lt;BR /&gt;/dev/vgtest/backuptest1 on /backuptest1 type vxfs ro,ioerror=mwdisable,largefiles,snapof=/dev/vgtest/lvtest1,snapsize=13000000,dev=80000006 on Sun Feb 14 00:30:05 2016&lt;BR /&gt;root@testserv1[/] #&lt;/P&gt;&lt;P&gt;Aplogies for the late reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Feb 2016 10:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6832659#M489282</guid>
      <dc:creator>gnana prakasam</dc:creator>
      <dc:date>2016-02-14T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940157#M489991</link>
      <description>&lt;P&gt;What is the solution for this error, I notice someone faced the same issue.&lt;/P&gt;&lt;P&gt;(root) @/&amp;gt; fsadm -F vxfs -b 330227968 /oracle&lt;BR /&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgoracle/rlvoracle failed with errno 16&lt;BR /&gt;(root) @/&amp;gt;&lt;/P&gt;&lt;P&gt;Defragmented, still no help..&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940157#M489991</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-14T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940165#M489992</link>
      <description>&lt;P&gt;The error means device busy. Sure you have OnlineJFS?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940165#M489992</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2017-02-14T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940166#M489993</link>
      <description>&lt;P&gt;Yes, have online JFS as I was able to do 5 filesystems and other 5 filesystems failed with the same error mentioned above.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:28:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940166#M489993</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-14T19:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940169#M489994</link>
      <description>&lt;P&gt;(root) @/&amp;gt; swlist -l product | grep -i online&lt;BR /&gt;AONLINEJFS B.05.00.02 OnlineJFS Integration Product&lt;BR /&gt;OnlineJFS01 5.0.1 Online features of the VxFS File System&lt;BR /&gt;(root)@/&amp;gt;&lt;/P&gt;&lt;P&gt;All the ten file systems are from one volume group, and out of 10 successfully I was able to extend FS size on five and the other five failed with error 16.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Help is appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940169#M489994</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-14T19:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940170#M489995</link>
      <description>&lt;P&gt;Your command:&lt;/P&gt;&lt;PRE&gt;fsadm -F vxfs -b 330227968 /oracle&lt;/PRE&gt;&lt;P&gt;is to resize the /oracle mountpoint to 330 million sectors. Is that correct?&lt;BR /&gt;Or did you mean 330 GB? If so, you'll need to use a&amp;nbsp;suffix such as -b 330G.&lt;/P&gt;&lt;P&gt;Also, is /oracle a top level filesystem or does it contain other lvols&amp;nbsp;or NFS mounts?&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; hint: &amp;nbsp;&lt;STRONG&gt; &amp;nbsp;bdf &amp;nbsp; /oracle&lt;/STRONG&gt;&lt;BR /&gt;That will show the source lvol for the mountpoint.&lt;/P&gt;&lt;P&gt;And did you first increase the source lvol size first using lvextend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940170#M489995</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-02-14T19:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940174#M489996</link>
      <description>&lt;P&gt;It was 220Gig before and I extended 100Gig to the lvm and so extending to 330Gig with fsadm&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 19:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940174#M489996</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-14T19:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940261#M489997</link>
      <description>&lt;P&gt;Is there a reason that the rather unusual number&amp;nbsp;&lt;STRONG&gt;330227968 &amp;nbsp;&lt;/STRONG&gt;is being used?&lt;BR /&gt;fsadm has been historically unstable due to the "sectors" terminology.&lt;BR /&gt;Prior to HP-UX 11.31, the man page was very bad as it failed to document the secret option modifiers.&lt;BR /&gt;From 11.23:&lt;/P&gt;&lt;PRE&gt; -b newsize  Resize the file system to newsize sectors.  
                     -b cannot  be used with the -cdDeEo options.&lt;/PRE&gt;&lt;P&gt;And from 11.11:&lt;/P&gt;&lt;PRE&gt; -b newsize  Resize the file system to newsize sectors.&lt;/PRE&gt;&lt;P&gt;Is a sector 256 bytes? 512 bytes? 1024 bytes? 2048 bytes? How about 4096 byes?&lt;BR /&gt;The term sector is commonly used with disk hardware and is independent from commands used in HP-UX.&lt;BR /&gt;There are several man pages that mention "sector" but the exact value is not an stable term.&lt;BR /&gt;Here are the 1m man pages that mention sector:&lt;/P&gt;&lt;PRE&gt;diskinfo.1m
disksecn.1m
extendfs_hfs.1m
extendfs_vxfs.1m
format.1m
fsadm_vxfs.1m
mkfs_hfs.1m
mkfs_vxfs.1m
mount_vxfs.1m
ncheck_hfs.1m
ncheck_vxfs.1m
newfs_hfs.1m
newfs_vxfs.1m
umount_vxfs.1m
vxassist.1m
vxdisk.1m
vxdisksetup.1m
vxdiskunsetup.1m
vxintro.1m
vxmake.1m
vxprint.1m
vxrecover.1m
vxtunefs.1m
vxvol.1m&lt;/PRE&gt;&lt;P&gt;S the use of sectors as a metric is too unreliable for an exact meaning.&lt;BR /&gt;The fsadm man page never defines what a sector is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Always use &lt;STRONG&gt;fsadm -b&lt;/STRONG&gt;&amp;nbsp;with a dependable metric as in:&amp;nbsp;&lt;STRONG&gt;-b 320000M &lt;/STRONG&gt;or&amp;nbsp;&lt;STRONG&gt;-b 320G&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 03:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940261#M489997</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-02-15T03:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940430#M489998</link>
      <description>&lt;P&gt;That didn't work either.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 14:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940430#M489998</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-15T14:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940469#M489999</link>
      <description>Without the actual error message, I can only guess that it was the same message.&lt;BR /&gt;Post the output from vgdisplay for that lvol. Is this lvol perhaps a distributed layout? What does the command: fstyp /dev/vg00/xyz (where xyz is the knoll name) report?</description>
      <pubDate>Wed, 15 Feb 2017 15:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940469#M489999</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-02-15T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940475#M490000</link>
      <description>&lt;P&gt;root) @/&amp;gt; fsadm -F vxfs -b 330G /oracle&lt;/P&gt;&lt;P&gt;UX:vxfs fsadm: ERROR: V-3-25811: cannot expand /dev/vgoracle/rlvoracle more than size of the underlying device - 332660736 sectors&lt;/P&gt;&lt;P&gt;(root) @/&amp;gt; fsadm -F vxfs -b 332660736 /oracle&lt;/P&gt;&lt;P&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgoracle/rlvoracle failed with errno 16&lt;/P&gt;&lt;P&gt;(root) @/&amp;gt; fsadm -F vxfs -b 330000000 /oracle&lt;/P&gt;&lt;P&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgoracle/rlvoracle failed with errno 16&lt;/P&gt;&lt;P&gt;(root) @/tmp&amp;gt; fsadm -F vxfs -b 320G /oracle&lt;BR /&gt;UX:vxfs fsadm: ERROR: V-3-25811: cannot expand /dev/vgoracle/rlvoracle more than size of the underlying device - 332660736 sectors&lt;BR /&gt;(root) @/tmp&amp;gt;&lt;/P&gt;&lt;P&gt;---------------- lvdisplay -----------------------------&lt;/P&gt;&lt;P&gt;--- Logical volumes ---&lt;BR /&gt;LV Name /dev/vgoracle/lvoracle&lt;BR /&gt;VG Name /dev/vgoracle&lt;BR /&gt;LV Permission read/write&lt;BR /&gt;LV Status available/syncd&lt;BR /&gt;Mirror copies 0&lt;BR /&gt;Consistency Recovery MWC&lt;BR /&gt;Schedule parallel&lt;BR /&gt;LV Size (Mbytes) 324864&lt;BR /&gt;Current LE 5076&lt;BR /&gt;Allocated PE 5076&lt;BR /&gt;Stripes 0&lt;BR /&gt;Stripe Size (Kbytes) 0&lt;BR /&gt;Bad block on&lt;BR /&gt;Allocation strict&lt;BR /&gt;IO Timeout (Seconds) default&lt;/P&gt;&lt;P&gt;--- Distribution of logical volume ---&lt;BR /&gt;PV Name LE on PV PE on PV&lt;BR /&gt;/dev/disk/disk109 1520 1520&lt;BR /&gt;/dev/disk/disk138 640 640&lt;BR /&gt;/dev/disk/disk284 1040 1040&lt;BR /&gt;/dev/disk/disk302 313 313&lt;BR /&gt;/dev/disk/disk355 253 253&lt;BR /&gt;/dev/disk/disk360 1310 1310&lt;/P&gt;&lt;P&gt;--- Logical extents ---&lt;BR /&gt;LE PV1 PE1 Status&lt;/P&gt;&lt;P&gt;(root)@/tmp&amp;gt; fstyp /dev/vgoracle/lvoracle&lt;BR /&gt;vxfs&lt;BR /&gt;(root)@/tmp&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:10:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940475#M490000</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-15T16:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940489#M490001</link>
      <description>&lt;P&gt;From lvdisplay:&amp;nbsp;&lt;STRONG&gt;LV Size (Mbytes) 324864&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The size error is a possible clue. How about using &lt;STRONG&gt;-b 310G &lt;/STRONG&gt;or&lt;STRONG&gt; -b 300G&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also, post the vgdisplay summary too.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940489#M490001</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2017-02-15T16:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940494#M490002</link>
      <description>&lt;P&gt;(root) @/tmp&amp;gt; fsadm -F vxfs -b 310G /oracle&lt;BR /&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgoracle/rlvoracle failed with errno 16&lt;BR /&gt;(root) @/tmp&amp;gt;&lt;/P&gt;&lt;P&gt;(root) @/tmp&amp;gt; fsadm -F vxfs -b 300G /oracle&lt;BR /&gt;UX:vxfs fsadm: ERROR: V-3-20340: attempt to resize /dev/vgoracle/rlvoracle failed with errno 16&lt;BR /&gt;(root) @/tmp&amp;gt;&lt;/P&gt;&lt;P&gt;So many lvm, so just displaying the below:&lt;/P&gt;&lt;P&gt;vgdisplay -v vgoracle | more&lt;/P&gt;&lt;P&gt;--- Volume groups ---&lt;BR /&gt;VG Name /dev/vgoracle&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 94&lt;BR /&gt;Open LV 94&lt;BR /&gt;Max PV 64&lt;BR /&gt;Cur PV 33&lt;BR /&gt;Act PV 33&lt;BR /&gt;Max PE per PV 65535&lt;BR /&gt;VGDA 66&lt;BR /&gt;PE Size (Mbytes) 64&lt;BR /&gt;Total PE 498047&lt;BR /&gt;Alloc PE 497702&lt;BR /&gt;Free PE 345&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;VG Version 1.0&lt;BR /&gt;VG Max Size 262140g&lt;BR /&gt;VG Max Extents 4194240&lt;/P&gt;&lt;P&gt;LV Name /dev/vgoracle/lvoracle&lt;BR /&gt;LV Status available/syncd&lt;BR /&gt;LV Size (Mbytes) 324864&lt;BR /&gt;Current LE 5076&lt;BR /&gt;Allocated PE 5076&lt;BR /&gt;Used PV 6&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 16:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940494#M490002</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-15T16:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940579#M490003</link>
      <description>how about the output of&lt;BR /&gt;&lt;BR /&gt;# mount&lt;BR /&gt;&lt;BR /&gt;when you grow the diskspace, did you grow the vg and lvol too?</description>
      <pubDate>Wed, 15 Feb 2017 21:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940579#M490003</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2017-02-15T21:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940749#M490004</link>
      <description>&lt;P&gt;Ofcourse, I exetended volume group and then logical volume and then fsadm, thats where it is failing.&lt;/P&gt;&lt;P&gt;(root) @/tmp&amp;gt; mount| grep lvoracle&lt;BR /&gt;/oracle on /dev/vgoracle/lvoracle ioerror=mwdisable,largefiles,delaylog,dev=403a0046 on Wed Oct 7 20:11:04 2015&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940749#M490004</guid>
      <dc:creator>rescuehp17</dc:creator>
      <dc:date>2017-02-16T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Filesystem extension issues in HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940751#M490005</link>
      <description>&lt;P&gt;Check for possible show stoppers:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The file system has active mounted checkpoints&lt;/LI&gt;&lt;LI&gt;File system has been flagged as requiring an FSCK&amp;nbsp;in the superblock&lt;/LI&gt;&lt;LI&gt;The file system is too busy for resize locks to be obtained&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A suggested solution would be&lt;/P&gt;&lt;P&gt;unmount the file system, perform "fsck -o full", remount, and try again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(found at &lt;A href="https://support.symantec.com" target="_blank"&gt;https://support.symantec.com&lt;/A&gt; )&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 12:33:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-extension-issues-in-hp-ux/m-p/6940751#M490005</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2017-02-16T12:33:16Z</dc:date>
    </item>
  </channel>
</rss>

