One of the nodes in the cluster went down, and will not start, even after using the -F opton
./admintools -t start_db -d <DB name> -F
PM 23.3
Passwordless SSH was not setup for the DB admin user
All nodes should have passwordless SSH between them. Otherwise any admintools commands launched from one node cannot reach the others. Cluster startup is just one example of this
Setup passwordless SSH per the documentation
Run the following command, on the node that is down, to start it
./admintools -t start_db -d <DB name> -F
If the node still fails to start, if it has been down for a long time, you may have to run the following command first.
Run this command from a node that is up and running; not the one that is down
select make_ahm_now('true');
Then run the following command from the node that is down
./admintools -t start_db -d <DB name> -F