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
Option | Value | Description |
---|---|---|
keep-db | NA | Save existing data before resetting the node. Only applies to deployments with local databases. |
purge-db | NA | Discard 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
Related Commands
netq config reset premise