{"id":2771,"date":"2013-09-19T01:05:00","date_gmt":"2013-09-18T23:05:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/"},"modified":"2013-09-19T01:05:00","modified_gmt":"2013-09-18T23:05:00","slug":"oracle-grid-infrastructure-12c-prerequisites-for-installation","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/","title":{"rendered":"Oracle Grid Infrastructure 12c: prerequisites for installation"},"content":{"rendered":"<p><img decoding=\"async\" class=\"blog-image aligncenter\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg\" alt=\"\" \/><\/p>\n<p>Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.<\/p>\n<h3>Server hardware requirements<\/h3>\n<p>Let&#8217;s see the hardware part.<\/p>\n<table style=\"width: 500px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><\/td>\n<td style=\"text-align: center;\">Grid infrastructure 12.1<\/td>\n<td style=\"text-align: center;\">Grid infrastructure 11.2<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Minimal size for \/tmp<\/td>\n<td>1 GB<\/td>\n<td>1 GB<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Minimal size for Grid infrastructure install<\/td>\n<td style=\"width: 150px;\">8 GB<\/td>\n<td style=\"width: 150px;\" rowspan=\"2\">6,5 GB<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Minimal size for clusterware and asm logfiles<\/td>\n<td>3,5 GB<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Minimal memory<\/td>\n<td>4 GB<\/td>\n<td>2,5 GB<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Minimal Swap<\/td>\n<td style=\"text-align: left;\">Equal to memory, up to 16 GB<\/td>\n<td>\n<p style=\"text-align: left;\">Equal to memory, up to 16 GB (32 bits)<\/p>\n<p style=\"text-align: left;\">Equal to memory, up to 32 GB (64 bits)<\/p>\n<\/td>\n<\/tr>\n<tr>\n<td style=\"text-align: left;\">Operating system architecture<\/td>\n<td>64 bits<\/td>\n<td>32 bits<br \/>\n64 bits<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This table shows three principal things. Grid Infrastructure 12c needs more disk space. Not really a surprise, new features need space. Swap space rule has changed too, 16 GB is the maximum amount of swap space required.<\/p>\n<p>And a last important change we can observe: 32 bit operating systems are no longer supported with Grid Infrastructure 12c. This fact is to take in account for people who want to migrate from 11g to 12c, because some applications still need 32 bit libraries to work fine.<\/p>\n<h3>Server software requirements<\/h3>\n<p>Grid Infrastructure is not compatible with two old releases of Linux:<\/p>\n<table style=\"width: 500px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td><\/td>\n<td><strong>Linux release<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>Oracle Grid Infrastructure 12.1<\/strong><\/td>\n<td>Oracle Linux \/ RHEL 5 Update 6 or later, Oracle Linux \/ RHEL 6 or later<\/td>\n<\/tr>\n<tr>\n<td><strong>Oracle Grid Infrastructure 11.2<\/strong><\/td>\n<td>Oracle Linux \/ RHEL 4 Update 7 or later, Oracle Linux \/ RHEL 5 Update 2 or later, Oracle Linux \/ RHEL 6 or later<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This table shows only requirements for Oracle Linux because this blog is about Oracle. As you can see, Grid Infrastructure 12c supports only OEL \/ RHEL release 5 Update 6 or later.<\/p>\n<h3>What you will need<\/h3>\n<p>You choosed an operating system, and your hardware is able to support Grid Infrastructure. But if you want to create a two nodes cluster, you also need following pre requisites.<\/p>\n<p>For Network:<\/p>\n<ul>\n<li>One public IP for each node<\/li>\n<li>One virtual IP for each node<\/li>\n<li>One private IP for each node for cluster interconnect, on a separate subnet<\/li>\n<li>Up to three public IPs for the SCAN &#8211; Single Client Access Name (3 IPs is recommanded)<\/li>\n<\/ul>\n<p>For ASM:<\/p>\n<ul>\n<li>One shared disk of 2 GB minimum for CRS with external redundancy (use three disks for normal redundancy and five disks for high redundancy)<\/li>\n<li>At least one shared disk for datas<\/li>\n<\/ul>\n<p>Shared disk means that the disk can be accessed in read \/ write by multiple hosts at a same time.<\/p>\n<p>In this example, we are going to create 3 disks of 2 GB for CRS with high redundancy, 1 disk of 10 GB for database files (DATA) and 1 disk of 10 GB for the fast recovery area (FRA). We have a total of 5 disks.<\/p>\n<p>Of course, do not forget to download the Oracle binaries for Grid infrastructure and for rdbms. We assume that you already downloaded and unzipped files on node01 in the path &#8220;\/software&#8221;.<\/p>\n<h3>Configuring the system<\/h3>\n<p>Once we validated that the system can be used to install Oracle Grid Infrastructure, there are some configuration to do or some parameters to adapt. Unless it is precised, all following steps concern both nodes.<\/p>\n<h4>1) General configuration<\/h4>\n<ul>\n<li>cvuqdisk package<\/li>\n<\/ul>\n<p>This package is required by cluvfy tool, to see shared disks. It is available in Grid Infrastructure binaries, in <strong>\/software\/grid\/rpm<\/strong> directory. You can copy the rpm on the second node using scp.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># CVUQDISK_GRP=oinstall; export CVUQDISK_GRP\n# rpm -iv cvuqdisk-1.0.9-1.rpm\nPreparing packages for installation...\ncvuqdisk-1.0.9-1<code><\/code><\/pre>\n<p>You can check that the package is installed with the rpm command:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># rpm -qa | grep cvuqdisk\ncvuqdisk-1.0.9-1.x86_64<\/pre>\n<p>This package is required for both 11g and 12c Grid Infrastructure. Note that thepackage version may change according to the Oracle release used.<\/p>\n<ul>\n<li>NTP services<\/li>\n<\/ul>\n<p>NTP (Network Time Protocol) is used to synchronize time of members of the cluster. According to Oracle note 1056693.1, it was necessary due to an unresolved bug to add the slew option for the ntp deamon with Grid Infrastructure 11g. It consists to run ntpd with the &#8220;-x&#8221; option, by editing the \/etc\/sysconfig\/ntpd file. It gives something like this:<\/p>\n<p><code>OPTIONS=\"<span style=\"color: #ff0000;\">-x<\/span> -u ntp:ntp -p \/var\/run\/ntpd.pid\"<\/code><\/p>\n<p>It seems that this problem does not affect Oracle Grid Infrastructure 12c. I did not edit the ntpd configuration before installing Grid Infrastructure 12c, and I got no error about it.<\/p>\n<ul>\n<li>IPtables (firewall)<\/li>\n<\/ul>\n<p>To make sure that\u00a0 members of the cluster can communicate, iptables service must be stopped. To do that, just stop the service and disable the autostart of this service:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># service iptables stop\n# chkconfig iptables off\n# chkconfig --list iptables\niptables\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 0:off\u00a0\u00a0 1:off\u00a0\u00a0 2:off\u00a0\u00a0 3:off\u00a0\u00a0 4:off\u00a0\u00a0 5:off\u00a0\u00a0 6:off<\/pre>\n<p>IPTables has to be disabled for both 11g and 12c installations.<\/p>\n<ul>\n<li>SELinux<\/li>\n<\/ul>\n<p>SELinux can prevent to establish a correct SSH communication between two hosts, or prevent the creation of ASM disks with the oracleasm tool. To disable SELinux, edit the file <strong>\/etc\/selinux\/config<\/strong> as follow:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># This file controls the state of SELinux on the system.\n# SELINUX= can take one of these three values:\n#\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 enforcing - SELinux security policy is enforced.\n#\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 permissive - SELinux prints warnings instead of enforcing.\n#\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 disabled - No SELinux policy is loaded.\nSELINUX=disabled\n# SELINUXTYPE= can take one of these two values:\n#\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 targeted - Targeted processes are protected,\n#\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 mls - Multi Level Security protection.\nSELINUXTYPE=targeted<\/pre>\n<p>Reboot the server and check if SELinux is down by using the following command:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># \/usr\/sbin\/getenforce\nDisabled<\/pre>\n<p>SELinux has to be disabled for both 11g and 12c installations.<\/p>\n<h4>2) Network configuration<\/h4>\n<p><strong>Address plan<\/strong><br \/>\nYou need multiple IP addresses for your cluster.<br \/>\nEach node needs:<\/p>\n<ul>\n<li>An IP on the public network. This address corresponds to a network interface, and is used to allow the node to communicate on the network.<\/li>\n<\/ul>\n<ul>\n<li>An IP on a private network, different subnet from the public one. It is also called Cluster Interconnect. This address corresponds to a second network interface. The Interconnect is a Network dedicated to communication between nodes and is not supposed to be accessible by other hosts not member of the cluster.<\/li>\n<\/ul>\n<ul>\n<li>A virtual IP on the public network. The virtual IP is not really connected to the server, it does not appear in its network configuration. It is used for connection redundancy: if the node fails, its virtual IP is transferred on the leaving node and clients still can communicate with the cluster.<\/li>\n<\/ul>\n<p>You also need to configure up to three addresses on the public network for SCAN. The SCAN is a single name to access the cluster.<br \/>\nEach SCAN IP corresponds to a listener SCAN which redirects requests to nodes local listeners. Using this name, clients are not aware of the node on which database is running, and adding or removing a node in the cluster does not affect client connect configuration.<br \/>\nSCAN also provides failover and load balancing.<br \/>\nAs a summary, you need 9 IPs to create a two nodes cluster. IPs are described at next step.<\/p>\n<p><strong>Name resolution<\/strong><br \/>\nOnce IP addresses are defined, they must be resolvable by all nodes. Three options:<\/p>\n<ul>\n<li>Use of a local hosts file<\/li>\n<\/ul>\n<p>You may have something like this:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">127.0.0.1\u00a0\u00a0 localhost localhost.localdomain localhost4 localhost4.localdomain4\n::1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 localhost localhost.localdomain localhost6 localhost6.localdomain6\n<span style=\"color: #339966;\">192.168.100.1\u00a0\u00a0 \u00a0\u00a0 \u00a0 node01\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 node01.it.dbi-services.com<\/span>\n<span style=\"color: #339966;\">192.168.100.2 \u00a0\u00a0 \u00a0\u00a0\u00a0 node02 \u00a0\u00a0\u00a0 \u00a0 \u00a0\u00a0 node02.it.dbi-services.com<\/span>\n<span style=\"color: #339966;\">192.168.100.11 \u00a0\u00a0\u00a0\u00a0\u00a0 node01-vip \u00a0\u00a0\u00a0\u00a0 node01-vip.it.dbi-services.com<\/span>\n<span style=\"color: #339966;\">192.168.100.12 \u00a0\u00a0\u00a0\u00a0\u00a0 node01-vip \u00a0\u00a0\u00a0\u00a0 node02-vip.it.dbi-services.com<\/span>\n<strong><span style=\"color: #339966;\">192.168.100.100\u00a0\u00a0\u00a0\u00a0\u00a0 cluster-scan\u00a0\u00a0\u00a0 cluster-scan.it.dbi-services.com<\/span><\/strong>\n<span style=\"color: #ff9900;\">192.168.200.1\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0 node01-priv\u00a0\u00a0\u00a0\u00a0 node01-priv.it.dbi-services.com<\/span>\n<span style=\"color: #ff9900;\">192.168.200.2 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 node02-priv\u00a0\u00a0\u00a0\u00a0 node02-priv.it.dbi-services.com<\/span><\/pre>\n<p>Important point: with local hosts file, you cannot use more than one IP for the SCAN because round robin is not available.<\/p>\n<ul>\n<li>Use of a Domain Name Server<\/li>\n<\/ul>\n<p>In this case you have to create all addresses and hostnames on the DNS, and to enable round robin for SCAN addresses if you are using more that one address for the SCAN.<br \/>\nYou may have following entries in your DNS zone file:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"><span style=\"color: #339966;\">node01.it.dbi-services.com\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.100.1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 <\/span>\n<span style=\"color: #339966;\">node02.it.dbi-services.com\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.100.2 \u00a0\u00a0\u00a0 \u00a0 \u00a0\u00a0 <\/span>\n<span style=\"color: #339966;\">node01-vip.it.dbi-services.com\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.100.11 \u00a0\u00a0\u00a0\u00a0 <\/span>\n<span style=\"color: #339966;\">node02-vip.it.dbi-services.com\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.100.12<\/span>\n<span style=\"color: #339966;\">cluster-scan.it.dbi-services.com \u00a0\u00a0\u00a0 IN A 192.168.100.100<\/span>\n<span style=\"color: #339966;\">\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.100.101<\/span>\n<span style=\"color: #339966;\">\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.100.102\u00a0\u00a0\u00a0<\/span> \n<span style=\"color: #ff9900;\">node01-priv.it.dbi-services.com\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.200.1\u00a0\u00a0\u00a0\u00a0 <\/span>\n<span style=\"color: #ff9900;\">node02-priv.it.dbi-services.com\u00a0\u00a0\u00a0\u00a0\u00a0 IN A 192.168.200.2\u00a0<\/span>\u00a0\u00a0\u00a0<code><\/code><\/pre>\n<p><code><span style=\"color: #339966;\"><span style=\"color: #339966;\"><span style=\"color: #339966;\"><span style=\"color: #339966;\"><span style=\"color: #ff9900;\"><span style=\"color: #ff9900;\"><br \/>\n<\/span><\/span><\/span><\/span><\/span><\/span><\/code><\/p>\n<ul>\n<li>Use of Oracle GNS &#8211; Grid Naming Service<\/li>\n<\/ul>\n<p>GNS was introduced with Grid Infrastructure 11.2 and provides dynamics DHCP addresses for SCAN and Virtual IPs. I will not detail this service in this blog, just know that it exists. For more information, you can consult Oracle documentation.<\/p>\n<p>We are going to use a DNS Server to resolve names and IPs.<\/p>\n<p><strong>A word about SCAN<\/strong><br \/>\nThe following schema gives an overview of the interconnection of a two nodes cluster:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/GridInfra.png\" alt=\"GridInfra\" width=\"598\" height=\"480\" \/><\/p>\n<h4>3) Users and groups<\/h4>\n<ul>\n<li><strong>rdbms package<\/strong><\/li>\n<\/ul>\n<p>Download the rdbms preinstall package\u00a0 from the public repository or ULN. The package is in the latest yum repository (el6_latest or ol5_latest). You must enable it. For Oracle Linux 6, use the following command:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># yum install oracle-rdbms-server-12cR1-preinstall<\/pre>\n<p>This package will automatically download required packages or libraries, create users and groups&#8230; It avoids fastidious configuration steps.<br \/>\nHowever, it does not everything. Some facultative oracle groups are not created by the package. This is the case for oper, and for the three new Oracle 12c groups backupdba, dgdba and kmdba.<br \/>\nMore, this package makes the system ready for rdbms installation only, meaning that all pre requisites for Grid Infrastructure are not automatically set.<br \/>\nNote that since Oracle 12c, the package does not edit the file<strong> \/etc\/security\/limits.conf<\/strong> anymore. Ulimits must be specified by hand.<\/p>\n<ul>\n<li><strong>Groups creation<\/strong><\/li>\n<\/ul>\n<p><strong>Database groups<\/strong><br \/>\nThe following groups are not created by the rdbms package, and must be created manually:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># \/usr\/sbin\/groupadd -g 54323 oper\n# \/usr\/sbin\/groupadd -g 54327 backupdba\n# \/usr\/sbin\/groupadd -g 54328 dgdba\n# \/usr\/sbin\/groupadd -g 54329 kmdba<\/pre>\n<p><strong>Asm groups<\/strong><br \/>\nSince the rdbms preinstall package is dedicated to Oracle RDBMS install, all pre requisites for Grid Infrastructure and ASM must be set manually. This includes the three following groups:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># \/usr\/sbin\/groupadd -g 54324 asmadmin\n# \/usr\/sbin\/groupadd -g 54325 asmdba\n# \/usr\/sbin\/groupadd -g 54326 asmoper<\/pre>\n<ul>\n<li><strong>Users creation and modification<\/strong><\/li>\n<\/ul>\n<p>The user oracle was already created by the rdbms preinstall package with oinstall and dba groups. But it is not member of all newly created groups.<br \/>\nMore, it has no rights for ASM, and is not able to see ASM disks to create a database. For that, the oracle user needs the asmdba group. You can drop and recreate the user, or just alter its parameters with this command:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># \/usr\/sbin\/usermod -g oinstall -G dba,backupdba,dgdba,kmdba,oper,asmdba oracle<code><\/code><\/pre>\n<p>Grid Infrastructure needs a software owner, member of oinstall, which is not created by the rdbms preinstall package. It is advised to create a dedicated user:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># \/usr\/sbin\/useradd -u 54322 -g oinstall -G asmadmin,asmdba,asmoper grid<\/pre>\n<p>Do not forget to specify password for both oracle and grid users:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># passwd oracle\n# passwd grid<\/pre>\n<ul>\n<li><strong>SSH<\/strong><\/li>\n<\/ul>\n<p>The OUI (Oracle Universal Installer) is run on one node, and uses SSH and scp commands to run command and copy files on remote nodes during the install. SSH must be configured on all members of the cluster to avoid each command to prompt for a password. This configuration can be done during install process, with the OUI, or with a script provided by Oracle and available in <strong>\/software\/grid\/sshsetup<\/strong>.<\/p>\n<p>To make it with the script, connect as root on node01 and run the script as follow for both oracle and grid accounts:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># .\/sshUserSetup.sh -user grid -hosts \"node01 node02\" -advanced -exverify \u2013noPromptPassphrase\n# .\/sshUserSetup.sh -user oracle -hosts \"node01 node02\" -advanced -exverify \u2013noPromptPassphrase<\/pre>\n<p>&nbsp;<\/p>\n<p>The script will check connectivity between all node listed, and will ask for password twice for each node. Once configuration done, no password will be asked to establish a ssh connection in the future.<\/p>\n<p>SSH connectivity is checked for both 11g and 12c installations.<\/p>\n<h4>4) Directory structure<\/h4>\n<p>Once users and groups are created, Oracle directories can be created, using the OFA standard:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># mkdir -p \/u00\/app\/12.1.0\/grid\n# mkdir -p \/u00\/app\/grid\n# mkdir -p \/u00\/app\/oracle\n# chown -R grid:oinstall \/u00\/app\n# chown -R oracle:oinstall \/u00\/app\/oracle\n# chmod -R 775 \/u00\/app<\/pre>\n<h4>5) Ulimits settings<\/h4>\n<p>In Oracle 11g, the file <strong>\/etc\/security\/limits.conf<\/strong> was automatically configured by the rdbms preinstall package for the oracle user. We only had to copy \/ paste values from oracle to grid user.<\/p>\n<p>In Oracle 12c, the rdbms preinstall package does not configure ulimits. We must edit \/etc\/security\/limits.conf and set ulimits for oracle and grid users according to the Oracle documentation.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># Setting for nofile soft limit is 1024\noracle\u00a0\u00a0 soft\u00a0\u00a0 nofile\u00a0\u00a0 1024\ngrid\u00a0\u00a0\u00a0\u00a0 soft\u00a0\u00a0 nofile\u00a0\u00a0 1024<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># Setting for nofile hard limit is 65536\noracle\u00a0\u00a0 hard\u00a0\u00a0 nofile\u00a0\u00a0 65536\ngrid\u00a0\u00a0\u00a0\u00a0 hard\u00a0\u00a0 nofile\u00a0\u00a0 65536<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># Setting for nproc soft limit is 2047\noracle\u00a0\u00a0 soft\u00a0\u00a0 nproc\u00a0\u00a0 2047\ngrid\u00a0\u00a0\u00a0\u00a0 soft\u00a0\u00a0 nproc\u00a0\u00a0 2047<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># Setting for nproc hard limit is 16384\noracle\u00a0\u00a0 hard\u00a0\u00a0 nproc\u00a0\u00a0 16384\ngrid\u00a0\u00a0\u00a0\u00a0 hard\u00a0\u00a0 nproc\u00a0\u00a0 16384<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># Setting for stack soft limit is 10240\noracle\u00a0\u00a0 soft\u00a0\u00a0 stack\u00a0\u00a0 10240\ngrid\u00a0\u00a0\u00a0\u00a0 soft\u00a0\u00a0 stack\u00a0\u00a0 10240<\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># Setting for stack hard limit is 32768\noracle\u00a0\u00a0 hard\u00a0\u00a0 stack\u00a0\u00a0 32768\ngrid\u00a0\u00a0\u00a0\u00a0 hard\u00a0\u00a0 stack\u00a0\u00a0 32768<\/pre>\n<p>Values for ulimit are the same for both Oracle 11g and Oracle 12c releases.<\/p>\n<h4>6) ASM disks and diskgroups<\/h4>\n<ul>\n<li><strong>ASM packages<\/strong><\/li>\n<\/ul>\n<p>To use Oracle ASM, two or three packages are required, depending on the situation. Here, we consider using ASMLib instead of Raw devices. So three packages will be required:<\/p>\n<ul>\n<li>oracleasm-support<\/li>\n<li>oracleasmlib<\/li>\n<li>the driver oracle asm<\/li>\n<\/ul>\n<p>Download oracleasm-support from the repository:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># yum install oracleasm-support<\/pre>\n<p>Then, download oracleasmlib from the Oracle website and install it manually.<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># wget http:\/\/download.oracle.com\/otn_software\/asmlib\/oracleasmlib-2.0.4-1.el6.x86_64.rpm\n# rpm -iv oracleasmlib-2.0.4-1.el6.x86_64.rpm<\/pre>\n<p>Note that this oracleasmlib package is for 64 bits system. It also exists for 32 bits systems.<\/p>\n<p>For the last package, it depends of your kernel. If your server is configured with the default Unbreakable Enterprise Kernel (UEK), the driver is already compiled in the kernel. If you are using the Red Hat compatible kernel, you must install the following package (for Oracle Linux 6):<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># yum install kmod-oracleasm<\/pre>\n<p>&nbsp;<\/p>\n<p>For Oracle Linux 5, install the package corresponding to your kernel version:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># yum install oracleasm-`uname -r`<\/pre>\n<ul>\n<li><strong>ASM disks<\/strong><\/li>\n<\/ul>\n<p>Database and cluster files will be stored in ASM disks. In order to create ASM disks, we must prepare available disks.<br \/>\nWe choosed to create 3 disks for CRS and 2 for data and FRA.<\/p>\n<p>Available disks are:<\/p>\n<pre>\/dev\/sdb\n\/dev\/sdc\n\/dev\/sdd\n\/dev\/sde\n\/dev\/sdf<\/pre>\n<p>Use the command fdisk to prepare disks from one node. Example for sdb:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># fdisk \/dev\/sdb\nCommand (m for help): n\nCommand action\n\u00a0\u00a0 e\u00a0\u00a0 extended\n\u00a0\u00a0 p\u00a0\u00a0 primary partition (1-4)\np\nPartition number (1-4): 1\nFirst cylinder (1-1305, default 1):\nUsing default value 1\nLast cylinder or +size or +sizeM or +sizeK (1-1305, default 1305):\nUsing default value 1305Command (m for help): w\nThe partition table has been altered!\nCalling ioctl() to re-read partition table.<\/pre>\n<ul>\n<li><strong>Configure ASM<\/strong><\/li>\n<\/ul>\n<p>Once all disks are ready, you can create ASM disks. First, configure ASM on both nodes:<\/p>\n<pre># \/usr\/sbin\/oracleasm configure -i \nConfiguring the Oracle ASM library driver.<\/pre>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">This will configure the on-boot properties of the Oracle ASM library \ndriver.\u00a0 The following questions will determine whether the driver is \nloaded on boot and what permissions it will have.\u00a0 The current values \nwill be shown in brackets ('[]').\u00a0 Hitting without typing an \nanswer will keep that current value.\u00a0 Ctrl-C will abort.\nDefault user to own the driver interface []: grid \nDefault group to own the driver interface []: asmadmin \nStart Oracle ASM library driver on boot (y\/n) [n]: y \nScan for Oracle ASM disks on boot (y\/n) [y]: y\nWriting Oracle ASM library driver configuration: done<\/pre>\n<p>Then, initialize ASM module on both nodes:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># \/usr\/sbin\/oracleasm init \nCreating \/dev\/oracleasm mount point: \/dev\/oracleasm \nLoading module \"oracleasm\": oracleasm \nMounting ASMlib driver filesystem: \/dev\/oracleasm<\/pre>\n<ul>\n<li><strong>Create ASM disks<\/strong><\/li>\n<\/ul>\n<p>Create ASM disks from one node:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># oracleasm createdisk CRSFG1D1 \/dev\/sdb1\n# oracleasm createdisk CRSFG2D1 \/dev\/sdc1\n# oracleasm createdisk CRSFG3D1 \/dev\/sdd1\n# oracleasm createdisk U01FG1D1 \/dev\/sde1\n# oracleasm createdisk U90FG1D1 \/dev\/sdf1<\/pre>\n<p>I choosed to name the failer groups U01* for database files, and U90* for the Flash Recovery Area, according to the OFA modele and our best practices.<\/p>\n<p>From the second node, scan ASM disks:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># oracleasm scandisks\nReloading disk partitions: done\nCleaning any stale ASM disks...\nScanning system for ASM disks...\nInstantiating disk \"CRSFG1D1\"\nInstantiating disk \"CRSFG2D1\"\nInstantiating disk \"CRSFG3D1\"\nInstantiating disk \"U01FG1D1\"\nInstantiating disk \"U90FG1D1\"<\/pre>\n<p>Then use the oracleasm listdisks command to see if ASM disks are all present on both nodes:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\"># oracleasm listdisks\nCRSFG1D1\nCRSFG2D1\nCRSFG3D1\nU01FG1D1\nU90FG1D1<\/pre>\n<ul>\n<li><strong>Create ASM diskgroups<\/strong><\/li>\n<\/ul>\n<p>We need diskgroups for the cluster itself (voting disks), and for the database.<\/p>\n<ul>\n<li>ASM diskgroups for CRS will be created during Grid Infrastructure deployment, in the step 11 of the OUI.<\/li>\n<li>ASM diskgroups for DATA and FRA cannot be created if ASM is not already installed, because we must connect to the ASM instance. Those diskgroups will be created later, after having installed Grid Infrastructure. This step will be detailed in my future blog about the Grid Infrastructure binaries installation.<\/li>\n<\/ul>\n<h4>7) Validation: cluvfy tool<\/h4>\n<p>Cluvfy is a tool provided by Oracle. It checks all software and hardware pre requisites on each node to make sure the install can be done. This tool is called before installing grid infrastructure, before adding a node, or before adding a database.<\/p>\n<p>Here, we want to be sure that our two nodes are ready to deploy Grid Infrastructure for a cluster environment. Locate the script in \/software\/grid and run it as grid user with following options from node01:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">$ \/software\/grid\/runcluvfy.sh stage -pre crsinst -osdba asmdba -orainv oinstall -n node01,node02 -r 12.1 -fixup -verbose &gt; \/tmp\/cluvfy_output.log<\/pre>\n<ul>\n<li>-osdba is for the SYSDBA role for asm<\/li>\n<li>-orainv is for the OINSTALL role for asm (the owner of the software)<\/li>\n<li>-n is for the nodes list<\/li>\n<li>-r is for the release<\/li>\n<li>-verbose is to display details for each check<\/li>\n<li>-fixup is to fix automatically failed pre requisites, if possible. For example:<\/li>\n<\/ul>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">Fix: OS Kernel Parameter: swappiness\n\u00a0 Node Name\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Status\n\u00a0 ------------------------------------\u00a0 ------------------------\n\u00a0 vmtestrac12c2\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 successful\n\u00a0 vmtestrac12c1\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 successful\nResult: \"OS Kernel Parameter: swappiness\" was successfully fixed on all the applicable nodes\nFix up operations were successfully completed on all the applicable nodes.<\/pre>\n<p>After cluvfy has stopped running, look for a &#8220;failed&#8221; keyword in the logfile. If all parameters have &#8220;passed&#8221; status on all nodes, you should get the following sentence in the cluvfy logfile:<\/p>\n<pre class=\"brush: actionscript3; gutter: true; first-line: 1\">Pre-check for cluster services setup was successful on all the nodes.<\/pre>\n<p>It means that you are ready to start your installation. You can run the OUI and deploy Grid Infrastructure on the two nodes. Enjoy!<br \/>\nIn one of my next blog posting, I will go onto the details of the installation procedure and show you some new features in the OUI of Grid Infrastructure 12c.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster. Server hardware requirements Let&#8217;s see the hardware [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":2734,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[42],"tags":[258,101,209],"type_dbi":[],"class_list":["post-2771","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-operating-systems","tag-grid","tag-installation","tag-oracle-12c"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Oracle Grid Infrastructure 12c: prerequisites for installation - dbi Blog<\/title>\n<meta name=\"description\" content=\"Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle Grid Infrastructure 12c: prerequisites for installation\" \/>\n<meta property=\"og:description\" content=\"Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2013-09-18T23:05:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"200\" \/>\n\t<meta property=\"og:image:height\" content=\"209\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"16 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Oracle Grid Infrastructure 12c: prerequisites for installation\",\"datePublished\":\"2013-09-18T23:05:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\"},\"wordCount\":2311,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg\",\"keywords\":[\"Grid\",\"Installation\",\"Oracle 12c\"],\"articleSection\":[\"Operating systems\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\",\"name\":\"Oracle Grid Infrastructure 12c: prerequisites for installation - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg\",\"datePublished\":\"2013-09-18T23:05:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"description\":\"Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg\",\"contentUrl\":\"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg\",\"width\":200,\"height\":209},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle Grid Infrastructure 12c: prerequisites for installation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Oracle Grid Infrastructure 12c: prerequisites for installation - dbi Blog","description":"Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/","og_locale":"en_US","og_type":"article","og_title":"Oracle Grid Infrastructure 12c: prerequisites for installation","og_description":"Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.","og_url":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/","og_site_name":"dbi Blog","article_published_time":"2013-09-18T23:05:00+00:00","og_image":[{"width":200,"height":209,"url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg","type":"image\/jpeg"}],"author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"16 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Oracle Grid Infrastructure 12c: prerequisites for installation","datePublished":"2013-09-18T23:05:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/"},"wordCount":2311,"commentCount":0,"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg","keywords":["Grid","Installation","Oracle 12c"],"articleSection":["Operating systems"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/","url":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/","name":"Oracle Grid Infrastructure 12c: prerequisites for installation - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage"},"image":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage"},"thumbnailUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg","datePublished":"2013-09-18T23:05:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"description":"Grid infrastructure 12c has recently been released. In this posting, I will show that the installation prerequisites are quite similar between Grid Infrastructure 11g and 12c. We will see parts of them during a review for the deployment of Grid Infrastructure on a two nodes RAC database cluster.","breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#primaryimage","url":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg","contentUrl":"https:\/\/www.dbi-services.com\/blog\/wp-content\/uploads\/sites\/2\/2022\/04\/2e1ax_default_entry_Oracle_12c_Plug.jpg","width":200,"height":209},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/oracle-grid-infrastructure-12c-prerequisites-for-installation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Oracle Grid Infrastructure 12c: prerequisites for installation"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/2771","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=2771"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/2771\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media\/2734"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=2771"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=2771"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=2771"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=2771"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}