Re: Adding Node to RAC Fails with SSH Equivalency on NxN Check

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Wed, 13 Apr 2022 22:15:39 -0400
Message-ID: <a70d5af3-d5e0-efdb-45e6-5243e2f03739_at_gmail.com>



On 4/13/22 10:14, David Barbour wrote:
> *grid node3:/home/grid $ ssh node3
> Activate the web console with: systemctl enable --now cockpit.socket*

That is scripted in /etc/issue.d:

oracle_at_ora21c ~]$ cat /etc/issue.d/cockpit.issue Activate the web console with: systemctl enable --now cockpit.socket

That should have no effect on the status of your login. Your problem is the following:

*-bash: [: =: unary operator expected*

That comes from the faulty bash completion script which is called from /etc/bashrc. That causes your ssh to return status != 0 and your equivalence fails. I replaced the cockpit.issue by "Abandon hope all, ye who login here". Not exactly like Dante Alighieri, but close enough to convey the desired meaning.
**

-- 
Mladen Gogala
Database Consultant
Tel: (347) 321-1217
https://dbwhisperer.wordpress.com

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Apr 14 2022 - 04:15:39 CEST

Original text of this message