多选题Which two statements are true regarding redundancy groups?()AWhen priority settings are equal and the members participating in a cluster are initialized at the same time, the primary role for redundancy group 0 is assigned to node 0.BThe preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recovery scenario.CRedundancy group 0 manages the control plane failover between the nodes of a cluster.DThe primary role can be shared for redundancy group 0 when the active-active option is enabled

多选题
Which two statements are true regarding redundancy groups?()
A

When priority settings are equal and the members participating in a cluster are initialized at the same time, the primary role for redundancy group 0 is assigned to node 0.

B

The preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recovery scenario.

C

Redundancy group 0 manages the control plane failover between the nodes of a cluster.

D

The primary role can be shared for redundancy group 0 when the active-active option is enabled


参考解析

解析: 暂无解析

相关考题:

Whenapplyingtheconfigurationintheexhibitandinitializingachassiscluster,whichstatementiscorrect?()[editchassis]user@hostshowcluster{reth-count3;redundancy-group1{node0priority1;node1priority100;}} A.Threephysicalinterfacesareredundant.B.Youmustdefineanadditionalredundancygroup.C.node0willimmediatelybecomeprimaryforredundancygroup1.D.Youmustissueanoperationalcommandandrebootthesystemfortheaboveconfigurationtotake effect.

Which two statements are true regarding redundancy groups? ()(Choose two.) A. When priority settings are equal and the members participating in a cluster are initialized at the same time, the primary assigned to node 0.B. The preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recoveryC. Redundancy group 0 manages the control plane failover between the nodes of a cluster.D. The primary role can be shared for redundancy group 0 when the active-active option is enabled.

Which two statements regarding firewall user authentication client groups are true?() (Choose two.) A. A client group is a list of clients associated with a group.B. A client group is a list of groups associated with a client.C. Client groups are referenced in security policy in the same manner in which individual clients are referenced.D. Client groups are used to simplify configuration by enabling firewall user authentication without security policy.

If both nodes in a chassis cluster initialize at different times, which configuration example will allow you to ensure that the node with the higher priority will become primary for your RGs other than RG0?()A. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150;preempt; }B. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150; monitoring; }C. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150; control-link-recovery; }D. [edit chassis cluster] user@host# show redundancy-group 1 { node 0 priority 200; node 1 priority 150; strict-priority; }

Click the Exhibit button.In the exhibit, which statement is correct? () A. Three physical interfaces are redundant.B. You must define an additional Redundancy Group.C. node 0 will immediately become primary in the cluster.D. You must issue an operational command and reboot the system for the above configuration to take effect.

Which two statements regarding firewall user authentication client groups are true?() (Choose two.)A、A client group is a list of clients associated with a group.B、A client group is a list of groups associated with a client.C、Client groups are referenced in security policy in the same manner in which individual clients are referenced.D、Client groups are used to simplify configuration by enabling firewall user authentication without security policy.

When applying the configuration in the exhibit and initializing a chassis cluster, which statement is correct?() [edit chassis] user@host# show cluster { reth-count 3; redundancy-group 1 { node 0 priority 1; node 1 priority 100; } }A、Three physical interfaces are redundant.B、You must define an additional redundancy group.C、node 0 will immediately become primary for redundancy group 1.D、You must issue an operational command and reboot the system for the above configuration to take effect.

During the initial cluster design,a disk heartbeat,Point-to-Point non-IP network is being planned  as part of a three-node cluster implementation. The disk environment will use LVM mirroring for disk redundancy. The volume groups will be created as Enhanced Concurrent Capable.  To facilitate disk heartbeating,how many disks per node and how many networks will be required?()  A、 One disk per node,one networkB、 Two disks per node,one networkC、 Two disks per node,six networksD、 Two disks per node,three networks

An administrator has configured a two node cluster, Node1 and Node2 with two resource groups, RG1 andRG2. The resource groups are configured as follows: RG1: Participating Nodes: Node1, Node2 Startup Policy: Online On Home Node Only Fallover Policy: Fallover To Next Priority Node In The List Fallback Policy Never Fallback RG2: Participating Nodes: Node2, Node1 Startup Policy: Online On Home Node Only Fallover Policy: Fallover To Next Priority Node In The List Fallback Policy: Fallback To Higher Priority NodeIn The List An Online on Different Nodes Dependency has been configured as:High Priority Resource Groups: RG2 Intermediate Priority Resource Group: RG1 The cluster has been running without any problems with both resource groups on their home nodes whenNode1 suffers a critical operating system problem causing the node to halt.What is the status of the resource groups?()()A、RG1 is Online RG2 is OnlineB、RG1 is Online RG2 is OfflineC、RG1 is Offline RG2 is OnlineD、RG1 is Offline RG2 is Offline

An administrator has a two node cluster, Node1 and Node2, running resource group rg1. The resource groupis active on Node1. The administrator stopped cluster services and unmanaged the resource group on Node1to work on a problem. Now the administrator needs to move rg1 to Node2. Which of the following will achievethis?()A、Perform a clstart on Node1 with ’Manage Resource Groups’ set to ’Manually’ and select the destination ofNode2B、Perform a resource group move operation from Node1 to Node2 and select the option to ’Re-manageResource Groups’ set to ’Automatically’C、Perform a clstop on Node1 with option to move resource groups, this will release the resource group fromNode1 and accquire the resource group on Node2.D、Perform a clstart on Node1 with ’Manage Resource Groups’ set to ’Automatically’, then perform a resourcegroup move operation to move rg1 from Node1 to Node2

An HACMP cluster has three nodes of unequal size. The largest node is Node ’A’. The primary application on Node ’A’ has two components. One component is memory intensive, the other is IO intensive. Nodes ’B’ and ’C’ are running web servers and databases that access information produced by applications on Node ’A’. The customer requires the most performance from the primary application and wants all nodes available for fallover processing.  Which of the following is the best solution for meeting the customer requirements?()  A、 Use nodes of equal size.B、 Create multiple resource groups and use loadlever.C、 Use dynamic node priority to manage resource groups.D、 Use an ordered list to manage resource group fallover.

Which two statements are true regarding the return values of property written hashCode and equals methods from two instances of the same class?()A、 If the hashCode values are different, the objects might be equal.B、 If the hashCode values are the same, the object must be equal.C、 If the hashCode values are the same, the objects might be equal.D、 If the hashCode values are different, the objects must be unequal.

Which two statements are true regarding redundancy groups?()A、When priority settings are equal and the members participating in a cluster are initialized at the same time, the primary role for redundancy group 0 is assigned to node 0.B、The preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recovery scenario.C、Redundancy group 0 manages the control plane failover between the nodes of a cluster.D、The primary role can be shared for redundancy group 0 when the active-active option is enabled

You have configured your chassis cluster to include redundancy group 1. Node 0 is configured to be the primary node for this redundancy group. You need to verify that the redundancy group failover is successful.Which command do you use to manually test the failover?()A、request chassis cluster manual failover group 1 node 1B、request cluster failover redundancy-group 1 node 1C、request chassis cluster manual failover redundancy-group 1 node 1D、request chassis cluster failover redundancy-group 1 node 1

Which two statements are true regarding high-availability chassis clustering?()A、A chassis cluster consists of two devices.B、A chassis cluster consists of two or more devices.C、Devices participating in a chassis cluster can be different models.D、Devices participating in a chassis cluster must be the same models

Which statement is true regarding redundancy groups?()A、The preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recovery scenario.B、When priority settings are equal and the members participating in a cluster are initialized at the same time, the primary role for redundancy group 0 is assigned to node 1.C、The primary role can be shared for redundancy group 0 when the active-active option is enabled.D、Redundancy group 0 manages the control plane failover between the nodes of a cluster.

多选题Which two statements are true regarding redundancy groups?()AWhen priority settings are equal and the members participating in a cluster are initialized at the same time, the primary role for redundancy group 0 is assigned to node 0.BThe preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recovery scenario.CRedundancy group 0 manages the control plane failover between the nodes of a cluster.DThe primary role can be shared for redundancy group 0 when the active-active option is enabled

多选题Which two statements are true regarding the return values of property written hashCode and equals methods from two instances of the same class?()AIf the hashCode values are different, the objects might be equal.BIf the hashCode values are the same, the object must be equal.CIf the hashCode values are the same, the objects might be equal.DIf the hashCode values are different, the objects must be unequal.

多选题Which two statements regarding firewall user authentication client groups are true?()AIndividual clients are configured under client groups in the configuration hierarchy.BClient groups are configured under individual clients in the configuration hierarchy.CClient groups are referenced in security policy in the same manner in which individual clients are referenced.DClient groups are used to simplify configuration by enabling firewall user authentication without security policy.

多选题Which two statements are true regarding redundancy groups? ()(Choose two.)AWhen priority settings are equal and the members participating in a cluster are initialized at the same time, the primary assigned to node 0.BThe preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recoveryCRedundancy group 0 manages the control plane failover between the nodes of a cluster.DThe primary role can be shared for redundancy group 0 when the active-active option is enabled.

单选题When applying the configuration in the exhibit and initializing a chassis cluster, which statement is correct?() [edit chassis] user@host# show cluster { reth-count 3; redundancy-group 1 { node 0 priority 1; node 1 priority 100; } }AThree physical interfaces are redundant.BYou must define an additional redundancy group.Cnode 0 will immediately become primary for redundancy group 1.DYou must issue an operational command and reboot the system for the above configuration to take effect.

多选题Which two statements are true when when a Coherence cluster member is lost ? ()ARemaining members recover by repartitioning the data across the remainig cluster members in parallel with normal request processingBSome latencies may be experienced due to higher priority of recoveryCIn flight operations may be lostDA system administrator must manually assist recovery of the lost data

多选题Which two statements regarding firewall user authentication client groups are true?() (Choose two.)AA client group is a list of clients associated with a group.BA client group is a list of groups associated with a client.CClient groups are referenced in security policy in the same manner in which individual clients are referenced.DClient groups are used to simplify configuration by enabling firewall user authentication without security policy.

多选题Which two statements are true regarding high-availability chassis clustering?()AA chassis cluster consists of two devices.BA chassis cluster consists of two or more devices.CDevices participating in a chassis cluster can be different models.DDevices participating in a chassis cluster must be the same models

单选题Which statement is true regarding redundancy groups?()AThe preempt option determines the primary and secondary roles for redundancy group 0 during a failure and recovery scenario.BWhen priority settings are equal and the members participating in a cluster are initialized at the same time, the primary role for redundancy group 0 is assigned to node 1.CThe primary role can be shared for redundancy group 0 when the active-active option is enabled.DRedundancy group 0 manages the control plane failover between the nodes of a cluster.

单选题Click the Exhibit button. In the exhibit, which statement is correct? ()A Three physical interfaces are redundant.B You must define an additional Redundancy Group.C node 0 will immediately become primary in the cluster.D You must issue an operational command and reboot the system for the above configuration to take effect.

多选题Which three statements about anycast RP are true? ()AMSDP is running between anycast RPsBAnycast RP provides redundancy and load-sharing capabilitiesCMulticast BGP is running between anycast RPsDIn anycast RP,two or more RPs are configured with the same multicast IP address on loopback interfacesEIn anycast RP,two or more RPs are configured with the same unicast IP address on loopback interfaces

单选题When applying the configuration in the exhibit and initializing a chassis cluster, which statement is correct?() [edit chassis] user@host# show cluster { reth-count 3; redundancy-group 1 { node 0 priority 1; node 1 priority 100; } }AThree physical interfaces are redundant.BYou must define an additional redundancy group.Cnode 0 will immediately become primary for redundancy group 1.DYou must issue an operational command and reboot the system for the above configuration to take effect.