<?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: Adding usable disk to / filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876381#M937553</link>
    <description>I agree. /etc seems to be quite large.&lt;BR /&gt;&lt;BR /&gt;Here's /etc from one of my machines.&lt;BR /&gt;&lt;BR /&gt;# du -ks /etc&lt;BR /&gt;13077   /etc&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 08 Jan 2003 15:18:08 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2003-01-08T15:18:08Z</dc:date>
    <item>
      <title>Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876369#M937541</link>
      <description>All&lt;BR /&gt;&lt;BR /&gt;I have been trying to figure a way that I may possibly expand the / filesystem in such a way that it uses additional disk space configured on a seperate area of the system. &lt;BR /&gt;&lt;BR /&gt;I know all too well that the way to expand / is to ignite/rebuild and expand since it is contiguous disk but what I am trying to hash out is if there is a way to say configure another filesystem and then link the 2 filesystems together so that / uses the additional diskspace configured on the 2nd filesystem. &lt;BR /&gt;&lt;BR /&gt;All opinions and suggestions are welcomed here.&lt;BR /&gt;&lt;BR /&gt;Thank you for your support.&lt;BR /&gt;&lt;BR /&gt;fg</description>
      <pubDate>Tue, 07 Jan 2003 18:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876369#M937541</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2003-01-07T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876370#M937542</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Well, you can obviously add the additional disk to vg00.  I'm assuming you have particular file systems which need more room.  If that's true you could then use the additional space to create a new file system for /var, for instance.  Call it /newvar, make it as big as you want /var to be, copy the contents of /var into it, switch the entries in /etc/fstab so that the /newvar's device will be mounted as /var and re-boot.&lt;BR /&gt;&lt;BR /&gt;You should be aware that /, /stand and primary swap areas are location sensitive and need to be contiguous so this won't work for them.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Jan 2003 18:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876370#M937542</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-07T18:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876371#M937543</link>
      <description>Thank you pete, I know / has to be contiguous. The dilema that I am faced with is that I have NO CLUE AT ALL what is filling up the root filesystem, its configured on all of our systems for 160MB (MORE THAN SUFFICIENT) at least one would think so, yet there are some systems that say that the usage is 88% or higher. I have run numerous find commands against it, checked for core files, etc.. etc.. and nothing does the trick, so I was taking a shot in the dark of possibly linking another directory to / so that I can use that additional disk space on /. A shot in the dark at best without rebuilding.&lt;BR /&gt;&lt;BR /&gt;Thanks pete.</description>
      <pubDate>Tue, 07 Jan 2003 19:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876371#M937543</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2003-01-07T19:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876372#M937544</link>
      <description>Often what happens in this case is that you might have space used in directories that serves also as mount points.  You may want to unmount some of your mount points like /var, /tmp and verify that no space is being used in there.  Another option, and I've seen this before, in your /etc, you may have copies of some of your files or directories like lvmconf.  I remember seeing a place keeping a copy of lvmconf in /etc</description>
      <pubDate>Tue, 07 Jan 2003 19:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876372#M937544</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-01-07T19:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876373#M937545</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;I almost added a comment about "why you needed to expand".  Have you looked at /dev files? One of the favorite mistakes is to do a backup to /dev/rmt/om (letter "o", rather than numeral "0"). &lt;BR /&gt;&lt;BR /&gt;Another one that I got caught on once was junk hidden under a mount point.  Say you have a file system called /george and one day /george doesn't get mounted (or gets unmounted) and applications continue to write to /george.  All that junk is going directly into the root file system, but the next time /george gets mounted properly, you can't see it.  You can check this by unmounting and doing an ll on the mount point - or shut down to single user and check the mount points.&lt;BR /&gt;&lt;BR /&gt;I'm sure there's something out there eating up your space, we just need to find it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 Jan 2003 19:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876373#M937545</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-07T19:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876374#M937546</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Any luck?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Jan 2003 11:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876374#M937546</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-08T11:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876375#M937547</link>
      <description>None pete. Giving it up for now. Thanks for the assist and ideas.</description>
      <pubDate>Wed, 08 Jan 2003 13:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876375#M937547</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2003-01-08T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876376#M937548</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Don't give up!  Can you  post the output of a du -sk /* and a bdf -l?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Jan 2003 13:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876376#M937548</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-08T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876377#M937549</link>
      <description>Frank,&lt;BR /&gt;As Pete asked, please give some more information from du and bdf.  Don't just mask the problem by adding more space.  I had some SAP Admins who always just added space to a problem.  They never resolved it.  Created some messy systems.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 14:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876377#M937549</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-01-08T14:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876378#M937550</link>
      <description>Sorry guys, didnt mean to give up the ship without a fight, just getting swamped here today.&lt;BR /&gt;&lt;BR /&gt;here is the du -sk /* output, and attached is the bdf output&lt;BR /&gt;&lt;BR /&gt;mmdcux03@/root# du -sk /*&lt;BR /&gt;0       /Mail&lt;BR /&gt;0       /SD_CDROM&lt;BR /&gt;0       /UNIVERSE&lt;BR /&gt;1       /_-_No_PrGlOg_-_&lt;BR /&gt;0       /bin&lt;BR /&gt;0       /cdrom&lt;BR /&gt;88      /dev&lt;BR /&gt;69230   /etc&lt;BR /&gt;444487  /home&lt;BR /&gt;5       /lawprod&lt;BR /&gt;354     /lawschpc.csv&lt;BR /&gt;0       /lib&lt;BR /&gt;0       /lost+found&lt;BR /&gt;0       /mnt&lt;BR /&gt;0       /mnt1&lt;BR /&gt;0       /net&lt;BR /&gt;1       /nohup.out&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 14:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876378#M937550</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2003-01-08T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876379#M937551</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Compared to mine, your /etc is huge.  How about (when you get a chance) doing a du -sk /etc/* and passing that along?&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Jan 2003 15:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876379#M937551</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-08T15:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876380#M937552</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Let's ammend that to be&lt;BR /&gt;&lt;BR /&gt;du -sk /etc/* |sort -n&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Jan 2003 15:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876380#M937552</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-08T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876381#M937553</link>
      <description>I agree. /etc seems to be quite large.&lt;BR /&gt;&lt;BR /&gt;Here's /etc from one of my machines.&lt;BR /&gt;&lt;BR /&gt;# du -ks /etc&lt;BR /&gt;13077   /etc&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 15:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876381#M937553</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-08T15:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876382#M937554</link>
      <description>I agree with all the previous answers as well.  Check for residual vg config file in your lvmconf directory.</description>
      <pubDate>Wed, 08 Jan 2003 15:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876382#M937554</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-01-08T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876383#M937555</link>
      <description>I agree with both of you that /etc/ is huge, attached is the output.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 15:26:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876383#M937555</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2003-01-08T15:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876384#M937556</link>
      <description>From your attachement I see that you have several passwd file which are probably bakcups when you were doing maintenance on them, maybe you can get rid of a couple of them, especially older ones.</description>
      <pubDate>Wed, 08 Jan 2003 15:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876384#M937556</guid>
      <dc:creator>Marco Santerre</dc:creator>
      <dc:date>2003-01-08T15:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876385#M937557</link>
      <description>First thing I'd do is see if I could delete some of the passwd* stuff that's there.&lt;BR /&gt;&lt;BR /&gt;The next think to take a look at is your /etc/lp directory.  That appears to be the main culprit.</description>
      <pubDate>Wed, 08 Jan 2003 15:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876385#M937557</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-01-08T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876386#M937558</link>
      <description>Frank,&lt;BR /&gt;&lt;BR /&gt;Looks like the lp interface is full of print jobs.  What do you see when you do an lpstat?&lt;BR /&gt;And, out of curiosity, do a du -sk /etc/lp/* &lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 08 Jan 2003 15:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876386#M937558</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-08T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876387#M937559</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;to find the big directories in /etc run&lt;BR /&gt;&lt;BR /&gt;$ find /etc -type d -exec du -sk {} \; | sort -n&lt;BR /&gt;&lt;BR /&gt;then have a look at the biggest dirs (which are printed last)&lt;BR /&gt;&lt;BR /&gt;If you want to check for biggest files in /etc just run&lt;BR /&gt;&lt;BR /&gt;$ find /etc -type f -exec du -sk {} \; | sort -n&lt;BR /&gt;&lt;BR /&gt;Have fun and watch out for too much / big print jobs ...</description>
      <pubDate>Wed, 08 Jan 2003 15:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876387#M937559</guid>
      <dc:creator>Jochen Heuer</dc:creator>
      <dc:date>2003-01-08T15:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Adding usable disk to / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876388#M937560</link>
      <description>Here is the output from du -sk /etc/lp/*&lt;BR /&gt;&lt;BR /&gt;mmdcux03@/root# du -sk /etc/lp/* &lt;BR /&gt;0       /etc/lp/cinterface&lt;BR /&gt;0       /etc/lp/class&lt;BR /&gt;0       /etc/lp/info&lt;BR /&gt;41944   /etc/lp/interface&lt;BR /&gt;286     /etc/lp/member&lt;BR /&gt;0       /etc/lp/sinterface&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just for ha ha's i am attaching a du -sk from&lt;BR /&gt;the /etc/lp/interface directory.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2003 15:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/adding-usable-disk-to-filesystem/m-p/2876388#M937560</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2003-01-08T15:55:14Z</dc:date>
    </item>
  </channel>
</rss>

