bootstrap

netq bootstrap reset

Reset the node to prepare it for loading the installation program. In on-premises deployments, you can choose whether to save the current data or discard it during the reset process. NetQ saves all data by default in remotely hosted database deployments.

In a cluster deployment, you must run this command on each node in the cluster. Refer to the installation page for your deployment model for step-by-step instructions.

Syntax

netq bootstrap reset
    [keep-db | purge-db]

Required Arguments

None

Options

OptionValueDescription
keep-dbNASave existing data before resetting the node. Only applies to deployments with local databases.
purge-dbNADiscard existing data when resetting the node. Only applies to deployments with local databases.

Sample Usage

Prepare node for bootstrapping and discard data:

cumulus@switch:~$ netq bootstrap reset

Prepare node for bootstrapping while keeping existing data:

cumulus@switch:~$ netq bootstrap reset keep-db

None