- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Out of space on /
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
02-12-2004 02:33 AM
02-12-2004 02:33 AM
Out of space on /
I plan on rebooting server in a couple of days, and am cleaning up things like broken profiles and histories. Lp seems very slow, and a few files in roots home are missing (.profile, for instance)
I've never had this happen on HPUX, and My question is what should I look for before and after reboot to make sure I've caught any damage done.
This is an N class running 11.00 and Oracle Financials.
All hints appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:38 AM
02-12-2004 02:38 AM
Re: Out of space on /
If you have an fbackup available, you can run frecover to put back files like .profile without overwriting any files which are still there.
If you haven't got an fbackup, then I'm sorry but I can't be of any further help.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:40 AM
02-12-2004 02:40 AM
Re: Out of space on /
I wonder if anything happened during the cleanup of / filesystem that might have accidentally erased your .profile etc.,
I don't see any reason why lp would become slow. What is the load on the server before and after the / fill-up?. What do you see in glance. If you don't have glance, how about top and sar?. How about memory utilization?. Any swapping done?.
Reboot is not necessarily a solution if the system is really having problem.
The precaution I would take before I reboot the system is to prepare make_tape_recovery tape and|or make_net_recovery image.
I would also check if boot disks, mirroring is fine before I reboot the box.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:40 AM
02-12-2004 02:40 AM
Re: Out of space on /
I'll be (one of) the first to say it: The best way to guarantee recovery from just this sort of situation is to have a current make_tape_recovey tape handy and use it. Without it, you're going to be searching and destroying odd little quirks for quite some time, I'm afraid.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:47 AM
02-12-2004 02:47 AM
Re: Out of space on /
Do you a have an ignite tape? or a backup of / files? If so look at their root files and recover what is missing.
Who were these auditors - I would string them up and ensure that they never get access to anything more than a PS2.
Can your company invoice them for cleanup time and lost productivity?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:48 AM
02-12-2004 02:48 AM
Re: Out of space on /
Some helpful tips:
find . -xdev -size +1000000c
The "xdev" keeps find from looking on mounted file systems.
check out /var/tmp and /tmp and /dev for large files that don't look write as well.
within each of those directories, you can do:
ll | grep ^\- | awk '$5>100000'
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 02:49 AM
02-12-2004 02:49 AM
Re: Out of space on /
This would save you lot of time and should be easy and safe. You can also try recovering files from your recent backups if that's more easy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 03:01 AM
02-12-2004 03:01 AM
Re: Out of space on /
The reboot window was previously scheduled to load some new SW. The system load seems normal in sar, vmstat and glance.
I'm still searching around.
Paula,
I'm sure this will be noted by the auditors, as
Risk: Allowed foolish auditors to crap on system.
(no extra charge for this "test")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 05:46 PM
02-12-2004 05:46 PM
Re: Out of space on /
You might stop your printer scheduler and then restore /etc/lp too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2004 05:54 PM
02-12-2004 05:54 PM
Re: Out of space on /
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
02-12-2004 06:17 PM
02-12-2004 06:17 PM
Re: Out of space on /
Never ever load a program without first reviewing the contents, particularly unknown scripts. (test server comes in handy)
Another thing I would make sure of is, that you make sure that these baboons go through your change control mechanism (besides being a little nasty) as this also is a test of your skills. (to say no, wait etc) It actually makes you look good. If you can test this on a test server first and you have this result, who looks bad then ...