How to start and stop Vertica from admintools comand line
Using the admintools command line we can create all types of routines and scripts.
To start your database using the admintools command line:
Where the -t option is pointing to the tool is about to be used the -F it forces the start, -d it point to the database name, -p is the password.
To stop your database using the admintools command line:
Where the -t option is pointing to the tool is about to be used the -F it forces the stop in case any session are still running, -d it point to the database name, -p is the password.