Download Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration.1z0-058.PracticeTest.2018-09-27.74q.vcex

Vendor: Oracle
Exam Code: 1z0-058
Exam Name: Oracle Real Application Clusters 11g Release 2 and Grid Infrastructure Administration
Date: Sep 27, 2018
File Size: 1 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Which two Cluster ware stack administration actions must be performed as the root user?
  1. checking the health of the Clusterware on one node
  2. starting the Clusterware manually on one node
  3. disabling the Clusterware from automatic start at node reboot
  4. checking the health and viability of the Clusterware on all nodes
  5. listing the location of the voting disks
Correct answer: BC
Explanation:
Controlling Oracle Clusterware The crsctl utility can be used to control Oracle Clusterware. To start or stop Oracle Clusterware on a specific node:# crsctl start crs # crsctl stop crs To enable or disable Oracle Clusterware on a specific node:# crsctl enable crs # crsctl disable crs D60488GC11 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 3 - 5
Controlling Oracle Clusterware 
The crsctl utility can be used to control Oracle Clusterware. 
To start or stop Oracle Clusterware on a specific node:
# crsctl start crs 
# crsctl stop crs 
To enable or disable Oracle Clusterware on a specific node:
# crsctl enable crs 
# crsctl disable crs 
D60488GC11 
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 3 - 5
Question 2
Which four statements are true about ADVM interoperability?
  1. Using fdisk or similar disk utilities to partition ADVM-managed volumes is not supported
  2. On Linux platforms, the raw utility can be used to map ADVM volume block devices to raw volume devices.
  3. The creation of multipath devices over ADVM devices is not supported.
  4. You may create ASMLIB devices over ADVM devices to simplify volume management.
  5. ADVM does not support ASM storage contained in Exadata.
  6. F. ADVM volumes cannot be used as a boot device or a root file system.
Correct answer: ACEF
Explanation:
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) extend Oracle ASM support to include database and application executables, database trace files, database alert logs, application reports, BFILEs, and configuration files. Other supported files are video, audio, text, images, engineering drawings, and other general-purpose application file data.  Because of the fact that Oracle ADVM Volumes are technically spoken ASM files located on ASM Disk groups, and the fact that the Dynamic Volumes do not use the traditional device partitioning, it enables Oracle to extend some of the ASM features to the ASM Clustered File Systems, which are created inside these ADVM Volumes, such as dynamic resizing or dynamically adding volumes. This makes ADVM and ACFS a far more flexible solution than traditional physical devices. Important Notes:
Oracle Automatic Storage Management Cluster File System (Oracle ACFS) and Oracle ASM Dynamic Volume Manager (Oracle ADVM) extend Oracle ASM support to include database and application executables, database trace files, database alert logs, application reports, BFILEs, and configuration files. Other supported files are video, audio, text, images, engineering drawings, and other general-purpose application file data.  
Because of the fact that Oracle ADVM Volumes are technically spoken ASM files located on ASM Disk groups, and the fact that the Dynamic Volumes do not use the traditional device partitioning, it enables Oracle to extend some of the ASM features to the ASM Clustered File Systems, which are created inside these ADVM Volumes, such as dynamic resizing or dynamically adding volumes. This makes ADVM and ACFS a far more flexible solution than traditional physical devices. 
Important Notes:
Question 3
Your four-node cluster was originally purchased, installed, and configured three years ago. You recently added another four nodes to the cluster. 
Now you want to remove two of the older nodes that are still accessible to be redeployed elsewhere in the data center. 
Which two are true regarding the procedure for removing one or more cluster nodes?
  1. The procedure requires that all commands be invoked from one of the surviving cluster nodes.
  2. All commands are run as root regardless of which nodes are used to invoke them.
  3. The procedure requires that some commands be invoked on the node or nodes to be removed and that some be invoked from all surviving cluster nodes.
  4. The procedure requires that some commands be invoked on the node or nodes to be removed and that some be invoked from one surviving cluster node.
  5. Some commands require that the name of the node or nodes to be removed are passed as arguments, and some commands require the name of existing nodes to be passed.
Correct answer: DE
Explanation:
# crsctl delete node -n node_to_be_deleted $ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES={node_to_be_deleted}" CRS=TRUE -silent -local On any node other than the node you are deleting, run the following command from the Grid_home /oui/bin directory where remaining_nodes_list is a comma-delimited list of the nodes that are going to remain part of your cluster:$ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES={remaining_nodes_list}" CRS=TRUE -silent $ cluvfy stage -post nodedel -n node_list [-verbose] Oracle® Clusterware Administration and Deployment Guide
# crsctl delete node -n node_to_be_deleted 
$ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES={node_to_be_deleted}" CRS=TRUE -silent -local 
On any node other than the node you are deleting, run the following command from the Grid_home /oui/bin directory where remaining_nodes_list is a comma-delimited list of the nodes that are going to remain part of your cluster:
$ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES={remaining_nodes_list}" CRS=TRUE -silent 
$ cluvfy stage -post nodedel -n node_list [-verbose] 
Oracle® Clusterware Administration and Deployment Guide
Question 4
Your production environment cluster is running Oracle Enterprise Linux and currently has four nodes. You are asked to plan for extending the cluster to six nodes. 
Which three methods are available to add the new nodes?
  1. silent cloning using crsctl clone cluster and ssh
  2. a GUI interface from Enterprise Manager
  3. with the Oracle Universal Installer using runInstaller –clone <nodename>
  4. silent cloning using perl clone.pl–silent either with parameters in a file or in line
  5. using addNode.sh
Correct answer: BDE
Question 5
The Oracle 11g Release 2 (version 11.2.0.1) ASM instance has a new diskgroup named DATA that is currently not mounted. You log in to a cluster node as the Grid Infrastructure software owner and set the environment variables to point to the ASM instance on that node. Using SQL*Plus, you issue the commands:
CONNECT / AS SYSDBA 
ALTER DISKGROUP DATA MOUNT; 
The system response is:
ERROR at line 1:
ORA-15032: not all alterations performed
ORA-15260: permission denied on ASM disk group
How do you diagnose this error?
  1. Check v$asm_operation for operations halted by the error.
  2. Check v$asm_attributes to determine the asm.compatible setting.
  3. Check v$asm_usergroup to determine the owning user group for this diskgroup.
  4. Check v$xs_session_role to determine the role privileges of the current user.
  5. Check the connect string for the privileged role.
Correct answer: E
Explanation:
Cause You have logged in with SYSDBA privilege that is not allowed for ASM operations  Solution Login with SYSASM credentials for ASM operations MOS [ID 889810.1]
Cause 
You have logged in with SYSDBA privilege that is not allowed for ASM operations  
Solution 
Login with SYSASM credentials for ASM operations 
MOS [ID 889810.1]
Question 6
You enter the following command:
crsctl status resource MyApp 
You get this output:
NAME=MyApp 
TYPE=cluster_resource TARGET=ONLINE STATE=ONLINE on RACNODE4 
MyApp is a policy-managed resource using a server pool with two nodes called RACNODE3 and RACNODE4 and has a cardinality of 1. 
What are the meanings of the target and state status values?
  1. MyApp is currently active on RACNODE4 and is meant to be active only on RACNODE4.
  2. MyApp is meant to be active, is currently active on RACNODE4, but the Grid Infrastructure may start MyApp on RACNODE3 due to failovers.
  3. MyApp is active on RACNODE4 and was manually started.
  4. MyApp should also be online on RACNODE3 because it is a cluster_resources type that must be active on at least two nodes in the cluster, thereby overriding the CARDINALITY attribute.
Correct answer: B
Explanation:
Resource Attributes NAME A case-sensitive alphanumeric string that names the resource. Oracle recommends a naming convention that starts with an alphanumeric prefix, such as myApache, and complete the name with an identifier to describe it. A resource name can contain any platform-supported characters except the exclamation point (!) and the tilde (~). A resource name cannot begin with a period (.) nor with the string ora. TYPE The type of resource indicated when you create a resource. This attribute is required when creating a resource. Local resource: Instances of local resources—type name is local_resource—run on each server of the cluster. When a server joins the cluster, Oracle Clusterware automatically extends local resources to have instances tied to the new server. When a server leaves the cluster, Oracle Clusterware automatically sheds the instances of local resources that ran on the departing server. Instances of local resources are pinned to their servers; they do not fail over from one server to another.Cluster resource: Cluster-aware resource types—type name is cluster_resource—are aware of the cluster environment and are subject to cardinality and cross-server switchover and failover.TARGET An internal, read-only attribute that describes the desired state of a resource. Using the crsctl start resource_name or crsctl stop resource_name commands, however, can affect the value of this attribute. STATE An internally-managed attribute that reflects the current state of the resource as reported by Oracle Clusterware. The state of a resource can be one of the following:ONLINE: The resource is online and resource monitoring is enabled (see CHECK_INTERVAL).OFFLINE: The resource is offline and only offline resource monitoring is enabled, if configured (see OFFLINE_CHECK_INTERVAL).INTERMEDIATE: The resource is either partially online or was known to be online before and subsequent attempts to determine its state have failed; resource monitoring is enabled (see CHECK_INTERVAL).UNKNOWN: The resource is unmanageable and its current state is unknown; manual intervention is required to resume its operation. A resource in this state is not monitored.Oracle® Clusterware Administration and Deployment Guide 11g Release 2 (11.2)
Resource Attributes 
NAME 
A case-sensitive alphanumeric string that names the resource. Oracle recommends a naming convention that starts with an alphanumeric prefix, such as myApache, and complete the name with an identifier to describe it. 
A resource name can contain any platform-supported characters except the exclamation point (!) and the tilde 
(~). A resource name cannot begin with a period (.) nor with the string ora. 
TYPE 
The type of resource indicated when you create a resource. This attribute is required when creating a resource. 
Local resource: Instances of local resources—type name is local_resource—run on each server of the cluster. When a server joins the cluster, Oracle Clusterware automatically extends local resources to have instances tied to the new server. When a server leaves the cluster, Oracle Clusterware automatically sheds the instances of local resources that ran on the departing server. Instances of local resources are pinned to their servers; they do not fail over from one server to another.
Cluster resource: Cluster-aware resource types—type name is cluster_resource—are aware of the cluster environment and are subject to cardinality and cross-server switchover and failover.
TARGET 
An internal, read-only attribute that describes the desired state of a resource. Using the crsctl start resource_name or crsctl stop resource_name commands, however, can affect the value of this attribute. 
STATE 
An internally-managed attribute that reflects the current state of the resource as reported by Oracle Clusterware. The state of a resource can be one of the following:
ONLINE: The resource is online and resource monitoring is enabled (see CHECK_INTERVAL).
OFFLINE: The resource is offline and only offline resource monitoring is enabled, if configured (see OFFLINE_CHECK_INTERVAL).
INTERMEDIATE: The resource is either partially online or was known to be online before and subsequent attempts to determine its state have failed; resource monitoring is enabled (see CHECK_INTERVAL).
UNKNOWN: The resource is unmanageable and its current state is unknown; manual intervention is required to resume its operation. A resource in this state is not monitored.
Oracle® Clusterware Administration and Deployment Guide 
11g Release 2 (11.2)
Question 7
After evaluating the various methods for extending a cluster, you decide to use addNode.sh.  
The cluster originally consisted of four nodes: RACNODE1, RACNODE2, RACNODE3, and RACNODE4. Now two nodes called RACNODES and RACNODE6 have been installed and connected to the cluster by OS administrations. 
Which three actions should be performed to check whether the new nodes are ready for running addNode.sh and to help correct any problems?
  1. cluvfy stage -pre crsinst -n RACNODE5/ RACNODE6 -C + DATA -q +VOTE -orainv
  2. <oinstall group> -fixup -verbose
  3. cluvfy stage -post hwos -n RACNODE5, RACNODE6 -verbose
  4. cluvfy comp peer -refnode RACNODE1 -n RACNODE5, RACNODE6 -orainv <oinstall group> -osdba <asmdba group> -verbose
  5. cluvfy stage -post hwos -n all -verbose
  6. cluvfy stage -pre nodeadd -n RACNODE5, RACNODE6 -fixup
  7. cluvfy comp peer -refnode RACNODES -n RACNODE6 -orainv <oinstall group> -osdba <asmdba group> -verbose
Correct answer: CDF
Explanation:
$ cluvfy stage -post nodeadd -n node3 [-verbose] Use the cluvfy comp peer component verification command to check the compatibility and properties of the specified nodes against a reference node. You can check compatibility for non-default user group names and for different releases of the Oracle software. This command compares physical attributes, such as memory and swap space, as well as user and group values, kernel settings, and installed operating system packages. Syntax cluvfy comp peer -n node_list [-refnode node] [-r {10gR1 | 10gR2 | 11gR1 | 11gR2}] [-orainv orainventory_group][-osdba osdba_group] [-verbose] Usage Notes Peer comparison with the -refnode option compares the system properties of other nodes against the reference node. If the value does not match (the value is not equal to reference node value), then CVU flags that comparison as a deviation from the reference node. If a group or user does not exist on reference node as well as on the other node, CVU reports this comparison as 'passed' because there is no deviation from the reference node. Similarly, CVU reports as 'failed' a comparison with a node that has more total memory than the reference node. $ cluvfy stage -pre nodeadd -n node3 [-fixup [-fixupdir fixup_dir]] [-verbose] You can specify the -fixup option and a directory into which CVU prints instructions to fix the cluster or node if the verification fails. Oracle® Clusterware Administration and Deployment Guide
$ cluvfy stage -post nodeadd -n node3 [-verbose] 
Use the cluvfy comp peer component verification command to check the compatibility and properties of the specified nodes against a reference node. You can check compatibility for non-default user group names and for different releases of the Oracle software. This command compares physical attributes, such as memory and swap space, as well as user and group values, kernel settings, and installed operating system packages. 
Syntax 
cluvfy comp peer -n node_list [-refnode node] [-r {10gR1 | 10gR2 | 11gR1 | 11gR2}] [-orainv orainventory_group][-osdba osdba_group] [-verbose] 
Usage Notes 
Peer comparison with the -refnode option compares the system properties of other nodes against the reference node. If the value does not match (the value is not equal to reference node value), then CVU flags that comparison as a deviation from the reference node. If a group or user does not exist on reference node as well as on the other node, CVU reports this comparison as 'passed' because there is no deviation from the reference node. Similarly, CVU reports as 'failed' a comparison with a node that has more total memory than the reference node. 
$ cluvfy stage -pre nodeadd -n node3 [-fixup [-fixupdir fixup_dir]] [-verbose] 
You can specify the -fixup option and a directory into which CVU prints instructions to fix the cluster or node if the verification fails. 
Oracle® Clusterware Administration and Deployment Guide
Question 8
What are the default connect strings used by SQL*Plus and ASMCMD when connecting to ASM instances?
  1. operating system authentication for ASMCMD;none for SQL*Plus
  2. "/ AS SYSASM" for ASMCMD;"/" for SQL*Plus
  3. "SYS/ AS SYSASM" for ASMCMD;"/ AS SYSDBA" for SQL*Pius
  4. operating system authentication for ASMCMD;operating system authentication for SQL*Plus
  5. "/ AS SYSASM" for ASMCMD;operating system authentication for SQL*Plus
Correct answer: E
Explanation:
On Linux and UNIX systems, dba is the default operating system group designated as OSASM, OSOPER, and OSDBA for Oracle ASM. On Windows systems, ora_dba is the default name designated as OSASM, OSOPER, and OSDBA. SQL*Plus commands, ASMCMD commands, and ASMCA use operating system authentication To connect locally as SYSASM to an Oracle ASM instance using operating system authentication with SQL*Plus, use the following statement: sqlplus / AS SYSASM OSASM group This group is granted the SYSASM privilege, which provides full administrative privileges for the Oracle ASM instance.  You can specify the --privilege option to choose the type of connection, either SYSASM or SYSDBA. The default value is SYSASM and is used when administering an Oracle ASM instance. Connect as SYSDBA when connecting to the database instance. For example:$ asmcmd --privilege sysasm usage: asmcmd [-V] [-v <errors|warnings|normal|info|debug>] [--privilege <sysasm|sysdba>] [-p] [command]
On Linux and UNIX systems, dba is the default operating system group designated as OSASM, OSOPER, and OSDBA for Oracle ASM. On Windows systems, ora_dba is the default name designated as OSASM, OSOPER, and OSDBA. 
SQL*Plus commands, ASMCMD commands, and ASMCA use operating system authentication 
To connect locally as SYSASM to an Oracle ASM instance using operating system authentication with SQL*Plus, use the following statement: 
sqlplus / AS SYSASM 
OSASM group 
This group is granted the SYSASM privilege, which provides full administrative privileges for the Oracle ASM instance.  
You can specify the --privilege option to choose the type of connection, either SYSASM or SYSDBA. The default value is SYSASM and is used when administering an Oracle ASM instance. Connect as SYSDBA when connecting to the database instance. 
For example:
$ asmcmd --privilege sysasm 
usage: asmcmd [-V] [-v <errors|warnings|normal|info|debug>] [--privilege <sysasm|sysdba>] [-p] [command]
Question 9
You want to install a database patch on your eight-node cluster by using Opatch with, the minimum amount of down time to your cluster nodes.  
You have already been prompted for the first set of nodes and you replied with node names RACNODE1 RACNODE2, and RACNODE3.  
Which two statements are true about the procedure for minimizing down time?
  1. The patch must be propagated to, applied, and the inventory updated on all the remaining nodes before restarting the instances on the first set of nodes.
  2. When the first set of nodes has been patched, the instances on the remaining nodes are shut down automatically by opatch.
  3. The instances must be started on the first set of nodes and then stopped on the remaining set to make certain that some nodes are always available.
  4. When the first set of nodes has been patched, the administrator is prompted to shut down the instances on the remaining nodes.
  5. The patch must be propagated to and the inventory updated on all the remaining nodes before restarting the instances on the first set of nodes.
Correct answer: DE
Explanation:
Installing a Patch with Minimum Down Time with OPatch In minimum down-time patching, the nodes are divided into two sets. One set of nodes is shut down and the patch is applied to those nodes. After the first set of nodes has been patched, the second set of nodes is shut down. The first set of nodes is then restarted and the patch is applied to the second set of nodes. After the patch has been applied to the second set of nodes, those nodes are restarted. This method leads to less down time for Oracle RAC, compared to having all the nodes shut down at the same time. When you use the minimum down-time patching method, the following actions occur:The local node is always patched first. The local node is used as a base to patch the other nodes. The user is prompted for the first set of nodes to patch. For each node in this first set, the user is asked to stop the instance and then the patch is propagated and applied to that node before continuing to the next node. When the first set of nodes has been patched, the user is asked to shut down Clusterware on the remaining nodes. The instances are stopped on the last set of remote nodes. The patch is propagated to the last set of nodes and the inventory is updated. You can then start up the patched nodes (the first set of nodes) before patching the remaining nodes. D60488GC11 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 4 – 44
Installing a Patch with Minimum Down Time with OPatch 
In minimum down-time patching, the nodes are divided into two sets. One set of nodes is shut down and the patch is applied to those nodes. After the first set of nodes has been patched, the second set of nodes is shut down. The first set of nodes is then restarted and the patch is applied to the second set of nodes. After the patch has been applied to the second set of nodes, those nodes are restarted. This method leads to less down time for Oracle RAC, compared to having all the nodes shut down at the same time. When you use the minimum down-time patching method, the following actions occur:
The local node is always patched first. 
The local node is used as a base to patch the other nodes. 
The user is prompted for the first set of nodes to patch. 
For each node in this first set, the user is asked to stop the instance and then the patch is propagated and applied to that node before continuing to the next node. 
When the first set of nodes has been patched, the user is asked to shut down Clusterware on the remaining nodes. 
The instances are stopped on the last set of remote nodes. 
The patch is propagated to the last set of nodes and the inventory is updated. 
You can then start up the patched nodes (the first set of nodes) before patching the remaining nodes. 
D60488GC11 
Oracle 11g: RAC and Grid Infrastructure Administration Accelerated 4 – 44
Question 10
You are ready to add two new nodes called RACNODE5 and RACNODE6 to your existing four-node cluster using addNode.sh 
You have run cluvfy -peer to check the new nodes against a reference node. 
When you originally created the cluster, the network administrators chose to statically define the scan vip addresses in the corporate DNS server, and you installed the Oracle Grid Infrastructure without using GNS. 
What is the correct way to silently add the nodes? r
  1. addNode . sh -silent "CLUSTER_NEW_nodes={ RACNODE5, RACNODEg > "
  2. addNode . sh -silent "CLUSTER_NEW_VIRTUAL_HOSTNAMES=<(RACNODES -VI P, RACNODE6-VIP) "
  3. addNode. sh -silent "CLUSTER_NEW_NODES= { RACNODES, RACNODE6 } " "CLUSTER_NEW_VlRTUAL_HOSTNAMES= RACNODE5-VIP, RACNODE6-VI P > "
  4. addNode.sh -silent -responseFile mynewnodea . txt With the response file containing only
  5. CLUSTER_NEW_NODES= {“RACNODE5, RACNODE6”)
  6. addNode.sh -silent -responseFile mynewnodes . txt With the response file containing only CLUSTER NEW VIRTUAL HOSTNAMES= { " RACNODE3-VI P , RACNODE4 -VI P >
Correct answer: C
Explanation:
If you are using Grid Naming Service (GNS):$ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" If you are not using GNS:$ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" "CLUSTER_NEW_VIRTUAL_ HOSTNAMES={node2-vip}" Alternatively, you can specify the entries in a response file, where file_name is the name of the file, and run the addNode.sh script, as follows:$ addNode.sh -silent -responseFile file_name When the addNode.sh script completes, a message window displays a list of nodes in the cluster and root scripts that must be run on those nodes. Oracle® Clusterware Administration and Deployment Guide
If you are using Grid Naming Service (GNS):
$ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" 
If you are not using GNS:
$ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" "CLUSTER_NEW_VIRTUAL_ 
HOSTNAMES={node2-vip}" 
Alternatively, you can specify the entries in a response file, where file_name is the name of the file, and run the addNode.sh script, as follows:
$ addNode.sh -silent -responseFile file_name 
When the addNode.sh script completes, a message window displays a list of nodes in the cluster and root scripts that must be run on those nodes. 
Oracle® Clusterware Administration and Deployment Guide
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!