HP's instructions for enabling the VG Activation Protection with ServiceGuard installation seem to assume that LVM is used *only* for cluster VGs.
As you have noticed, it causes extra complications when you attempt to create a VG for local use on one of the nodes.
Please see this older thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1129836If you are using LVM on your system disk (indicated by the name VolGroup00, which is the default VG name used by the RedHat installer), the situation is extra tricky.
When the system is booted, the VolGroup00 is activated using the mini-root environment stored in the initrd file. At that point, the system does not yet know it should require a host tag on the VGs, so the activation of VolGroup00 is successful.
After that, the root filesystem is mounted. This includes /etc/lvm/lvm.conf, so after this point the system knows that host tags are required, and will not allow the activation of any more LVs unless the VG has the required tag. This is what prevents you from adding any new LVs to VolGroup00.
MK
MK