The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > HP-UX
Google UNIX.COM


HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
free some space in file system fu4d UNIX for Dummies Questions & Answers 6 04-11-2008 01:27 AM
file system space arg !!! and confused Westy564 AIX 2 02-20-2008 06:54 AM
How to find a file whick is consuming larger disk space in file system lokeshpashine UNIX for Dummies Questions & Answers 3 01-04-2008 01:26 PM
Lost space on file system aribault SUN Solaris 2 03-06-2006 12:43 AM
root file system space problem sbaloo UNIX for Dummies Questions & Answers 2 10-26-2001 04:11 AM

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-29-2005
Registered User
 

Join Date: Feb 2004
Location: Mozambique
Posts: 17
Root File system Space

Hi
I'm using HP-UX 11.00, the root file system is as shown below. Several time it reach 100% used, to free some space I use to reboot the system. What can I do to free some space without rebooting the machine?

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 143360 44963 92443 33% /
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 03-29-2005
Kelam_Magnus's Avatar
Unix does a body good.
 

Join Date: Aug 2001
Location: DFW McKinney, TX,
Posts: 1,069
Thats a pretty general question...could be many things. In general your root mount point will should stay the same size and not grow. It is possible that your /var or is not on a separate mount point as it should be.

Post your output of bdf showing all mount points under vg00...

If you dont see a /var separately, then that could be it.


Also, before you reboot again... do a find for large files. Here is a handy script one of my friends wrote.

# bigfiles / 10000000

# bigfiles requires 2 parameters...
1) the first is the beginning directory
2) the second is the size of the file to search for
------------------------- cut here --------------------------------------
# cat bigfiles
# To find any file over a certain size in a given directory
# Primarily used to locate files which might be running a filesystem out of
# space.
#
# First parameter is the filesystem or directory to begin the search from
# Second parameter is the size of the file, in characters, to find
#
#
if [ $# -eq 2 ]
then
if [ -d $1 ]
then
#ls -l `find "${1}" -xdev -size +"${2}"c -print`
find "${1}" -xdev -size +"${2}"c -print > /tmp/crslist$$
if [ -s /tmp/crslist$$ ]
then
ls -l `cat /tmp/crslist$$`
else
echo "apparently no files that large in "${1}
exit
fi
else
echo "$1 is not a directory...try again"
exit
fi
else
echo "\n\nbigfiles requires 2 parameters..."
echo "\tthe first is the beginning directory"
echo "\tthe second is the size of the file to search for\n\n"
fi

------------------------- cut here --------------------------------------
__________________
My brain is your brain
Reply With Quote
  #3 (permalink)  
Old 04-13-2005
Registered User
 

Join Date: Apr 2005
Posts: 12
Hi

Basically you can't increase the size of root lv.
You can use ignite ux's make_tape_recovery utility or you can backed up system then fresh install and restore

I hope this helps
Best Regards
msuluhan
Reply With Quote
Google UNIX.COM
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 11:15 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0