0% found this document useful (0 votes)
7 views8 pages

11g Grid Installation

Uploaded by

syed.cse38
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views8 pages

11g Grid Installation

Uploaded by

syed.cse38
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 8

USERS:

[oracle@ppseelm-lx2271 10.2.0]$ id grid


uid=503(grid) gid=503(oinstall)
groups=504(dba),507(asmadmin),508(asmdba),509(asmoper),503(oinstall)

[oracle@ppseelm-lx2271 10.2.0]$ id oracle


uid=504(oracle) gid=503(oinstall) groups=503(oinstall),504(dba),505(dbaoper),508(asmdba)

cd /u01

mkdir 11.2.0

mkdir oraInventory

mkdir grid_home

mkdir db_home

on both nodes

chown -R grid:oinstall 11.2.0

chown -R grid:oinstall oraInventory

chown -R grid:oinstall grid_home

chown -R oracle:oinstall db_home

check whether user is able to write

as oracle user create->touch t1 on db_home

oracle user create->touch t1 on inventory

inventory should have

chmod -R 775 /u01/oraInentory

chmod -R 775 /u01/11.2.0

as grid user

check whether the user has write privilege on inventory

---> when we run orinstroot.sh the privleges will


be granted to write the same file written by other user.

Unzip the software

linux_x64.11gR2_grid.zip

disks listed out

fdisk -l

as root user

rpm -qa|grep oracleasm

/usr/sbin/oracleasm configure

/usr/sbin/oracleasm configure -i

/usr/sbin/oracleasm status

[oracle@ppseelm-lx2271 dev]$ /usr/sbin/oracleasm listdisks


ASM_DISK1
ASM_DISK2
ASM_DISK3
[oracle@ppseelm-lx2271 dev]$ /usr/sbin/oracleasm status
Checking if ASM is loaded: yes
Checking if /dev/oracleasm is mounted: yes
[oracle@ppseelm-lx2271 dev]$ /usr/sbin/oracleasm scandisks
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...

if the /dev/oracleasm is not mounted or loaded


====================================================

/usr/sbin/oracleasm init

Creating ASM disks


========================

/usr/sbin/oracleasm createdisk VOTE1 /dev/sdc1

Scan resolution

cat /etc/resolv.conf - name server . DNS

Scan listener in /etc/hosts

[oracle@ppseelm-lx2272 ~]$ nslookup PPCRS59.IKEADT.COM


Server: 10.230.253.2
Address: 10.230.253.2#53

Non-authoritative answer:
Name: PPCRS59.IKEADT.COM
Address: 10.230.173.26
Name: PPCRS59.IKEADT.COM
Address: 10.230.173.27
Name: PPCRS59.IKEADT.COM
Address: 10.230.173.25

NTPD

service ntpd status

should have some time stamp

11g- ntpd is not required. we can use ctsd - clustersync will be running .. if ntpd is active ctsd will be
running in passive mode

to make sure we are not use ntpd

cd /etc/ntpd.conf

mv ntp.conf ntp.conf.old
--> Ensure grid user passwd is same on both nodes

or else change -- passwd grid

citirx local ip - ipconfig


xwindows client

AS grid user
============

su - grid

export DISPLAy=ip address:0.0

option -> Install and configure grid infra for cluser

step -2
===========

advance installtion

step-3
==========

English

step -4
=============

cluster name : PPCRS59

scan name :PPCRS59.IKEADT.COM

Uncheck GNS

step -5
=========

clusternode information

add second node info - Hostname and vip

ssh connectivity --> we can setup ssh if not configured at os level earlier.
step -6
==========

Network interface usage:

etho - public
eth1 - private

ifconfig -- check

step -7
========

storage option

ASM---check

or

Shared file system

step-8
===========

candidate disks

create diskgroup--CRS

external redundancy

select VOTE-1

step-9
==========

use same paswword for sys and asmsnmp

step -10
=============

no to intelligent(IPMI)

step-11
============

osdba group - asmdba

osoper group --asmoper


osasm group --asmadmin

step-12

==========

oracle base : /u01/11.2.0

software location : /u01/grid_home

step-13

=========

inventory location

step-14

prerequise checks

swap space - ignore

step15
=========

summary-- save response file

step16
=============
setup

orainstRoot.sh - on both nodes

root.sh

on both nodes

root.sh

creates ocr
and brings up resources
updates inventory

on second node run root.sh


ohasd is added to /etc/initab

as root

./crsctl check cluster -all

[email protected]

You might also like