<?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 /var on HP-UX 10.20 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441240#M656718</link>
    <description>/, /stand, and primary swap need to be contiguous.&lt;BR /&gt;&lt;BR /&gt;With OnlineJFS or AdvJFS you can extend /var without booting into single user mode.  &lt;BR /&gt;&lt;BR /&gt;Without OnlineJFS, you will need to use fuser to quiet the filesytem or boot into single user mode and extend with lvextend and extendfs.</description>
    <pubDate>Wed, 30 Aug 2000 12:12:59 GMT</pubDate>
    <dc:creator>Cheryl Griffin</dc:creator>
    <dc:date>2000-08-30T12:12:59Z</dc:date>
    <item>
      <title>extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441233#M656711</link>
      <description>I seem to run into the "contiguous" problem when trying to extend to /var but do /var really need to be contiguous, and if not how to get around it.&lt;BR /&gt;&lt;BR /&gt;Info:&lt;BR /&gt;I only have 2 disks that mirror each other, and there is plenty of space left in VG00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/Lars&lt;BR /&gt;lh@banctec.dk&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 11:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441233#M656711</guid>
      <dc:creator>Lars Hesdorf</dc:creator>
      <dc:date>2000-08-30T11:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441234#M656712</link>
      <description>You can remove the contiguous policy through SAM, then backup your /var, run bdf to get filesystem record, reboot to single user mode and do:&lt;BR /&gt;lvextend -L NNN /dev/vg00/lvoln&lt;BR /&gt;extendfs -F vxfs /dev/vg00/rlvoln&lt;BR /&gt;Reboot</description>
      <pubDate>Wed, 30 Aug 2000 11:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441234#M656712</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-08-30T11:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441235#M656713</link>
      <description>Lots of previous replies and very good info exist in previous posts.&lt;BR /&gt;Do SEARCH on /var for the forums.</description>
      <pubDate>Wed, 30 Aug 2000 11:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441235#M656713</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-30T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441236#M656714</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Normally /var is not (nor need not be) specified as contiguous.  If it was set contiguous during the lvcreate, then you don't have the flexability you might want.  See the man pages for lvcreate.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Aug 2000 11:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441236#M656714</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-30T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441237#M656715</link>
      <description>It is only / that must remain contiguous.  You can safely extend /var.  From what I understand of your question, you are not adding any disk...just doing an increase to var.  Just drop to single user mode and enter:&lt;BR /&gt;Do a bdf to ensure /var is not mounted.&lt;BR /&gt;&lt;BR /&gt;lvextend -l _ _ _ /dev/vgoo/lvol_&lt;BR /&gt;extendfs  /dev/vg00/rlvol_   /var&lt;BR /&gt;&lt;BR /&gt;I then prefer to do a shutdown -ry 0....but whatever you prefer is ok..&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 30 Aug 2000 12:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441237#M656715</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-30T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441238#M656716</link>
      <description>/var doesn't need to be contiguous and isn't by default.&lt;BR /&gt;&lt;BR /&gt;Check with 'lvdisplay /dev/vg00/lvol?'&lt;BR /&gt;&lt;BR /&gt;If contiguous is set then Allocation will be 'strict/contiguous' (if 'strict' is set of course which it should be if mirrored).&lt;BR /&gt;&lt;BR /&gt;As it is mirrored, are you sur ethat you have enough space on both disks for the extension?</description>
      <pubDate>Wed, 30 Aug 2000 12:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441238#M656716</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-30T12:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441239#M656717</link>
      <description>Lars,&lt;BR /&gt;&lt;BR /&gt;If you click the SEARCH button on the left side menu and do a community search for 'extend and contiguous' there are many excellent examples of earlier answers to this type of problem.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 30 Aug 2000 12:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441239#M656717</guid>
      <dc:creator>Pete Conneely</dc:creator>
      <dc:date>2000-08-30T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441240#M656718</link>
      <description>/, /stand, and primary swap need to be contiguous.&lt;BR /&gt;&lt;BR /&gt;With OnlineJFS or AdvJFS you can extend /var without booting into single user mode.  &lt;BR /&gt;&lt;BR /&gt;Without OnlineJFS, you will need to use fuser to quiet the filesytem or boot into single user mode and extend with lvextend and extendfs.</description>
      <pubDate>Wed, 30 Aug 2000 12:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441240#M656718</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2000-08-30T12:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: extend /var on HP-UX 10.20</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441241#M656719</link>
      <description>Lars,&lt;BR /&gt;&lt;BR /&gt;You said you have VG00 Mirrored and get an error when extending var. I aggree with John on this one. Make sure you have enough free PE on both sides of the mirror to extend var.&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/c?t?d?&lt;BR /&gt;Check that number of lvols are same, also for free PE on each disk in vg00.&lt;BR /&gt;&lt;BR /&gt;If lvdisplay shows strict/contiguous and you have enough free PE on all disks in vg00 to extend var then it could be the space isnt contiguous.&lt;BR /&gt;&lt;BR /&gt;To turn off contigous allocation:&lt;BR /&gt;# lvchange -C n /dev/vg00/lvol_var&lt;BR /&gt;&lt;BR /&gt;As long as strict allocation policy is turned on for the mirrored lvol you are ok.&lt;BR /&gt;&lt;BR /&gt;Hope this helps!</description>
      <pubDate>Sat, 02 Sep 2000 01:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extend-var-on-hp-ux-10-20/m-p/2441241#M656719</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2000-09-02T01:01:15Z</dc:date>
    </item>
  </channel>
</rss>

