<?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 file size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797496#M265986</link>
    <description>&lt;BR /&gt;1. Make sure you have enough free space in the volume group&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;&lt;BR /&gt;2.  if the system does not have on line jfs -&lt;BR /&gt;unmount the file system&lt;BR /&gt;use lvextend to extend the LV&lt;BR /&gt;then use extendfs to extend the fs&lt;BR /&gt;remount the file system&lt;BR /&gt;&lt;BR /&gt;3. if the system has on line jfs&lt;BR /&gt;use fsadm to extend the file system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do a man on each command for specifics</description>
    <pubDate>Wed, 31 May 2006 07:50:35 GMT</pubDate>
    <dc:creator>DCE</dc:creator>
    <dc:date>2006-05-31T07:50:35Z</dc:date>
    <item>
      <title>Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797491#M265981</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;How can I increase the file system size? For instance I tried to increase / from 400MB to 800MB.&lt;BR /&gt;&lt;BR /&gt;I tried thru sam and said the / is busy. And I tried:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 800 /dev/vg01/lvol1&lt;BR /&gt;Said it doesn't have enough space.&lt;BR /&gt;&lt;BR /&gt;Any help?</description>
      <pubDate>Wed, 31 May 2006 07:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797491#M265981</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2006-05-31T07:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797492#M265982</link>
      <description>Hi Pratibha,&lt;BR /&gt;&lt;BR /&gt;The only way to increase / (root) filesystem is to create a bootable backup tape (ignite) and restore your OS to larger filesystems.&lt;BR /&gt;&lt;BR /&gt;By the way, 400MB should be enough for the root filesystem, maybe you could move data to a new filesystem.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 31 May 2006 07:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797492#M265982</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-05-31T07:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797493#M265983</link>
      <description>Can't do that with lvol1 or lvol3 through online JFS.  Only what is to reinstall via ignite.  Here's a cloning procedure.&lt;BR /&gt;&lt;BR /&gt;Along as you stay within HW classes cloning works just fine. In fact, this is my preferred way of O/S installation because, as you pointed out, the kernel parameters are preset. But the patches and drivers are already installed too and usually in less than two hours its done.&lt;BR /&gt;&lt;BR /&gt;Collect all your ioscans, boot disks, O/S file system sizes, hostname, ip, gateway, ntp, nis, swap sizes, RAM, etc.&lt;BR /&gt;&lt;BR /&gt;Boot off of a tape.&lt;BR /&gt;&lt;BR /&gt;Interrupt at 10 second prompt. (* don't opt for automatic recovery *)&lt;BR /&gt;&lt;BR /&gt;Advanced installation.&lt;BR /&gt;&lt;BR /&gt;Use tab, enter and arrow keys. Fill in all the data fields. Modify.</description>
      <pubDate>Wed, 31 May 2006 07:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797493#M265983</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-05-31T07:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797494#M265984</link>
      <description>Start looking in /dev for mistyped (tape) backups :)&lt;BR /&gt;&lt;BR /&gt;# find /dev \! -type d -size +50&lt;BR /&gt;&lt;BR /&gt;should (almost) be empty&lt;BR /&gt;&lt;BR /&gt;Find (large) core dumps. They shouldn't&lt;BR /&gt;&lt;BR /&gt;# find / -name core -type f -size +50 -ok rm {} \;&lt;BR /&gt;&lt;BR /&gt;(note: in testing these two commands, I found a core dump on /dev. What a nice coincidence :) )&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 31 May 2006 07:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797494#M265984</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-31T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797495#M265985</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you truly want to resize the root filesystem ("/") or '/stand' as would occupy 'lvol1' then Ignite is your best recourse.  You cannot unmount either filesystem; '/stand' is an HFS filesystem, so OnlineJFS isn't an option; and either '/' or '/stand' must by have contiguous logical volume extent allocation -- something that will require some doing to obtain.&lt;BR /&gt;&lt;BR /&gt;If the issue is an operating system upgrade, consider a cold-install instead.  If you feel that that is not the course you want ot take, consider re-Igniting your current configuration from a 'make_tape_recovery' Ignite image.  Choose an advanced installation mode and resize your filesystems then.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 31 May 2006 07:47:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797495#M265985</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-05-31T07:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797496#M265986</link>
      <description>&lt;BR /&gt;1. Make sure you have enough free space in the volume group&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg01&lt;BR /&gt;&lt;BR /&gt;2.  if the system does not have on line jfs -&lt;BR /&gt;unmount the file system&lt;BR /&gt;use lvextend to extend the LV&lt;BR /&gt;then use extendfs to extend the fs&lt;BR /&gt;remount the file system&lt;BR /&gt;&lt;BR /&gt;3. if the system has on line jfs&lt;BR /&gt;use fsadm to extend the file system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do a man on each command for specifics</description>
      <pubDate>Wed, 31 May 2006 07:50:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797496#M265986</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-05-31T07:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797497#M265987</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;/ (root) and /stand filesystems can be increased only by an exact procedure and not just by OnlineJFS. The procedure consists in make_tape_recovery.&lt;BR /&gt;In the ITRC database there is this procedure.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Wed, 31 May 2006 08:10:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797497#M265987</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-05-31T08:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797498#M265988</link>
      <description>Thank you all for all your help, I really appreciate it!&lt;BR /&gt;&lt;BR /&gt;How can I find the latest files created on /? And how can I find the huge files like 2048/1048 size?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 31 May 2006 08:51:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797498#M265988</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2006-05-31T08:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797499#M265989</link>
      <description>&lt;BR /&gt;last 7 days&lt;BR /&gt;# cd /&lt;BR /&gt;# find . -type f -xdev -mtime -7 -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;"large" files&lt;BR /&gt;# find . -type f -xdev -size +1000 -exec ll {} \;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 31 May 2006 08:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797499#M265989</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-05-31T08:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797500#M265990</link>
      <description>Hi (again) Pratibha:&lt;BR /&gt;&lt;BR /&gt;To find the largest to smallest files in '/' do:&lt;BR /&gt;&lt;BR /&gt;# du -x /|sort -k1rn|more&lt;BR /&gt;&lt;BR /&gt;To find the most recent (e.g. within the last 3-days), do:&lt;BR /&gt;&lt;BR /&gt;# find / -xdev -type f -mtime -3 -exec ls -l {} \;&lt;BR /&gt;&lt;BR /&gt;Look in '/dev' for any non-special files.  A common mistake is to find '/dev/rmt/om' instead of '/dev/rmt/0m'.  That is, someone mis-keyed the letter "o" instead of zero ("0") and thereby created a large, regular file instead of creating a backup to tape.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 08:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797500#M265990</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-05-31T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797501#M265991</link>
      <description>Hi Pratibha,&lt;BR /&gt;&lt;BR /&gt;For Root FS There is one way through Ignote backup&lt;BR /&gt;&lt;BR /&gt;U can take ignite backup &lt;BR /&gt;Reboot Server&lt;BR /&gt;ISL&amp;gt; Boot with Tape&lt;BR /&gt;Restore OS with New Size&lt;BR /&gt;&lt;BR /&gt;Or U can Try One more Thing: &lt;BR /&gt;Try to Find those Mount Point whch is takin space more than Root FS space.&lt;BR /&gt;find / -xdev -size +1000000c -ls | sort -nr -k 7,7 | less&lt;BR /&gt;&lt;BR /&gt;Analyse Output ;&lt;BR /&gt;Move those Mount point to other Point&lt;BR /&gt;&lt;BR /&gt;Still Problem ; Get back to me.&lt;BR /&gt;THX&lt;BR /&gt;(Don't Forget to Give Points)&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2006 17:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797501#M265991</guid>
      <dc:creator>KUMAR_13</dc:creator>
      <dc:date>2006-05-31T17:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797502#M265992</link>
      <description>Thanks for the response. This is a production server so I need permission for doing this. Anyways, thank you for the suggestion.... By the way, you got points...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jun 2006 13:59:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797502#M265992</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2006-06-01T13:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797503#M265993</link>
      <description>Normally this is caused by a huge file being placed in / (root) LVOL by accident. I remember a thread some days ago while somebody was using a tape device 1M instead of 1m. This was creating a backup tar file in /dev/rmt. Result was a no_space message.&lt;BR /&gt;&lt;BR /&gt;Search for big files, this will help you.</description>
      <pubDate>Thu, 01 Jun 2006 15:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797503#M265993</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-06-01T15:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797504#M265994</link>
      <description>The most common reason for extending / are mistakes. The first mistake is a backup that was mistyped. Since there are no ordinary files in /dev, this command will find the bad files:&lt;BR /&gt; &lt;BR /&gt;find /dev -type f&lt;BR /&gt; &lt;BR /&gt;Just remove these misspelled filenames.&lt;BR /&gt; &lt;BR /&gt;Occasionally a large core file appears in / but look for the file by name rather than size:&lt;BR /&gt; &lt;BR /&gt;find / -xdev -name core -exec ll -d {} \;&lt;BR /&gt; &lt;BR /&gt;Also check the contents of /. A correctly managed / directory NEVER contains files, just directories and symlinks. This command will sort the size of the items in the / directory:&lt;BR /&gt; &lt;BR /&gt;ll -d /* | sort -rnk5 | head&lt;BR /&gt; &lt;BR /&gt;Finally, it is the wrong approach to look for big files. While there might be some, there could also be a bad directory with 50 thousand junk files so use the du command:&lt;BR /&gt; &lt;BR /&gt;du -kx / | sort -rn | head&lt;BR /&gt; &lt;BR /&gt;The largest directories are at the top of the list. /sbin and /etc must be the largest. If anything else is at the top, it has been improperly created.&lt;BR /&gt; &lt;BR /&gt;The pain level needed to extend / using Ignite/UX is much higher than finding and removeing the mistakes.</description>
      <pubDate>Thu, 01 Jun 2006 18:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797504#M265994</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-06-01T18:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Increase file size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797505#M265995</link>
      <description>Hi pratibha,&lt;BR /&gt;&lt;BR /&gt;Please click on the below link and you can find a lot of suggestions from there.&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/james/search.do?todo=search&amp;amp;admit=-1335382922+1149224726610+28353475&amp;amp;searchtext=extend+root+file+system&amp;amp;from=forums&amp;amp;origin=0&amp;amp;submit.x=0&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;submit.y=0&amp;amp;searchcategory=ALL&amp;amp;hpl=1&amp;amp;searchcriteria=allwords&amp;amp;rn=25&amp;amp;source=7000&amp;amp;chkServStor=on&amp;amp;presort=rank&amp;amp;esc=us.support.itrc.hp.com" target="_blank"&gt;http://www2.itrc.hp.com/service/james/search.do?todo=search&amp;amp;admit=-1335382922+1149224726610+28353475&amp;amp;searchtext=extend+root+file+system&amp;amp;from=forums&amp;amp;origin=0&amp;amp;submit.x=0&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;submit.y=0&amp;amp;searchcategory=ALL&amp;amp;hpl=1&amp;amp;searchcriteria=allwords&amp;amp;rn=25&amp;amp;source=7000&amp;amp;chkServStor=on&amp;amp;presort=rank&amp;amp;esc=us.support.itrc.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Fri, 02 Jun 2006 00:07:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/increase-file-size/m-p/3797505#M265995</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-06-02T00:07:31Z</dc:date>
    </item>
  </channel>
</rss>

