fteRAS: collect MFT troubleshooting information

The fteRAS command collects troubleshooting information (MustGather data) for Managed File Transfer. The information that fteRAS collects is specific to the Managed File Transfer installation on the system where the program is being run.

Purpose

Use the fteRAS command to run the Reliability, Availability, and Serviceability information (RAS) gathering tool if you need to collect troubleshooting information to use to help find a solution when a Managed File Transfer agent, database logger or other command is reporting a problem or failing to work properly.

When you run the fteRAS command, the output directory in which the resulting archive (.zip) file is placed can be either the default location, or a directory of your choosing.

Syntax

fteRAS

Read syntax diagramSkip visual syntax diagram fteRAS -p configuration_options-lPDSLibraryName
Security
Read syntax diagramSkip visual syntax diagram-mquseriduserid-mqpasswordpassword
Read syntax diagramSkip visual syntax diagramOutputDirectory

Parameters

-p configuration_options

Optional. Determines the set of configuration options that is used to gather the troubleshooting information. Use the name of a set of configuration options as the value for the -p parameter. By convention, this name is the name of a coordination queue manager. If you do not specify this parameter, the default set of configuration options is used.

[z/OS]-l
Optional. z/OS® only. Specifies the name of a PDS library that contains JCL scripts that invoke MQMFT commands for a particular agent or logger. This option is always set when the command is run from a command PDS library's BFGZRAS JCL script, such that all members of the PDS library are captured in the output directory.
Note: BFGZRAS creates the BFGRAS member when the BFGCUSTM job is run.
-mquserid user id
Optional. Specifies the user ID to authenticate with the command queue manager.
-mqpassword password
Optional. Specifies the password to authenticate with the command queue manager. You must also specify the -mquserid parameter. If you specify -mquserid but do not also specify -mqpassword, you are prompted to supply the associated password. The password is not displayed on the screen.
OutputDirectory
Optional. A directory to use when you are gathering the RAS data, and where the output file, for example, fteRAS.zip is stored after the data is gathered successfully. If the directory does not exist, it is created. The default location is the mqft logs directory.
-? or -h
Optional. Displays command syntax.

Examples

[UNIX][Linux]On UNIX and Linux®, to store the output file fteRAS.zip in the /var/mqm/errors directory, run fteRAS as shown in the following example:
fteRAS /var/mqm/errors
The following message confirms that the command has completed successfully:
BFGCL0604I: fteRAS command completed successfully. Output is stored in /var/mqm/errors/fteRAS.zip
[Windows]On Windows, to store the output file fteRAS.zip in the default errors directory for a new installation of IBM® MQ, run fteRAS as shown in the following example:
fteRAS "C:\ProgramData\IBM\MQ\errors"
The following message confirms that the command has completed successfully:
BFGCL0604I: fteRAS command completed successfully. Output is stored in C:\ProgramData\IBM\MQ\errors\fteRAS.zip
Note: For IBM MQ 8.0 or later, if this is not a new installation of that version of the product, the location of the errors directory might be different on your system. For more information, see Program and data directory locations on Windows.
[IBM i]On IBM i, to copy the output file to /QIBM/UserData/mqm/errors, run the fteRAS command from the Qshell as shown in the following example:
/QIBM/ProdData/mqm/bin/fteRAS /QIBM/UserData/mqm/errors
The following message confirms that the command has completed successfully:
BFGCL0604I: fteRAS command completed successfully. Output is stored in /QIBM/UserData/mqm/errors/fteRAS.zip