rsync process not running on vertica
search cancel

rsync process not running on vertica

book

Article ID: 145809

calendar_today

Updated On:

Products

CA Infrastructure Management CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

rsync process is not running on vertica. This process is not running on all cluster servers.



[ ~]$ ps -ef | grep rsync

user   385807 385733  0 05:20 pts/0    00:00:00 grep rsync

[ ~]$ lsof -i :50000 -S

[ ~]$

 

 

 



Environment

Release : 3.x

 

Cause

rsync is used by Vertica for things like copy cluster and backups.
it is not a persistent daemon

Resolution

There is no need for rsync to be always running for the proper operation of your Vertica data base.

As long as it starts when needed, there is no problem with the rsync process stopping when not needed.

Additional Information

https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AdministratorsGuide/BackupRestore/ConfiguringBackupHosts.htm?zoom_highlight=rsync


https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/AdministratorsGuide/BackupRestore/SampleConfigFiles/copycluster.htm?zoom_highlight=rsync


NOTE: the script that calls rsync (vbr.py) does not stop the process, so once invoked, it may remain running until next reboot.