Skip to main content

Retrieving the support bundle using a UNIX or Linux client

If you are a UNIX or Linux user, you can retrieve the support bundle from your vApp by using the command-line interface (CLI) on your Linux client server. You can use either SCP or SFTP to retrieve the support bundle.

You must be the maintenance user to perform this task.

You must have generated a support bundle using the maintenance console and have the support bundle name available.

  1. Access the CLI through Telnet or the console, using your Linux client server.
  2. Access the /support directory.
  3. Retrieve the support bundle and copy it to the local directory using the following command:
    If you are using...Then use the following command...
    SCPscp <maintenance-user>@<vApp-name-or-ip>:/support/support_bundle_file_name.7z <destination-directory>
    SFTPsftp <maintenance-user>@<vApp-name-or-ip>:/support/support_bundle_file_name.7z <destination-directory>
    The name of the support bundle is provided to you when you generate it using the maintenance console.
  4. Enter the maintenance user password.

Examples

The following example uses SCP to retrieve the support bundle:

<kbd className="ph userinput linebreak">$ scp admin@10.10.12.69:/support/support_bundle_20160216_145359.7z .</kbd>
Password: <kbd className="ph userinput linebreak"><maintenance_user_password></kbd>
<samp className="ph systemoutput sysout linebreak">support_bundle_20160216_145359.7z 100% 119MB 11.9MB/s 00:10 </samp>


The following example uses SFTP to retrieve the support bundle:

<kbd className="ph userinput linebreak">$ sftp admin@10.10.12.69:/support/support_bundle_20160216_145359.7z .</kbd>
Password: <kbd className="ph userinput linebreak"><maintenance_user_password></kbd>
<samp className="ph systemoutput sysout linebreak">Connected to 10.228.212.69.
Fetching /support/support_bundle_20130216_145359.7z to ./support_bundle_20130216_145359.7z
/support/support_bundle_20160216_145359.7z </samp>