Examples - Command-Line Installation

Example 1:

 ./install -q -accepteula -ugr -d /opt/mftps -ulnk 
				  
This example is set up to accept the license agreement, the default cfadmin, cfbrowse, and cftransfer group names. Choose the /opt/mftps directory as the installation directory, and create a soft link to point to the $CFROOT/libs directory.

 

Example 2:
./install -q -accepteula -ugr -agr MFTAdmins -d /opt/mftps -ulnk 			  
This example is set up to accept the license agreement, change the default cfadmin group name to MFTAdmins, keep the default cfbrowse and cftransfer group names. TIBCO MFT Platform Server for z/Linux is installed in the /opt/mftps directory and a soft link is created to point to the $CFROOT/libs directory.

 

Example 3:
 ./install -q -accepteula -ugr -d /opt/mftps -ulnk -ccnode cc_node_name cc_node_host cc_node_port
This example is set up to accept the license agreement, the default cfadmin, cfbrowse, cftransfer group names, and to create a CC node. Choose the /opt/mftps directory as the installation directory, create a soft link to point to the $CFROOT/libs directory, and enter the CC node name, host, and the port.

 

Example 4:
./install -q –accepteula
 -ugr -d /opt/mftps –ulnk
-ccnode CCNode CC.YourOrg.com 46464
-hamode -dshared /shared/directory
-hprimary primaryrpcipname:46678
-hsecondary secondaryrpcipname:46678
-cfiles r
This example is set up to accept the license agreement, the default cfadmin, cfbrowse, cftransfer group names, and to create a CC node. Choose the /opt/mftps directory as the installation directory, create a soft link to point to the $CFROOT/libs directory, and create the CC node with name CCNode, hostname YourOrg.com and port number 46464. HA mode is then enabled. The directory that is shared with other HA Platform Server instances is: /shared/directory. The primary and secondary RPC name parameters point to the CyberMgr instances on the primary and secondary HA cluster instances. -cfiles r indicates that the config files from the installation directory will overwrite the config files in the HA shared directory.