<?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: extending /var in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719181#M645274</link>
    <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;I usually take the following steps.  They work for me:&lt;BR /&gt;&lt;BR /&gt;1. Reboot and in single user mode type:&lt;BR /&gt;2. boot pri isl&lt;BR /&gt;3. hpux -isl&lt;BR /&gt;4. mount -a&lt;BR /&gt;5. umount /dev/vg00/lvol8&lt;BR /&gt;6. lvextend -L  400 /dev/vg00/lvol8&lt;BR /&gt;7. extendfs /dev/vg00/lvol8&lt;BR /&gt;8. mount /dev/vg00/lvol8 /var&lt;BR /&gt;9. reboot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja</description>
    <pubDate>Wed, 08 May 2002 06:56:16 GMT</pubDate>
    <dc:creator>Mateja Bezjak</dc:creator>
    <dc:date>2002-05-08T06:56:16Z</dc:date>
    <item>
      <title>extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719176#M645269</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to extend /var and have done the following.&lt;BR /&gt;&lt;BR /&gt;since /var is already mounted extended the logical volume&lt;BR /&gt;&lt;BR /&gt;lvextend -l 400 /dev/vg00/lvol8&lt;BR /&gt;&lt;BR /&gt;i have tried to change run levels by running&lt;BR /&gt;&lt;BR /&gt;- init s&lt;BR /&gt;- killall&lt;BR /&gt;&lt;BR /&gt;but when i try to umount /var i get an error message that the device is busy and cannot unmount the device. So i tried it the traditional way.&lt;BR /&gt;&lt;BR /&gt;-shutdown&lt;BR /&gt;&lt;BR /&gt;waited for the 60 sec grace period and the 20 sec single user mode period . now i know i am definately in single user mode.&lt;BR /&gt;&lt;BR /&gt;however when i try to umount /var i still get the same error message. i run bdf and can see that &lt;BR /&gt;&lt;BR /&gt;/&lt;BR /&gt;/var&lt;BR /&gt;/usr&lt;BR /&gt;/home&lt;BR /&gt;&lt;BR /&gt;are mounted&lt;BR /&gt;&lt;BR /&gt;i don't think this is very normal. Is there anything else I can try to unmount /var to extend it. I am not using on-line JFS, using version 11.0, A-class.&lt;BR /&gt;&lt;BR /&gt;if i remove the entry from the  /etc/fstab file will that be a bad thing?&lt;BR /&gt;&lt;BR /&gt;thanks in advance &lt;BR /&gt;Maria&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 06:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719176#M645269</guid>
      <dc:creator>maria paschali</dc:creator>
      <dc:date>2002-05-08T06:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719177#M645270</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;Sometimes some processes associated with&lt;BR /&gt;some filesystems will not terminate &lt;BR /&gt;going into single user mode, going down.&lt;BR /&gt;I suggest you reboot the system into &lt;BR /&gt;single user mode, and then increasing&lt;BR /&gt;your logical volume.&lt;BR /&gt;&lt;BR /&gt;interrupt the boot&lt;BR /&gt;At the ISL prompt:&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -is&lt;BR /&gt;system boots in single user mode&lt;BR /&gt;increase your logical volume&lt;BR /&gt;extend your filesystem using 'extendfs'&lt;BR /&gt;put system into multi-user mode, &lt;BR /&gt;control-d or init 3 or 4 depending &lt;BR /&gt;on the first line or /etc/inittab&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Wed, 08 May 2002 06:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719177#M645270</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-05-08T06:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719178#M645271</link>
      <description>Hello,&lt;BR /&gt;Check this document.&lt;BR /&gt;&lt;BR /&gt;This should help you.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=0c318d8d0c2216306d/screen=ckiDisplayDocument?docId=200000046785431" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=0c318d8d0c2216306d/screen=ckiDisplayDocument?docId=200000046785431&lt;/A&gt;</description>
      <pubDate>Wed, 08 May 2002 06:42:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719178#M645271</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-05-08T06:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719179#M645272</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;You can use fuser to find out which processes are using the filesystem.&lt;BR /&gt;&lt;BR /&gt;processes like syslogd write to /var&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Hilary</description>
      <pubDate>Wed, 08 May 2002 06:42:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719179#M645272</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2002-05-08T06:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719180#M645273</link>
      <description>&lt;BR /&gt;As said Michael, the easy way is by rebooting in single user mode.&lt;BR /&gt;&lt;BR /&gt;lvextend -l 400 will extent up 1.6 Gb !!!&lt;BR /&gt;&lt;BR /&gt;I usualy create a new lvol to store /var/adm/sw/save. If you cant reboot now this is a easy trick to dealocate space in /var.&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 500 /dev/vg00&lt;BR /&gt;newfs /dev/vg00/rlvolxxx&lt;BR /&gt;&lt;BR /&gt;mount /dev/vg00/lvolxx /tmp_mnt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /var/adm/sw/save&lt;BR /&gt;&lt;BR /&gt;mv * /tmp_mnt&lt;BR /&gt;&lt;BR /&gt;umount /tmp_mnt&lt;BR /&gt;edit /etc/fstab and add a new filesystem to mount&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvolxxx /var/adm/sw/save vxfs delaylog 0 2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /var/adm/sw/save.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And please do not remove /var from /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 06:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719180#M645273</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-05-08T06:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719181#M645274</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;I usually take the following steps.  They work for me:&lt;BR /&gt;&lt;BR /&gt;1. Reboot and in single user mode type:&lt;BR /&gt;2. boot pri isl&lt;BR /&gt;3. hpux -isl&lt;BR /&gt;4. mount -a&lt;BR /&gt;5. umount /dev/vg00/lvol8&lt;BR /&gt;6. lvextend -L  400 /dev/vg00/lvol8&lt;BR /&gt;7. extendfs /dev/vg00/lvol8&lt;BR /&gt;8. mount /dev/vg00/lvol8 /var&lt;BR /&gt;9. reboot&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mateja</description>
      <pubDate>Wed, 08 May 2002 06:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719181#M645274</guid>
      <dc:creator>Mateja Bezjak</dc:creator>
      <dc:date>2002-05-08T06:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719182#M645275</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;First couple of queries.&lt;BR /&gt;&lt;BR /&gt;1. Have you got OnlineJFS?&lt;BR /&gt;If yes, then use fsadm to do extend the /var filesystem. So there is no issue of unmounting the /var filesystem.&lt;BR /&gt;&lt;BR /&gt;2. If you dont have OnlineJFS then you need to unmount the filesystem after you run the lvextend command. Because mere running lvextend will not extend the filesystem, you need to run the 'extendfs' command. So my suggestion is to straight away shutdown the machine and then boot it in single user mode by using ISL&amp;gt; hpux -is &lt;BR /&gt;After that use extendfs to extend the filesystem.&lt;BR /&gt;&lt;BR /&gt;-Sukant&lt;BR /&gt;</description>
      <pubDate>Wed, 08 May 2002 06:59:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719182#M645275</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-05-08T06:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719183#M645276</link>
      <description>hi &lt;BR /&gt;thanks for all your help,&lt;BR /&gt;using ISL worked.&lt;BR /&gt;&lt;BR /&gt;Why doesn't the "shutdown (boot in single user mode)" command work?&lt;BR /&gt;&lt;BR /&gt;even after rebooting the system? I don't understand why it would still have processors attached to it if you do a reboot then a shutdown into single user mode without using the ISL fuction?&lt;BR /&gt;&lt;BR /&gt;Carols thanks for the tip, I was trying to extend /var for that particular purpose. didn't think to move it elsewhere.&lt;BR /&gt;&lt;BR /&gt;Maria</description>
      <pubDate>Wed, 08 May 2002 07:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719183#M645276</guid>
      <dc:creator>maria paschali</dc:creator>
      <dc:date>2002-05-08T07:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: extending /var</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719184#M645277</link>
      <description>see: &lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x92ddfef4d250d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x92ddfef4d250d611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Wed, 08 May 2002 07:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extending-var/m-p/2719184#M645277</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-05-08T07:44:56Z</dc:date>
    </item>
  </channel>
</rss>

