How To Generate Support Bundle from Deployment Host?

Problem

How to generate support log bundle containing logs and configuration data from the Deployment Host and Deployment Unit Virtual Machine from within the Deployment Host via Airctl?

Environment

  • Platform9 Edge Cloud - v5.2 and Higher

Procedure

airctl gen-support-bundle
$ airctl gen-support-bundle --help
generate support bundle

Usage:
  airctl gen-support-bundle [flags]

Flags:
      --full         retrieve full DU syslogs [large]
  -h, --help         help for gen-support-bundle
      --out string   the output file name (default "/tmp/supportbundle.tgz")
      --skip-du      skip adding du logs
      --skip-state   skip adding state information

Global Flags:
      --config string   config file (default is $HOME/airctl-config.yaml)
      --json            json output for commands (configure-hosts only currently)
      --verbose         print verbose logs to the console

Once generated, the tar file can be shared with Platform9 Supportarrow-up-right by uploading it to a S3 bucket.

Additional Information

Important contents within the generated bundle file.

Sub Directories:

Last updated