+ | Table |
| |
+ |
|
|
|
|
| Example of Value Setting | |
+ | Parameter | Description | (Uncommented Line) |
+ |
|
|
|
INFORMIXSQLHOSTS |
|
| |
+ |
| Pointer to remote computer |
|
+ |
| containing SQLHOSTS |
|
+ |
| registry settings that the |
|
+ |
| deployed instance is to use. |
|
+ |
|
|
|
BEGIN ALIAS . . . END | Specifies new database | BEGIN ALIAS | |
+ | ALIAS | server aliases and related | SERVERNAME alias1 |
+ |
| SQLHOSTS connectivity | PROTOCOL drsoctcp |
+ |
| settings for the deployed | PORT 9091 |
+ |
| OPTIONS b=32767 | |
+ |
| instance. The optional | |
+ |
| END ALIAS | |
+ |
| OPTIONS line sets a | |
+ |
|
| |
+ |
| SQLHOSTS parameter |
|
+ |
| value. In the example, |
|
+ |
| b=32767 sets buffers. |
|
+ |
|
|
|
INFORMIXDIR | Path for the deployed | C:\tmp\informix | |
+ |
| instance. Must be set here or |
|
+ |
| as environment variable (no |
|
+ |
| default path is provided). |
|
+ |
|
|
|
ONCONFIG | The onconfigfile name. If | onconfig.sample | |
+ |
| none is specified here and |
|
+ |
| no ONCONFIG |
|
+ |
| environment variable is set, |
|
+ |
| a new file is created from |
|
+ |
| onconfig.std. |
|
+ |
|
|
|
SNAPSHOT | Note: This parameter can |
| |
+ |
| only be used if you are |
|
+ |
| deploying an instance from |
|
+ |
| a snapshot compressed as a |
|
+ |
| .tgz file on UNIX or Linux |
|
+ |
| or a .zip file on Windows. |
|
+ |
| Indicates the location of a |
|
+ |
| supported, compressed |
|
+ |
| archive type containing the |
|
+ |
| snapshot. This parameter is |
|
+ |
| equivalent to the |
|
+ |
|
| |
+ |
|
|
|
RELOCATE | Set chunk paths for the | Example 1: Relocate all chunk paths to | |
+ |
| deployed instance. You can | one directory: |
+ |
| indicate a parent directory |
|
+ |
| for all chunk path names or | C:\example1 |
+ |
| map them individually to | Example 2: Select individual chunk |
+ |
| separate parent directories. | |
+ |
| paths and specify the directories where | |
+ |
| You can also deploy the | |
+ |
| the paths are relocated: | |
+ |
| chunks with specific offset | |
+ |
|
| |
+ |
| values. Offset values are in | C:\ex2=C:\ex3; C:\ex4=C:\ex5 |
+ |
| kilobytes. | |
+ |
|
| |
+ |
|
| Example 3: Change multiple chunk |
+ |
|
| paths and offsets: |
+ |
|
| C:\ex6,10=C:\ex7,100; |
+ |
|
| C:\ex8,20=C:\ex9,200 |
|
|
|
|
Chapter 5. Deploying IDS with the Deployment Utility