Operating System - HP-UX
1836752 Members
2698 Online
110109 Solutions
New Discussion

Re: After Reboot ( shutdown -r -y now) some filesystem are lost

 
SOLVED
Go to solution
cbozlagan
Regular Advisor

After Reboot ( shutdown -r -y now) some filesystem are lost

After Reboot ( shutdown -r -y now)
1-some filesystems are lost.
2-Volume groups other than vg00 are lost.

How can I recover?

Thanks



4 REPLIES 4
Dennis Handly
Acclaimed Contributor

Re: After Reboot ( shutdown -r -y now) some filesystem are lost

If you manually mounted a filesystem and didn't add it to /etc/fstab, you'll have to mount it again.
cbozlagan
Regular Advisor

Re: After Reboot ( shutdown -r -y now) some filesystem are lost

file systems was added in /etc/fstab.

I checked fstab, definitions are there
freddy_21
Respected Contributor
Solution

Re: After Reboot ( shutdown -r -y now) some filesystem are lost

please check /etc/lvmrc. is auto_activated=0 or 1.


when the value is 0, it means the other vg00 will be not mounting when the server reboot.

to activate other vg
# vgchange -a y vg01
# mountall the file system one by on, or check at fstab. Is the other mount point alredy mention at fstab file?

or you have cluster configuration. activate other vg will be handle with cluster.

thanks
freddy
cbozlagan
Regular Advisor

Re: After Reboot ( shutdown -r -y now) some filesystem are lost

ok