An enterprise has three nodes: -Node ’A’ is a production dat

题目
单选题
An enterprise has three nodes: -Node ’A’ is a production database, -Node ’B’ is a production  Application server, and -Node ’C’ is a test and development node. Node ’C’ is used by six programmers to develop and the production application as business critical and would like to make it highly available with HACMP. Application development and testing is not business critical.  Which of the following describes the best solution?()
A

 There is not an adequate solution because HACMP should not be configured in this environment without a dedicated standby node.

B

 Nodes ’A’ and ’B’ should be configured in a cluster with mutual fallover of two cascading resource groups to provide both nodes will deliver acceptable response time with both resource groups.

C

 Nodes ’A’ and ’C’ should be configured in one cluster, and Nodes ’B’ and ’C’ in another cluster to prevent both the database and application server from falling over to Node ’C’ at the same time.

D

 Nodes ’A’, ’B’, and ’C’ should be configured in a cluster with Node ’C’ the hot standby for both the database and application server resource groups. Workload Manager (WLM) must be configured on database and application developers from over utilizing the CPU resources.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

A database administrator wants a unique IP address for each of three instances of a database.  Normally,all instances run on a large production node,but they may fallover to different standby nodes according to the dynamic node priority configuration.  What is the best way to obtain unique addresses for each of the three database instances?()

  • A、 There is no way since this cannot be configured with HACMP
  • B、 Use IP Replacement address takeover and define all service addresses on the same NIC
  • C、 Use IP Aliasing for address takeover and define each alias in a separate resource group
  • D、 Use EtherChannel to map the three alias IP addresses to the common service address defined to HACMP

正确答案:C

第2题:

You load an XmlDocument named doc with the following XML. Dictionary World Atlas You need to change the value for the genre attribute to NA for all book attributes. First, you add the following code segment to your class.Dim root As XmlElement = doc.DocumentElementDim nodes As XmlNodeList = root.SelectNodes("books/book")Which additional two code segments can you use to achieve this goal?()

  • A、Dim node As XmlNodeFor Each node In nodes node.Attributes(0).Value = "NA"Next node
  • B、Dim node As XmlNodeFor Each node In nodes node.Attributes(1).Value = "NA"Next node
  • C、Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode("/genre") genre.Value = "NA"Next node
  • D、Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode("@genre") genre.Value = "NA"Next node
  • E、Dim node As XmlNodeFor Each node In nodes Dim genre As XmlNode = node.SelectSingleNode("genre") genre.Value = "NA"Next node

正确答案:A,D

第3题:

ABC Corp. is installing 11i Oracle Applications on two nodes A and B. On Node A, it hasinstalled the Forms server, Web server, and Administration server. On Node B, it has installed theConcurrent Processing server.By default, on which node would the Reports server be installed?()

A.Node A

B.Node B

C.neither of the nodes

D.both Node A and Node B


参考答案:B

第4题:

An enterprise has three nodes: -Node ’A’ is a production database, -Node ’B’ is a production  Application server, and -Node ’C’ is a test and development node. Node ’C’ is used by six programmers to develop and the production application as business critical and would like to make it highly available with HACMP. Application development and testing is not business critical.  Which of the following describes the best solution?()  

  • A、 There is not an adequate solution because HACMP should not be configured in this environment without a dedicated standby node.
  • B、 Nodes ’A’ and ’B’ should be configured in a cluster with mutual fallover of two cascading resource groups to provide both nodes will deliver acceptable response time with both resource groups.
  • C、 Nodes ’A’ and ’C’ should be configured in one cluster, and Nodes ’B’ and ’C’ in another cluster to prevent both the database and application server from falling over to Node ’C’ at the same time.
  • D、 Nodes ’A’, ’B’, and ’C’ should be configured in a cluster with Node ’C’ the hot standby for both the database and application server resource groups. Workload Manager (WLM) must be configured on database and application developers from over utilizing the CPU resources.

正确答案:B

第5题:

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 Online
  • B、RG1 is Online RG2 is Offline
  • C、RG1 is Offline RG2 is Online
  • D、RG1 is Offline RG2 is Offline

正确答案:C

第6题:

During a cluster functionality test, and administrator performs a graceful stop for Node ’B’ in a three-node cluster. What is the expected state of the cluster after Node ’B’successfully completes?()  

  • A、 All cluster resources halt on Node ’B’,and one or both surviving nodes will gracefully acquire the resources.
  • B、 All cluster processes halt on Node ’B’,the cluster resources remain active,and the remaining  nodes take no action.
  • C、 All cluster processes stay active on Node ’B’,cluster resources are halted,and the remaining nodes take no action.
  • D、 All cluster resources will stop,cluster processes halt on Node ’B’,and the remaining cluster nodes take no action.

正确答案:D

第7题:

Company.com has a three-node cluster (Node ’A’, Node ’B’, and Node ’C’) with three resource  Groups (rg1, rg2, and rg3). Node ’A’ has twice as many CPUs and twice as much memory as the two test add development Nodes ’B’ and ’C’. During normal production processing, all resource groups are active on Node ’A’.  What is most efficient way to configure the cluster to manage the workload?()   

  • A、 Use thee cascading resource groups where ’rg1’ and ’rg2’ fallover to Node ’B’ and ’rg3’ falls over to Node ’C’
  • B、 Use Dynamic Node Priority resource groups with a priority chain consisting of Node ’A’ then Node ’B’ then Node ’C’
  • C、 Use three rotating resource groups with ’rg1’ and ’rg2’ falling over to node ’B’ and ’rg3’ falling over to Node ’C’
  • D、 Upgrade Nodes ’B’ and ’C’ to be equal to Node ’A in CPU and memory resources to enable the cluster to synchronize three resource groups

正确答案:A

第8题:

A new HACMP maintenance level has recently been released. An administrator is creating a  project plan that is required for applying the updates for a three-node production cluster.  To minimize downtime,what is the best way to accomplish the updates on all cluster nodes?()  

  • A、 Perform a graceful takeover one node at a time and apply the updates.
  • B、 Perform the updates on all nodes simultaneously using C-SPOC utilities.
  • C、 Perform the updates on node at a time with the cluster software active.
  • D、 Perform a graceful stop of all cluster nodes and apply updates to all nodes.

正确答案:A

第9题:

An existing cluster has an application node and database node. Changes in the application  require both nodes to have access to the other’s data all of the time.  Which facility managed by HACMP can be implemented with the least amount of impact?()   

  • A、 NFS
  • B、 AFS
  • C、 DFS
  • D、 GPFS

正确答案:A

第10题:

The user base of a three-node cluster has increased. In order to add clustered users to all nodes, which of the following steps should be performed?()  

  • A、 On one of the nodes,add the users via C-SPOC ’Add a User to the Cluster’smit menu.
  • B、 Use C-SPOC to synchronize the password files between cluster nodes.
  • C、 On all of the nodes,add the users to the /etc/passwd and system security files,and then synchronize the cluster.
  • D、 On one of the nodes,add the users to the /tec/passwd and system security files,add home directories,and use cron to automate the movement of system security files between nodes.

正确答案:A

更多相关问题