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.
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>
Give documentation feedback