Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 10RAC and the network interfaces

RE: 10RAC and the network interfaces

From: Herring Dave - dherri <Dave.Herring_at_acxiom.com>
Date: Wed, 22 Aug 2007 05:49:52 -0500
Message-ID: <7ED53A68952D3B4C9540B4EFA5C76E360395D9BA@CWYMSX04.Corp.Acxiom.net>


Looks good, but to be sure, step through section "Identifying or Creating an Oracle Base Directory". Actually, step through the whole install guide.

Dave
 



David C. Herring, DBA  |   A c x i o m  Delivery Center Organization 630-944-4762 office | 630-430-5988 wireless | 630-944-4989 fax

From: Murtuja Khokhar [mailto:murtuja_oracle_at_yahoo.com] Sent: Tuesday, August 21, 2007 11:34 PM
To: Herring Dave - dherri; Kerber, Andrew W.; KLange_at_ppoone.com; Sanjay Mishra; oracle-l_at_freelists.org Subject: RE: 10RAC and the network interfaces

Sir,
 

Please tell me what directories I need to create and permission for this directories.

I am creating these directories before starting CRS installation.

mkdir -p /opt/oracle/product/10.2.0/crs 
chown -R root:oinstall /opt/oracle/product/10.2.0/crs 
chmod -R 775 /opt/oracle/product/10.2.0/crs 

mkdir -p /opt/oracle/product/10.2.0/db_1 
chown -R root:oinstall /opt/oracle/product/10.2.0/db_1 chmod -R 775 /opt/oracle/product/10.2.0/db_1
mkdir -p /opt/oracle/admin 
chown -R root:oinstall /opt/oracle/admin 
chmod -R 775 /opt/oracle/admin 

mkdir -p /var/tmp/.oracle 

mkdir -p /tmp/.oracle
mkdir -p /var/opt/oracle
chown -R oracle:oinstall /var/tmp/.oracle 
chown -R oracle:oinstall /tmp/.oracle 
chown -R oracle:oinstall /var/opt/oracle 
***************************************************************************
The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged.

If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited.

If you have received this communication in error, please resend this communication to the sender and delete the original message or any copy of it from your computer system.

Thank You.


--
http://www.freelists.org/webpage/oracle-l
Received on Wed Aug 22 2007 - 05:49:52 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US