Can't change Restart Policy on Vertica 6.1.3 / CentOS 6.5
After installing Community Edition of Vertica (see version in subject) on
my CentOS installation, I can't set the Restart Policy for the db I created as it returns the error:
Unable to restart policy until cluster is fully reachable.
The following communication failed:
127.0.0.1 from 127.0.0.1
It is a single-node cluster with disabled iptables .
SSH passwordless has been already set for dbadmin user.
How can I proceed ?
Thank you
Igor
0
Comments
According to documentation: Single node cluster are not K-Safe.
thank you for your reply.
Anyhow, my primary need is having the database started whenever I restart the server.
I thought that was a solution.
Which settings should I change to make it start whenever the server i rebooted ?
The VM I downloaded from the Vertica site had that setting already set (and databases
are re-started whenver I restart the Virtual Machine).
Thank you for your support
Igor.
I think that is done via inid system, may be in /etc/rc.local
Anyway, you can set it by yourself: add to /etc/rc.local
/opt/vertica/bin/admintools -t set_restart_policy -d <database> -p 'always'