- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Low space issue, please help!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 03:39 AM
11-26-2004 03:39 AM
What could I do to free up some space and/or remove some of the existing apps I might not need: for example a swlist shows up between others: CDE-Japanese, CDE-Swedish... etc. (I don't know Japanese or Swedish either :) without "hurting" my existing installation of course.
Any help would be greately appreciated! Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 03:43 AM
11-26-2004 03:43 AM
SolutionSince this is 11i, I assume that you have devided your vg00 into various file systems /stand,/,/usr,/opt,/var etc.,
Normally no softwares will go into / "filesystem". Looks like there are some directories under / given to regular users without filesystems on them. To find out the culprits, run the command
du -kx / |sort -n
It will list out all the directories under / as per their usage. You may want to create filesystems for them if they are not OS related.
Also check if your /opt is mounted. SSH gets installed under /opt.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 03:45 AM
11-26-2004 03:45 AM
Re: Low space issue, please help!
cd /
du -sk | sort -nr
or
du -k | sort -nr or
This will identify files that don't belong in root /
Files can hide too.
lets say you have a folder called /data
Its supposed to be mounted with a filesystem. But its not for some reason.
100 MB get copied in.
Then you mount the filesysetm.
mount /data
That 100 MB is invisible at the command line but using space.
This happens in /var when /var fails to mount.
If its not a critical filesystem, you can simply umount /data, clean up the mess and then mount.
If its /var you'll need to boot into single user mode to clean things up.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 03:56 AM
11-26-2004 03:56 AM
Re: Low space issue, please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 04:01 AM
11-26-2004 04:01 AM
Re: Low space issue, please help!
You can remove them. However, that is not going to solve your problem unless you don't have /usr filesystem instead it is a directory under /. Post your 'du -kx / |sort -n |tail -20'.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2004 04:11 AM
11-26-2004 04:11 AM
Re: Low space issue, please help!
You can get rid if anything CDE related except .dtprofile
The problem is it will come back the next time you fire up CDE, so its not a real solution.
What I do for every user except root is set the home directory to the /home filesystem.
That prevents file buildup on root. You may be able to change your .dtprofile to store this stuff in /home/root for root, without changine roots home directory.
I keep a folder /home/root for root but don't make it the home in /etc/passwd
The reason is if i boot to single user mode there is no /home directory and i may need certain root functionality. Its a delicate balance.
Lastly I keep a slug, dummy file in root. Sometimes two. One is 50 MB, one is 100 MB
That gives me an emergency escape hatch wheh root fills up. I delete the smaller one and get to work finding the problem while the system stays up for users. If its a toughie and I get in trouble again, slug file number 2 the bigger one gives me a little more breathing room.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com