Operating System - HP-UX
1837202 Members
2638 Online
110115 Solutions
New Discussion

/dev/vg00/lvol3 vs /dev/root

 
SOLVED
Go to solution
Chris Fung
Frequent Advisor

/dev/vg00/lvol3 vs /dev/root

Hi all,

I just encounter a strange problem that when I use bdf to check the filesystem structure of my machine.....I found that the root filesystem is mounted to /dev/root. While a different result was shown (/dev/vg00/lvol3) when I use SAM. I've check against the /etc/fstab file and found that the logical volume for root filesystem should be /dev/vg00/lvol3 but not /dev/root.

Now I encounter a problem when I use Ignite backup to take golden image for my system. The backup couldn't be restore because it cannot recognise the different volume name !!

Any idea? Appreciated if you can give me information to solve this problem.

Many thanks,

Chris
4 REPLIES 4
melvyn burnard
Honored Contributor
Solution

Re: /dev/vg00/lvol3 vs /dev/root

This symptom is usually caused by bringing a system up in single user mode and then going to multi user mode.
To fix:
rm /etc/mnttab
mount -a
bdf

HTH
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
James R. Ferguson
Acclaimed Contributor

Re: /dev/vg00/lvol3 vs /dev/root

Hi Chris:

To repair this do:

# mv /etc/mnttab /etc/mnttab.old
# mount -a

Regards!

...JRF...
T G Manikandan
Honored Contributor

Re: /dev/vg00/lvol3 vs /dev/root

This link explains the need for /dev/root

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x25337b8d1de3d5118ff40090279cd0f9,00.html


rename your mnttab file and reread your /etc/fstab by doing a mount -a.

Re-run your ignite process after this.

Thanks
Chris Fung
Frequent Advisor

Re: /dev/vg00/lvol3 vs /dev/root

Thanks for all. Now my system works fine.

Cheers,

Chris,