1. Installing Vector : Installing Vector for Linux : Install Vector Using RPM Commands : Configure and Start the Instance
 
Share this page                  
Configure and Start the Instance
When installing Vector using the RPM command, you must complete the setup portion of the installation process by running the service script. The service script configures and starts the instance.
To configure the instance
After the installation has completed, run the service script as follows:
/etc/init.d/actian-vectorXX configure
where XX is the instance ID.
To set up Vector by running the configuration defined in a response file:
/etc/init.d/actian-vectorXX configure /path/to/response/file
The instance is configured but not started.
To run the setup programs with their default configuration and start the instance
After the installation has completed, run the service script as follows:
/etc/init.d/actian-vectorXX start
where XX is the instance ID.
The instance is configured and started.