<?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: About extendfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875738#M624151</link>
    <description>Your commands are correct but if you did not use "-s" option in extendfs, this command extend maximum as possible.&lt;BR /&gt;You sould do as:&lt;BR /&gt;umount /bwdbackup&lt;BR /&gt;lvextend -L 26000 /dev/vg00/bwdbackup&lt;BR /&gt;extendfs -F hfs -s 26000 /dev/vg00/rbwdbackup&lt;BR /&gt;mount /dev/vg00/bwdbackup /bwdbackup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or you can still use fsadm to extend:&lt;BR /&gt;lvextend -L 26000 /dev/vg00/bwdbackup&lt;BR /&gt;fsadm -F vxfs -b 26000 /bwdbackup</description>
    <pubDate>Wed, 15 Dec 2004 20:59:29 GMT</pubDate>
    <dc:creator>Nguyen Anh Tien</dc:creator>
    <dc:date>2004-12-15T20:59:29Z</dc:date>
    <item>
      <title>About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875737#M624150</link>
      <description>I want to extend one HFS filesystem.&lt;BR /&gt;&lt;BR /&gt;root@xkbqd06# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;.....&lt;BR /&gt;/dev/vg00/bwdbackup&lt;BR /&gt;                   20036719 5532812 12500235   31% /bwdbackup&lt;BR /&gt;&lt;BR /&gt;then,&lt;BR /&gt;umount /bwdbackup&lt;BR /&gt;lvextend -L 26000 /dev/vg00/bwdbackup&lt;BR /&gt;extendfs -F hfs /dev/vg00/rbwdbackup&lt;BR /&gt;mount /dev/vg00/bwdbackup /bwdbackup&lt;BR /&gt;&lt;BR /&gt;In the end, execute bdf&lt;BR /&gt;the situation continues...&lt;BR /&gt;root@xkbqd06# bdf&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;.......&lt;BR /&gt;/dev/vg00/bwdbackup&lt;BR /&gt;                   20036719 5532812 12500235   31% /bwdbackup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;each command executed successfully, so, I don't understand why "extendfs" do NOT take into effect.&lt;BR /&gt;&lt;BR /&gt;All the best.</description>
      <pubDate>Wed, 15 Dec 2004 20:30:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875737#M624150</guid>
      <dc:creator>SeaMark_1</dc:creator>
      <dc:date>2004-12-15T20:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875738#M624151</link>
      <description>Your commands are correct but if you did not use "-s" option in extendfs, this command extend maximum as possible.&lt;BR /&gt;You sould do as:&lt;BR /&gt;umount /bwdbackup&lt;BR /&gt;lvextend -L 26000 /dev/vg00/bwdbackup&lt;BR /&gt;extendfs -F hfs -s 26000 /dev/vg00/rbwdbackup&lt;BR /&gt;mount /dev/vg00/bwdbackup /bwdbackup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or you can still use fsadm to extend:&lt;BR /&gt;lvextend -L 26000 /dev/vg00/bwdbackup&lt;BR /&gt;fsadm -F vxfs -b 26000 /bwdbackup</description>
      <pubDate>Wed, 15 Dec 2004 20:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875738#M624151</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-15T20:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875739#M624152</link>
      <description>hi, thanks a lot. :)&lt;BR /&gt;I do as you described but this problem still exists.&lt;BR /&gt;&lt;BR /&gt;Look at the whole process:&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;df -k /bwdbackup/&lt;BR /&gt;/bwdbackup             (/dev/vg00/test        ) :   100473 total allocated Kb&lt;BR /&gt;                                                    100464 free allocated Kb&lt;BR /&gt;                                                         9 used allocated Kb&lt;BR /&gt;                                                         0 % allocation used&lt;BR /&gt;&lt;BR /&gt;umount /bwdbackup&lt;BR /&gt;lvdisplay  /dev/vg00/test&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/test&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)            112&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;lvextend -L 150 /dev/vg00/test&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "160" MB.&lt;BR /&gt;Logical volume "/dev/vg00/test" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;extendfs -F hfs -s 160 /dev/vg00/rtest&lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg00/test&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/test&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)            160&lt;BR /&gt;.....&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/test /bwdbackup&lt;BR /&gt;&lt;BR /&gt;df -k /bwdbackup/&lt;BR /&gt;/bwdbackup             (/dev/vg00/test        ) :   100473 total allocated Kb&lt;BR /&gt;                                                    100464 free allocated Kb&lt;BR /&gt;                                                         9 used allocated Kb&lt;BR /&gt;                                                         0 % allocation used&lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;I guess the filesytem type,hfs,is the real reason which extendfs can't work properly, since I do this on Vxfs is no problem.&lt;BR /&gt;&lt;BR /&gt;I need a patch indeed?&lt;BR /&gt;&lt;BR /&gt;All the best.</description>
      <pubDate>Wed, 15 Dec 2004 21:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875739#M624152</guid>
      <dc:creator>SeaMark_1</dc:creator>
      <dc:date>2004-12-15T21:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875740#M624153</link>
      <description>1.have you try to use fsadm?&lt;BR /&gt;2. Check installed patches on your system and commpare with required patches (online JFS patches.).&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 22:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875740#M624153</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2004-12-15T22:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875741#M624154</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;a doubt.you are sure that you tried &lt;BR /&gt;extendfs -F hfs /dev/vg00/rbwdbackup&lt;BR /&gt;&lt;BR /&gt;if you have tried (with out raw device)&lt;BR /&gt;extendfs -F hfs /dev/vg00/bwdbackup&lt;BR /&gt;&lt;BR /&gt;this problem can occure.&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Dec 2004 23:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875741#M624154</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-12-15T23:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875742#M624155</link>
      <description>The Final output of BDF shows that the filesystem has not got extended.&lt;BR /&gt;&lt;BR /&gt;remember this can be done even if /bwdbackup is mounted. Check the FREE PE in VG.&lt;BR /&gt;lvextend -L 26000 /dev/vg00/bwdbackup.&lt;BR /&gt;&lt;BR /&gt;To extend the filesystem you have to unmount the filesystem.&lt;BR /&gt;&lt;BR /&gt;cheers.&lt;BR /&gt;Saurav</description>
      <pubDate>Thu, 16 Dec 2004 06:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875742#M624155</guid>
      <dc:creator>Saurav_1</dc:creator>
      <dc:date>2004-12-16T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875743#M624156</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;could you post&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg00/bwdbackup&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 16 Dec 2004 06:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875743#M624156</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-12-16T06:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875744#M624157</link>
      <description>hi,thanks your reply.&lt;BR /&gt;&lt;BR /&gt;To find out the real reason, I do this again:&lt;BR /&gt;as followings, that situation continue....&lt;BR /&gt;========================================&lt;BR /&gt;root@xkbqd06# vgdisplay&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                      24&lt;BR /&gt;Open LV                     24&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      3&lt;BR /&gt;Act PV                      3&lt;BR /&gt;Max PE per PV               4384&lt;BR /&gt;VGDA                        6&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    13066&lt;BR /&gt;Alloc PE                    12730&lt;BR /&gt;Free PE                     336&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;root@xkbqd06# lvcreate -L 50 -n test vg00&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "64" MB.&lt;BR /&gt;Logical volume "/dev/vg00/test" has been successfully created with&lt;BR /&gt;character device "/dev/vg00/rtest".&lt;BR /&gt;Logical volume "/dev/vg00/test" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;root@xkbqd06# newfs -F hfs /dev/vg00/rtest&lt;BR /&gt;mkfs (hfs): Warning - 68 sector(s) in the last cylinder are not allocated.&lt;BR /&gt;mkfs (hfs): /dev/vg00/rtest - 65536 sectors in 426 cylinders of 7 tracks, 22 sectors&lt;BR /&gt;67.1Mb in 27 cyl groups (16 c/g, 2.52Mb/g, 384 i/g)&lt;BR /&gt;Super block backups (for fsck -b) at:&lt;BR /&gt;    16,   2504,   4992,   7480,   9968,  12456,  14944,  17432,  19728,  22216,&lt;BR /&gt; 24704,  27192,  29680,  32168,  34656,  37144,  39440,  41928,  44416,  46904,&lt;BR /&gt; 49392,  51880,  54368,  56856,  59152,  61640,  64128&lt;BR /&gt;root@xkbqd06# mkdir /test&lt;BR /&gt;root@xkbqd06# mount /dev/vg00/test /test/&lt;BR /&gt;root@xkbqd06# df -k /test/&lt;BR /&gt;/test                  (/dev/vg00/test        ) :    57388 total allocated Kb&lt;BR /&gt;                                                     57379 free allocated Kb&lt;BR /&gt;                                                         9 used allocated Kb&lt;BR /&gt;                                                         0 % allocation used&lt;BR /&gt;root@xkbqd06# umount /test/&lt;BR /&gt;root@xkbqd06# lvextend -L 100 /dev/vg00/test&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "112" MB.&lt;BR /&gt;Logical volume "/dev/vg00/test" has been successfully extended.&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf&lt;BR /&gt;root@xkbqd06# extendfs -F hfs -s 112 /dev/vg00/rtest&lt;BR /&gt;root@xkbqd06# mount /dev/vg00/test /test/&lt;BR /&gt;root@xkbqd06# df -k /test/&lt;BR /&gt;/test                  (/dev/vg00/test        ) :    57388 total allocated Kb&lt;BR /&gt;                                                     57379 free allocated Kb&lt;BR /&gt;                                                         9 used allocated Kb&lt;BR /&gt;                                                         0 % allocation used&lt;BR /&gt;root@xkbqd06# fstyp -v /dev/vg00/rtest&lt;BR /&gt;hfs&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 63765&lt;BR /&gt;f_bfree: 63756&lt;BR /&gt;f_bavail: 57379&lt;BR /&gt;f_files: 10368&lt;BR /&gt;f_ffree: 10364&lt;BR /&gt;f_favail: 10364&lt;BR /&gt;f_fsid: 1073741849&lt;BR /&gt;f_basetype: hfs&lt;BR /&gt;f_namemax: 255&lt;BR /&gt;f_magic: 95014&lt;BR /&gt;f_featurebits: 1&lt;BR /&gt;f_flag: 0&lt;BR /&gt;f_fsindex: 0&lt;BR /&gt;f_size: 65536&lt;BR /&gt;==========================&lt;BR /&gt;&lt;BR /&gt;:( &lt;BR /&gt;</description>
      <pubDate>Thu, 16 Dec 2004 08:32:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875744#M624157</guid>
      <dc:creator>SeaMark_1</dc:creator>
      <dc:date>2004-12-16T08:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875745#M624158</link>
      <description>Hi SeaMark,&lt;BR /&gt;&lt;BR /&gt;Strange :-(&lt;BR /&gt;&lt;BR /&gt;Could you take a closer look at the extendfs command.&lt;BR /&gt;&lt;BR /&gt;# whereis extendfs&lt;BR /&gt;# ll /sbin/extendfs &lt;BR /&gt;# ll /usr/sbin/extendfs&lt;BR /&gt;# file /sbin/extendfs&lt;BR /&gt;# file /usr/sbin/extendfs&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 16 Dec 2004 09:52:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875745#M624158</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2004-12-16T09:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875746#M624159</link>
      <description>Reminding of I do these above on Vxfs is no problem !!&lt;BR /&gt;&lt;BR /&gt;as you tell me, I do this:&lt;BR /&gt;&lt;BR /&gt;root@xkbqd06# whereis extendfs&lt;BR /&gt;extendfs: /usr/sbin/extendfs /sbin/extendfs /usr/share/man/man1m.Z/extendfs.1m&lt;BR /&gt;&lt;BR /&gt;root@xkbqd06# ll /usr/sbin/extendfs /sbin/extendfs&lt;BR /&gt;lrwxr-xr-x   1 root       sys             16 Dec  5 21:31 /sbin/extendfs -&amp;gt; /sbin/fs_wrapper&lt;BR /&gt;lrwxr-xr-x   1 root       bin             16 Dec  5 21:38 /usr/sbin/extendfs -&amp;gt; /sbin/fs_wrapper&lt;BR /&gt;&lt;BR /&gt;root@xkbqd06# file /usr/sbin/extendfs&lt;BR /&gt;/usr/sbin/extendfs:     ELF-32 executable object file - IA64&lt;BR /&gt;======================&lt;BR /&gt;&lt;BR /&gt;It seems that it implys some other things.&lt;BR /&gt;&lt;BR /&gt;:(&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Dec 2004 19:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875746#M624159</guid>
      <dc:creator>SeaMark_1</dc:creator>
      <dc:date>2004-12-16T19:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875747#M624160</link>
      <description>You are running 11.23 right?&lt;BR /&gt;&lt;BR /&gt;Try installing the following patches&lt;BR /&gt;&lt;BR /&gt;PHCO_31635 s700_800 11.23 Cumulative changes to mkfs_hfs(1)&lt;BR /&gt;PHCO_31636 s700_800 11.23 Cumulative changes to extendfs_hfs&lt;BR /&gt;&lt;BR /&gt;Resolution:&lt;BR /&gt; mkfs has been fixed to print the unallocated sector&lt;BR /&gt; information correctly. 64 bit issues in extendfs has been&lt;BR /&gt; fixed to allow extension of a HFS file system.&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Dec 2004 21:36:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875747#M624160</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2004-12-16T21:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875748#M624161</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I owe a great deal to you !!&lt;BR /&gt;&lt;BR /&gt;After installation of the bundles, I done and get over the smelly stone. :-)&lt;BR /&gt;&lt;BR /&gt;==============&lt;BR /&gt;root@xkbqd06# extendfs -F hfs /dev/vg00/rtest&lt;BR /&gt;        max number of sectors extendible is 49152.&lt;BR /&gt;extend file system /dev/vg00/rtest to have 49152 sectors more.&lt;BR /&gt;Warning: 42 sector(s) in last cylinder unallocated&lt;BR /&gt;extended super-block backups (for fsck -b#) at:&lt;BR /&gt; 66616, 69104, 71592, 74080, 76568, 78864, 81352, 83840, 86328, 88816,&lt;BR /&gt; 91304, 93792, 96280, 98576, 101064, 103552, 106040, 108528, 111016, 113504,&lt;BR /&gt;&lt;BR /&gt;root@xkbqd06# mount /dev/vg00/test /test/&lt;BR /&gt;&lt;BR /&gt;root@xkbqd06# df -k /test&lt;BR /&gt;/test                  (/dev/vg00/test        ) :   100473 total allocated Kb&lt;BR /&gt;                                                    100464 free allocated Kb&lt;BR /&gt;                                                         9 used allocated Kb&lt;BR /&gt;                                                         0 % allocation used&lt;BR /&gt;&lt;BR /&gt;==============&lt;BR /&gt;&lt;BR /&gt;I'm truly grateful for all helps.</description>
      <pubDate>Fri, 17 Dec 2004 01:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875748#M624161</guid>
      <dc:creator>SeaMark_1</dc:creator>
      <dc:date>2004-12-17T01:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: About extendfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875749#M624162</link>
      <description>:-)</description>
      <pubDate>Fri, 17 Dec 2004 04:29:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-extendfs/m-p/4875749#M624162</guid>
      <dc:creator>SeaMark_1</dc:creator>
      <dc:date>2004-12-17T04:29:22Z</dc:date>
    </item>
  </channel>
</rss>

