The debug postmortem export command

The debug postmortem export command exports the postmortem archive to the FTP or SFTP Server you specify.

The Integration Appliance does not require that you specify an export file name; however, as a best practice, you should include the Integration Appliance serial number, date, and timestamp. If you do not specify an export file name, the Integration Appliance exports a file named postmortem.tar.gz.
Note: Do not use reserved words in the user name, host name, or file name. Reserved words include: ftp, sftp, postmortem, debug, export, ibm, port, user, and file.

FTP Syntax

debug postmortem export ftp <hostname> [port <number>][user <user>][file <filename> ]
where:
Table 1.
Option Description
hostname

Specifies the name of the FTP Server.

number

Specifies the port number to use to connect to the FTP Server.

user

Specifies the username used to login to the FTP Server.

filename

Specifies the name of the file storing the postmortem archive.

User Input:

  • debug postmortem export ftp 192.168.1.2 user user1 file logs/B2XXW56_04152005_172341.tgz
  • debug postmortem export ftp ftpserver.yourcompany.com user user1 file logs/B2XXW56_04152005_172341.tgz

SFTP Syntax

To export the postmortem using SSH File Transfer Protocol, use the following SFTP syntax.
Note: When exporting a postmortem file to an SFTP server, you must specify a user name. Anonymous logins are not allowed with SFTP.
debug postmortem export sftp <hostname> [port <number>] user <user> [file <filename> ]
where:
Table 2.
Option Description
hostname

Specifies the name of the SFTP Server.

number

Specifies the port number to use to connect to the SFTP Server.

user

Specifies the username used to login to the SFTP Server.

filename

Specifies the name of the file storing the postmortem archive.

User Input:

  • debug postmortem export sftp 192.168.1.2 user user1 file logs/B2XXW56_04152005_172341.tgz
  • debug postmortem export sftp ftpserver.yourcompany.com user user1 file logs/B2XXW56_04152005_172341.tgz

Exporting Files to IBM Support

Exports a postmortem file to IBM Support.

debug postmortem export ibm pmr <pmrnumber>
where :
  • pmrnumber - PMR number open with IBM Support. For example, debug postmortem export ibm pmr 55555.555.555



Feedback | Notices


Timestamp icon Last updated: Friday, February 5, 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.cli.doc/CLI_debug_postmortemexport.html