A. Frequently Asked Questions on Ingres for Linux
 
Share this page                  
Frequently Asked Questions on Ingres for Linux
Why Does ingstart Return "No Ingres servers have been configured to start up"?
I installed Ingres using RPM on the command line but when I start Ingres using ingstart, it fails with "No Ingres servers have been configured to start up." What went wrong?
The setup portion of the installation process is performed by the Ingres service script. After you installed Ingres using the RPM command, you must run the service script, which configures and starts the instance. If you installed Ingres using the installation wizard or express_install.sh, the instance is started automatically; but if you installed Ingres using the RPM command, the setup must be run manually.
To run the service script, run:
% /sbin/service ingresXX start
where XX is the instance ID.
Alternatively to run the setup without starting the instance run:
%/sbin/service ingresXX configure
For more information, see the Installation Guide.