3COM certification 3COM
Adobe certification Adobe
Apple certification Apple
Avaya certification Avaya
BEA certification BEA Systems
Business Objects certification Business Objects
Check Point certification Check Point
Cisco certification Cisco
Citrix certification Citrix
CIW certification CIW
CompTIA certification CompTIA
CWNP certification CWNP
EC-Council certification EC-Council
EMC certification EMC
Exam Express certification Exam Express
Exin certification Exin
F5 Networks certification F5 Networks
HDI certification HDI
HP certification HP
Hitachi certification Hitachi
IBM certification IBM
ISC certification ISC
ISEB certification ISEB
Juniper certification Juniper Networks
Lotus certification Lotus
LPI certification LPI
Microsoft certification Microsoft
Mile2 certification Mile2
Network Appliance certification Network Appliance
Nortel certification Nortel
Novell certification Novell
Oracle certification Oracle
PMI certification PMI
RedHat certification RedHat
SAIR certification SAIR
SAS certification SAS Institute
SNIA certification SNIA
Sun certification Sun
Sybase certification Sybase
Symantec certification Symantec
Teradata certification Teradata
Tibco certification Tibco
Veritas certification Veritas
VMware certification VMware
All Exams

Hewlett Packard HP0-093 Exam - PassITexam.com

Free HP0-093 Sample Questions:

Q: 1 Use the information provided in the Cluster Configuration Diagram to answer the following question.

Which commands can be used to build a cluster configuration file under /etc/cmcluster called
cluster.ascii. Select TWO.
A. cmquerycl -C /etc/cmcluster/cluster.ascii -n 15.20.30.6 -n 15.20.30.7
B. cmquerycl -C /etc/cmcluster/cluster.ascii -n 15.20.30.6 -n 15.20.30.7 -v
C. cmmakecl -C /etc/cmcluster/cluster.ascii -n shrek -n fiona
D. cmmakecl -C /etc/cmcluster/cluster.ascii -n shrek -n fiona -v
E. cmquerycl -C /etc/cmcluster/cluster.ascii -n shrek -n fiona
F. cmquerycl -C /etc/cmcluster/cluster.ascii -n shrek -n fiona -v
Answer: E, F

Q: 2 Which file controls the default behavior of the boot process to activate all known volume groups at boot time?
A. lvmrc
B. lvmtab
C. inetd.conf
D. rc.config
Answer: A

Q: 3 Click the Task button to begin.

Configure a Serviceguard package by dragging and dropping the appropriate options into the empty field locations. There is more than one possible answer.
The package will be called 'missionspace' and will have an IP address of 10.20.30.10 on the 10.20.30.0 network. A failure of the 10.20.30.0 network will cause the package to fail over to the adoptive node. The package will run on FIONA as the primary node and fail back from SHREK manually. A service process called space_monitor will be used to monitor the health of the package. The monitor is started by running the script /etc/cmcluster/EPCOT/spaceman and passing it the argument A failure of this process 2 times will cause the package to fail to the alternate node without affecting the node it is running on.
The package mounts the logical volume /dev/vg04/moonvol at the directory /opt/moon. The filesystem type should be the Veritas file system and mounted with a delaylog option.
The application is started by the command: /opt/moon/missionspace/takeoff.sh and stopped by the command: /opt/moon/missionspace/touchdown.sh.
Answer:

Q: 4 Click the 'Configure a Serviceguard Task' button and use drag and drop to place the appropriate options into the excerpts from the file. Use the Exhibit button at the bottom to determine how to employ this script in the package files.
The package has the following characteristics:
The package will be called 'toystory' and will have an IP address of 15.31.54.64 on the 15.31.54.0
network. A failure of this network will NOT affect the package running on the node. The package will run on WOODY as the primary node and fail back from BUZZ manually.
The package will mount the following veritas logical volumes with the delaylog option:
/opt/vgtoys/lvo11 /opt/bin/toystory
/opt/vgtoys/lvo12 /opt/bin/toystory/logs
/opt/vg06/datavo1 /toydata
A service process called 'andy_room_mon' will be used to monitor the health of the package. The service process will have no restarts. The starting, stopping, and monitoring is run by using the script /etc/cmcluster/TOYS/andy_room.



Answer:

Q: 5 Click the Task button.

Using drag and drop, match each cluster type to its description.
Answer:

Q: 6 Click the Task button.

Using drag and drop, match the correct solution with each single point of failure.
Answer:

Q: 7 In the context of high availability, which phrase describes mean time to failure?
A. the amount of time to indefinitely restart a failed service
B. the amount of time a system can provide service without failure
C. the amount of time to stop a service after a failure has been experienced
D. the amount of time to resume service after a failure has been experienced
Answer: B

Q: 8 In the context of high availability, what is the affect of split-brain syndrome?
A. different applications accessing the same disks simultaneously
B. two clusters initiate an application that accesses the same disks
C. different users of an application accessing the same disks consecutively
D. two sub-clusters initiated from a single cluster without knowledge of each other
Answer: D

Q: 9 While performing a rolling Serviceguard software upgrade, which statements are true? Select TWO.
A. You need at least two nodes running the same Serviceguard release.
B. You must change the cluster configuration as each node is updated.
C. You cannot change the cluster configuration files.
D. You may have up to three versions of Serviceguard running.
E. You cannot use the new features of the new Serviceguard release.
Answer: C, E

Q: 10 Click the Exhibit button.

Based on the cmviewcl output, how many times can the package service oracle9i be restarted for package ora_pkg?
A. 0
B. 1
C. 2
D. 3
E. unlimited
Answer: B

Q: 11 A server node in an Serviceguard cluster contains three LAN interface cards; two 100baseT Ethernet NICs and one 1000baseT gigabit Ethernet NIC, with the intent of providing a high speed data LAN with redundancy. What is a consequence of this LAN configuration?
A. The NICs for the data LAN and failover LAN must be identical.
B. The gigabit Ethernet and the 100baseT NICs cannot share the same subnet.
C. Three NICs are insufficient to provide redundancy for both the data and the heartbeat LAN.
D. The data packet size on the gigabit Ethernet is larger than the 1000baseT NIC and therefore will cause additional network latency.
Answer: A

Q: 12 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
A. [node_a]#: cmhaltpkg pkg1
[node_b]#: cmhaltnode -f
[node_b]#: cmrunpkg -n node_b pkg1
[node_a]#: shutdown -h 0
B. [node_a]#: cmhaltpkg pkg1
[node_b]#: cmrunpkg -n node_b pkg1
[node_a]#: cmhaltnode
[node_a]#: shutdown -h 0
C. [node_b]#: cmhaltpkg pkg2
[node_a]#: cmhaltcl -f
[node_b]#: cmrunpkg -n node_b pkg1
[node_a]#: shutdown -h 0
D. [node_b]#: cmhaltpkg pkg1
[node_a]#: cmhaltcl -f
[node_ b]#: cmrunpkg -n node_b pkg1
[node_a]#: shutdown -h 0
Answer: B

Q: 13 Which commands move a package called pkg to the alternate nodeB?
A. cmhaltpkg; cmrunpkg pkg
B. cmhaltpkg; cmmvpkg -n nodeB pkg
C. cmhaltpkg; cmrunpkg pkg; cmmodpkg -e pkg
D. cmhaltpkg; cmrunpkg -n nodeB pkg; cmmodpkg -e pkg
Answer: D

Q: 14 Click the Task button.

Using drag and drop, order the steps that Serviceguard performs during a package halt sequence. One step will not be used.
Answer:

Q: 15 Click the Task button.

Using drag and drop, order the steps to add a package to a running two-node cluster. There is more than one correct answer.
Answer:

Q: 16 Which file would you edit to enable each node in the cluster to automatically start or join the cluster at boot time?
A. cmcld
B. cmlvmd
C. cmcluster
D. cmclconfig
Answer: C

Q: 17 What are the results of the cmapplyconf command?
A. creates the cmcld file and distributes it to all nodes
B. creates the cmclconfig file and distributes it to all nodes
C. creates the cmclconfig file and distributes the ascii file and the cmclconfig file to all nodes
D. creates the cmclcuster file and distributes the ascii file and the cmclconfig file to all nodes
Answer: B

Q: 18 What is the purpose of a lock disk in a cluster?
A. prevents activation of unclustered disks
B. keeps track of who is activating each volume group
C. prevents split-brain syndrome in the cluster
D. locks non-root users from running Serviceguard commands
Answer: C

Q: 19 What is the function of the lock disk in a Serviceguard cluster?
A. ensures that Quorum occurs for a cluster formation
B. determines which node becomes the cluster coordinator
C. keeps track of which volume groups are activated on each node
D. avoids the cluster splitting into two running clusters and corrupting data
Answer: D

Q: 20 In Serviceguard, the term "rolling upgrade" refers to which actions? Select TWO.
A. migrating to new disk storage
B. applying operating system patches
C. upgrading network switch equipment
D. introducing a new operating system revision
Answer: B, D