Thursday 08 May, 2008 - 12:35
Continuing the rebuild of richmond1 .
Shutdown the image and added it to the YAOCM team. Started the team.
There was no need to update the
~/.ssh/known_hosts
file on
central
because the host ssh key is generated during the installation and is replicated during the cloning process.
Regenerated the ssh keys for the oracle user as per
Richmond Cluster (05)
and updated
~/.ssh/authorized_keys
on all hosts.
Created the oracle directories as per Richmond Cluster (06) .
Installed the hangcheck-timer as per Richmond Cluster (6) .
Loaded the clusterware installation software from the shared folder into
/home/oracle/installation
.
$ su - oracle
$ mkdir ~/installation
$ unzip /mnt/hgfs/OCM/10201_clusterware_linux32.zip -d ~/installation
Installed the
cvuqdisk
package as per
Richmond Cluster (05)
.
Ran the
cluvfy
pre-installation test for crs. Only got the same two (2) problems as noted before in
CLUVFY CRSINST
.
Shutdown richmond1 and took a snapshot called precrsinst.
Created
~/.ssh/config
- see
Richmond Cluster (06)
.
Did the clusterware installation again - see
Richmond Cluster (07)
for details.
$ ./runInstaller -debug -logLevel finest >/tmp/install.log 2>&1
Did the run for the complete cluster, and
It Works!
Well, almost. Got the following error after running the root.sh on
richmond2
:
Expecting the CRS daemons to be up within 600 seconds.
Failure at final check of Oracle CRS stack.
10
So the problem with the oracle permissions for the shared voting disks was really a problem about the partition table on the disk drive. Probably makes sense in some weird way.
Continued with OUI and got the following error with the ONS configuration assistant:
Output generated from configuration assistant "Oracle Notification Server Configuration Assistant":
Command = /u00/crs/oracle/product/10/app/bin/racgons add_config richmond1:6200 richmond2:6200
Configuration assistant "Oracle Notification Server Configuration Assistant" failed
-----------------------------------------------------------------------------
The "/u00/crs/oracle/product/10/app/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
-----------------------------------------------------------------------------
Will look at this later.