How to Install a brand new Exadata X5 (part 2)
Step 1
As the install.sh script is meant for many different configurations, the step 1 will perform some checks and adapt the list of steps that are needed for your particular configuration. https://gist.github.com/freddenis/9e89e03c539f49ac9119966b9291fdf6 Check the output of the script to see if anything is wrong and we can then continue.List of Steps
The -l option can be used to list all those steps now that the step 1 has adapted it to your configuration. https://gist.github.com/freddenis/cb3b9bfd65f13c552e96e96a1c776489Step 2
This step will check for all the ISO files needed for all the installation steps, you will be prompted for missing files then copy the missing files in the WorkDir directory and relaunch the step. https://gist.github.com/freddenis/0cbf4c4235e11d438aa9b35298480cd1Step 3
This step will create the required users https://gist.github.com/freddenis/cddb274e68f39d24a181bd5984393432Step 4
This step will set up the cell connectivity creating the /etc/oracle/cell/network-config/cellip.ora and /etc/oracle/cell/network-config/cellinit.ora files https://gist.github.com/freddenis/c7ea375fb35f1a63cb8752c7dc900950Step 5
This step will check the Infiniband configuration and test the performances of it using the infinicheck script https://gist.github.com/freddenis/b1a2562e47942eb55cb87b22db9b79d0Step 6
This step will check the cells using the cellcli -e calibrate command. It also tests the performance of the cell disks and report any issue. https://gist.github.com/freddenis/98f569d8bf7792531f04ce23f6dc16ecStep 7
This step will create the cell disks, flashlog and flashcache https://gist.github.com/freddenis/076d886d72344fc258374bc9d563ba89Step 8
This step will create the grid disks https://gist.github.com/freddenis/a01da74d56125153e8f26db34894d1e8Step 9
This step will install the Grid Infrastructure 12.1.0.2 https://gist.github.com/freddenis/a97a57fcdb348c107a261a877601614aStep 10
This step will run the root.sh script on all the nodes. https://gist.github.com/freddenis/2b9532dd5f70bffffe1bddd46705d053 Note : if any issue occurs during this step, you will have to deinstall the GI : https://gist.github.com/freddenis/a1c91ab01b16b26adc1d8b9258b3202c Then reinstall the GI (step 9) and relaunch root.sh (step 10).Step 11
This step will install Oracle database -- this was 11.2.0.4 in this case (not 12c, I installed it manually later on) https://gist.github.com/freddenis/e9059e89ae5202e371207265fe4bfd8eStep 12
This step will relink the installed Oracle databases homes with RDS (protocol to use Infiniband) https://gist.github.com/freddenis/687335dc54c4e08f20dc165e5b1cffe8Step 13
This step will create the ASM diskgroups according to what has been defined by the client in the XML configuration file (this is the perfect timing to double check, triple check, etc... the name of the diskgroups before creating it to avoid to have to rename the diskgroups later) https://gist.github.com/freddenis/3147f87a99d64f5ce16665060af07155Step 14
This step will create the databases as defined in the <client>-<cluster>.xml file. In my cases, no databases were defined there as the client wanted to create them manually. But you can easily do it like that : https://gist.github.com/freddenis/8f2825c99ec593157d44d01983048484Step 15
This step applies some security fixes; the error below is due to the fact that the Step 14 has not been executed. https://gist.github.com/freddenis/cbbef7b8ccba425d4f7e374686cc2df7Step 16
This step installs the Exachk tool https://gist.github.com/freddenis/22282442a2d4bc8d9c6f4ca50f7603bdStep 17
This step creates an installation summary https://gist.github.com/freddenis/af5669d2c9d5faa8f4e9e672d29e1ffeStep 18
This step is to “ Resecure the machine ”; this step is meant to :- expire all passwords (need to be changed at next login)
- implement password aging and complexity
- tightened some permissions
- drop the root ssh keys
Share this
You May Also Like
These Related Stories
How to install a brand new Exadata X5 (Part 1)
How to install a brand new Exadata X5 (Part 1)
Aug 17, 2016
6
min read
Response File for GI Node Addition
Response File for GI Node Addition
Feb 8, 2022
1
min read
How to manage multiple MySQL binary installations with SYSTEMD
How to manage multiple MySQL binary installations with SYSTEMD
Jul 30, 2018
7
min read
No Comments Yet
Let us know what you think