- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: var full only at shutdown
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
09-20-2002 04:29 AM
09-20-2002 04:29 AM
var full only at shutdown
System shutdown time has arrived
vxfs: mesg 001: vx_nospace - /dev/vg00/lvol9 file system full (1 block extent)
System halted.
The vxfs message appears six times.
I don't see any file system full during operating times, only at shutdown. Any idea what that's about?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:34 AM
09-20-2002 04:34 AM
Re: var full only at shutdown
Check your shutdown scripts. Sounds like you have a "rogue" process doing a lot of logging!
Look at /var/tmp, which is most likely the directory under /var being "filled"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:36 AM
09-20-2002 04:36 AM
Re: var full only at shutdown
have you checked /var/adm/syslog/OLDsyslog.log for any indications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:36 AM
09-20-2002 04:36 AM
Re: var full only at shutdown
/var/tmp is used at shutdown time to store info that the system would like after restart, so this is most likly the reason var is being reported full.
Clean the var/adm and tmp dir
wtmp and btmp can get a bit big.
Hth
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:37 AM
09-20-2002 04:37 AM
Re: var full only at shutdown
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 04:50 AM
09-20-2002 04:50 AM
Re: var full only at shutdown
Examine (and/or post here) '/etc/rc.log.old'. This will show you the *shutdown* script output.
Do you automatically clean 'var/tmp' during startup? You will if 'CLEAR_TMP=1' in '/etc/rc.config.d/clean_tmps'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:00 AM
09-20-2002 05:00 AM
Re: var full only at shutdown
Unmount file systems
Output from "/sbin/rc0.d/K900localmount stop":
----------------------------
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /home : Device busy
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /usr : Device busy
umountall: umount : has failed.
umountall: diagnostics from umount
umount: cannot unmount /var : Device busy
*******************************************
HP-UX run-level transition completed
Thu Sep 19 17:31:26 EDT 2002
*******************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:13 AM
09-20-2002 05:13 AM
Re: var full only at shutdown
It sounds like the application that writes to 'var/tmp' is the culprit. Does it monitor other resources and log their health into a file in 'var/tmp/'? Do you have kill scripts to gracefully stop this application?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:23 AM
09-20-2002 05:23 AM
Re: var full only at shutdown
I checked to verify that I was the only user logged in (at console).
Obviously though, something was in those file systems. I'll poke around to see if I can find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:43 AM
09-20-2002 05:43 AM
Re: var full only at shutdown
If you don't already, install lsof, and verify that no application has any files in /var/tmp open.
Have you tried the boot into single user mode??
btw, you could have a clean up script at boot time cleaning up /var/tmp!
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:47 AM
09-20-2002 05:47 AM