A newer version of this product documentation is available. If you are redirected to the main page of the user guide, then this page might have been renamed or removed.

upgrade

netq upgrade

Upgrades NetQ on NetQ On-premises Appliances or VMs. For detailed instructions, see Upgrade NetQ Virtual Machines

Syntax

netq upgrade bundle <text-bundle-url>
    [s3-access-key <text-s3-access-key> s3-secret-key <text-s3-secret-key>]

Required Arguments

Argument Value Description
bundle <text-bundle-url> Upgrade this appliance or VM with the NetQ-x.y.z.tgz package at this location. You must specify the full path

Options

Option Value Description
s3-access-key <text-s3-access-key> AWS S3 access key ID
s3-secret-key <text-s3-secret-key> AWS S3 secret key ID

Sample Usage

cumulus@<hostname>:~$ netq upgrade bundle /mnt/installables/NetQ-4.7.0.tgz

None