1827697 Members
3027 Online
109967 Solutions
New Discussion

Re: /DEV/ROOT

 
SOLVED
Go to solution
Dave Elliott
Frequent Advisor

/DEV/ROOT

Hi Guys
Quick one for you, one of my main production servers is logging the following error.
" vmunix: vxfs: mesg 001: vx_nospace - /dev/root file system full (1 block extent)"

i dont have a dev root filesystem / (root) is mounted on/dev/vg00/lvol3 as it should be, there is plenty of space and only 3% inode usage.
any ideas?

andy
Oracle DBA
3 REPLIES 3
Michael Steele_2
Honored Contributor

Re: /DEV/ROOT

First, this is a linux forum and you have an HP-UX issue.

Second, this is a common problem with the following fix:

mv /etc/mnttab /etc/mnttab_old
bdf

The /dev/root message is an indication that /etc/mnttab is corrupt. Remaking it with bdf is the solution.

Try this first and let me know if it fails.
Support Fatherhood - Stop Family Law
Alex Glennie
Honored Contributor
Solution

Re: /DEV/ROOT

Dave Elliott
Frequent Advisor

Re: /DEV/ROOT

i should have remembered that (what a dimbo) i have moved mnttab and run mount -a and it has recreated it ok.
wait to see if it produces any more messages.
thanks guys
sorry about the wrong forum should have noticed, what a day!.
points assigned.
andy
Oracle DBA