1832586 Members
3183 Online
110043 Solutions
New Discussion

Re: Different BDF Output

 
SOLVED
Go to solution
John_44
Advisor

Different BDF Output

Instead of showing /dev/vg00/lvol3 as the logical volume for / it has this:

Filesystem kbytes used avail %used Mounted on
/dev/root 143360 24314 111635 18% /

What does this mean? I have never seen /dev/root before.

John


5 REPLIES 5
Peggy Fong
Respected Contributor
Solution

Re: Different BDF Output

Are the other lvols correct?
I've see that before...I usually create the mnttab file by renaming it (e.g. mv /etc/mnttab /etc/mnttab.date) and then typing mount. This usually corrects bdf output.

Any other problems or unusual things before this showed up?
Peg
Vincenzo Restuccia
Honored Contributor

Re: Different BDF Output

vgdisplay -v vg00,and check lvol3 for free PE(1 PE=4M ).
Marcel Grave
New Member

Re: Different BDF Output

Normally this happens if the system has been booted in maintenace mode (hpux -lm) from ISL.
Solution is given by Peggy.
What is understood need not to be discussed!
Bill McNAMARA_1
Honored Contributor

Re: Different BDF Output

This happens when booting into maintenance modes... ie h2 mount the / without lvm being up : hpux -lm
You'll need to correct your /etc/fstab and possibly your lvlnboot root definitions.

Bill
It works for me (tm)