<?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: increase /var/audit in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025326#M131406</link>
    <description>If you have online JFS you can do it online&lt;BR /&gt;(check with swlist whether you have online JFS)&lt;BR /&gt;you can use then fsadm to extend the File system.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b newsize /filesystem&lt;BR /&gt;&lt;BR /&gt;for extendfs you need to umount the file system and /var can not be unmounted easily while system is up and running.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..</description>
    <pubDate>Wed, 16 Jul 2003 13:22:16 GMT</pubDate>
    <dc:creator>Uday_S_Ankolekar</dc:creator>
    <dc:date>2003-07-16T13:22:16Z</dc:date>
    <item>
      <title>increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025324#M131404</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am ashamed to tell, but until now I never increaed a LVM Volum for HP. Did it multiple times for Solaris, but never HP.&lt;BR /&gt;&lt;BR /&gt;Can you please help me out and confirm I do it right ? &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg00 shows me :&lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    8680    &lt;BR /&gt;Alloc PE                    2546    &lt;BR /&gt;Free PE                     6134   &lt;BR /&gt;&lt;BR /&gt;bdf /var/audit shows me :&lt;BR /&gt;/dev/vg00/lvol10    204800  162200   39988   80% /var/audit&lt;BR /&gt;&lt;BR /&gt;I'dd like to increase the volume to 2.5 Gb :&lt;BR /&gt;&lt;BR /&gt;lvextend -L 2560 /dev/vg00/lvol10&lt;BR /&gt;extendfs -F vxfs /dev/vg00/lvol10  # it's vxfs, as looked up in /etc/mnttab&lt;BR /&gt;&lt;BR /&gt;Do I forget steps, do I do things wrong ?&lt;BR /&gt;Please let me know before I start.&lt;BR /&gt;&lt;BR /&gt;Best Regs David</description>
      <pubDate>Wed, 16 Jul 2003 13:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025324#M131404</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-07-16T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025325#M131405</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;The only thing I see that you missed is that you're going to need to unmount the volume first:&lt;BR /&gt;&lt;BR /&gt;umount /var/audit&lt;BR /&gt;&lt;BR /&gt;then lvextend and extendfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jul 2003 13:22:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025325#M131405</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-16T13:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025326#M131406</link>
      <description>If you have online JFS you can do it online&lt;BR /&gt;(check with swlist whether you have online JFS)&lt;BR /&gt;you can use then fsadm to extend the File system.&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b newsize /filesystem&lt;BR /&gt;&lt;BR /&gt;for extendfs you need to umount the file system and /var can not be unmounted easily while system is up and running.&lt;BR /&gt;&lt;BR /&gt;Goodluck&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 16 Jul 2003 13:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025326#M131406</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-16T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025327#M131407</link>
      <description>&lt;BR /&gt;Hi David,&lt;BR /&gt;&lt;BR /&gt;Nothing to be ashamed, u r right.But hope u have only one disk in vg00, if this is a mirrored logical volume you may have to ,&lt;BR /&gt;extend the volume to one disk providing  pv path(/dev/dsk/c?t?d?) in lvextend and then increase the mirror copy by using m 1 option .&lt;BR /&gt;(u can use lvdisplay command to find the mirror details)&lt;BR /&gt;&lt;BR /&gt;Pls note that you have to unmount the file system before doing the lvextend.&lt;BR /&gt;&lt;BR /&gt;(or if u have online JFS installed ,can check using swlist ) you can incarease the size by fsadm -b nesizeM /var/audit )&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;baiju.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jul 2003 13:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025327#M131407</guid>
      <dc:creator>blal</dc:creator>
      <dc:date>2003-07-16T13:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025328#M131408</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;If you do not have OnlineJFS licensed, then you will need to unmount the filesystem before your 'extendfs' it.&lt;BR /&gt;&lt;BR /&gt;If you do have OnlineJFS, then no unmount is necessary.  Too, substitute the following for the 'extendfs':&lt;BR /&gt;&lt;BR /&gt;# fsadm -b 2621440 /var/audit&lt;BR /&gt;&lt;BR /&gt;The value of 2621440 is derived by multiplying the desired size by 1024 (the block size).&lt;BR /&gt;&lt;BR /&gt;You can determine whether or not you have OnlineJFS by looking for it thusly:&lt;BR /&gt;&lt;BR /&gt;# swlist |grep -i OnlineJFS&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 16 Jul 2003 13:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025328#M131408</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-16T13:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025329#M131409</link>
      <description>David,&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS and are going to use fsadm, you may just do it as follows:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 2500m /var/audit&lt;BR /&gt;&lt;BR /&gt;Elena.</description>
      <pubDate>Wed, 16 Jul 2003 13:34:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025329#M131409</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-07-16T13:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025330#M131410</link>
      <description>Hi (again) David:&lt;BR /&gt;&lt;BR /&gt;BTW, you could also specify your 'fsadm' command thusly:&lt;BR /&gt;&lt;BR /&gt;# fsadm -b $((2560*1024)) /var/audit&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 16 Jul 2003 13:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025330#M131410</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-16T13:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: increase /var/audit</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025331#M131411</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;use the following:&lt;BR /&gt;first check for the available space in VG &lt;BR /&gt;#vgdisplay -v /dev/vg00&lt;BR /&gt;Increase the file system size.&lt;BR /&gt;#lvextend -L 2500 /dev/vg00/lvol10&lt;BR /&gt;use below command if Online JFS is installed.&lt;BR /&gt;#fsadm -F vxfs -b 2500M /mount-point&lt;BR /&gt;Where 'M' indicates size in megabytes&lt;BR /&gt;&lt;BR /&gt;-Srini</description>
      <pubDate>Wed, 16 Jul 2003 15:57:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-var-audit/m-p/3025331#M131411</guid>
      <dc:creator>Srinivas Thokala_1</dc:creator>
      <dc:date>2003-07-16T15:57:04Z</dc:date>
    </item>
  </channel>
</rss>

