网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
An administrator has written a script to check that the contents of an application configuration file are identicalon all cluster nodes. The script has also been associated with a user defined custom verification method. Theadministrator would like the contents of this file to be checked and verified automatically on a daily basis.How can this be achieved?()
A

By using a job scheduler such as cron

B

By enabling automatic cluster verification

C

By including the script name in the file /usr/es/sbin/cluster/etc/clverify.rc

D

By including the custom method name in the file /usr/es/sbin/cluster/etc/rc.authomethods


参考答案

参考解析
解析: 暂无解析
更多 “单选题An administrator has written a script to check that the contents of an application configuration file are identicalon all cluster nodes. The script has also been associated with a user defined custom verification method. Theadministrator would like the contents of this file to be checked and verified automatically on a daily basis.How can this be achieved?()A By using a job scheduler such as cronB By enabling automatic cluster verificationC By including the script name in the file /usr/es/sbin/cluster/etc/clverify.rcD By including the custom method name in the file /usr/es/sbin/cluster/etc/rc.authomethods” 相关考题
考题 Companycom has been performing scheduled backups of their data to tape using "tar" in a script for over one year with no problems. Recently, the tar command is returning a non zero return code during the backup phase, causing the script to fail. What is the primary cause of this problem?()A、The files have grown to over eight gigabytes in sizeB、The file systems are corrupt, and fsck should be runC、The tape block size has been changed from the defaultD、The user’s limit has been changed to less than eight gigabytes

考题 An administrator has added an additional network adapter to each cluster node. The adapters  have been configured and tested, and the /etc/hosts file has been updated. However,the adapters do not appear in the pick list when the administrator tries to define the adapters to HACMP.  What would be required to correct this problem?()  A、 Rerun autodiscovery.B、 Synchronize the cluster.C、 Restart cluster services.D、 Delete and recreate the adapters.

考题 An administrator needs to document system changes that have occurred recently. The company has a policy of making all possible changes via the smit interface. Which file would show the commands that have been performed from within smit and their resulting output?()A、/smit.logB、/smit.scriptC、/var/log/smit.logD、/var/log/smit.script

考题 A user has changed their password using the passwd command, and notices that the change is only made tothe local node. When the administrator changes the user’s password from the command line using the passwd command thechange is made cluster-wide. What is the most likely cause of this problem?()A、The user has a UID less than 200B、The user has been defined as an administrative userC、The file /usr/es/sbin/cluster/clpasswd is not executable by the userD、The user needs explicit authorization to change their password cluster-wide

考题 An administrator has written a script to check that the contents of an application configuration file are identicalon all cluster nodes. The script has also been associated with a user defined custom verification method. Theadministrator would like the contents of this file to be checked and verified automatically on a daily basis.How can this be achieved?()A、By using a job scheduler such as cronB、By enabling automatic cluster verificationC、By including the script name in the file /usr/es/sbin/cluster/etc/clverify.rcD、By including the custom method name in the file /usr/es/sbin/cluster/etc/rc.authomethods

考题 In the past several months, manual intervention has been required to correct improper cluster configuration changes. The administrator received a directive from management to create a more effective strategy for making the changes required fro month-end processing.  How can HACMP be used to meet the requirements of management’s directive?()  A、 Create a snapshot for each of the required cluster configurations.B、 Create a custom snapshot method to handle the configuration changes.C、 Create a custom verification method to verify configuration changes.D、 Create a cluster custom event to mange required configuration changes.

考题 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 configuring a new cluster and has a requirement for a notification to be generated if the /tmp File System becomes greater than 90% full. Which of the following PowerHA components will support theadministrator’s requirement?()A、Pre-defined EventsB、User-defined EventsC、Remote notification methodsD、The integration between RMC and WebSM

考题 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

考题 An administrator has integrated a new application into an existing resource group. An application server withstart and stop scripts was defined and added to the resource group definition. The cluster was thensynchronized. How can the new application be started with minimal downtime?()A、The administrator will need to perform an rg_move operationB、The administrator will need to un-manage and re-manage the resource groupC、The administrator will need to execute the new start script from the command lineD、The new start script will be executed as part of the DARE operation to synchronize the cluster

考题 During a cluster synchronization, an administrator inadvertently performs al ctrl ’C’ causing the synchronization to fail. After restarting the resynchronization, the administrator notices a message stating that a previous dare operation has been detected.  What is the best way to resolve this problem?()  A、 Perform a ’Recover from HACMP Script Failure’.B、 Perform a ’Release Lock Set By Dynamic Reconfiguration’.C、 Perform a graceful stop an start of all cluster processing.D、 Perform a ’Restore HACMP Configuration Database from Active Configuration’.

考题 A user has written a script that is not running correctly and asks an administrator for help. Without adding anything to the script, how can the administrator determine the cause of the problem?()A、Run the script with an 'sh -x' in front.B、Run the script with a 'ksh -v' in front.C、Type debug into the command line before running the script.D、Type 'set -x' into the command line before running the script.

考题 While reviewing the HACMP log file, a warning message appears stating that a custom event script could not be found. A check of the current path settings indicates that all required paths are present.  What step can be taken to correct the missing paths issues during cluster event processing?()  A、 Move the custom script to a different location such as /usr/sbin.B、 Include required paths at the start of the custom script.C、 Synchronize and verify the cluster to ensure both nodes are the same.D、 Create a pre event that sets the correct paths and executes the script.

考题 A cluster administrator has decided to add a cluster verification to the weekly maintenance scripts  That are run from corn.  When a cluster verification is performed,which of the following will require a custom verification method?()  A、 HACMP ODM object classesB、 HACMP Error NotificationC、 HACMP Topology  ResourcesD、 HACMP Application Server Start/Stop scripts

考题 单选题An administrator has written a script to check that the contents of an application configuration file are identicalon all cluster nodes. The script has also been associated with a user defined custom verification method. Theadministrator would like the contents of this file to be checked and verified automatically on a daily basis.How can this be achieved?()A By using a job scheduler such as cronB By enabling automatic cluster verificationC By including the script name in the file /usr/es/sbin/cluster/etc/clverify.rcD By including the custom method name in the file /usr/es/sbin/cluster/etc/rc.authomethods

考题 单选题A cluster administrator has decided to add a cluster verification to the weekly maintenance scripts  That are run from corn.  When a cluster verification is performed,which of the following will require a custom verification method?()A  HACMP ODM object classesB  HACMP Error NotificationC  HACMP Topology  ResourcesD  HACMP Application Server Start/Stop scripts

考题 单选题Company.com performs a cluster verification on a regular basis. Cluster verification is successfulbut the cluster sometimes fails to start the applications during a fallover. Investigation of the issue has revealed that the non-shared component of the application configuration information is not being kept up to date on the secondary nodes.  What can be used to help resolve this issue?()A  A pre-eventB  Error notificationC  Application monitoringD  Custom verification methods

考题 单选题In the past several months, manual intervention has been required to correct improper cluster configuration changes. The administrator received a directive from management to create a more effective strategy for making the changes required fro month-end processing.  How can HACMP be used to meet the requirements of management’s directive?()A  Create a snapshot for each of the required cluster configurations.B  Create a custom snapshot method to handle the configuration changes.C  Create a custom verification method to verify configuration changes.D  Create a cluster custom event to mange required configuration changes.

考题 单选题Companycom has been performing scheduled backups of their data to tape using "tar" in a script for over one year with no problems. Recently, the tar command is returning a non zero return code during the backup phase, causing the script to fail. What is the primary cause of this problem?()A The files have grown to over eight gigabytes in sizeB The file systems are corrupt, and fsck should be runC The tape block size has been changed from the defaultD The user’s limit has been changed to less than eight gigabytes

考题 单选题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

考题 单选题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.

考题 单选题A user has changed their password using the passwd command, and notices that the change is only made tothe local node. When the administrator changes the user’s password from the command line using the passwd command thechange is made cluster-wide. What is the most likely cause of this problem?()A The user has a UID less than 200B The user has been defined as an administrative userC The file /usr/es/sbin/cluster/clpasswd is not executable by the userD The user needs explicit authorization to change their password cluster-wide

考题 单选题An administrator has integrated a new application into an existing resource group. An application server withstart and stop scripts was defined and added to the resource group definition. The cluster was thensynchronized. How can the new application be started with minimal downtime?()A The administrator will need to perform an rg_move operationB The administrator will need to un-manage and re-manage the resource groupC The administrator will need to execute the new start script from the command lineD The new start script will be executed as part of the DARE operation to synchronize the cluster

考题 单选题While reviewing the HACMP log file, a warning message appears stating that a custom event script could not be found. A check of the current path settings indicates that all required paths are present.  What step can be taken to correct the missing paths issues during cluster event processing?()A  Move the custom script to a different location such as /usr/sbin.B  Include required paths at the start of the custom script.C  Synchronize and verify the cluster to ensure both nodes are the same.D  Create a pre event that sets the correct paths and executes the script.

考题 单选题An administrator needs to document system changes that have occurred recently. The company has a policy of making all possible changes via the smit interface. Which file would show the commands that have been performed from within smit and their resulting output?()A /smit.logB /smit.scriptC /var/log/smit.logD /var/log/smit.script

考题 单选题A user has written a script that is not running correctly and asks an administrator for help.  Without adding anything to the script, how can the administrator determine the cause of the problem?()A Run the script with an ’sh -x’ in front.B Run the script with a ’ksh -v’ in front.C Type debug into the command line before running the script.D Type ’set -x’ into the command line before running the script.

考题 单选题An administrator is configuring a new cluster and has a requirement for a notification to be generated if the /tmp File System becomes greater than 90% full. Which of the following PowerHA components will support theadministrator’s requirement?()A Pre-defined EventsB User-defined EventsC Remote notification methodsD The integration between RMC and WebSM

考题 单选题During a cluster synchronization, an administrator inadvertently performs al ctrl ’C’ causing the synchronization to fail. After restarting the resynchronization, the administrator notices a message stating that a previous dare operation has been detected.  What is the best way to resolve this problem?()A  Perform a ’Recover from HACMP Script Failure’.B  Perform a ’Release Lock Set By Dynamic Reconfiguration’.C  Perform a graceful stop an start of all cluster processing.D  Perform a ’Restore HACMP Configuration Database from Active Configuration’.