6.installing oracle database_11g_r2_software_on_r

31
www.orienit .com Presented By OrienIT

Upload: sreehari-orienit

Post on 15-Aug-2015

40 views

Category:

Education


0 download

TRANSCRIPT

Page 1: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Presented By OrienIT

Page 2: 6.installing oracle database_11g_r2_software_on_r

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

www.orienit.com

Page 3: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 4: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 5: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 6: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 7: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 8: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 9: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 10: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 11: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 12: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 13: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 14: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 15: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 16: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 17: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 18: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 19: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 20: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 21: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 22: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 23: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 24: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 25: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 26: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 27: 6.installing oracle database_11g_r2_software_on_r

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.

www.orienit.com

Page 28: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com

Page 29: 6.installing oracle database_11g_r2_software_on_r

 

The database software installation and database creation are complete!

www.orienit.com

Page 30: 6.installing oracle database_11g_r2_software_on_r

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

www.orienit.com

Page 31: 6.installing oracle database_11g_r2_software_on_r

www.orienit.com