the package 'pstack' and No JSON object could be decoded
I got this message when install vertica script with a 2-node installation: Info: the package 'pstack' is useful during troubleshooting. Vertica recommends this package is installed. Checking/fixing OS parameters..... Error parsing validation output: No JSON object could be decoded Validation output: -bash: /opt/vertica/bin/validators.sh: No such file or directory Installation completed with warnings. Installation completed with errors. Can you help me out. Thanks
0
Comments
So I was having the same issue (regarding the validators.sh) trying to install vertica-6.1.3-0 on 3 nodes CentOS.
Then I manually installed vertica (the rpm) on the other 2 nodes, and this error disappeared, except I am running into a different issue that is related to the vspread.conf, and I can see this error:
Dec 26 21:36:50 [SSH.scpFrom] Command Failed: Failed to run scp on 192.168.3.6: scp -r -oConnectTimeout=30 -o TCPKeepAlive=no -o ServerAliveInterval=15 -o ServerAliveCountMax=2 -o StrictHostKeyChecking=no root@X.X.X.X:/opt/vertica/config/vspread.conf /opt/vertica/config/vspread.conf
followed by (which makes sense, since the above copy failed):
Dec 26 21:36:50 root@X.X.X.X: ['1', ["chown: cannot access '/opt/vertica/config/vspread.conf': No such file or directory"]]
My question is this seems that it's copying the vspread file from node1 (this command is executed from node2 and node3) using root, but at no point in the installation I was asked for the root pwd for node1, so I can't see how is the installation expecting to copy using root@node1 without having the root pwd.
Will manually copying that file over to node2 and node2 (since according to the doc, that file must be the same in all nodes) fix this issue?
I would appreciate any help as I am stuck for over a week trying to setup a cluster.
Thank you,
Amine