The host.list file identifies one or more hosts on which to install Connect CDC. It must be located in the current directory where the Installer is running. Below is a sample host.list file:
remote=Nreconfigure=Nvector=UNIXremote=Yreconfigure=Ymountain=UNIX
This example asks the Batch Installer to install on two hosts:
-
A local, initial full install onto the UNIX host named vector
-
A remote, reconfigure install onto the UNIX host named mountain
Keywords and input parameters may be in mixed case. The order of the input parameters is important. Comments are denoted by a # in the first column of a line. Comments are not allowed on the right side of a key=value property specification.
Keyword or Input Parameter |
Description |
---|---|
Remote |
One of the following:
This remote keyword affects all installing hosts defined later in the host.list file until another remote keyword is specified. |
Reconfigure |
One of the following:
This reconfigure keyword affects all hosts defined later in the host.list file until another reconfigure keyword is specified. |
host_filename = HOST_TYPE |
Defines host (recipient host) on which to install Connect CDC.
In the example above, there would be two property files names named vector.properties and mountain.properties.
|