Cause - Installer requires that a minimum of 2 nodes remain for the Oracle Grid Infrastructure configuration to proceed.
Action - Ensure that at least 2 nodes remain for the configuration to proceed, otherwise specify a single cluster node information.
Additional Information:
- [INS-44000] Passwordless SSH connectivity is not setup from the local node node1 to the following nodes:
[node1]
These nodes will be ignored and not participate in the configured Grid Infrastructure. -
Action: Refer to the logs for more details or contact Oracle Support Services.
Cause - Installer requires that a minimum of 2 nodes remain for the Oracle Grid Infrastructure configuration to proceed.
Action - Ensure that at least 2 nodes remain for the configuration to proceed, otherwise specify a single cluster node information.
Additional Information:
- [INS-44000] Passwordless SSH connectivity is not setup from the local node node2 to the following nodes:
[node2]
These nodes will be ignored and not participate in the configured Grid Infrastructure. -
Action: Refer to the logs for more details or contact Oracle Support Services.
Before installation, as root user: ( change the path if the location of your "scp" is not the same with below)
# Rename the original scp.
mv /usr/bin/scp /usr/bin/scp.orig
# Create a new file </usr/bin/scp>.
vi /usr/bin/scp
# Add the below line to the new created file </usr/bin/scp>.
/usr/bin/scp.orig -T $*
# Change the file permission.
chmod 555 /usr/bin/scp
or
mv /usr/bin/scp /usr/bin/scp.orig
echo "/usr/bin/scp.orig -T $*" > /usr/bin/scp
chmod 555 /usr/bin/scp
After installation:
mv /usr/bin/scp.orig /usr/bin/scp
No comments:
Post a Comment