In Management Console one node of three has "unknown" info but Status is UP
We restarted the problematic agent and still netstat -a | grep 5444 didn't show anything.
In /opt/vertica/log/agent.log we saw the following :
WARNING:pyinotify:Unable to retrieve Watch object associated to <_RawEvent cookie=0 mask=0x2 name=ExecutionEngineProfiles_462377823091961.log wd=2
In /opt/vertica/log/agent.log we saw the following :
WARNING:pyinotify:Unable to retrieve Watch object associated to <_RawEvent cookie=0 mask=0x2 name=ExecutionEngineProfiles_462377823091961.log wd=2
0
Comments
https://community.vertica.com/vertica/topics/the_problem_with_mc
I work with leonidn. the MC is installed on Node1. When I open the MC and input the Node1 IP for it to connect to, I get an error. If I enter any other node IP, I connect ok and then I see Node1 as "UNKNOWN".
/bin/bash /opt/vertica/agent/agent.sh /opt/vertica/config/users/dbadmin/agent.conf &
It didn't help. Still same issue.
rpm -qa | grep vertica
vertica-console-7.0.0-0.x86_64
I am running version 7.1
# rpm -qa | grep vertica
vertica-R-lang-7.1.1-0.x86_64
vertica-7.1.1-0.x86_64
vertica-console-7.1.1-0.x86_64
Update**
Actually running the following command Raul mentioned did the trick for me.
/bin/bash /opt/vertica/agent/agent.sh /opt/vertica/config/users/dbadmin/agent.conf &
error: [('pem routines', 'pem_read_bio', 'no start line'), ('ssl routines', 'ssl_ctx_use_privatekey_file', 'pem lib')] vertica agent terminated.
We checked what the python code was looking for and we saw that it looks for agent.pem. I don't know why yet but the file existed on the node, even though we don't use ssl. we removed the agent.pem file and restarted the agent. problem fixed.
Thanks for your help!