when running Vertica vnetperf utility you may face these errors below
although you have no FW between servers
and the communication is OK and no network errors are observed
Vertica DB is up and running on these Vertica hosts as well
[Connector Thread 172.16.8.11 ] Couldn't connect to 172.16.8.11 (family 2, attempt 0): Connection refused; errno=111 (Connection refused)
[Connector Thread 172.16.8.10 ] Couldn't connect to 172.16.8.10 (family 2, attempt 0): Connection refused; errno=111 (Connection refused)
[Connector Thread 172.16.8.12 ] Couldn't connect to 172.16.8.12 (family 2, attempt 0): Connection refused; errno=111 (Connection refused)
[Connector Thread 172.16.8.11 ] Could not find anything to connect to for 172.16.8.11; errno=111 (Connection refused)
[Connector Thread 172.16.8.10 ] Could not find anything to connect to for 172.16.8.10; errno=111 (Connection refused)
[Connector Thread 172.16.8.12 ] Could not find anything to connect to for 172.16.8.12; errno=111 (Connection refused)
Unable to connect to host 172.16.8.10:14159
Unable to connect to host 172.16.8.11:14159
Unable to connect to host 172.16.8.12:14159
why?
this is only because of a little thing -
/tmp file system should be executable on all nodes!!
login as root to all vertica nodes
type this command:
sudo mount -o remount,exec /tmp
or remove this "noexec" flag from /etc/fstab in /tmp line and remount /tmp
after that run vnetperf again from dbadmin user
[dbadmin@vertica-N1 tmp]$ vnetperf
The maximum recommended rtt latency is 2 milliseconds. The ideal rtt latency is 200 microseconds or less. It is recommended that clock skew be kept to under 1 second.
test | date | node | index | rtt latency (us) | clock skew (us)
-------------------------------------------------------------------------------------------------------------------------
latency | 2018-03-06_10:17:39,795 | 172.16.8.10 | 0 | 374 | -948042
latency | 2018-03-06_10:17:39,795 | 172.16.8.108 | 1 | 610 | -1996626
latency | 2018-03-06_10:17:39,795 | 172.16.8.11 | 2 | 407 | -1198531
latency | 2018-03-06_10:17:39,795 | 172.16.8.12 | 3 | 521 | -1220711
latency | 2018-03-06_10:17:39,795 | 172.16.8.8 | 4 | 48 | 5
latency | 2018-03-06_10:17:39,795 | 172.16.8.9 | 5 | 545 | -968135
although you have no FW between servers
and the communication is OK and no network errors are observed
Vertica DB is up and running on these Vertica hosts as well
[Connector Thread 172.16.8.11 ] Couldn't connect to 172.16.8.11 (family 2, attempt 0): Connection refused; errno=111 (Connection refused)
[Connector Thread 172.16.8.10 ] Couldn't connect to 172.16.8.10 (family 2, attempt 0): Connection refused; errno=111 (Connection refused)
[Connector Thread 172.16.8.12 ] Couldn't connect to 172.16.8.12 (family 2, attempt 0): Connection refused; errno=111 (Connection refused)
[Connector Thread 172.16.8.11 ] Could not find anything to connect to for 172.16.8.11; errno=111 (Connection refused)
[Connector Thread 172.16.8.10 ] Could not find anything to connect to for 172.16.8.10; errno=111 (Connection refused)
[Connector Thread 172.16.8.12 ] Could not find anything to connect to for 172.16.8.12; errno=111 (Connection refused)
Unable to connect to host 172.16.8.10:14159
Unable to connect to host 172.16.8.11:14159
Unable to connect to host 172.16.8.12:14159
why?
this is only because of a little thing -
/tmp file system should be executable on all nodes!!
login as root to all vertica nodes
type this command:
sudo mount -o remount,exec /tmp
or remove this "noexec" flag from /etc/fstab in /tmp line and remount /tmp
after that run vnetperf again from dbadmin user
[dbadmin@vertica-N1 tmp]$ vnetperf
The maximum recommended rtt latency is 2 milliseconds. The ideal rtt latency is 200 microseconds or less. It is recommended that clock skew be kept to under 1 second.
test | date | node | index | rtt latency (us) | clock skew (us)
-------------------------------------------------------------------------------------------------------------------------
latency | 2018-03-06_10:17:39,795 | 172.16.8.10 | 0 | 374 | -948042
latency | 2018-03-06_10:17:39,795 | 172.16.8.108 | 1 | 610 | -1996626
latency | 2018-03-06_10:17:39,795 | 172.16.8.11 | 2 | 407 | -1198531
latency | 2018-03-06_10:17:39,795 | 172.16.8.12 | 3 | 521 | -1220711
latency | 2018-03-06_10:17:39,795 | 172.16.8.8 | 4 | 48 | 5
latency | 2018-03-06_10:17:39,795 | 172.16.8.9 | 5 | 545 | -968135
Comments
Post a Comment