1829155 Members
2300 Online
109986 Solutions
New Discussion

FS not mounting at boot.

 
SOLVED
Go to solution
Pete Devlin
Valued Contributor

FS not mounting at boot.

I have a non root vg not mounting at boot time. /etc/fstab has all the relevant entries uncommented. This machine was part of a Service Guard cluster. Could anything have been left over from that? I've looked in the /sbin/init.d directory but there's nothing obvious to me there. The vg mounts fine manually. Any Clues ?
Cheers,
Pete
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: FS not mounting at boot.

Hi Pete:

Since the machine was part of an MC/ServiceGuard cluster, the volume group in question was probably mounted by the package control scripts.

Look at 'etc/lvmrc'. For normal situations, you want:

AUTO_VG_ACTIVATE=1

See the commentary within '/etc/lvmrc' for more information.

Regards!

...JRF...
Sudhakar.J
Advisor

Re: FS not mounting at boot.

Hi pete,

Right now i am not near to any M/C.There is one variable in /etc/rc.config.d/(somefile)
where one variable like LV=1 shld be there.This variable is responsible for mounting all non root VG's filesystems.If this variable is set to 0 then it mount only root VG FS.
Do one thing tryp grep LV * in /etc/rc.config.d directory.U will find these and u have to make sure that this VG is not part of cluster.

cheers
sudhakar
Pete Devlin
Valued Contributor

Re: FS not mounting at boot.

Thanks for your help guys!

James you hit the nail right on the head!!
Sudhakar.J
Advisor

Re: FS not mounting at boot.

HI pete,

oops totally i messed up.I mean lvmrc file only.I was tatally confused.As james thats right check out for that variable.

sudhakar
Pete Devlin
Valued Contributor

Re: FS not mounting at boot.

Thanks sudhakar, there's another 5 points giving you 10
as you would've solved my problem too!
Cheers
Pete