Wondering how best to handle this.
We have two RH servers running Linux-HA. We dont want either of them to 
activate the volume groups that we are using across the cluster as we have HA 
handling the activate and mounting.
How as anyone else done this?
We have tried to just activate /dev/vg00 but appears not to work


I currently have changed this line in /etc/init.d/netfs

                       # action $"Setting up Logical Volume Management:" 
/sbin/lvm.static vgchange -a y
                        # Change to only start vg00 on boot as cluster does the 
rest
                       action $"Setting up Logical Volume Management for VG00 
ONLY:" /sbin/lvm.static vgchange -a y vg00

But on boot the system still seems to activate all volume groups not just vg00

Oct 29 10:51:24 uk220 rc.sysinit: Remounting root filesystem in read-write 
mode:  succeeded
Oct 29 10:51:48 uk220 lvm.static:   1 logical volume(s) in volume group vg101 
now active
Oct 29 10:51:48 uk220 lvm.static:   1 logical volume(s) in volume group vg201 
now active
Oct 29 10:51:48 uk220 lvm.static:   9 logical volume(s) in volume group vg00 
now active
Oct 29 10:51:48 uk220 lvm.static:   1 logical volume(s) in volume group vg102 
now active


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to