Various vbr.py commands are failing like quick-check, collect-garbage, and quick-repair
search cancel

Various vbr.py commands are failing like quick-check, collect-garbage, and quick-repair

book

Article ID: 375383

calendar_today

Updated On:

Products

DX NetOps CA Performance Management - Usage and Administration

Issue/Introduction

The error seen contains the following syntax

Error: Error accessing remote storage: failed accessing remote storage on <IP_ADDRESS>: kex_exchange_identification: read: Connection reset by peer
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(226) [Receiver=3.1.3]
: returncode=None
Full-check FAILED.

Environment

All supported releases of DX NetOps Performance Management

Cause

MaxStartups was not set within the sshd_config files on Vertica cluster members

Resolution

Edit /etc/ssh/sshd_config and enable MaxStartups as per the Vertica documentation:

https://docs.vertica.com/12.0.x/en/admin/backup-and-restore/setting-up-backup-locations/configuring-backup-hosts-and-connections/

As an example, one could use: 

MaxStartups 100:30:100

Once this is set and saved, you will need to reload sshd:

systemctl reload sshd