HP-UX High Availability - HP0-093 FREE EXAM DUMPS QUESTIONS & ANSWERS
If a package named pkg on nodeA is killed, it automatically starts on nodeB.
However, when nodeB is killed, it does NOT automatically restart on nodeA.
Which command sequence will allow pkg to switch back to nodeA?
However, when nodeB is killed, it does NOT automatically restart on nodeA.
Which command sequence will allow pkg to switch back to nodeA?
Correct Answer: A
Vote an answer
Exhibit:
# **********************************************************************
# ********* HIGH AVAILABILITY CLUSTER CONFIGURATION FILE
***************
# ***** For complete details about cluster parameters and how to ****
# ***** set them, consult the MC/ServiceGuard manual. ****
# **********************************************************************
# Enter a name for this cluster. This name will be used to identify the
# cluster when viewing or manipulating it.
CLUSTER_NAME test_cluster
NODE_NAME system_a
NETWORK_INTERFACE lan0
STATIONARY_IP 192.168.0.1
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.2.1
FIRST_CLUSTER_LOCK_PV /dev/dsk/c8t15d0
NODE_NAME system_b
NETWORK_INTERFACE lan0
STATIONARY_IP 192.168.0.2
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.2.2
FIRST_CLUSTER_LOCK_PV /dev/dsk/c1t15d0
HEARTBEAT_INTERVAL 1000000
NODE_TIMEOUT 8000000
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
MAX_CONFIGURED_PACKAGES 3
VOLUME_GROUP /dev/vg_oracle
On this two node cluster, what happens if the heartbeat LAN on system_a fails?
# **********************************************************************
# ********* HIGH AVAILABILITY CLUSTER CONFIGURATION FILE
***************
# ***** For complete details about cluster parameters and how to ****
# ***** set them, consult the MC/ServiceGuard manual. ****
# **********************************************************************
# Enter a name for this cluster. This name will be used to identify the
# cluster when viewing or manipulating it.
CLUSTER_NAME test_cluster
NODE_NAME system_a
NETWORK_INTERFACE lan0
STATIONARY_IP 192.168.0.1
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.2.1
FIRST_CLUSTER_LOCK_PV /dev/dsk/c8t15d0
NODE_NAME system_b
NETWORK_INTERFACE lan0
STATIONARY_IP 192.168.0.2
NETWORK_INTERFACE lan1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 192.168.2.2
FIRST_CLUSTER_LOCK_PV /dev/dsk/c1t15d0
HEARTBEAT_INTERVAL 1000000
NODE_TIMEOUT 8000000
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
MAX_CONFIGURED_PACKAGES 3
VOLUME_GROUP /dev/vg_oracle
On this two node cluster, what happens if the heartbeat LAN on system_a fails?
Correct Answer: D
Vote an answer
What does the cmcheckconf command check? (Choose three).
Correct Answer: A,D,E
Vote an answer
Exhibit:
**MISSING**
Package run_donkey is running on shrek and will failover to fiona in case of a node failure. Review the package configuration files and control scripts on both systems shrek and fiona. What are the problems that can prevent a successful package failover?
(Choose two).
**MISSING**
Package run_donkey is running on shrek and will failover to fiona in case of a node failure. Review the package configuration files and control scripts on both systems shrek and fiona. What are the problems that can prevent a successful package failover?
(Choose two).
Correct Answer: C,G
Vote an answer
What is the correct way to shutdown node_a when it is part of a two node cluster?
Current snapshot of the cluster:
node_a - pkg1 running
node_b - pkg2 running
Current snapshot of the cluster:
node_a - pkg1 running
node_b - pkg2 running
Correct Answer: A
Vote an answer
DRAG DROP
Using drag and drop, arrange the steps in the correct order to build a two node packageless cluster. There is more than one correct answer.

Using drag and drop, arrange the steps in the correct order to build a two node packageless cluster. There is more than one correct answer.

Correct Answer:

Exhibit:

What are the four main resources of the Event Monitoring Service Resource Class Hierarchy?

What are the four main resources of the Event Monitoring Service Resource Class Hierarchy?
Correct Answer: C
Vote an answer
Which statement is true regarding Metropolitan Cluster?
Correct Answer: A
Vote an answer
Which statement is true regarding Continental Cluster?
Correct Answer: D
Vote an answer
Following is an excerpt from a package control script:
SERVICE_NAME[0]="APPS_MON"
SERVICE_CMD[0]="/etc/cmcluster/APPS/APPS_MON.sh monitor"
SERVICE_RESTART[0]="-r 5"
What does the "-r 5" mean?
SERVICE_NAME[0]="APPS_MON"
SERVICE_CMD[0]="/etc/cmcluster/APPS/APPS_MON.sh monitor"
SERVICE_RESTART[0]="-r 5"
What does the "-r 5" mean?
Correct Answer: D
Vote an answer