1752323 Members
5602 Online
108786 Solutions
New Discussion юеВ

Re: CRS configuration

 
KOUYATE MAURY
Frequent Advisor

CRS configuration

Hi,
during the configuration of the CRS, i have been asked to exucute root.sh scripton both nodes when executing from node 1 i received this error message:

linux1:/u01/app/oracle/product/10.1.0/crs_1 # root.sh
bash: root.sh: command not found
linux1:/u01/app/oracle/product/10.1.0/crs_1 # ./root.sh
Running Oracle10 root.sh script...
\nThe following environment variables are set as:
ORACLE_OWNER= oracle
ORACLE_HOME= /u01/app/oracle/product/10.1.0/crs_1
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
Checking to see if Oracle CRS stack is already up...
/etc/oracle does not exist. Creating it now.
Setting the permissions on OCR backup directory
Oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/u01/app/oracle/product/10.1.0' is not owned by root
WARNING: directory '/u01/app/oracle/product' is not owned by root
WARNING: directory '/u01/app/oracle' is not owned by root
assigning default hostname linux1pub for node 1.
assigning default hostname linux2pub for node 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node :
node 1: linux1pub linux1 linux1pub
node 2: linux2pub linux2 linux2pub
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Now formatting voting device: /u02/oradata/vdisk
Successful in setting block0 for voting disk.
Format complete.
Adding daemons to inittab
Preparing Oracle Cluster Ready Services (CRS):
-su: line 283: session: command not found

Oracle10 root.sh execution aborted! (After typing Ctrl+c to aborte the process)

if somebody can help me. I'm configuring a cluster with oracle RAC on Suse Linux 9 enterprise server) and configure my storage with raw feature

Kouyate Maury

2 REPLIES 2
Vernon Brown_4
Trusted Contributor

Re: CRS configuration

I think it just means you should run the sh command while logged in as root. The root would be part of the command line prompt. The command would be

sh whatever

My guess

Vern
KOUYATE MAURY
Frequent Advisor

Re: CRS configuration

i restart the installation at fresh after running the script root.sh the configuration hang at the same line and when i use config tools command i got this error message: oracle@linux1:/u01/app/oracle/product/10.1.0/crs_1/cfgtoollogs> ./configToolCommandsOracle Notification Server Configuration AssistantOracle Private Interconnect Configuration AssistantPRIF-12: failed to initialize cluster support servicesNB: i able ssh and rsh the other node without password and passphrase.Please i need helpKouyate