1 / 30

Installing Oracle Database 11gR2 Software on Red Hat Enterprise Linux 5 (RAC)

Installing Oracle Database 11gR2 Software on Red Hat Enterprise Linux 5 (RAC). Preparation Steps. Login to virtual server tom as user oracle. Copy linux_11gR2_database_1of2.zip and linux_11gR2_database_2of2.zip into /u01/staging. Unzip both files using "unzip" command:

delta
Download Presentation

Installing Oracle Database 11gR2 Software on Red Hat Enterprise Linux 5 (RAC)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Installing Oracle Database 11gR2 Software on Red Hat Enterprise Linux 5 (RAC)

  2. Preparation Steps • Login to virtual server tom as user oracle. • Copy linux_11gR2_database_1of2.zip and linux_11gR2_database_2of2.zip into /u01/staging. • Unzip both files using "unzip" command: [grid@tom staging]$ unzip linux_11gR2_database_1of2.zip [grid@tom staging]$ unzip linux_11gR2_database_2of2.zip • Make sure the time settings on tom and jerry are in sync:              [oracle@tom ~]$ date               Wed Jun  9 22:17:06 PDT 2010               [oracle@jerry ~]$ date               Wed Jun  9 22:17:07 PDT 2010 • If the time difference is more than a few seconds, the installation could fail, so you would have to adjust the time, for example:          [root@tom ~]$ date +%T -s "10:13:13"               [root@jerry ~]$ date +%T -s "10:13:13" • Go to /u01/staging/database directory and start the installation by issuing:           ./runInstaller

  3. Ignore Security Updates.

  4. Choose "Create and configure a database".

  5. Choose "Server Class".

  6. Select "Real Application Clusters database installation".

  7. Enter password for user oracle and click "Setup" button.

  8. Select "Advanced install".

  9. Accept "English".

  10. Select "Enterprise Edition".

  11. Confirm the locations for "Oracle Base" and "Software Location".

  12. Choose “General Purpose / Transaction Processing”.

  13. Specify database identifiers.

  14. Accept the default configuration.

  15. Select "Use Database Control for database management".

  16. Select "Automatic Storage Management" and specify password for user ASMSNMP.

  17. Choose "Do not enable automated backups".

  18. Select disk group "Data" for DB storage.

  19. Configure schema passwords. Ignore possible warning.

  20. Select "dba" for OSDBA group and "oper" for OSOPER.

  21. Wait for prerequisite checks to complete.

  22. Ignore possible "Swap Space" warning by selecting "Ignore All".

  23. Verify information on the "Summary" screen and click "Finish".

  24. Wait for installation process to complete. The database installation process will start automatically.

  25. Skip the password management on the Database Configuration Assistant window.

  26. "Execute Configuration scripts" window will pop up after some time.

  27. Executing "root" scripts in the right order          a.    Execute root.sh script on tom first and wait for successful comlpetion:                 [root@tom ~]$  /u01/app/oracle/product/11.2.0/db1/root.sh         b.    Execute root.sh script on jerry only after it successfully completes on tom:                 [root@jerry ~]$ /u01/app/oracle/product/11.2.0/db1/root.sh         c.    Click "OK" on "Execute Configuration Scripts" window. If you hit bug 8670579 during the Grid installation, you most likely are going to have problems with the Database installation as well. The solution is to install the same patch 8670579 in Oracle Home as well.

  28. Click "Close" button to exit the Installer.

  29. The database software installation and database creation are complete!

  30. Commands to verify the state of the database, instances, and cluster               crsctl stat res -t               crsctl check cluster               cluvfy comp clocksync -verbose               srvctl status database -d acmedb               srvctl status asm               srvctl status nodeapps

More Related