What happens to the GroupA service group if the network cable connected to nic0 is unplugged on SystemB?

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?
A. GroupA faults on SystemB and attempts to fail over to SystemA.
B. GroupA faults on SystemB and attempts to restart on SystemB.
C. IP traffic is rerouted to the nic1 interface.
D. The nic0 resource faults and GroupA stays partially online.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.