Hi, I'm trying to setup a three nodes cluster. The global zone is the "first" host, "second" and "third" are the zones. When I run "scinstall" I get that result: --------------------------------------------------------------------------------- Attempting to contact "second" ... done Attempting to contact "third" ... done
Searching for a remote configuration method ... failed Remote access attempts to one or more of the other nodes failed. --------------------------------------------------------------------------------- I use the VirtualBox to host my OpenSolaris so the default router is 10.0.2.2 and this is configured correctly inside zone. They are able to connect to the Internet. I generated the RSA and DSA keys for ssh logging and launched the services disabled in "svcs -xv" list. I don't turn the "nwam" on the nodes because then they can't contact themselves. The log from scinstall is as follows: --------------------------------------------------------------------------------- Checking the value of property "local_only" of service svc:/network/rpc/bind ... Property "local_only" of service svc:/network/rpc/bind is already correctly set to "false" on this node. Attempting to contact "second" ... Attempting to contact "third" ... Searching for a remote configuration method ... scrcmd -N second test isfullyinstalled scrcmd: RPC: Unable to receive; Routine will place interface out of state scrcmd to "second" - return status 106. rsh second -n "/bin/sh -c '/bin/true; /bin/echo SC_COMMAND_STATUS=\$?'" second: Connection refused rsh to "second" failed. ssh r...@second -o "BatchMode yes" -o "StrictHostKeyChecking yes" -n "/bin/sh -c '/bin/true; /bin/echo SC_COMMAND_STATUS=\$?'" ssh: connect to host second port 22: Connection refused ssh to "second" failed. scrcmd -N third test isfullyinstalled scrcmd: RPC: Unable to receive; Routine will place interface out of state scrcmd to "third" - return status 106. rsh third -n "/bin/sh -c '/bin/true; /bin/echo SC_COMMAND_STATUS=\$?'" third: Connection refused rsh to "third" failed. ssh r...@third -o "BatchMode yes" -o "StrictHostKeyChecking yes" -n "/bin/sh -c '/bin/true; /bin/echo SC_COMMAND_STATUS=\$?'" No RSA host key is known for third and you have requested strict checking. Host key verification failed. ssh to "third" failed. Remote access attempts to one or more of the other nodes failed. --------------------------------------------------------------------------------- Please help. Regards, MichaĆ -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org