<?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: fsadm option in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936655#M928979</link>
    <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;That is an LV policy.&lt;BR /&gt;&lt;BR /&gt;Not sure if it can be done, but try&lt;BR /&gt;&lt;BR /&gt;lvchange -C n /dev/vg_name/lv_name&lt;BR /&gt;&lt;BR /&gt;Note that's a Cap C. Lower case c is mirror consistency.&lt;BR /&gt;May not be able to do this - not sure because I've never tried. I KNOW you can't change root, swap or dump. But you *might* be able to change a "normal" LV.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Wed, 26 Mar 2003 21:15:22 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2003-03-26T21:15:22Z</dc:date>
    <item>
      <title>fsadm option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936653#M928977</link>
      <description>with onlineJFS I have to enlarge the filesystem /xxx&lt;BR /&gt;I know that the command is fsadm -options /mountpoint&lt;BR /&gt;&lt;BR /&gt;But at the creation I used the option -c to specify contiguos PE.&lt;BR /&gt;Do you know some way to cancel the -c option?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 26 Mar 2003 21:07:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936653#M928977</guid>
      <dc:creator>Lorenzo Facello</dc:creator>
      <dc:date>2003-03-26T21:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936654#M928978</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You can use 'lvchange -C n' to change the contiguous allocation policy.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 26 Mar 2003 21:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936654#M928978</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-26T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936655#M928979</link>
      <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;That is an LV policy.&lt;BR /&gt;&lt;BR /&gt;Not sure if it can be done, but try&lt;BR /&gt;&lt;BR /&gt;lvchange -C n /dev/vg_name/lv_name&lt;BR /&gt;&lt;BR /&gt;Note that's a Cap C. Lower case c is mirror consistency.&lt;BR /&gt;May not be able to do this - not sure because I've never tried. I KNOW you can't change root, swap or dump. But you *might* be able to change a "normal" LV.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 26 Mar 2003 21:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936655#M928979</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-26T21:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm option</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936656#M928980</link>
      <description>To extend the filesystem on the fly, (let's say /opt):&lt;BR /&gt;&lt;BR /&gt;        a.      Must be type "vxfs" in /etc/fstab:&lt;BR /&gt;&lt;BR /&gt;                        /dev/vg00/lvol4 /opt vxfs delaylog 0 2&lt;BR /&gt;&lt;BR /&gt;        b.      How big is it now:&lt;BR /&gt;&lt;BR /&gt;                cd /opt&lt;BR /&gt;                bdf .&lt;BR /&gt;                        Filesystem       kbytes    used   avail %used Mounted on&lt;BR /&gt;                        /dev/vg00/lvol4  2048000 2025496   22504   99% /opt&lt;BR /&gt;&lt;BR /&gt;        c.      How big do we want it?&lt;BR /&gt;&lt;BR /&gt;                        2 GB -&amp;gt; 2.5 GB&lt;BR /&gt;&lt;BR /&gt;        d.      Must have sufficient space on Volume Group:&lt;BR /&gt;&lt;BR /&gt;                vgdisplay vg00&lt;BR /&gt;&lt;BR /&gt;                        --- Volume groups ---&lt;BR /&gt;                        VG Name                     /dev/vg00&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                      14&lt;BR /&gt;                        Open LV                     14&lt;BR /&gt;                        Max PV                      16&lt;BR /&gt;                        Cur PV                      1&lt;BR /&gt;                        Act PV                      1&lt;BR /&gt;                        Max PE per PV               4005&lt;BR /&gt;                        VGDA                        2&lt;BR /&gt;                        PE Size (Mbytes)            4    &amp;lt;--&lt;BR /&gt;                        Total PE                    4005    |&lt;BR /&gt;                        Alloc PE                    2169    | 4 x 1836 = 7.3 GB&lt;BR /&gt;                        Free PE                     1836 &amp;lt;--&lt;BR /&gt;                        Total PVG                   0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;        e.      What does the LV look like?&lt;BR /&gt;&lt;BR /&gt;                lvdisplay /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;                        --- Logical volumes ---&lt;BR /&gt;                        LV Name                     /dev/vg00/lvol4&lt;BR /&gt;                        VG Name                     /dev/vg00&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)            2000&lt;BR /&gt;                        Current LE                  500&lt;BR /&gt;                        Allocated PE                500&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;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4.      EXTEND THE LOGICAL VOLUME&lt;BR /&gt;&lt;BR /&gt;                lvextend -L 2500 /dev/vg00/lvol4&lt;BR /&gt;                             ^&lt;BR /&gt;                             |--  lv_size&lt;BR /&gt;&lt;BR /&gt;5.      EXTEND THE FILE SYSTEM&lt;BR /&gt;&lt;BR /&gt;        a.      Calculate the &lt;NEWSIZE&gt; for the fsadm command:&lt;BR /&gt;&lt;BR /&gt;                        fsadm -b &lt;NEWSIZE&gt; /opt&lt;BR /&gt;&lt;BR /&gt;        b.      &lt;NEWSIZE&gt; is new number of "blocks" required:&lt;BR /&gt;&lt;BR /&gt;                newsize = lv_size x 1024&lt;BR /&gt;&lt;BR /&gt;                        2500 x 1024 = 2560000&lt;BR /&gt;&lt;BR /&gt;                &lt;BR /&gt;        c.      fsadm -b 2560000 /opt&lt;BR /&gt;&lt;BR /&gt;                Or:&lt;BR /&gt;&lt;BR /&gt;        d.      fsadm -b 2500m /opt&lt;BR /&gt;&lt;/NEWSIZE&gt;&lt;/NEWSIZE&gt;&lt;/NEWSIZE&gt;</description>
      <pubDate>Wed, 26 Mar 2003 21:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-option/m-p/2936656#M928980</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-03-26T21:35:41Z</dc:date>
    </item>
  </channel>
</rss>

