Install Grid Infrastructure 12c On Standalone Server
Grid installation on the standalone database server is also known as oracle Restart. This is required if you wish you use ASM file system with oracle restart feature. Oracle Restart Means, During any accidental Hardware or software failure, it will start the database components like database instance, listener service, ASM instance automatically. Here there won’t be any OCR or VOTING disk.
In this article, we will install grid software, then RDBMS binary and will create a database also.
1. Download and unzip the grid software:
-rw-r--r-- 1 oracle oinstall 1765495417 Mar 13 12:58 p21419221_121020_SOLARIS64_1of10.zip -rw-r--r-- 1 oracle oinstall 1147043852 Mar 13 12:59 p21419221_121020_SOLARIS64_2of10.zip -rw-r--r-- 1 oracle oinstall 1328921933 Mar 13 13:00 p21419221_121020_SOLARIS64_5of10.zip -rw-r--r-- 1 oracle oinstall 778288046 Mar 13 13:00 p21419221_121020_SOLARIS64_6of10.zip unzip p21419221_121020_SOLARIS64_1of10.zip unzip p21419221_121020_SOLARIS64_2of10.zip unzip p21419221_121020_SOLARIS64_5of10.zip unzip p21419221_121020_SOLARIS64_6of10.zip cd grid -rwxr-xr-x 1 oracle oinstall 500 Feb 6 2013 welcome.html -rwxr-xr-x 1 oracle oinstall 5085 Dec 31 2013 runcluvfy.sh drwxr-xr-x 2 oracle oinstall 5 Jul 8 2014 udlm -rwxr-xr-x 1 oracle oinstall 16869 Jul 8 2014 runInstaller drwxr-xr-x 2 oracle oinstall 2 Jul 8 2014 rpm drwxrwxr-x 2 oracle oinstall 3 Jul 8 2014 sshsetup drwxrwxr-x 2 oracle oinstall 3 Jul 8 2014 response drwxr-xr-x 14 oracle oinstall 30 Jul 8 2014 stage -rwxr-xr-x 1 oracle oinstall 33934 Aug 24 2015 readme.html drwxr-xr-x 4 oracle oinstall 16 Mar 13 13:04 install
2. Run precheck utility:
It should be successful.
$ ./runcluvfy.sh stage -pre hacfg Performing pre-checks for Oracle Restart configuration Total memory check passed Available memory check passed Swap space check passed Free disk space check passed for "sec97-4:/usr,sec97-4:/etc,sec97-4:/sbin" Free disk space check passed for "sec97-4:/var,sec97-4:/var/tmp/" Check for multiple users with UID value 300 passed User existence check passed for "oracle" Group existence check passed for "oinstall" Group existence check passed for "dba" Membership check for user "oracle" in group "oinstall" [as Primary] passed Membership check for user "oracle" in group "dba" passed Run level check passed Hard limits check passed for "maximum open file descriptors" Soft limits check passed for "maximum open file descriptors" Hard limits check passed for "maximum user processes" Soft limits check passed for "maximum user processes" System architecture check passed Kernel version check passed Kernel parameter check passed for "project.max-sem-ids" Kernel parameter check passed for "process.max-sem-nsems" Kernel parameter check passed for "project.max-shm-memory" Kernel parameter check passed for "project.max-shm-ids" Kernel parameter check passed for "tcp_smallest_anon_port" Kernel parameter check passed for "tcp_largest_anon_port" Kernel parameter check passed for "udp_smallest_anon_port" Kernel parameter check passed for "udp_largest_anon_port" Package existence check passed for "make" Package existence check passed for "assembler" Package existence check passed for "xcu4" Package existence check passed for "x11-info-clients" Package existence check passed for "dtrace" Check for multiple users with UID value 0 passed Current group ID check passed Starting check for consistency of primary group of root user Check for consistency of root user's primary group passed Pre-check for Oracle Restart configuration was successful.
GRID INSTALLATION:
$ ./runInstaller
Starting Oracle Universal Installer…
Checking Temp space: must be greater than 180 MB. Actual 353012 MB Passed
Checking swap space: must be greater than 150 MB. Actual 354764 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2017-03-13_02-01-46PM. Please wait ..
With this standalone grid installation is successful. Now lets proceed with Oracle rdbms binary installation.
ORACLE BINARY INSTALLATION:
Now oracle binary installation is also successful.
Now create your required ASM disk groups using asmca utility.
CREATE A DATABASE:
We have successfully, create the database on the standalone grid.
Related Articles
- How to change asm spfile location in oracle RAC
- How to delete a node from oracle RAC 19C
- How to deinstall oracle 19c grid infrastructure
- How to add a node in oracle RAC 19c
- ORA-15260: permission denied on ASM disk group
- Useful asmcmd commands
- How to change cluster name in oracle RAC
- CRS-4013: This command is not supported in a single-node configuration