<?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: /var space incress steps in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291663#M474980</link>
    <description>&lt;P&gt;Check the link please, its a duplicate thread from same user, should have closed that thread if posted to different category by mistake. Wasn't that self understandable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2011 13:19:17 GMT</pubDate>
    <dc:creator>Hiren N Dave</dc:creator>
    <dc:date>2011-08-04T13:19:17Z</dc:date>
    <item>
      <title>/var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5289855#M474937</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have HP-UX 11.23 U ia64 server. VAR partition 75% full, what can I do to increase free space? Please guide the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards, Mastan.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 08:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5289855#M474937</guid>
      <dc:creator>Mast-San</dc:creator>
      <dc:date>2011-08-03T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: /var space increase steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5289905#M474938</link>
      <description>&lt;P&gt;It may be simpler to find out what's taking all of that space and remove it.&lt;/P&gt;&lt;P&gt;What are the large directories?&lt;/P&gt;&lt;P&gt;For /var/adm/sw/, you can use cleanup(1m) to cleanup superseded patches.&lt;/P&gt;&lt;P&gt;For /var/tmp/, you can remove old files.&lt;/P&gt;&lt;P&gt;For /var/spool/, you can clean up old mail messages.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 09:42:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5289905#M474938</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-03T09:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5289983#M474939</link>
      <description>&lt;P&gt;Hi Mastan:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Analyze output from next commands:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# du -skx /var/* | sort -nr | head -10&lt;/P&gt;&lt;P&gt;# find /var -type f -xdev -size +5000000c -exec ll {} \;&amp;nbsp;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rgs,&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 10:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5289983#M474939</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2011-08-03T10:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290059#M474941</link>
      <description>&lt;P&gt;Check, with vgdisplay, to see if there is free space in vg00.&amp;nbsp; If there is, you can lvextend the lvol containing /var and then extendfs the file system (see the examples section of man lvextend (1M).&amp;nbsp; If not, you will have to provide extra space through vgextend first or start trimming, as others have suggested.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 11:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290059#M474941</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-08-03T11:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290241#M475003</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need free PEs in your root vg (vg00) to be able to extend any LVs. If you dont have any free space, then you need to add new disk and follow below steps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# ioscan -fnC disk&lt;/P&gt;&lt;P&gt;# insf&lt;/P&gt;&lt;P&gt;# reboot the server in single user mode&amp;nbsp; (i.e.&amp;nbsp; boot -is from EFI shell)&lt;/P&gt;&lt;P&gt;# pvcreate /dev/rdsk/cxtxdx&lt;/P&gt;&lt;P&gt;# vgextend vg00 /dev/rdsk/cxtxdx&lt;/P&gt;&lt;P&gt;# umount /var&lt;/P&gt;&lt;P&gt;# lvextend /dev/vg00/lvol5&amp;nbsp;&amp;nbsp; (Here, lvol5 is for /var mount point)&lt;/P&gt;&lt;P&gt;# extendfs -F vxfs /dev/vg00/lvol5&lt;/P&gt;&lt;P&gt;# mount /dev/vg00/lvol5 /var&amp;nbsp;&amp;nbsp; (Or use mountall as it is already there in /etc/fstab)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!!!!&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290241#M475003</guid>
      <dc:creator>Hiren N Dave</dc:creator>
      <dc:date>2011-08-03T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290345#M474945</link>
      <description>&lt;P&gt;Hey;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As others have mentioned, the first thing to do is to see if there is anything that can be cleaned up in /var. &amp;nbsp;That filesystem holds log files and various temp files which have to be periodically cleaned up or the filesystem fills.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Things to check:&lt;/P&gt;&lt;P&gt;* /var/tmp - old files in here&lt;/P&gt;&lt;P&gt;* /var/adm/syslog - logs in here can grow w/o bounds&lt;/P&gt;&lt;P&gt;* /var/adm/*tmp* - btmp, wtmp, and wtmpx grow w/o bounds&lt;/P&gt;&lt;P&gt;* /var/adm/sw/save - where commitable patches are saved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should run "cleanup -c 1" to clean up any patches, then check those items above. &amp;nbsp;After that, I tend to run "du -sk * | sort -n -k 1" to find out where the space is being used. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you've done that, and still need more space, you can extend the space in /var assuming you have the space available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, find out if you have online jfs: &amp;nbsp;"swlist -l fileset | grep -i onlinejfs". &amp;nbsp;&lt;/P&gt;&lt;P&gt;Next, find out if you have the space in vg00 to extend: "vgdisplay vg00"&lt;/P&gt;&lt;P&gt;If you have the space, ID the lv for /var: mount | grep -i "/var " | awk '{print $3}'&lt;/P&gt;&lt;P&gt;extend the filesystem: lvextend -L ${new_size_in_megs} ${lv}&lt;/P&gt;&lt;P&gt;if you have online jfs: fsadm -F vxfs -b $(new_size_in_megs}m /var&lt;BR /&gt;If you don't have online jfs, unmount /var and run extendfs -F vxfs ${raw_lv}&lt;BR /&gt;&lt;BR /&gt;You'll probably have to go into single user mode in order to unmount /var. &amp;nbsp;*LOTS* of processes keep files open in that filesystem...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doug O'Leary&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2011 14:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290345#M474945</guid>
      <dc:creator>Doug O'Leary</dc:creator>
      <dc:date>2011-08-03T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290867#M474950</link>
      <description>&lt;P&gt;Why this thread is still open!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://h30499.www3.hp.com/t5/Integrity-Servers/var-space-incress-steps/m-p/5290241#M11050"&gt;http://h30499.www3.hp.com/t5/Integrity-Servers/var-space-incress-steps/m-p/5290241#M11050&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 04:03:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5290867#M474950</guid>
      <dc:creator>Hiren N Dave</dc:creator>
      <dc:date>2011-08-04T04:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291477#M474971</link>
      <description>&lt;P&gt;&amp;gt; Why this thread is still open!!!﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that supposed to be a question or a statement?&amp;nbsp; If it's a question, what is it you're questioning?&amp;nbsp; If it's a statement, could you explain what you're commenting about?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 11:23:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291477#M474971</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-08-04T11:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291663#M474980</link>
      <description>&lt;P&gt;Check the link please, its a duplicate thread from same user, should have closed that thread if posted to different category by mistake. Wasn't that self understandable?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291663#M474980</guid>
      <dc:creator>Hiren N Dave</dc:creator>
      <dc:date>2011-08-04T13:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291671#M474982</link>
      <description>&lt;P&gt;No, not to me.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291671#M474982</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-08-04T13:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: /var space increase steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291677#M474983</link>
      <description>&lt;P&gt;&amp;gt;it's a duplicate thread from same user,﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually triplicate.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291677#M474983</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-08-04T13:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: /var space increase steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291681#M474984</link>
      <description>&lt;P&gt;Duplicate, triplicate - whatever.&amp;nbsp; Frankly, this sad excuse for a Community can use all the traffic it can get.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2011 13:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5291681#M474984</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2011-08-04T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: /var space incress steps</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5292651#M475004</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have removed the duplicate threads of "Mast-San" in order to avoid confusion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2011 10:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-space-incress-steps/m-p/5292651#M475004</guid>
      <dc:creator>VidyaVI</dc:creator>
      <dc:date>2011-08-05T10:19:01Z</dc:date>
    </item>
  </channel>
</rss>

