Reputation: 1
I am completely new to MQ world and need help understanding the install.
I have downladed 9.2.0.1-IBM-MQFA-Redist-LinuxX64.tar.gz redistrible package . Now i can see under bin folder there is set of FTE* commands.
Requirements: Need to transfer files from linux server to queue (File to Queue)
Questions:
Upvotes: 0
Views: 774
Reputation: 15273
You have downloaded is the Redistributable version of IBM MQ Managed File Transfer product. It can be simply unpackaged anywhere on a file system. But you need to have a MQ v9 or above queue manager running somewhere as MQ is a prerequisite for MFT.
The redistributable package contains binaries and commands for for setting up agents to run transfers. It does not contain MQExplorer.
You need to start by running fteCreateEnvironment command and then call fteSetupCoordination, fteSetupCommands and then fteCreateAgent. This is the best place to start learning about configuring MFT using the redistributable package.
Upvotes: 2