backup errors
Trying to run backup for the first time and getting:
13733: vbr server subproc on 10.146.75.38 terminates with returncode 126. Details in vbr_v_verticadb_node0002_server.log on that host.
Error msg: bash: /tmp/vbr/vbr.py: /opt/vertica/oss/python/bin/python: bad interpreter: Permission denied
Does anyone have any ideas to fix this?
Thanks,
0
Comments
Error msg: rsync: failed to connect to IP address of backup host: No route to host (113)
rsync error: error in socket IO (code 10) at clientserver.c(122) [sender=3.0.7]
rsync failed!"
$ echo $SHELL
/bin/bash
check /etc/hosts file on all the nodes , there should be an entry of the backup host in all the nodes.
Or alternatively, you may ping to the backup hosts or try connecting through ssh
A per requirement of backup, the backup host should be accessible through paswordless SSH
I worked with the Vertica tech and finally got it to work.
1. make sure password SSH is working on all nodes
2. make sure permissions are correct on all folders
This was my problem....3. make sure the SELinux and IPTable are set correctly.
Once I conferred with our Linux guy he looked at #3 and made changes.
Now it works.
Thanks everyone!!