Richmond Cluster (08)

Sunday 04 May, 2008 - 11:53

Fixed the problem with the network setup. I had to update /etc/hosts on all three (3) systems. To reestablish user equivalency, I only had to do this on central and copy the known_hosts file to the other two (2) nodes:

$ su - oracle

$ cd ~/.ssh

$ rm known_hosts

$ ssh-agent $SHELL

$ ssh-add

$ ssh central date

$ ssh central.yaocm.id.au date

...

$ scp known_hosts richmond1:.ssh/

$ scp known_hosts richmond2:.ssh/

On richmond1, I verified the network connectivity component again:

$ su - oracle

$ cd ~/installation/clusterware/cluvfy

$ ./runcluvfy.sh comp nodecon -n richmond1,richmond2 -verbose

And got the same complaint about the VIP interfaces.

Reran the installer. Now get an error about the permissions on the raw devices for the ocr. According to the documentation, these are set correctly.