Starting Ingres

This section contains the following topics:

Start the Ingres Installation on Linux and UNIX

Startup and Shutdown on Windows

Start the Ingres Installation on OpenVMS

Getting Started with Databases and Applications

Previous Topic

Next Topic

Start the Ingres Installation on Linux and UNIX

Use the ingstart command to start Ingres.

Note: If you are using a raw device for your transaction log file, you must configure the log file before starting your instance.

Note: If your operating system has shadow passwords, you must install the password validation program before starting a networked DBMS Server instance.

To start the Ingres instance

  1. Log on to your system through the system administrator account for the instance.
  2. Enter the following command:

    % ingstart

    The ingstart command checks whether you have sufficient operating system resources to run the Ingres components, and whether the raw log file (if used) is configured. If these conditions are met, ingstart starts all servers that are part of your instance.

To stop the Ingres instance

Enter the following command:

% ingstop

The instance is stopped.

Previous Topic

Next Topic

Startup and Shutdown on Windows

You can start up and shut down your Ingres instance on Windows in the following ways:

Note: Starting Ingres on Windows Vista

Note: Due to tightened security on the Microsoft Windows Vista platforms, we must impose the following restriction when using Ingres on Windows Vista: All Ingres tools and applications must be started from the Ingres Command Prompt, which is located in the Ingres Program Group under the Vista Start menu. In addition, to secure the appropriate privileges to execute a server process on Vista, you must always start Ingres as a service.

Previous Topic

Next Topic

Start and Stop Ingres with Ingres Visual Manager

Starting and stopping Ingres is one of the many tasks you can perform with Ingres Visual Manager.

To start and stop Ingres using Ingres Visual Manager

  1. Click Start, Programs, Ingres, Ingres Visual Manager.

    The Ingres Visual Manager window appears.

  2. Right-click the Ingres Installation branch and choose Start, as shown in this example:

    Start Ingres with Visual Manager

    Red icons turn green as the various components in the instance are started.

  3. Right-click the Ingres installation branch and click Stop.

    The instance is stopped.

Previous Topic

Next Topic

Start and Stop Ingres with the Ingres Service Manager

The Ingres Service Manager lets you start Ingres as a service.

To start and stop Ingres using the Ingres Service Manager

  1. Click Start, Programs, Ingres, Ingres Service Manager.

    The Ingres - Service Manager window appears, as shown here:

    Ingres Service Manager Window

  2. Check the Start as a service check box. Check the Client Only check box to start only those components for a client instance. Click Start to start the instance.

    The Ingres instance is started, and the output of the startup operation is displayed in the scrollable list box. The Start button changes to Stop.

  3. Click Stop

    The instance is stopped.

Previous Topic

Next Topic

Start the Ingres Installation on OpenVMS

You are ready to start the Ingres installation after you have installed the software and set up the required configuration parameters for each component.

To start your installation

  1. Log on to your system through the system administrator account for your installation.
  2. Enter the following command:

    $ @II_SYSTEM:[ingres]ingsysdef.com

    The symbols needed to start the installation are defined.

  3. Enter the following command to start your installation:

    $ ingstart

    Ingstart checks that you have sufficient operating system resources to run the Ingres components; if not, it issues an error message and exits. If resources are sufficient, all servers are started.

To stop your installation

Enter the following command:

$ ingstop

Components of your installation that are running are shut down.

Previous Topic

Next Topic

Getting Started with Databases and Applications

Getting started with Ingres includes creating databases and developing database applications. You can connect to Ingres from various application development environments, such as .NET, Java, Eclipse, Python, PHP, and Perl.

For more information on getting started with Ingres, see the Quick Start Guide.

Note: Most of the information in the Ingres for Linux Quick Start Guide about connecting to Ingres is applicable to the UNIX environment as well.


© 2007 Ingres Corporation. All rights reserved.