Skip to content

Commit 45895bb

Browse files
committed
updated combined install command per shyamala
1 parent 72f9299 commit 45895bb

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

  • content/cumulus-netq-51/More-Documents/NetQ-CLI-Reference-Manual

content/cumulus-netq-51/More-Documents/NetQ-CLI-Reference-Manual/install.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ netq install cluster bundle
9999

100100
| Option | Value | Description |
101101
| ---- | ---- | ---- |
102-
| restore | \<text-backup-file\> | |
102+
| restore | \<text-backup-file\> | Specify the path where the backup .tar file resides |
103+
103104

104105
### Sample Usage
105106

@@ -358,24 +359,25 @@ Creates the JSON configuration template for the NetQ for Ethernet and NVLink com
358359

359360
### Syntax
360361

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.
362-
<!--asking shyamala what this does
363-
netq install combined config generate workers <text-num-nodes>
364-
[<text-config-json-file>]
365-
-->
362+
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).
363+
366364
```
367365
netq install combined config generate
368366
[<text-config-json-file>]
369367
370368
netq install combined config generate nodes <text-num-nodes>
371-
[<text-config-json-file>]
369+
[<text-config-json-file>]
370+
371+
netq install combined config generate workers <text-num-nodes>
372+
[<text-config-json-file>]
372373
```
373374

374375
### Required Arguments
375376

376377
| Argument | Value | Description |
377378
| ---- | ---- | ---- |
378-
| nodes| \<text-num-nodes\> | Specify the number of worker node objects in the JSON configuration template |
379+
| nodes| \<text-num-nodes\> | Specify the total number of node objects in the JSON configuration template |
380+
| workers| \<text-num-nodes\> | Specify the total number of worker node objects in the JSON configuration template |
379381

380382
### Options
381383

0 commit comments

Comments
 (0)