- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/root full
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
Discussions
Discussions
Discussions
Forums
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
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-12-2000 03:27 AM
тАО09-12-2000 03:27 AM
I am having D230 server,
In which the dmesg gives the error
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)
My root file system size as of Now
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1536000 134285 1314369 9% /
/dev/vg00/lvol1 47829 25775 17271 60% /stand
Is there any problem?
Are /dev/vg00/lvol3 & /dev/root different?
If so How can I rectify this problem?
Thanks
R.Suresh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 03:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 03:34 AM
тАО09-12-2000 03:34 AM
Re: /dev/root full
The kernel reports the root filesystem as '/dev/root' it is the same volume as your /dev/vg00/lvol3.
By the way, your root filesystem at 1.5Gb is the largest that I have ever seen using an LVM layout.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2000 07:53 AM
тАО09-12-2000 07:53 AM
Re: /dev/root full
find / -xdev -size +1,000,000c -exec ll {} \;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2000 06:14 AM
тАО09-13-2000 06:14 AM
Re: /dev/root full
/dev/root 1536000 134285 1314369 9% /
/dev/vg00/lvol1 47829 25775 17271 60% /stand
To correct this, you simply remove /etc/mnttab and issue a "mount -a" to recreate the mnttab file.
As you can see from your bdf output, someone has already fixed this since it now shows
/dev/vg00/lvol3 1536000 134285 1314369 9% /
/dev/vg00/lvol1 47829 25775 17271 60% /stand
furthermore solidifying the idea that these are indeed old error messages in the message buffer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2000 06:18 AM
тАО09-13-2000 06:18 AM
Re: /dev/root full
The /dev/root reported by bdf after maintenance mode is another issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2000 06:24 AM
тАО09-13-2000 06:24 AM
Re: /dev/root full
Bettina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2000 06:28 AM
тАО09-14-2000 06:28 AM
Re: /dev/root full
Also th message can be a old one and init q would give the right result .