This section contains the following topics: How You Further Customize Your Instance |
After Ingres is installed, configured, and started, you may need to perform the following additional tasks:
The default configuration installed by the setup programs is suitable for moderate hardware (about 512 MB of memory) and a moderate number of users (about 32). You may need to change the size of the transaction log file or the number of concurrent users (connect_limit).
To change parameter settings, use the Configuration-By-Forms utility (or its equivalent visual tool Configuration Manager, if available) or the ingsetenv command.
Note: Some changes, such as to the logging system, should not be made while the DBMS Server is running. Changes made with Configuration-By-Forms while servers are running are not effective until you restart the servers.
If you installed Ingres Net for the first time and did not define the DBMS Server password on the server or client nodes, add authorization entries that enable clients to access databases on the DBMS Server node.
If you are upgrading an existing instance or adding Ingres Net to your instance, your existing definitions remain in effect. For more information, see the Connectivity Guide.
After Ingres is installed, you must complete additional tasks so that users can access and use the new installation.
To prepare Ingres for general use, you must complete all or some of these tasks:
To help recover your master database (iidbdb) if it becomes corrupted, make sure that iidbdb has been checkpointed and journaling enabled (the default). For details, see the Database Administrator Guide.
If you want users other than the Ingres system administrator to be able to start and stop the Ingres servers, you must make changes to the config.dat file. For details, see the System Administrator Guide.
Note: You do not need to create the iidbdb master database because it is created during installation.
Note: Check the Readme file for any additional tasks necessary for your platform.
Removing Ingres is an irreversible event with pervasive effects. Any products or applications that share the removed DBMS Server are affected, as follows:
If you know you want to remove an Ingres instance, follow this process:
To uninstall Ingres for Linux, start the installation wizard and choose the option to modify an existing instance. The option "Remove all packages" removes only those files that are distributed with Ingres; it does not remove database and configuration files. To remove all files, check the "Remove all files" option.
The uninstall_ingres command removes any or all instances of Ingres for Linux on a machine. This command invokes RPM. If this command is run without any parameters, it generates a list of standard (non-renamed) installed Ingres RPM packages and prompts for confirmation before removing them.
This command has the following format:
uninstall_ingres {[instance ID] | [-a (--all)]} [-y (--yes)] [-c (--clean)]
Identifies the instance ID embedded in the renamed package names to be removed.
Removes all Ingres RPM packages for all Ingres instances. This parameter cannot be used if specifying an instance ID.
Answers yes to all prompts (that is, does not prompt).
Removes the $II_SYSTEM/ingres directory after the uninstall operation is complete.
The Ingres uninstall program removes all binary files.
To uninstall Ingres
The Add or Remove programs window appears.
Note: If multiple instances installed, be sure to select the one you want to remove. Each instance is identified by a unique instance name.
Note: Ingres .NET Data Provider and Ingres documentation, if installed, are separately installed products and must be individually selected for removal.
The Ingres installation wizard is started.
Ingres binary files and any data files residing in II_SYSTEM are removed.