<?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: Extend a mounted logical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097605#M631406</link>
    <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;If you have the OnlineJFS product, you can do this without unmounting the FS.  Otherwise you need to:&lt;BR /&gt;&lt;BR /&gt;umount /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;lvextend -L larger_size /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;extendfs -F hfs /dev/vg00/rlvol1&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvol1 mount_directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Oct 2003 12:45:55 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-10-20T12:45:55Z</dc:date>
    <item>
      <title>Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097604#M631405</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;I want to extend a logical volume that is already mounted, and I know that it can be done without unmounting the filesystem... &lt;BR /&gt;&lt;BR /&gt;How can I do that???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jonathan</description>
      <pubDate>Mon, 20 Oct 2003 12:40:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097604#M631405</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-20T12:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097605#M631406</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;If you have the OnlineJFS product, you can do this without unmounting the FS.  Otherwise you need to:&lt;BR /&gt;&lt;BR /&gt;umount /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;lvextend -L larger_size /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;extendfs -F hfs /dev/vg00/rlvol1&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvol1 mount_directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 12:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097605#M631406</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-20T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097606#M631407</link>
      <description>Hi Jonathan,&lt;BR /&gt; &lt;BR /&gt;To do this you must have the OnLine JFS product. Steps as follows:&lt;BR /&gt;&lt;BR /&gt;1)Determine if free space available in the VG - if none, will need to add another disk to the VG with vgextend&lt;BR /&gt;2) Extend the LV with&lt;BR /&gt;lvextend -L XXXXM /dev/vg_name/lv_name   #where XXXX=new size in MB&lt;BR /&gt;3)Extend the FS size with fsadm&lt;BR /&gt;fsadm -F vxfs -b XXXX /mnt_point  #where XXXX equals the new size in sectors&lt;BR /&gt; &lt;BR /&gt;Then check for the new FS size.&lt;BR /&gt; &lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 20 Oct 2003 12:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097606#M631407</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-20T12:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097607#M631408</link>
      <description>Hi Pete, &lt;BR /&gt;&lt;BR /&gt;here is the result of the "swlist -l fileset | grep -i jfs" command&lt;BR /&gt;&lt;BR /&gt;  AdvJournalFS.AJFS-ENG-A-MAN           B.11.00        AJFS-ENG-A-MAN &lt;BR /&gt;  AdvJournalFS.AJFS-JPN-E-MAN           B.11.00        AJFS-JPN-E-MAN &lt;BR /&gt;  AdvJournalFS.AJFS-JPN-S-MAN           B.11.00        AJFS-JPN-S-MAN &lt;BR /&gt;# JFS                                   3.3            JFS 3.3 base filesystem &lt;BR /&gt;  JFS.JFS-BASE-KRN                      3.3            JFS 3.3 filesystem commands &lt;BR /&gt;  JFS.JFS-BASE2-KRN                     3.3            JFS 3.3 filesystem kernel libraries - 64 bit &lt;BR /&gt;  JFS.JFS-ENG-A-MAN                     3.3            JFS 3.3 filesystem man pages &lt;BR /&gt;  JournalFS.JFS-ENG-A-MAN               B.11.00        JFS-ENG-A-MAN  &lt;BR /&gt;&lt;BR /&gt;Is JFS 3.3 the same thing that Online JFS???&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 12:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097607#M631408</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-20T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097608#M631409</link>
      <description>How do I determine the size in sectors???&lt;BR /&gt;&lt;BR /&gt;I take the SIZE / PE-SIZE???</description>
      <pubDate>Mon, 20 Oct 2003 12:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097608#M631409</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-20T12:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097609#M631410</link>
      <description>Hi (again),&lt;BR /&gt;&lt;BR /&gt;No, just do a lvdisplay /dev/vg_name_lv_name and use the value of Current LE as the sectors size.&lt;BR /&gt; &lt;BR /&gt;And no, none of those are OnLine JFS - do a &lt;BR /&gt;swlist | grep -i online&lt;BR /&gt;and if you have it, it will show up then.&lt;BR /&gt; &lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 20 Oct 2003 13:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097609#M631410</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-10-20T13:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097610#M631411</link>
      <description>You can extend the logical volume withtout unmounting it.&lt;BR /&gt;&lt;BR /&gt;Its the extendfs command that won't work while its mounted. Of course the new space is pretty useless without extending the filesystem.&lt;BR /&gt;&lt;BR /&gt;OnlineJFS provides a different command for extending the filesystem which does work while its mounted.&lt;BR /&gt;&lt;BR /&gt;Without OnlineJFS you are out of luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Oct 2003 13:12:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097610#M631411</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-10-20T13:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097611#M631412</link>
      <description>Jonathan,&lt;BR /&gt;&lt;BR /&gt;No, you're seeing the Base JFS product.  The online product should look like this:&lt;BR /&gt;&lt;BR /&gt;# swlist |grep -i online&lt;BR /&gt;  B3929CA                       B.11.11        HP OnLineJFS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 13:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097611#M631412</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-10-20T13:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097612#M631413</link>
      <description>If you have disk space in the VG... all you have to do is this... with OnlineJFS.. If not you will have to: pvcreate/vgextend to get the disk in the VG then name it when you do the LVOL extend... &lt;BR /&gt; &lt;BR /&gt;Make sure if you have Mirroring, that you have enough extents for that as well on the mirror disk...&lt;BR /&gt;&lt;BR /&gt;##lvextend -L &lt;MBSIZE&gt; /dev/vgXX/LVOL ## size in actual MB... or GB&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;##lvextend -l &amp;lt;4*4096&amp;gt; /dev/vgXX/LVOL ## This size is your Filesystem in 4MB extents which is the default...&lt;BR /&gt; &lt;BR /&gt;THEN DO THIS:&lt;BR /&gt; &lt;BR /&gt;##fsadm -F vxfs -b &lt;MBSIZE&gt; /mount/point/FS ## the mount point NOT the LVOL here...&lt;/MBSIZE&gt;&lt;/MBSIZE&gt;</description>
      <pubDate>Mon, 20 Oct 2003 13:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097612#M631413</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-20T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097613#M631414</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you have purchased OnlineJFS, you can do the following.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If, let's say i want to extend my existing lvtest (mounted on /test) of 300M to 500M.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extending the 'container' first (LVM) :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 500 /dev/vg00/lvtest&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "504" MB.&lt;BR /&gt;&lt;BR /&gt;Logical volume "/dev/vg00/lvtest" has been successfully extended.&lt;BR /&gt;&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.con&lt;BR /&gt;f&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Take note that LVM has rounded the size to 504Mo (due to the PE = 4Mo unit).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Extending now the 'content' (vxfs/jfs) you can use :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b 504M /test&lt;BR /&gt;vxfs fsadm: /dev/vg00/rlvtest is currently 311296 sectors - size will be increas&lt;BR /&gt;ed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or you can use :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b $((504*1024)) /test&lt;BR /&gt;vxfs fsadm: /dev/vg00/rlvtest is currently 311296 sectors - size will be increas&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# bdf /test&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvtest    516096    1229  482695    0% /test&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,  Bye.&lt;BR /&gt;&lt;BR /&gt;Francis DERDEYN - HP-UX ASCE.&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 13:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097613#M631414</guid>
      <dc:creator>Francis_12</dc:creator>
      <dc:date>2003-10-20T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097614#M631415</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;I've look on my system, and I've got the OnlineJFS product "swlist | grep -i online".  And I've installed it with a HP CodeWord. &lt;BR /&gt;&lt;BR /&gt;But when I run "fsadm" command I got this error:&lt;BR /&gt;&lt;BR /&gt;fsadm: You don't have a license to run this program&lt;BR /&gt;&lt;BR /&gt;I register it with a Codeword....&lt;BR /&gt;Any idea?</description>
      <pubDate>Mon, 20 Oct 2003 14:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097614#M631415</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-20T14:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097615#M631416</link>
      <description>There is a series of commands that start with vx*...&lt;BR /&gt;&lt;BR /&gt;# vxlicense -p ## Shows the current licenses...&lt;BR /&gt;&lt;BR /&gt;vrts:vxlicense: INFO: Feature name: HP_OnlineJFS [50]&lt;BR /&gt;vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)&lt;BR /&gt;vrts:vxlicense: INFO: Expiration date: Sun Jun 24 03:00:00 2007 (1342.5 days fro&lt;BR /&gt;m now)&lt;BR /&gt;vrts:vxlicense: INFO: Release Level: 22&lt;BR /&gt;vrts:vxlicense: INFO: Machine Class: All&lt;BR /&gt;vrts:vxlicense: INFO: Site ID: 0&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;This should help you...&lt;BR /&gt; &lt;BR /&gt;/sbin/fs/vxfs/vxenablef -a ## to activate a JFS license&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 14:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097615#M631416</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-20T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097616#M631417</link>
      <description>When I run "vxlicense -p" I got this:&lt;BR /&gt;&lt;BR /&gt;vrts:vxlicense: INFO: No valid license installed&lt;BR /&gt;&lt;BR /&gt;Where can I get a license??</description>
      <pubDate>Mon, 20 Oct 2003 14:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097616#M631417</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-20T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097617#M631418</link>
      <description>/sbin/fs/vxfs/vxenablef -a &lt;BR /&gt; &lt;BR /&gt;## to activate a JFS license. this should work.</description>
      <pubDate>Mon, 20 Oct 2003 14:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097617#M631418</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-20T14:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097618#M631419</link>
      <description>Todd hi,&lt;BR /&gt;&lt;BR /&gt;It still gives me the same message... :S</description>
      <pubDate>Mon, 20 Oct 2003 14:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097618#M631419</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-20T14:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097619#M631420</link>
      <description>You should get license for this product from HP. Add license vxenablef -a  command ( this executable file should be in /sbin/fs/vxfs3.3) &lt;BR /&gt;&lt;BR /&gt;and then exenablef -a  to enable license. &lt;BR /&gt;look this website &lt;A href="http://licensing.hp.com" target="_blank"&gt;http://licensing.hp.com&lt;/A&gt; to get more information&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 20 Oct 2003 15:05:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097619#M631420</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-10-20T15:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097620#M631421</link>
      <description>Which command are you running? vxlicense or vxenablef?&lt;BR /&gt;&lt;BR /&gt;vxenablef should work quoting the manpage:&lt;BR /&gt;&lt;BR /&gt;"If you have valid licenses" for these features, vxenablef makes them available without rebuilding a new kernel and rebooting the system.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;It sounds like you need to load the license for the advanced features...I think you said you lost your codeword? Im not sure it can be recovered... &lt;BR /&gt; &lt;BR /&gt;May have to reload to reset it, but im not totally sure on that.&lt;BR /&gt; &lt;BR /&gt;IF you have HPUX OS 11.11 loaded, it can be reloaded with NOREBOOT... However, if you have 11.0, it requires a reboot. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 15:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097620#M631421</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-10-20T15:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097621#M631422</link>
      <description>Jonathan you need to aquire the license from hp licensing, untill you do it will not work.&lt;BR /&gt;try this &lt;BR /&gt;/sbin/fs/vxfs3.3/vxenablef&lt;BR /&gt;    =&amp;gt; should say that it's not licensed&lt;BR /&gt;&lt;BR /&gt;/sbin/fs/vxfs3.3/vxlicense -c&lt;BR /&gt;    =&amp;gt; and then enter the license ( if not already done )&lt;BR /&gt;&lt;BR /&gt;/sbin/fs/vxfs3.3/vxenablef -a&lt;BR /&gt;    =&amp;gt; to enable the license&lt;BR /&gt;&lt;BR /&gt;/sbin/fs/vxfs3.3/vxenablef&lt;BR /&gt;    =&amp;gt; Now, it should be enabled.&lt;BR /&gt;obviosly you need to get the license before doing stage two, but stage one will tell you if its been licensed and if so you probably only need to activate (stage 3)&lt;BR /&gt;if not licenses get licenses from&lt;BR /&gt;&lt;A href="http://licensing.hp.com" target="_blank"&gt;http://licensing.hp.com&lt;/A&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 05:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097621#M631422</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2003-10-21T05:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extend a mounted logical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097622#M631423</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;I finally solved my problem, I ordered a license from HP licensing, I installed it with &lt;BR /&gt;&lt;BR /&gt;vxlicense -c&lt;BR /&gt;&lt;BR /&gt;then I've activated it with&lt;BR /&gt;&lt;BR /&gt;vxenablef -a&lt;BR /&gt;&lt;BR /&gt;then I extended my logical volume:&lt;BR /&gt;&lt;BR /&gt;lvextend -L xxxxM /dev/vg00/lvname&lt;BR /&gt;&lt;BR /&gt;and finally I've been able to use fsadm:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b xxxxM /fsname&lt;BR /&gt;&lt;BR /&gt;It worked perfectly...&lt;BR /&gt;Thanks you all!!&lt;BR /&gt;ciao!&lt;BR /&gt;Jonathan</description>
      <pubDate>Wed, 22 Oct 2003 08:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-a-mounted-logical-volume/m-p/3097622#M631423</guid>
      <dc:creator>Jonathan Caplette_1</dc:creator>
      <dc:date>2003-10-22T08:15:09Z</dc:date>
    </item>
  </channel>
</rss>

