Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
OS: Oracle Enterprise Linux drbd driver loaded OK; device status: version: 8.3.2 (api:88/proto:86-90) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GIT-hash: dd7985327f146f33b86d4bff5ca8c94234ce840e build by mockbuild at v20z-x86-64.home.local, 2009-08-29 14:07:55 m:res cs ro ds p mounted fstype 0:r0 Connected Primary/Primary UpToDate/UpToDate C /u01 ocfs2 1:r1 Connected Primary/Primary UpToDate/UpToDate C /u03 ocfs2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Node Hostname IP-Address Node1 srv1 10.1.1.130 eth0 Node2 srv2 10.1.1.131 eth1 Node1 srv1 10.2.2.130 eth0 Node2 srv2 10.2.2.131 eth1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Oracle ClusterWare Configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Installed all the required packages.... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #/usr/sbin/groupadd oinstall #/usr/sbin/groupadd dba #/usr/sbin/useradd -m -g oinstall -G dba oracle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #Second NODE /usr/sbin/groupadd -g 501 oinstall /usr/sbin/groupadd -g 502 dba /usr/sbin/useradd -m -u 501 -g oinstall -G dba oracle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Set the password on the oracle account: # passwd oracle passwd: password updated successfully ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkdir -p /u01/app/oracle chown -R oracle:oinstall /u01/app/oracle chmod -R 775 /u01/app/oracle ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkdir /u03/oracrs chown oracle:oinstall /u03/oracrs chmod 775 /u03/oracrs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #Set the ORACLE_BASE environment variable: ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/sysctl.conf << EOF kernel.shmall = 2097152 kernel.shmmax = 536870912 kernel.shmmni = 4096 kernel.sem = 250 32000 100 128 fs.file-max = 658576 net.ipv4.ip_local_port_range = 1024 65000 net.core.rmem_default = 262144 net.core.wmem_default = 262144 net.core.rmem_max = 1048536 net.core.wmem_max = 1048536 EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # sysctl -p ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/security/limits.conf << EOF oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/pam.d/login << EOF session required /lib/security/pam_limits.so EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/profile << EOF if [ \$USER = "oracle" ]; then if [ \$SHELL = "/bin/ksh" ]; then ulimit -p 16384 ulimit -n 65536 else ulimit -u 16384 -n 65536 fi umask 022 fi EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/csh.login << EOF if ( \$USER == "oracle" ) then limit maxproc 16384 limit descriptors 65536 umask 022 endif EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ modprobe hangcheck-timer hangcheck_tick=30 hangcheck_margin=180 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/rc.d/rc.local << EOF modprobe hangcheck-timer hangcheck_tick=30 hangcheck_margin=180 EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cat >> /etc/hosts << EOF 10.1.1.130 srv1 10.2.2.130 srv-priv1 10.3.3.130 srv-vip1 10.1.1.131 srv2 10.2.2.131 srv-priv2 10.3.3.131 srv-vip2 EOF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # LOGIN Oracle ACCOUNT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkdir ~/.ssh chmod 755 ~/.ssh /usr/bin/ssh-keygen -t rsa /usr/bin/ssh-keygen -t dsa cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys chmod 644 ~/.ssh/authorized_keys exec /usr/bin/ssh-agent $SHELL /usr/bin/ssh-add ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # scp -r .ssh/ oracle at 10.1.1.131:/home/oracle/ #time set #date -s "22 MAR 2010 11:11:00" # ssh srv1 date ; ssh srv2 date ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ssh -X -l oracle 10.1.1.130 export DISPLAY=10.1.1.126:0.0 (local #xhost +) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Downloaded linux.x64_11gR1_clusterware.zip unzip linux.x64_11gR1_clusterware.zip cd clusterware ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./runInstaller ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Selected => GROUP: oinstall PATH: /u01/app/oracle/oraInventory PATH: /u01/app/oracle/product/crs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #NET Define srv1 srv-priv1 srv-vip1 srv2 srv-priv2 srv-vip2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #NEXT #NET Interface USAGE #eth0 PUBLIC eth1 PRIVATE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Specify OCR Location ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~= OCR Configuration: "Normal Redundancy" OCR Location: /u03/oracrs/ocr OCR Mirror Location: /u03/oracrs/ocr2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Specify Voting Disk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Voting Disk Configuration: Normal Redundancy Voting Disk Location: /u03/voting/voting_disk Additional Voting Disk 1 Location: /u03/voting/voting_disk2 Additional Voting Disk 2 Location: /u03/voting/voting_disk3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ALSO TRIED Enternal Redundancy (error remain same) #External Redundancy OCR :/u03/oracrs/ocr.crs #External Redundancy VOTES: /u03/oracrs/vote.crs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On Both NODES RAN: /u01/app/oracle/oraInventory/orainstRoot.sh /u01/app/oracle/product/crs/root.sh ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Error" PROT-1: Failed to initialize ocrconfig Failed to upgrade Oracle Cluster Registry configuration Please help if anything am doing wrong.. or something missing in my procedure... -- Regards, SaAm -- View this message in context: http://old.nabble.com/DRBD8-%2B-OCFS2---Oracle-Clusterware....-PROT-1%3A-Failed-to-initialize-ocrconf-tp27984074p27984074.html Sent from the DRBD - User mailing list archive at Nabble.com.