How do I start an auxiliary database cluster?
Purpose
Perform this procedure to start the auxiliary database software on all stations in an auxiliary database cluster, for example, after maintenance.
1 |
Log in to an auxiliary database station as the root user. |
2 |
Enter the following: # cd /opt/nsp/nfmp/auxdb/install/bin ↵ |
3 |
Enter the following: # ./auxdbAdmin.sh start ↵ |
4 |
The auxiliary database starts. |
5 |
If the auxiliary database proxies were stopped or the shields were raised in order to block external access to the auxiliary database ports, start the proxies and lower the shields by performing the following: # ./auxdbAdmin.sh startAndEnableServices ↵ |
6 |
Enter the following to display the auxiliary database status: # ./auxdbAdmin.sh status ↵ Information like the following is displayed: Database status Node | Host | State | Version | DB ------------+---------------+-------+---------+------- node_1 | internal_IP_1 | STATE | version | db_name node_2 | internal_IP_2 | STATE | version | db_name ... node_n | internal_IP_n | STATE | version | db_name Output captured in log_file The cluster is started when each STATE entry reads UP. End of steps |