Tuesday 27 June 2017

Deploy the Oracle Database Appliance (ODA X6-2S,M,L) Small,Medium and Large (Part 1)

This document describe step by step procedure to Deploy the Oracle Database Appliance (ODA X6-2S,M,L) Small,Medium and Large.

1. Log in to Oracle Database Appliance.
 as root, using the password welcome1.

2. Download the Grid and RDBMS patches from MOS
Download the patch from Doc ID 2144642.1

3.Transfer the downloaded files to  Oracle Database Appliance machine.
scp or winscp

4.Unzip the GRID Patches.

[root@oak u01]# unzip p23494985_1212100_Linux-x86-64_1of2.zip
Archive:  p23494985_1212100_Linux-x86-64_1of2.zip
  inflating: oda-sm-12.1.2.10.0-170205-GI-12.1.0.2_1of2.zippart
[root@oak u01]# unzip p23494985_1212100_Linux-x86-64_2of2.zip
Archive:  p23494985_1212100_Linux-x86-64_2of2.zip
  inflating: oda-sm-12.1.2.10.0-170205-GI-12.1.0.2_2of2.zippart

[root@oak u01]# ls -l
-rw-r--r--  1 root root 2200000000 Feb 20 01:52 oda-sm-12.1.2.10.0-170205-GI-12.1.0.2_1of2.zippart
-rw-r--r--  1 root root 2190538165 Feb 20 02:17 oda-sm-12.1.2.10.0-170205-GI-12.1.0.2_2of2.zippart


5. Concatenate GRID Files

[root@oak u01]# cat oda-sm-12.1.2.10.0-170205-GI-12.1.0.2_1of2.zippart oda-sm-12.1.2.10.0-170205-GI-12.1.0.2_2of2.zippart> oda-sm-12.1.2.10.0-170205-GI-12.1.0.2.zip  

[root@oak u01]# ls -l
-rw-r--r--  1 root root 4390538165 Jun 18 19:11 oda-sm-12.1.2.10.0-170205-GI-12.1.0.2.zip


6. Unzip the RDBMS patch.

[root@oak u01]# unzip p23494992_1212100_Linux-x86-64.zip
Archive:  p23494992_1212100_Linux-x86-64.zip
 extracting: oda-sm-12.1.2.10.0-170205-DB-12.1.0.2.zip
  inflating: README.txt
[root@oak u01]# ls -l
-rw-r--r--  1 root root 3632802505 Feb 20 02:05 oda-sm-12.1.2.10.0-170205-DB-12.1.0.2.zip


7. Update Repository with GRID and RDBMS patches.

[root@oak bin]# ./odacli update-repository -f /u01/oda-sm-12.1.2.10.0-170205-GI-12.1.0.2.zip,/u01/oda-sm-12.1.2.10.0-170205-DB-12.1.0.2.zip
{
  "jobId" : "82d0652e-efb9-423b-967d-05f7948947d5",
  "status" : "Created",
  "message" : "/u01/oda-sm-12.1.2.10.0-170205-GI-12.1.0.2.zip,/u01/oda-sm-12.1.2.10.0-170205-DB-12.1.0.2.zip",
  "reports" : [ ],
  "createTimestamp" : "June 18, 2017 19:13:38 PM PDT",
  "resourceList" : [ ],
  "description" : "Repository Update",
  "updatedTime" : "June 18, 2017 19:13:38 PM PDT"
}

8. describe the job to check the status.


[root@oak bin]# ./odacli describe-job -i 82d0652e-efb9-423b-967d-05f7948947d5

Job details
----------------------------------------------------------------
                     ID:  82d0652e-efb9-423b-967d-05f7948947d5
            Description:  Repository Update
                 Status:  Running
                Created:  June 18, 2017 7:13:38 PM PDT
                Message:  /u01/oda-sm-12.1.2.10.0-170205-GI-12.1.0.2.zip,/u01/oda-sm-12.1.2.10.0-170205-DB-12.1.0.2.zip

Task Name                                Start Time                          End Time                            Status
---------------------------------------- ----------------------------------- ----------------------------------- ----------
Unzip patch bundle                       June 18, 2017 7:13:38 PM PDT        June 18, 2017 7:13:38 PM PDT        Running

9. List the jobs to verify the status.

[root@oak bin]# ./odacli list-jobs

ID                                       Description                                                                 Created                             Status
---------------------------------------- --------------------------------------------------------------------------- ----------------------------------- ----------
82d0652e-efb9-423b-967d-05f7948947d5     Repository Update                                                           June 18, 2017 7:13:38 PM PDT        Success


10. Deploy the Oracle Database Appliance

After the images have been successfully updated, you are ready to deploy the Oracle Database Appliance.
Using the Chrome browser, type the following URL:

https://<ipaddress or hostname>:7093/mgmt/index.html
Username: oda-admin
Password (default):  welcome1


Continue to part 2 ...

No comments:

Post a Comment