Executing TIBCO MFT Command Center Commands as Part of Platform Server for UNIX Transfers

You can execute TIBCO MFT Command Center commands through the batch interface of TIBCO MFT Platform Server for UNIX.

The following example is a sample of using the batch interface to execute TIBCO MFT Command Center Admin Client Utility as a remote command:

cfsend n:MFTnode trtype:command 
	rcmd="/cfcc/cfccmf.sh upload 	
	cfn=C=\temp\testabc sfn=/tmp/testabc.cfcc 
	d=testabc_Upload nn=NYNODEMFT"

The command above is a single line within the UNIX command line. Alternately, you can create a TIBCO MFT Platform Serve for UNIX template file with all of the above information, and process the entire request through the following command:

cfsend t:cfccTemplate

The features of the above commands are as follows:
  • The cfsend parameter indicates that this is a send request. This parameter is required.
  • n:MFTnode defines the remote TIBCO MFT Platform Server node that is configured to process TIBCO MFT Command Center requests. This node must be defined to CFUNIX through the cfnode command.
  • trtype:command defines that a command is passed to the remote system.
  • The rcmd parameter defines the command to be executed on the remote system. Because the rcmd parameter contains embedded spaces, you have to enclose the remote command in double quotation marks.
Note: Based on the configuration of the local and remote TIBCO MFT Platform Server systems, you might have to add user ID and password information to the above command.