Grid Infrastructure Archives | fouaddba | Oracle & some plus https://fouaddba.com/category/oracle/grid-infrastructure/ Oracle & +++ Sat, 26 Jun 2021 08:05:28 +0000 en-US hourly 1 https://wordpress.org/?v=6.0.11 https://fouaddba.com/wp-content/uploads/2016/06/Fouaddba_logo11-150x114.png Grid Infrastructure Archives | fouaddba | Oracle & some plus https://fouaddba.com/category/oracle/grid-infrastructure/ 32 32 How to install Oracle 18c in silent mode https://fouaddba.com/how-to-install-oracle-18c-in-silent-mode/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-install-oracle-18c-in-silent-mode https://fouaddba.com/how-to-install-oracle-18c-in-silent-mode/#comments Wed, 02 Jun 2021 00:33:41 +0000 https://fouaddba.com/?p=11354 Facebooktwitterredditpinterestlinkedinmail

installation Of Oracle 18c in silent mode

This installation is for:

Oracle Linux Server release 7.7
Oracle Database 18c Enterprise Edition Release 18.0.0.0.0

Disabling SELINUX:

[root@dba18 ~]# vi /etc/selinux/config
[root@dba18 ~]# cat /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=targeted

Disabling the Firewall:

[root@dba18 ~]# service firewalld stop
Redirecting to /bin/systemctl stop firewalld.service
[root@dba18 ~]# systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/syst

Read more

The post How to install Oracle 18c in silent mode appeared first on fouaddba | Oracle & some plus.

]]>
Facebooktwitterredditpinterestlinkedinmail

installation Of Oracle 18c in silent mode

This installation is for:

Oracle Linux Server release 7.7
Oracle Database 18c Enterprise Edition Release 18.0.0.0.0

Disabling SELINUX:

[root@dba18 ~]# vi /etc/selinux/config
[root@dba18 ~]# cat /etc/selinux/config
SELINUX=disabled
SELINUXTYPE=targeted

Disabling the Firewall:

[root@dba18 ~]# service firewalld stop
Redirecting to /bin/systemctl stop firewalld.service
[root@dba18 ~]# systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/syst
Read more

The post How to install Oracle 18c in silent mode appeared first on fouaddba | Oracle & some plus.

]]>
https://fouaddba.com/how-to-install-oracle-18c-in-silent-mode/feed/ 1
How to Delete alert log files, Trace Files Automated in Oracle Database https://fouaddba.com/how-to-delete-alert-log-files-trace-files-automated-in-oracle-database/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-delete-alert-log-files-trace-files-automated-in-oracle-database https://fouaddba.com/how-to-delete-alert-log-files-trace-files-automated-in-oracle-database/#respond Sat, 22 May 2021 06:21:51 +0000 https://fouaddba.com/?p=11222 Facebooktwitterredditpinterestlinkedinmail

Deleting  alert log files, Trace Files Automated in Oracle Database

[oracle@localhost ~]$ adrci

ADRCI: Release 12.1.0.2.0 - Production on Tue Mar 7 10:42:16 2018

Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.

ADR base = "/u01/app/grid"
adrci> show homes
ADR Homes:
diag/rdbms/_mgmtdb/-MGMTDB
diag/asm/+asm/+ASM2
diag/clients/user_root/host_1450230238_82
diag/clients/user_grid/host_1450230238_82
diag/crs/node2/crs
diag/tnslsnr/node2/mgmtlsnr
diag/tnslsnr/node2/listener
diag/tnslsnr/node2/listener_scan1
adrci> show h

Read more

The post How to Delete alert log files, Trace Files Automated in Oracle Database appeared first on fouaddba | Oracle & some plus.

]]>
Facebooktwitterredditpinterestlinkedinmail

Deleting  alert log files, Trace Files Automated in Oracle Database

[oracle@localhost ~]$ adrci

ADRCI: Release 12.1.0.2.0 - Production on Tue Mar 7 10:42:16 2018

Copyright (c) 1982, 2014, Oracle and/or its affiliates. All rights reserved.

ADR base = "/u01/app/grid"
adrci> show homes
ADR Homes:
diag/rdbms/_mgmtdb/-MGMTDB
diag/asm/+asm/+ASM2
diag/clients/user_root/host_1450230238_82
diag/clients/user_grid/host_1450230238_82
diag/crs/node2/crs
diag/tnslsnr/node2/mgmtlsnr
diag/tnslsnr/node2/listener
diag/tnslsnr/node2/listener_scan1
adrci> show h
Read more

The post How to Delete alert log files, Trace Files Automated in Oracle Database appeared first on fouaddba | Oracle & some plus.

]]>
https://fouaddba.com/how-to-delete-alert-log-files-trace-files-automated-in-oracle-database/feed/ 0
Upgrade RAC Grid and Database from 11g To 12c https://fouaddba.com/upgrade-rac-grid-and-database-from-11g-to-12c/?utm_source=rss&utm_medium=rss&utm_campaign=upgrade-rac-grid-and-database-from-11g-to-12c https://fouaddba.com/upgrade-rac-grid-and-database-from-11g-to-12c/#comments Wed, 19 May 2021 00:15:53 +0000 https://fouaddba.com/?p=11155 Facebooktwitterredditpinterestlinkedinmail

Main steps:
Grid: –
1. Check all services are up and running from 11gR2 GRID_HOME
2. Perform backup of OCR, voting disk and Database.
3. Create new directory for installing 12C software on both RAC nodes.
4. Run “runcluvfy.sh” to verify errors.
5. Install and upgrade GRID from 11gR2 to 12cR1
6. Verify upgrade version
Database: –
1. Backup the database before the upgrade
2. Database upgrade Pre-check
Creating Stage for 12c database software
Creating directory for 12c oracle home
Check the pre upgrade status.
3.Unzip 12c database software in stage
4Install the 12.1.0.2 using the … Read more

The post Upgrade RAC Grid and Database from 11g To 12c appeared first on fouaddba | Oracle & some plus.

]]>
Facebooktwitterredditpinterestlinkedinmail

Main steps:
Grid: –
1. Check all services are up and running from 11gR2 GRID_HOME
2. Perform backup of OCR, voting disk and Database.
3. Create new directory for installing 12C software on both RAC nodes.
4. Run “runcluvfy.sh” to verify errors.
5. Install and upgrade GRID from 11gR2 to 12cR1
6. Verify upgrade version
Database: –
1. Backup the database before the upgrade
2. Database upgrade Pre-check
Creating Stage for 12c database software
Creating directory for 12c oracle home
Check the pre upgrade status.
3.Unzip 12c database software in stage
4Install the 12.1.0.2 using the … Read more

The post Upgrade RAC Grid and Database from 11g To 12c appeared first on fouaddba | Oracle & some plus.

]]>
https://fouaddba.com/upgrade-rac-grid-and-database-from-11g-to-12c/feed/ 33
How To Downgrade Oracle 19c Grid To 12c Grid https://fouaddba.com/how-to-downgrade-oracle-19c-grid-to-12c-grid/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-downgrade-oracle-19c-grid-to-12c-grid https://fouaddba.com/how-to-downgrade-oracle-19c-grid-to-12c-grid/#comments Wed, 12 May 2021 20:41:20 +0000 https://fouaddba.com/?p=11146 Facebooktwitterredditpinterestlinkedinmail

In the pervious article we have explained the Upgrade Grid Infrastructure 12c To 19c Oracle Now We will explain the steps for downgrade oracle 19c 2 node GRID to oracle 12.1.0.2 GRID.

ENVIRONMENT DETAILS:
2 NODES – localhost1 and localhost2
Grid owner – oracle
19C ORACLE_HOME(current) – > /sharearea/crs/grid19c
12C ORACLE_HOME (old) -> /crs/app/oracle/product/grid12c

1. Check the current grid version:( check on both the nodes)

oracle@localhost1:/$ crsctl query crs softwareversion
Oracle Clusterware version on node [dbhost1] is [19.0.0.0.0]
oracle@localhost1:$ crsctl 

Read more

The post How To Downgrade Oracle 19c Grid To 12c Grid appeared first on fouaddba | Oracle & some plus.

]]>
Facebooktwitterredditpinterestlinkedinmail

In the pervious article we have explained the Upgrade Grid Infrastructure 12c To 19c Oracle Now We will explain the steps for downgrade oracle 19c 2 node GRID to oracle 12.1.0.2 GRID.

ENVIRONMENT DETAILS:
2 NODES – localhost1 and localhost2
Grid owner – oracle
19C ORACLE_HOME(current) – > /sharearea/crs/grid19c
12C ORACLE_HOME (old) -> /crs/app/oracle/product/grid12c

1. Check the current grid version:( check on both the nodes)

oracle@localhost1:/$ crsctl query crs softwareversion
Oracle Clusterware version on node [dbhost1] is [19.0.0.0.0]
oracle@localhost1:$ crsctl 
Read more

The post How To Downgrade Oracle 19c Grid To 12c Grid appeared first on fouaddba | Oracle & some plus.

]]>
https://fouaddba.com/how-to-downgrade-oracle-19c-grid-to-12c-grid/feed/ 1
Upgrade Grid Infrastructure 12c To 19c Oracle https://fouaddba.com/upgrade-grid-infrastructure-12c-to-19c-oracle/?utm_source=rss&utm_medium=rss&utm_campaign=upgrade-grid-infrastructure-12c-to-19c-oracle https://fouaddba.com/upgrade-grid-infrastructure-12c-to-19c-oracle/#comments Tue, 11 May 2021 23:47:55 +0000 https://fouaddba.com/?p=11117 Facebooktwitterredditpinterestlinkedinmail

The latest oracle version is oracle 19C . In the below article we will explain the steps for upgrading grid infrastructure to 19c from oracle 12c . The upgrade will be done in rolling mode.

Current configuration – >

No of nodes  – 2 node
current version – 12.1.0.2
os platform – Linux
grid owner – oracle

Check software version :
oracle@node1~$ crsctl query crs activeversion
Oracle Clusterware active version on the cluster is [12.1.0.2.0]

oracle@node2~$ crsctl query crs softwareversion
Oracle Clusterware version on node node1 is [12.1.0.2.0]

2. Download the software and unzip on your first Read more

The post Upgrade Grid Infrastructure 12c To 19c Oracle appeared first on fouaddba | Oracle & some plus.

]]>
Facebooktwitterredditpinterestlinkedinmail

The latest oracle version is oracle 19C . In the below article we will explain the steps for upgrading grid infrastructure to 19c from oracle 12c . The upgrade will be done in rolling mode.

Current configuration – >

No of nodes  – 2 node
current version – 12.1.0.2
os platform – Linux
grid owner – oracle

Check software version :
oracle@node1~$ crsctl query crs activeversion
Oracle Clusterware active version on the cluster is [12.1.0.2.0]

oracle@node2~$ crsctl query crs softwareversion
Oracle Clusterware version on node node1 is [12.1.0.2.0]

2. Download the software and unzip on your first Read more

The post Upgrade Grid Infrastructure 12c To 19c Oracle appeared first on fouaddba | Oracle & some plus.

]]>
https://fouaddba.com/upgrade-grid-infrastructure-12c-to-19c-oracle/feed/ 4