InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
You Have Lost Ocr Disk, What Is Your Next Step? |
|
Answer» The cluster STACK will be down due to the fact that cssd is unable to MAINTAIN the integrity, this is true in 10g, from 11gR2 onwards, the crsd stack will be down, the house still up and running. You can ADD the OCR BACK by restoring the automatic backup or import the manual backup. The cluster stack will be down due to the fact that cssd is unable to maintain the integrity, this is true in 10g, from 11gR2 onwards, the crsd stack will be down, the house still up and running. You can add the OCR back by restoring the automatic backup or import the manual backup. |
|
| 2. |
Can You Add Voting Disk Online? Do You Need Voting Disk Backup? |
|
Answer» Yes, as per documentation, if you have multiple voting disk you can add ONLINE, but if you have only one voting disk, by that cluster will be down as its lost you just NEED to start crs in exclusive mode and add the vote disk USING crsctl add vote disk <PATH> Yes, as per documentation, if you have multiple voting disk you can add online, but if you have only one voting disk, by that cluster will be down as its lost you just need to start crs in exclusive mode and add the vote disk using crsctl add vote disk <path> |
|
| 3. |
Crs Is Not Starting Automatically After A Node Reboot, What You Do To Make It Happen? |
|
Answer»
to DISABLE crsctl disable crs (as root) crsctl enable crs (as root) to disable crsctl disable crs (as root) |
|
| 4. |
How To Stop Whole Cluster With Single Command? |
|
Answer» CRSCTL stop cluster (possible only from 11gr2), please note crsctl commands BECOMES global now, if you do not specify node specifically the command executed GLOBALLY for example:
crsctl stop cluster (possible only from 11gr2), please note crsctl commands becomes global now, if you do not specify node specifically the command executed globally for example: |
|
| 5. |
What Is Runfixup.sh Script In Oracle Cluster Ware 11g Release 2 Installation? |
|
Answer» With Oracle Cluster ware 11g release 2, Oracle Universal Installer (OUI) detects when the minimum requirements for an INSTALLATION are not met, and creates shell scripts, called fixup scripts, to finish incomplete system configuration steps. If OUI detects an incomplete task, then it generates fixup scripts (runfixup.sh). You can run the fixup SCRIPT after you click the Fix and Check Again Button. The Fixup script does the FOLLOWING: If necessary sets kernel parameters to VALUES required for successful installation, INCLUDING:
Sets permissions on the Oracle Inventory (central inventory) directory. Reconfigures primary and secondary group memberships for the installation owner, if necessary, for the Oracle Inventory directory and the operating system privileges groups.
With Oracle Cluster ware 11g release 2, Oracle Universal Installer (OUI) detects when the minimum requirements for an installation are not met, and creates shell scripts, called fixup scripts, to finish incomplete system configuration steps. If OUI detects an incomplete task, then it generates fixup scripts (runfixup.sh). You can run the fixup script after you click the Fix and Check Again Button. The Fixup script does the following: If necessary sets kernel parameters to values required for successful installation, including: Sets permissions on the Oracle Inventory (central inventory) directory. Reconfigures primary and secondary group memberships for the installation owner, if necessary, for the Oracle Inventory directory and the operating system privileges groups. |
|
| 6. |
What Is Olr? Which Of The Following Statements Regarding The Oracle Local Registry (olr) Is True? |
Answer»
|
|
| 7. |
Can I Stop All Nodes In One Command? Meaning That Stopping Whole Cluster? |
|
Answer» In 10g its not possible, where in 11g it is possible [ROOT@pic1]# crsctl START CLUSTER -all [root@pic2]# crsctl stop cluster –all In 10g its not possible, where in 11g it is possible [root@pic1]# crsctl start cluster -all [root@pic2]# crsctl stop cluster –all |
|
| 8. |
How To Check The Node Connectivity In Oracle Grid Infrastructure? |
|
Answer» $ cluvfy COMP nodecon -N all –verbose $ cluvfy comp nodecon -n all –verbose |
|
| 9. |
Managing Or Modifying Scan In Oracle Rac? |
|
Answer» To add a SCAN VIP resource:
To remove Cluster ware resources from SCAN VIPs:
To add a SCAN listener resource:
To remove Cluster ware resources from all SCAN listeners:
To add a SCAN VIP resource: To remove Cluster ware resources from SCAN VIPs: To add a SCAN listener resource: To remove Cluster ware resources from all SCAN listeners: |
|
| 10. |
How To Change Cluster Interconnect In Rac? |
|
Answer» On a single node in the cluster, add the new global interface specification:
VERIFY the CHANGES with oifcfg getif and then stop Cluster ware on all nodes by running the following COMMAND as root on each node:
Assign the network address to the new network adapters on all nodes using ifconfig:
Remove the former adapter/subnet specification and restart Cluster ware:
On a single node in the cluster, add the new global interface specification: Verify the changes with oifcfg getif and then stop Cluster ware on all nodes by running the following command as root on each node: Assign the network address to the new network adapters on all nodes using ifconfig: Remove the former adapter/subnet specification and restart Cluster ware: |
|
| 11. |
How To Find Location Of Ocr? |
|
Answer»
ocrconfig local=+DATA local_only=FALSE ocrconfig local=+DATA local_only=FALSE |
|
| 12. |
How To Check The Cluster (one Node) Status? |
|
Answer»
CRS-4638: Oracle High AVAILABILITY Services is online. CRS-4537: CLUSTER Ready Services is online. CRS-4529: Cluster Synchronization Services is online. CRS-4533: EVENT Manager is online. $ crsctl check crs CRS-4638: Oracle High Availability Services is online. CRS-4537: Cluster Ready Services is online. CRS-4529: Cluster Synchronization Services is online. CRS-4533: Event Manager is online. |
|
| 13. |
How To Check The Cluster (all Nodes) Status? |
|
Answer» To check the viability of Cluster Synchronization SERVICES (CSS) ACROSS nodes: $ crsctl check cluster CRS-4537: Cluster Ready Services is online. CRS-4529: Cluster Synchronization Services is online. CRS-4533: EVENT MANAGER is online. To check the viability of Cluster Synchronization Services (CSS) across nodes: $ crsctl check cluster CRS-4537: Cluster Ready Services is online. CRS-4529: Cluster Synchronization Services is online. CRS-4533: Event Manager is online. |
|
| 14. |
How To Control Oracle Cluster Ware? |
|
Answer» To start or stop Oracle Cluster ware on a specific node:
To ENABLE or DISABLE Oracle Cluster ware on a specific node:
To start or stop Oracle Cluster ware on a specific node: To enable or disable Oracle Cluster ware on a specific node: |
|
| 15. |
What Is The Difference Between Crsctl And Srvctl? |
|
Answer» Crsctl manages CLUSTER ware-related operations:
Srvctl manages Oracle resource–related operations:
Crsctl manages cluster ware-related operations: Srvctl manages Oracle resource–related operations: |
|
| 16. |
What Is Scan Listener? |
|
Answer» A scan listener is SOMETHING that additional to node listener which LISTENS the incoming db connection requests from the client which got through the scan IP, it got ENDPOINTS CONFIGURED to node listener where it routes the db connection requests to particular node listener. A scan listener is something that additional to node listener which listens the incoming db connection requests from the client which got through the scan IP, it got endpoints configured to node listener where it routes the db connection requests to particular node listener. |
|
| 17. |
What Is Node Listener? |
|
Answer» In 11gr2 the listeners will run from Grid INFRASTRUCTURE software home
In 11gr2 the listeners will run from Grid Infrastructure software home |
|
| 18. |
What Is Gns? |
|
Answer» Grid Naming service is alternative service to DNS , which will ACT as a sub DOMAIN in your DNS but managed by Oracle, with GNS the connection is routed to the CLUSTER IP and MANAGES internally. Grid Naming service is alternative service to DNS , which will act as a sub domain in your DNS but managed by Oracle, with GNS the connection is routed to the cluster IP and manages internally. |
|
| 19. |
What Is Cluster Ware? |
|
Answer» Software that provides various INTERFACES and services for a cluster. Typically, this INCLUDES capabilities that:
Software that provides various interfaces and services for a cluster. Typically, this includes capabilities that: |
|
| 20. |
What Are Oracle Kernel Components (nothing But How Does Oracle Rac Database Differs Than Normal Single Instance Database In Terms Of Binaries And Process)? |
|
Answer» Basically Oracle kernel need to switched on with RAC On option when you convert to RAC, that is the difference as it facilitates few RAC bg process like LMON, LCK, LMD, LMS ETC. To turn on RAC:
Oracle RAC is composed of two or more database instances. They are composed of Memory structures and background processes same as the single instance database. Oracle RAC instances use two processes GES(Global ENQUEUE Service), GCS(Global Cache Service) that enable cache fusion. Oracle RAC instances are composed of following background processes:
Basically Oracle kernel need to switched on with RAC On option when you convert to RAC, that is the difference as it facilitates few RAC bg process like LMON, LCK, LMD, LMS etc. To turn on RAC: Oracle RAC is composed of two or more database instances. They are composed of Memory structures and background processes same as the single instance database. Oracle RAC instances use two processes GES(Global Enqueue Service), GCS(Global Cache Service) that enable cache fusion. Oracle RAC instances are composed of following background processes: |
|
| 22. |
What Are Oracle Cluster Components? |
| Answer» | |
| 23. |
What Is The Major Difference Between 10g And 11g Rac? |
|
Answer» Well, there is not MUCH difference between 10g and 11gR (1) RAC. But there is a significant difference in 11gR2. Prior to 11gR1 (10g) RAC, the following were MANAGED by Oracle CRS:
From 11gR2 (onwards) it’s completed HA stack managing and providing the following resources as like the other cluster SOFTWARE like VCS etc.
Well, there is not much difference between 10g and 11gR (1) RAC. But there is a significant difference in 11gR2. Prior to 11gR1 (10g) RAC, the following were managed by Oracle CRS: From 11gR2 (onwards) it’s completed HA stack managing and providing the following resources as like the other cluster software like VCS etc. |
|