You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cumulus-netq-51/More-Documents/NetQ-CLI-Reference-Manual/install.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,8 @@ netq install cluster bundle
99
99
100
100
| Option | Value | Description |
101
101
| ---- | ---- | ---- |
102
-
| restore |\<text-backup-file\>||
102
+
| restore |\<text-backup-file\>| Specify the path where the backup .tar file resides |
103
+
103
104
104
105
### Sample Usage
105
106
@@ -358,24 +359,25 @@ Creates the JSON configuration template for the NetQ for Ethernet and NVLink com
358
359
359
360
### Syntax
360
361
361
-
The default `netq install combined config generate` command creates a JSON configuration template for a three-node cluster. If your deployment model uses more than three nodes, specify the number using the `nodes` argument.
The default `netq install combined config generate` command creates a JSON configuration template for a three-node cluster. If your deployment model uses more than three nodes, specify the number using the `nodes` argument (for total number of nodes) or the `workers` argument (for total number of worker nodes).
0 commit comments