- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vx_nospace
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
10-16-2001 06:12 AM
10-16-2001 06:12 AM
vx_nospace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 06:19 AM
10-16-2001 06:19 AM
Re: vx_nospace
Just some thoughts
regards
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 06:21 AM
10-16-2001 06:21 AM
Re: vx_nospace
An error was logged so that at some time root was full. The process terminated and the offending file was unlinked. When you do your bdf, it is after the fact.
By the way, for all practical purposes the root filesystem should never grow; you need to find the cause of the filesystem filling. You may have core files or there may be file entries rather than device nodes in /dev. A very common thing is to have file like /dev/rmt/Om (the letter 'O' when you meant 0m (zero).
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 06:23 AM
10-16-2001 06:23 AM
Re: vx_nospace
It looks as if your filesystem was once full and now isn't.
Look in /var/adm/syslog/syslog.log for the message and timestamp.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 08:52 PM
10-16-2001 08:52 PM
Re: vx_nospace
One thing to note from your posting other
than the space problem which the other
guys have dealt with is that your report
shows as '/dev/root' as opposed to what it
should show and that is '/dev/vg00/lvol3'.
To fix this problem have a look at the
below link:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=adad2bd005f5f08d90/screen=ckiDisplayDocument
my 2 cents worth
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 08:11 AM
02-27-2002 08:11 AM
Re: vx_nospace
after that, if you're having problems where's there's actually a lack of space, check to see if your du has the -x option.
du -x
-Josh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 08:18 AM
02-27-2002 08:18 AM
Re: vx_nospace
HTH