How to recover a node from a failed start
In this post we will go over the procedure you need to follow to be able to recover a Vertica database node after a failed start.
admintools -t restart_node --hosts= --database=--password= --force
doc:tests/doc/tools $ vbr.py --config-file=doc.ini -t restore --nodes=v_doc_node0001
Warning: trying to restore to an UP cluster
Warning: Node state of v_doc_node0001 is UP; node must be DOWN for restore; ignoring restore on this node.
Nothing to do
restore done!
To restore the node, first bring it down, and then run the utility again.
vbr.py --task restore --config-file --archive=
vbr.py --task restore --config-file /bkp/db.ini --archive=20120906_152640
vbr.py --task restore --config-file db.ini
Copying...
1871652633 out of 1871652633, 100%
All child processes terminated successfully.
restore done!