0% found this document useful (0 votes)
15 views1 page

Solaris Oracle Installation

The document outlines the installation and configuration of various Solaris packages and user groups for Oracle Grid and Database installations. It includes commands for creating projects, user groups, and users, as well as setting permissions and ownership for specific directories. Key directories for Grid and Oracle installations are created and configured for access by the respective users.

Uploaded by

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

Solaris Oracle Installation

The document outlines the installation and configuration of various Solaris packages and user groups for Oracle Grid and Database installations. It includes commands for creating projects, user groups, and users, as well as setting permissions and ownership for specific directories. Key directories for Grid and Oracle installations are created and configured for access by the respective users.

Uploaded by

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

pkg://solaris/system/library/openmp

pkg://solaris/compress/unzip
pkg://solaris/developer/assembler
pkg://solaris/developer/build/make
pkg://solaris/system/dtrace
pkg://solaris/system/header
pkg://solaris/system/library
pkg://solaris/system/linker
pkg://solaris/system/xopen/xcu4 (If not already installed as part of standard
Oracle Solaris 11 installation)
pkg://solaris/x11/diagnostic/x11-info-clients
pkg://solaris/system/kernel/oracka

projadd -U grid -K "project.max-shm-memory=(priv,60g,deny)" user.grid


projadd -U oracle -K "project.max-shm-memory=(priv,60g,deny)" user.oracle

groupadd -g 1001 oinstall


groupadd -g 1002 dba
groupadd -g 1003 oper
groupadd -g 1004 asmadmin
groupadd -g 1005 asmdba
groupadd -g 1006 asmoper

useradd -m -d /export/home/grid -s /bin/bash -u 1101 -g oinstall -G


asmadmin,asmoper,asmdba,dba grid
useradd -m -d /export/home/oracle -s /bin/bash -u 1102 -g oinstall -G
dba,asmdba,asmadmin,oper oracle

mkdir -p /u01/app/19.3.0/grid
chown -R grid:oinstall /u01/app/19.3.0/grid
chmod -R 777 /u01/app/19.3.0/grid

mkdir -p /u01/app/grid
chown -R grid:oinstall /u01/app/grid
chmod -R 777 /u01/app/grid

mkdir -p /u01/app/oracle/product/19.3.0/dbhome_1
chown -R oracle:oinstall /u01/app/oracle/product/19.3.0/dbhome_1
chmod -R 777 /u01/app/oracle/product/19.3.0/dbhome_1

You might also like