Previous Topic

Next Topic

ingstart Command—Start an Ingres Instance

Permission required: Installation owner, privileged user.

The ingstart command starts an Ingres installation. It also checks that you have sufficient operating system resources to run Ingres and have initialized the log file.

The ingstart utility starts all the elements of your installation in the correct sequence. It starts the Name Server, recovery and archiver processes, and DBMS servers. If you are authorized to run them, it also starts the Communications Server, Visual DBA Remote Command Server, ICE Server, and Star Server.

Note: If a server or process is specified, only that component is started.

The ingstart command has the following format:

ingstart [-iigcn | -dmfrcp | -dmfacp | -client | -rmcmd | -icesvr |
[-iidbms|-iigcc|-iigcb|-iigcd|-iijdbc|-iistar|-oracle|-informix|
-mssql|-sybase|-db2udb|-rdb|-rms [= config_name]]] [-cluster]
[-node nodename] [-help]

Previous Topic

Next Topic

ingstart Examples

This command starts an additional default DBMS Server:

ingstart -iidbms

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


© 2007 Ingres Corporation. All rights reserved.