+ifxdeploy.conf File: The Deployment Utility Configuration File
+ | The ifxdeploy.conf file is a | |||
+ | instance snapshot prior to deploying it with the ifxdeploy command. | |||
+ | Purpose |
|
| |
+ | The ifxdeploy.conf file is in $INFORMIXDIR/etc/ on Linux and | |||
+ | %INFORMIXDIR%\etc on Windows. |
| ||
+ | By using the ifxdeploy.conf file, you can run the deployment utility with fewer | |||
+ | ||||
+ | deploy instances to other locations. The file supports the same functionality as the | |||
+ | ifxdeploy command options, but also additional functionality that is useful for | |||
+ | embedding IDS when you are deploying a snapshot in multiple locations that | |||
+ | require minimal or no modification in instance setup. See “Rapid IDS | |||
+ | Embeddability with the Deployment Utility” on page | |||
+ | major embeddability features of the ifxdeploy.conf file. | |||
+ | Parameters |
|
| |
+ | The ifxdeploy.conf file is value pair based. If there is a parameter with a default | |||
+ | value that you want to change, provide the value in an uncommented line. | |||
+ | Attention: The values of parameters that are set on the ifxdeploy command line | |||
+ | overwrite the values of the same parameters in the ifxdeploy.conf file. | |||
+ | The following table explains the parameters in the same order that they appear in | |||
+ | the configuration template file. |
| ||
+ |
| Table |
| |
+ |
|
|
|
|
|
|
| Example of Value Setting | |
+ |
| Parameter | Description | (Uncommented Line) |
+ |
|
|
|
|
| INFORMIXSERVER | Primary database server | INFORMIXSERVER deploy3 | |
+ |
|
| name. Must be set either |
|
+ |
|
| here or as environment |
|
+ |
|
| variable before deployment |
|
+ |
|
| (no default value is |
|
+ |
|
| provided). |
|
+ |
|
|
|
|
| PROTOCOL1 | Primary network protocol. | PROTOCOL1 olscoctcp | |
+ |
|
| This is equivalent to the |
|
+ |
|
| PROTOCOL field of the |
|
+ |
|
| SQLHOSTS registry. |
|
+ |
|
|
|
|
| PORT1 | Number of the primary | PORT1 9094 | |
+ |
|
| listening port. No value |
|
+ |
|
| required for the onipcnmp |
|
+ |
|
| protocol. The range of |
|
+ |
|
| permissible values is from 1 |
|
+ |
|
| to 32767. |
|
+ |
|
|
|
|
| SERVERNUM | The server number. | SERVERNUM 100 | |
+ |
|
| Corresponds to the |
|
+ |
|
| SERVERNUM configuration |
|
+ |
|
| parameter. The range of |
|
+ |
|
| permissible values is from 0 |
|
+ |
|
| to 255. |
|
|
|
|
|
|