User Guide > User Guide > A. Command Reference > ingstart Command--Start a Vector Instance
Was this helpful?
ingstart Command--Start a Vector Instance
Permission required: Installation owner, privileged user.
The ingstart command starts a Vector installation. It also checks that you have sufficient operating system resources to run Vector and have initialized the log file. It starts all the elements of your installation in the correct sequence.
Note:  If a server or process is specified, only that component is started.
The ingstart command has the following format:
ingstart [‑client|‑service|-iigcn|-dmfrcp|-dmfacp|-rmcmd|
[-iidbms|-iigcc|‑iigcb|-iigcd|-mgmtsvr|-spark_provider [=
config_name]]] [-help]
-client
Starts a client service by starting only a Name Server and Communications Server. Valid on Windows only.
-service
Starts Vector as a service. Valid on Windows only.
-iigcn
Starts the Name Server.
-dmfrcp
Starts the recovery process.
-dmfacp
Starts the archiver process.
-rmcmd
Starts the Remote Command Server required by Visual DBA.
-iidbms
Starts the DBMS Server. You can optionally specific a config_name as the name of the server.
-iigcc
Starts the Communications Server. You can optionally specify a config_name as the name of the server.
-iigcb
Starts the Bridge Server. You can optionally specify a config_name as the name of the server.
-iigcd
Starts the Data Access Server. You can optionally specify a config_name as the name of the server.
‑mgmtsvr
Starts the Management Server used by Actian Director.
Windows: Starts the Remote Manager service, which controls the startup of the Management Server.
-spark_provider
Starts the Spark-Vector Provider.
config_name
Specifies the name of the server being started. To see a list of server names, issue the iinamu command, and then show servers.
-node nodename
Starts Vector on the specific node. Valid in a cluster installation only.
-help
Displays command syntax online.
ingstart Examples
1. Start an additional default DBMS Server:
ingstart -iidbms
Note:  In a Windows environment, if Vector was started as a service (with ingstart ‑service), then the additional DBMS Server will also be started as a service.
2. Starts the “speedy” Communications Server:
ingstart -iigcc=speedy
3. On Linux, this command starts the installation interactively using the configuration option, where $II_SYSTEM is set to /install/r6:
setenv II_SYSTEM /install/r6
ingstart
4. On Linux, this command starts the installation automatically by including ingstart in the /etc/rc or other boot script, where userid is the user ID defined during installation:
su userid -c /install/r6/ingres/utility/ingstart \
> /dev/console
Last modified date: 01/26/2023