Was this helpful?
ingstart Examples
This command starts an additional default DBMS Server:
ingstart -iidbms
Note:  In a Windows environment, if Ingres was started as a service (with ingstart ‑service), then the additional DBMS Server will also be started as a service.
This command starts the “speedy” Communications Server:
ingstart -iigcc=speedy
On UNIX, this command starts the installation interactively using the configuration option, where $II_SYSTEM is set to /install/r6:
setenv II_SYSTEM /install/r6
ingstart
On UNIX, 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/30/2023