2. Installing VectorH : Start or Shut Down the Vector Instance : Start VectorH as a Service
 
Share this page                  
Start VectorH as a Service
Note:  To generate and install the script, use the mkrc command.
The generated script to start VectorH for Linux as a service is installed under /etc/init.d. The service is named actian-vectorXX, where XX is the instance ID, the value for II_INSTALLATION, specified during installation (default is VH).
To start the VectorH instance as a service
Run the following as root:
/sbin/service actian-vectorXX start
where XX is the instance ID.
To stop and restart the service
Use the following commands:
/sbin/service actian-vectorXX stop
/sbin/service actian-vectorXX restart
where XX is the instance ID.