supportbundle upload

Prev Next

This command uploads a support bundle.

Usage

supportbundle upload --id ID
                    [--upload-via-vms]
                    [--bucket-name NAME]
                    [--access-key KEY]
                    [--secret-key KEY]
                    [--bucket-subdir DIR]

Required Parameters

--id ID

Specifies the support bundle to upload.

Options

--upload-via-vms

Uploads a support bundle via VMS. Otherwise, the upload is done from each node.

This option is available only if --send-now is specified.

--bucket-name NAME

Specifies the S3 bucket name of the destination S3 bucket.

--access-key KEY

Specifies the access key of a valid key pair to access the destination S3 bucket.

--secret-key KEY

Specifies the secret key of a valid key pair to access the destination S3 bucket.

--bucket-subdir DIR

Specifies the subdirectory in the destination S3 bucket to which to upload the support bundle.

Example

This example shows uploading support bundle 1 to the S3 bucket named "my-bucket":

vcli: admin> supportbundle upload --id 1 --bucket-name vast-bucket