Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Start Vertica database during boot on Linux

Tags:

vertica

I have Vertica installed in an Ubuntu virtual machine and I'd like to have a specific database started during the boot, instead of me having to login, open admintools and start from there.

So, is there a command line that would allow me to start it without user interaction? In which run level should I add this? Also, I use a specific user to run everything Vertica related, does this need to be taken into account in my boot script?

like image 697
Bani Avatar asked Jan 03 '13 14:01

Bani


People also ask

How do I know if Vertica is running?

Monitor the Node Status For a visual overview of all cluster nodes, use Management Console. Click the running database on the Databases and Clusters page and click the Manage tab at the bottom of the page to open the cluster status page.


1 Answers

Why not just set the restart policy(reboot on boot) in your admintools "Set Restart Policy" You have 3 option : Never ksafe always -- chose this one to start on boot.

And that is it ! enter image description here

like image 110
Up_One Avatar answered Oct 12 '22 01:10

Up_One