【单选题】A two-node cluster is configured for mutual takeover with two service IP labels. The cluster is Being tested for fallover behavior. Both nodes in the cluster have two network interfaces (ent0’ and ’en...
A.
EtherChannel is needed to automatically switch the service IP address back to ’ent0’.
B.
This is the default behavior for a network interface failure with this configuration.
C.
Gratuitous ARP support needs to be enabled for the IP Network Interface Module in SMIT.
D.
The Inactive Network Takeover option should be set to "true" to forece the service address back to ’ent0’.
【单选题】A technical specialist defined a virtual Ethernet ent2 on the VIO server that has a physical adapter, ent0. Which of the following commands should be used to configure the Shared Ethernet Adapter?()
【单选题】下面这个程序的执行结果是什么 public class A{ static class B{ void methodB(){ System.out.println(“hello method”); } public statcivoid main (String[] args){ new B(){ void methodB(){ System.out.println(“hello new meth...