master node
hi, I would like to know the master node role in vcs. Let`s say we configure an vcs with 2 node only and no resource.At this time one node is master node and the other is slave node? What about if we have only one node in vcs?is master node? all the heartbeat from all the slave nodes go to master node?what other things are related of master node beside of disk resource config? thanks a lot, marius
With Cluster Volume Manager (CVM) there is a master node - the master node is the only node that can create, modify and delete diskgroups and volumes. In VCS there is no master, regardless of whether you have no service groups, or one or many service groups all one node node, or spread across the nodes - each node broadcasts out heartbeats and each node listens for heartbeats from the other nodes. If you only have one node, then you don't have to have heartbeats and you configure VCS to start with "hastart -onenode" which means VCS does not require LLT and GAB. You can still configure heartbeats with a one-node cluster if you plan to add another node later sometime in the future.
Mike