单选题While reviewing the hacmp.out after a node failure,an administrator realizes that the custom Event queue_down did not execute. The queue_down event shows up when a list of custom events is displayed.  What would be the next logical step to resolve this problem?()A Delete the custom event and add a pre event and synchronize.B Synchronize the cluster and recheck the cluster custom events.C Create an application server that will stop and start the queues.D Add a pre or post event to appropriate cluster events and synchronize.

单选题
While reviewing the hacmp.out after a node failure,an administrator realizes that the custom Event queue_down did not execute. The queue_down event shows up when a list of custom events is displayed.  What would be the next logical step to resolve this problem?()
A

 Delete the custom event and add a pre event and synchronize.

B

 Synchronize the cluster and recheck the cluster custom events.

C

 Create an application server that will stop and start the queues.

D

 Add a pre or post event to appropriate cluster events and synchronize.


参考解析

解析: 暂无解析

相关考题:

●试题三阅读下列函数说明和C代码,将应填入(n)处的字句写在答题纸的对应栏内。【说明】函数diff的功能是:根据两个由整数(都大于-32768)按升序构成的单链表L1和L2(分别由A,B指向)构造一个单链表L3(由*r指向),要求L3中的所有整数都是L1,并且不是L2中的整数,还要求L3中的所有整数都两两不等。【函数】#include<malloC.htypedef struct node{int d;struct node *next}Node;void diff(Node *A,Node *B,Node **r){int lastnum;Node*p;*r=NULL;if(!A)return;while( (1) )if(A-dB-d){lastnum=A-d;p=(Node*)malloc(sizeof(Node));p-d=lastnum;p-next=*r; (2) ;doA=A-next;while( (3) );}else if(A-dB-d)B=B-next;else{(4) ;lastnum=A-d;while (A A-d==lastnum)A=A-next;}while(A){lastnum=A-d;p=(Node*)malloc(sizeof(Node));p-d=lastnum;(5) ;*r=p;while (A A-d==lastnum) A=A-next;}}

In order to avoid misconnections due to a failed node in a Bidirectional Line Switched Ring (BLSR), Alarm Indication Signals (AISs) are sent on every channel normally terminating in that node. What is the name of this process?()A. trunkingB. squelchingC. nodal bypassD. bridge and rollE. node failure insertion

Which of these is a correct description of SSO?()A、It will only become active after a software failure.B、It will only become active after a hardware failure.C、It requires that Cisco NSF be enabled in order to work successfully.D、It synchronizes the MAC, FIB, and adjacency tables between Active and Standby Route Processors.

Which of these is a correct description of SSO?()A、 It will only become active after a software failure.B、 It will only become active after a hardware failure.C、 It requires that Cisco NSF be enabled in order to work successfully.D、 It synchronizes the MAC·, FIB·, and adjacency tables between Active and Standby RouteProcessors.

In order to avoid misconnections due to a failed node in an MS-SPRing, Alarm Indication Signals (AISs) are sent on every channel normally terminating in that node.  What is the name of this process?()A、 bridgingB、 switchingC、 squelchingD、 nodal bypassE、 node failure insertion

When installing the CRS software on two or more nodes in the same cluster, how do you know it is safe to start installing the next node? ()A、Wait until the node is completely installed to start installation on the next one. B、After you insert Disk 2. C、A dialog box, "It is now safe to start installing the next node," appears during the installation. D、After Windows OS is installed on the first node.

While applying a service update on a system using SMIT, the system administrates SMIT Command Status screen shows "Command: failed". Which of the following procedures should be performed to investigate the failure?()A、Exit the SMIT session and re-apply the update.B、Select the SMIT option to Clean UP After an Interrupted Installation.C、Examine the installation summary report to determine the cause of the failure.D、Examine the console log to view the error messages generated by the failure.

写出算法的功能。int L(head){ node * head; int n=0; node *p; p=head; while(p!=NULL) { p=p-next; n++; } return(n); }

Company.com has a six-node concurrent resource group with an application that is accessed by  a web connection to the cluster nodes. How is the workload moved to another cluster node during a node failure?()  A、 The concurrent application must control the web interface through application monitoring.B、 A second resource group will be required to move the web application and IP label to a new node during a node failure.C、 The concurrent resource group can support multiple IP labels through IP aliasing so all IP labels are defined in the concurrent resource group.D、 The dynamic node priority facility in HACMP will relocate the web application and the IP label,if it is correctly defined in the application start and stop script.

An administrator is reviewing the /tmp/hacmp.out after an unsuccessful fallover and notice that  the event stop_server PROD_DB failed.  Besides manually intervening,what step must be performed to return the cluster to a stable state?()  A、 Recover From HACMP Script Failure.B、 Release Locks Set By Dynamic Reconfiguration.C、 Rerun HACMP cluster verification and synchronization.D、 Restore HACMP configuration Database From Active Configuration.

While reviewing cluster logs, and administrator notice that an event, network_down rs232a, occurred on the previous day. After verifying the physical network connections and device states, what command can be used to verify the cluster state?()A、 clstatB、 cllsifC、 clsnapshotinfoD、 clcheck_server

A three-node cluster experienced a node failure. The resource groups were acquired as cexpected. The node has been repaired,and HACMP has been restarted.  How does the operator determine that the node has successfully re-integrated into the cluster?()  A、 Use the clstat command.B、 Use the cIRGinfor command.C、 Tail the /etc/hacmp.out file and wait for "node_up_complete" to finish successfully.D、 Tail the /usr/es/adm/cluster.log file and wait for "node_up_complete" to finish successfully.

A cluster administrator is performing fallover testing during a scheduled system outage. Node ’A’  Was forced down and eventually rebooted. When Node ’A’ reintegrates into the cluster, the resource group state is offline. No errors are found in reviewing the hacmp.out file.  What could have been done to ensure the resource group was acquired when cluster processing was restarted on Node ’A’?()A、 Nothing,HACMP does not require them automatically.B、 Force the remaining nodes down,then reintegrate them all.C、 Select reacquire resources after forced down on start menu.D、 Create a setting timer to bring the resource group online.

An administrator is notified that a resource group has failed over from the home node, Node1 to a standbynode, Node2 and that Node1 has been powered off. Upon restarting Node1 the administrator checks the AIXerror log and the cluster.log Which of the following is the most likely cause of the failure of Node1?()A、The operating system crashedB、A disk failure forced a volume group off lineC、The System Resource Controller executed a system haltD、The topology services daemon has crashed due to an ODM mismatch

A cluster node has been started and has not acquired the resources in the resource groups.  Which log file will show the details of any event script processing that has occurred?()  A、 /tmp/hacmp.outB、 /tmp/clstrmgr.debugC、 /usr/es/adm/cluster.logD、 /var/adm/hacmp/hacmp.out

While reviewing the hacmp.out after a node failure,an administrator realizes that the custom Event queue_down did not execute. The queue_down event shows up when a list of custom events is displayed.  What would be the next logical step to resolve this problem?()A、 Delete the custom event and add a pre event and synchronize.B、 Synchronize the cluster and recheck the cluster custom events.C、 Create an application server that will stop and start the queues.D、 Add a pre or post event to appropriate cluster events and synchronize.

单选题A customer is interested in using two Power 550 servers to implement a new two node cluster. The cluster willbe using SAN attached disk for shared storage and will be attached to one IP network. Which of the followingadapter configurations will meet the customer requirements while reducing single points of failure?()A AB BC CD D

单选题A cluster administrator is performing fallover testing during a scheduled system outage. Node ’A’  Was forced down and eventually rebooted. When Node ’A’ reintegrates into the cluster, the resource group state is offline. No errors are found in reviewing the hacmp.out file.  What could have been done to ensure the resource group was acquired when cluster processing was restarted on Node ’A’?()A Nothing,HACMP does not require them automatically.B Force the remaining nodes down,then reintegrate them all.C Select reacquire resources after forced down on start menu.D Create a setting timer to bring the resource group online.

单选题In order to avoid misconnections due to a failed node in an MS-SPRing, Alarm Indication Signals (AISs) are sent on every channel normally terminating in that node.  What is the name of this process?()A bridgingB switchingC squelchingD nodal bypassE node failure insertion

单选题Node ’C’ has just completed reintegration in a three-node cluster. The hacmp.out logifle displays  The event node_up_complete for Node ’C’. The cluster administrator wishes to verify that the cluster is stable.  In addition to reviewing the cluster log files,what utility should be run to verify the cluster state?()A clstatB clinfoC cldiagD clverify

单选题A three-node cluster experienced a node failure. The resource groups were acquired as cexpected. The node has been repaired,and HACMP has been restarted.  How does the operator determine that the node has successfully re-integrated into the cluster?()A Use the clstat command.B Use the cIRGinfor command.C Tail the /etc/hacmp.out file and wait for node_up_complete to finish successfully.D Tail the /usr/es/adm/cluster.log file and wait for node_up_complete to finish successfully.

单选题An administrator plans to apply a fix pack to the PowerHA software using a rolling migration. At what stage ofthe migration is a cluster verification supported?()AIndividually before each node is upgradedBIndividually before and after each node is upgradedCIndividually after each node has been upgradedDCollectively after all nodes have been upgraded

单选题While reviewing cluster logs, and administrator notice that an event, network_down rs232a, occurred on the previous day. After verifying the physical network connections and device states, what command can be used to verify the cluster state?()A clstatB cllsifC clsnapshotinfoD clcheck_server

单选题What does the Fast Connection Failover feature of Active GridLink for RAC provide?()Ainstant notification of a RAC node failure so applications never have to retry a transaction that was sent to a node that failed during the transactionBnear-instant notification of the failure of a RAC node failure that minimizes the possibility connection to a failed node being provided to an applicationCapplication level notification of a failed RAC node such that an application can retry a transaction if requiredDfaster failover for Multi DatasourcesEguaranteed transaction high availability when interacting with an Oracle RAC Database

单选题An administrator is notified that a resource group has failed over from the home node, Node1 to a standbynode, Node2 and that Node1 has been powered off. Upon restarting Node1 the administrator checks the AIXerror log and the cluster.log Which of the following is the most likely cause of the failure of Node1?()AThe operating system crashedBA disk failure forced a volume group off lineCThe System Resource Controller executed a system haltDThe topology services daemon has crashed due to an ODM mismatch

单选题In order to avoid misconnections due to a failed node in a Bidirectional Line Switched Ring (BLSR), Alarm Indication Signals (AISs) are sent on every channel normally terminating in that node. What is the name of this process?()AtrunkingBsquelchingCnodal bypassDbridge and rollEnode failure insertion

单选题An administrator is reviewing the /tmp/hacmp.out after an unsuccessful fallover and notice that  the event stop_server PROD_DB failed.  Besides manually intervening,what step must be performed to return the cluster to a stable state?()A Recover From HACMP Script Failure.B Release Locks Set By Dynamic Reconfiguration.C Rerun HACMP cluster verification and synchronization.D Restore HACMP configuration Database From Active Configuration.