- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- will non-system file system full cause server rebo...
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
12-02-2003 01:31 AM
12-02-2003 01:31 AM
I have a A500 server with only VG00 on it. There's a cron job doing "tar/gzip" backup every night to a file system "/mybackup" on /dev/vg00/lvol09. lastnight, the gzip after tar failed because there's no free space left( I would assume gzip will allocate some temp space for itself), then the server rebooted! there's no entries at all in the OLDsyslog, I'm just wondering, will 100% full on such file system (non /etc, /opt/, /var etc.) cause server reboot? I had file system full problems before on other servers, but never saw it caused reboot...
thanks,
Gary
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:33 AM
12-02-2003 01:33 AM
Re: will non-system file system full cause server reboot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:35 AM
12-02-2003 01:35 AM
Re: will non-system file system full cause server reboot?
And no, gzip uses whatever space is in the filesystem you're currently using. So if you've got an fs with 100GB, and you need to compress a file of 90GB, you probably won't be able to do it (unless the compressed file somehow shrinks down to under 10GB).
On the other hand, isn't there an option in tar that does compression on the fly and produces a "tgz" file? Check the manpage for tar and see how the "z" option works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:36 AM
12-02-2003 01:36 AM
Re: will non-system file system full cause server reboot?
Also do you get anything in /var/adm/crash or in
/var/tomstones/ts99 file?
Also check with lastb command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:42 AM
12-02-2003 01:42 AM
Solutionyou are right, it *should* not reboot. However gzip drags a lot of CPU and if the disk constantly complained... you never know.
However, I take it /dev/vg00/lvol9 is on the boot disk(s).
Therefore, if you can move this backup directory to any other disk, do it.
You may want to enhance your backup script so that gzip is not started if the tarfile is larger than 60% of lvol9 (gzip removes the uncompressed version only after zipping succeeded.)
Or consider zipping into a second (smaller) directory by redirection (and maybe move zipped file back after success).
gzip /something/tarfile > /other_fs/tarfile.gz
mv /other_fs/tarfile.gz /something
If you only have one CPU start the gzip with a "nice value" so that other processes get a chance.
nice -n 19 gzip /something/tarfile > /other_fs/tarfile.gz
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:44 AM
12-02-2003 01:44 AM
Re: will non-system file system full cause server reboot?
for -z you need to download/compile GNU tar.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:48 AM
12-02-2003 01:48 AM
Re: will non-system file system full cause server reboot?
the /etc/shutdownlog says:
" Reboot after panic: , isr.ior = 0'340002.0'3d8f7ef8"
and I don't have enough knowledge to interpret the /var/tombstones/ts99 and files in /var/crash/crash.0, any instruction?
thanks,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:55 AM
12-02-2003 01:55 AM
Re: will non-system file system full cause server reboot?
You should contact HP because in most case this kind of panic is an HPMC (hardware failure).
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:55 AM
12-02-2003 01:55 AM
Re: will non-system file system full cause server reboot?
contact HP and open a HW call, they will instruct you how to proceed with the crashdump.
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 01:56 AM
12-02-2003 01:56 AM
Re: will non-system file system full cause server reboot?
You can check it as follows.
Check what your have in /var/adm/crash.
(I assume savecrash has been configured to save crash files)
adb -m /var/adm/crash/vmunix /vrad/adm/crash
Once on adb prompt do msgbuf +8/s
Check for stack trace.
Also you can crashinfo utility for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 03:48 AM
12-02-2003 03:48 AM
Re: will non-system file system full cause server reboot?
I have opened a service call with HP, and from their analysis on the ts99 file, it seemed that one of the CPU didn't reported to the hardware monitor (GSP I guess?) which caused the reboot.
But both CPUs are functioning normally right now, maybe like Bernhard said, the gzip are dragging lots of CPU and I/O, which triggered an implicit defect on that processor. Anyway, HP will come and replace that processor soon.
thanks all!
Gary