- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vx_nospace error message
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
08-08-2007 02:19 PM
08-08-2007 02:19 PM
msgcnt 6 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
/var/adm/syslog/syslog.log has baout the same thing:
(datestamp, hostname) vmunix: msgcnt 5 vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
I don't understand "/dev/root file system".
#bdf
shows noting near full.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 02:32 PM
08-08-2007 02:32 PM
Re: vx_nospace error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 02:34 PM
08-08-2007 02:34 PM
Re: vx_nospace error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 02:51 PM
08-08-2007 02:51 PM
Re: vx_nospace error message
I did find a fairly large file: /tmp/wd_action.dbg, with a very recent timestamp (957k). But - I'm not debugging, and the program is not compiled with a debug option.
I'll see if I can see if /tmp is mounted OK - mnttab has /tmp on /dev/vg00/lvol4 ...
... so it should be mounted - everything else is.
The wd_action.dbg file has lots of lines like
----Monitor Start-----
--->setting action to (0)
----End Monitor Start
--->rw(): New action = <0>
--->rw():reread: action = <0>
.... but now I run the program again, and there's no error.
The input and output files are about the same size, ~230Mb.
How can I tell if /tmp is really mounted - outside of doing a umount / mount ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 03:07 PM
08-08-2007 03:07 PM
Re: vx_nospace error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2007 07:00 PM
08-08-2007 07:00 PM
Re: vx_nospace error message
mount on / . If it does then:
#mv /etc/mnttab /etc/mnttab.old (so it can be recreated)
#mount -a (which will read /etc/fstab and rebuild /etc/mnttab)
Then check for correct mount later with bdf command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 04:06 AM
08-09-2007 04:06 AM
Re: vx_nospace error message
Just what is /dev/root (and /dev/rroot)? There are references on Google, and it seems to be the device file for root: ?
But 'df' shows no line for '/dev/root', as some of the examples I found on Google do. All I have are /stand, /var, /usr, /tmp, /opt, /home, and our local FS.
Is /dev a mountable FS in some systems?
tkc: I checked to see where / is mounted. It's OK. 'mount' shows / on /dev/vg00/lvol3, and 'll /dev/root' shows
brw-r----- 1 bin sys 255 root
(same for rroot)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2007 04:17 AM