Installation Parameters
The installation parameters are organized under the following sections:
silent.cfg Parameters
The following table lists the parameters supported in the silent.cfg
file.
Parameter | Description |
---|---|
AcceptEula |
Defines whether you have accepted the EULA (End User License Agreement).
|
InstallDirectory |
Defines the installation directory for the Platform Server. |
SaveAndRestoreConfig |
When installing over an existing Platform Server installation, it defines whether to save and restore the configuration files.
|
CreateSoftLinks |
Defines whether you want to create soft links for the run-time libraries in the
|
AdminGroup
|
Defines the name of the admin group. The default admin group name is cfadmin .
|
BrowseGroup |
Defines the name of the browse group. The default admin group name is cfbrowse .
|
TransferGroup
|
Defines the name of the transfer group. The default transfer group name is cftransfer .
|
CCNodeName |
Defines the name of the CC node that is created at the end of the installation. When this parameter is not defined, the CC node is not created. Note: Ensure that
CCNodeName does not have spaces in it. |
CCNodeIPName |
Defines the IP name or IP address of the CC node that is created at the end of the installation. |
CCNodeIPPort
|
Defines the IP port of the CC node that is created at the end of the installation. |
CCCollector |
Defines whether Command Center (CC) is already collecting
Note: This parameter is defined to let the silent installer know that collection is being performed and that the user may need to copy the
Log.txt files to the new log file directory. |
HAMode |
Defines whether HA is enabled by this installation.
Note: HA Mode can be configured via
hainstall script after the installation is over.
When Yes is defined, the HA parameters below must be defined.
|
HASharedDirectory
|
Defines the name of the HA shared directory. This directory must be accessible for read/write access to all Platform Server instances in the HA cluster. |
HAPrimaryRPCIPName |
Defines the IP name or IP address of the primary CyberMgr daemon. When running in an HA cluster, the HAPrimaryRPCIPName and HASecondaryRPCIPName parameters must be defined in the same order for all Platform Server instances in a cluster.
|
HASecondaryRPCIPName |
Defines the IP name or IP address of the secondary CyberMgr daemon. When running in an HA cluster, the HAPrimaryRPCIPName and HASecondaryRPCIPName parameters must be defined in the same order for all Platform Server instances in a cluster.
|
HAPrimaryRPCPort |
Defines the IP port of the primary CyberMgr daemon.
|
HASecondaryRPCPort
|
Defines the IP port of the secondary CyberMgr daemon.
|
HAUseMyConfigFiles |
Defines whether to copy the configuration files in the local installation to the shared configuration directory.
|
Command-Line Parameters
The following table lists the parameters supported by the install
command in alphabetical order.
Parameter | Usage |
---|---|
-accepteula | Accepts the End User License Agreement. |
-agr | Defines the name for the Admin group. |
-bgr | Defines the name for the Audit Browse group. |
-c | Saves and restores configuration files during a re-installation. |
-ccnode | Defines the Command Center node. You must enter the fields in the following format:
|
-cfiles
|
Defines the configuration files. Only one of the options below can be set.
|
-d | Defines the directory where TIBCO MFT Platform Server for z/Linux is installed. |
-dshared
|
Defines the directory path accessible by all machines. |
-h or -? |
Displays help. |
-hprimary
|
Defines the host name for the primary RPC service. |
-hsecondary
|
Defines the host name for the secondary RPC service. |
-n | Saves but does not restore configuration files during a re-installation. |
-q
|
Uses the default installation options. Does not ask any questions. Runs the script in silent mode without user input. |
-tgr | Defines the name for the Transfer group. |
-ugr | Configures special group names. |
-ulnk
|
Creates links in the
/usr/lib directory for files in the
$CFROOT/libs directory. Note: When using the ulnk parameter:
|
-cccollector
|
Defines whether Command Center (CC) is already collecting
Note: This parameter is defined to let the silent installer know that collection is being performed and that the user may need to copy the
Log.txt files to the log file directory. |
-hamode |
Defines that HA mode is enabled for this installation. You must enter the fields in the following format. -hamode -dshared shareddirectory -hprimary primaryrpcipname -hsecondary secondaryrpcipname -cfiles c|r|n The |