LINUX5 + ASM + ORACLE11.2.0.3.0 installation manual
I. Installation instructions:
1. The database version and grid version must be consistent.
2. If the grid version is lower than the oracle version, you must upgrade the grid version. Otherwise, dbca fails.
3. oracle11.2.0.3.0 is used in this experiment.
4. In this experiment, grid [11.2.0.1.0] is used first, and then upgraded to grid [11.2.0.3.0].
5. The system uses linux RED5 and linux6 will not be used. 6 does not support the asmlib kernel.
Note the following points.
Ii. system environment:
Operating system version:
[Root @ red1 ~] # Uname-r
2.6.18-53. el5xen
[Root @ red1 ~] # Uname-
Linux red1 2.6.18-53. el5xen #1 SMP Wed Oct 10 16:48:44 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux
Database Version:
SQL> select * from v $ version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0-64bit Production
PL/SQL Release 11.2.0.3.0-Production
CORE 11.2.0.3.0 Production
TNS for Linux: Version 11.2.0.3.0-Production
NLSRTL Version 11.2.0.3.0-Production
View grid version --- upgrade required:
[Grid @ red1 bin] $ crsctl query has softwareversion
Oracle High Availability Services version on the local node is [11.2.0.1.0]
Grid version --- After Upgrade:
[Grid @ red1 bin] $ crsctl query has softwareversion
Oracle High Availability Services version on the local node is [11.2.0.3.0]
Upgrade grid to [11.2.0.3.0]
View the grid version:
[Grid @ red1 bin] $ crsctl query has softwareversion
Oracle High Availability Services version on the local node is [11.2.0.1.0]
Upgrade to 11.2.0.3.0
:
Http://blog.csdn.net/tanguooo19866/article/details/8568357
Upgrade package: https://updates.oracle.com/Orion/Services/download/p10404530_112030_Linux-x86-64_3of7.zip? Aru1_14125322&patch_file1_p10404530_112030_linux-x86-64_3of7.zip
Update method: to create a new installation directory, you must have enough disk space to install the grid software. 2 GB enough!
1 extract: p10404530_112030_Linux-x86-64_3of7.zip
2. Verification
Create a new directory of the grid, switch to the update package directory, and execute:
./Runcluvfy. sh stage-pre crsinst-upgrade-n red1-rolling-src_crshome/opt/grid-tables/opt/grid_11.2.0.3-dest_version 11.2.0.3.0-fixup-fixupdir/opt/grid_update_package
./Runcluvfy. sh stage-pre crsinst-upgrade-n red1-src_crshome/opt/grid-dest_crshome/opt/grid_11.2.0.3-dest_version 11.2.0.3.0-fixup-fixupdir/opt/grid_update_package
[Grid @ red1 grid] $. /runcluvfy. sh stage-pre crsinst-upgrade-n red1-src_crshome $ ORACLE_HOME-dest_crshome/opt/grid_11.2.0.3-dest_version 11.2.0.3.0-fixup-fixupdir/tmp-verbose
Grouping pre-checks for cluster services setup
Checking node reachability...
Check: Node reachability from node "red1"
Destination Node Reachable?
------------------------------------------------------------
Red1 yes
Result: Node reachability check passed from node "red1"
Checking user equivalence...
Check: User equivalence for user "grid"
Node Name Status
------------------------------------------------------------
Red1 failed
Result: PRVF-4007: User equivalence check failed for user "grid"
ERROR:
User equivalence unavailable on all the specified nodes
Verification cannot proceed
Pre-check for cluster services setup was unsuccessful on all the nodes.
[Grid @ red1 grid] $
Start the GUI installation, select update, and click Next.
Finally, execute a root script and select y to overwrite the directory.
CRS-4664: Node red1 successfully pinned.
Replacing Clusterware entries in inittab
Replacing Clusterware entries in inittab
Red1 11:55:21/opt/grid_11.2.0.3/cdata/red1/backup_20140804_115521.olr
Red1 15:39:17/opt/grid/cdata/red1/backup_2014080426153917.olr
Successfully configured Oracle Grid Infrastructure for a Standalone Server
After the installation is complete, modify the environment variable to the new directory.
Modify environment variables:
Verify the new version:
[Grid @ red1 ~] $ Crsctl query has softwareversion
Oracle High Availability Services version on the local node is [11.2.0.3.0]