1.
What does freezing a service group prevent?
2.
Assume that the GroupA service group is online on SystemB.
Given the following configuration file:
group GroupA (
SystemList = { SystemA = 1, SystemB = 2 }
AutoStartList = { SystemA }
)
IP ip0 (
Device = nic0
Address = 10.10.10.10
NetMask = 255.255.255.0
)
NIC nic0 (
Device = nic0
NetworkType = ether
)
NIC nic1 (
Device = nic1
NetworkType = ether
)
ip0 requires nic0
What happens to the GroupA service group if the network cable connected to nic0 is unplugged on SystemB?
3.
Given a service group where FailOverPolicy=Load, which system attribute does HAD use to determine the failover target?
4.
While in Jeopardy, the system with the ONLINE GroupA service group crashes, Which GroupA attribute is set on the surviving systems?
5.
A failover service group uses the Process agent to start and stop an application and to monitor a list of processes. After bringing the group to an ONLINE state on a cluster system, you kill the monitored processes. The Enabled and Critical attributes of the resource are both set to a value of 1. The RestartLimit attribute for the resource is still set to the default value. Which action will VCS take?