Files and configuration tools to ingres

Last update on March 1, 2009 08:29 AM by hyts78
Published by hyts78

Files and configuration tools to ingres





Every Ingres installation starts with the contents of the variable II_SYSTEM ($ II_SYSTEM Unix / Linux or% Windows% II_SYSTEM). From the directory pointed by this variable, there is always a directory called ingres. Under this directory, there is at least one bin directory, files, utility and lib.

Ingres is works with a set of variables of its own and are stored in the file symbol.tbl (directory files). We should never edit this file by other than Ingres commands ingsetenv, ingunset and ingprenv. The file has a particular format and can easily be corrupted ...

Control the file symbol.tbl

ingsetenv: set a variable
ingprenv: show the value of a variable or all variables
ingunset: deposition a variable

Examples:

ingsetenv variable value
ingprenv
ingprenv variable
ingunset variable


These variables can also be positioned in the local environment of the user (export, setenv, set) and for some it is especially forbidden and dangerous (eg II_INSTALLATION).
config.dat, and protect.dat config.log

The rest of the configuration is essentially in two files: config.dat and protect.dat (still in the directory files). Do not edit these files by a publisher (unless otherwise requested by the support, a guru or stipulated in the doc), but use cbf (Configuration By Form). The format of this file is all that is more mundane, but some depend on other resources and to advance together in a coherent way it is better to use cbf. The rules that bind these settings are stored in files. Crs (as Configuration Rule System). The basic rule with all these files is: we look but not touch it (so you edit them with view on Unix instead of vi, for example ...). The file contains protect.dat protected resources (for the parameters derived in cbf). For example, the cache of the DBMS depends, by default, the number of users. If you increase the cache significantly ingres not protect this value and later you increase the number of users of the engine, setting the cache will be recalculated to a value that you do not a priori (since below your need ). It also offers file config.log which traces the history of changes: who, when, what (direct and derived parameters)
Cbf If you do not like or if you need to script changes to settings you can use the following commands:

Generate the contents of a config.dat:

• Generate the content of a config.dat :

iigenres [-v] host|rule_map|host rule_map


• Valid a resource:

 iivalres [-v] name value [rule_map]


• Read a resource :

 iigetres name


• Position a resource :

iisetres [-v] [+p|-p] name [value]


• Destroy a resource :

iiremres [-v] name


Or:

name: parameter (or resource) as read in config.dat before:

-v: verbose, to see the parameters affected by the change

+ p |-p: protected or unprotected (adds or removes the resource protect.dat)

host name of the machine (as read in ingprenv II_GCNxx_LCL_VNODE where xx is the result of ingprenv II_INSTALLATION

rule_map: file. crs

On another case:

Ii.machine.privileges.user.user the resource can not be positioned by cbf and corresponds to the rights of the user (for a given machine) on the installation have the right to start or stop, start ipm, etc..

Ingres / Net


Configuring Ingres / Net is located in the directory name (in the directory files) and files are suffixed by the name of the machine. It is controlled exclusively through the NETUTILS.

All files mentioned in this document is to save regularly, to avoid panic in case of loss ...

Ingres / Replicator


Part of the configuration of replication and replication paths are stored directly in the system catalogs Ingres / Replicator (they start with dd_ for Data Distribution). The rest (configuration file server replication, for example) is in a directory rep, usually located under $ II_SYSTEM / ingres II_SYSTEM or%% \ ingres

To note


Each tool mentioned in this document exists on each platform (that will cut into 2 large packages: windows on one side, Linux and Unix on the other). On Windows, they also exist in graphical format and are accessible via menus created during installation of the product.
Best answers for « Files and configuration tools to ingres » in :
Recreating the boot.ini file to launch Show Recreating the boot.ini file to launch This tips is designed to show you how to recreate the boot.ini file: Insert the windows CD installation and restart your computer. If the CD does not boot automatically press F12 to boot your PC...
CONFIG.SYS commands Show CONFIG.SYS commands The CONFIG.SYS commands load programs into memory and manage the operation of your equipment. For the most part, they are used only in the CONFIG.SYS file, with the exception of break commands, and rem set, you can...
How to repair Audio MP3 file Show How to repair Audio MP3 file Solution It is usual to find your mp3 audio file get damaged after ripping or download. Solution Below are proposed tools that repair damaged or missing frames on audio files classified as per below:...
Installing a SAMBA server (Linux) ShowInstalling a SAMBA server Prerequisite Introduction The Samba Architecture Installation of required packages for samba server Starting Samba The commands Smb.conf file configuration ‘’global’’ Section ‘’documents’’...
How to read and create a .NRG file ShowHow to read and create a .NRG file What is a .NRG file? Burn a NGR file with Nero Burning ROM Burn a NRG file with Alcohol 120% What is a .NRG file? A file with the .NRG extension is a CD image file generated by softwares like Nero...
How to read a .DAA file ShowHow to open a .DAA file DAA is the acronym for Direct Access Archive and is used mainly for data compression and file splitting. Like .bin/.cue files, the .daa extension is an archive file format that can be used to divide a movie file into...
Download Join (Merge) Text Files Software ShowDescription The application is designed by Sobolsoft. Simple and easy to use, the application has been awarded from various places. Join Text Files a tool that enables you to merge several files. It allows you to merge multiple text files into a...
Linux - User management ShowFirst step for the administrator When several people have access to a system, the administrator must manage the users. To do so, he must know the common commands and files to be configured. The important files are: the /etc/passwd file the...
Windows - Diagnostic tools ShowAccessing diagnostic tools On the Desktop, when you right-click on a drive and go to Properties, the "Tools" tab gives you access to three tools: Defragmenter (c:\windows\defrag.exe) Scandisk (c:\windows\command\scandisk.exe) Backup (c:\program...
Microsoft Windows - The registry ShowWhat is the registry? In version 3.1 of Microsoft Windows, applications that had been installed were configured in Windows with configuration files (which had the extension .ini). There were also two configuration files for Windows itself:...