Skip to content

Commit dbca2ac

Browse files
committed
updated version
1 parent 8d114d7 commit dbca2ac

6 files changed

Lines changed: 16 additions & 16 deletions

File tree

content/cumulus-netq-52/Installation-Management/Install-NetQ/Setup-NVLink-Ethernet-Combined-Cluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Additionally, for internal cluster communication, you must open these ports:
7676
b. Select **NVIDIA Licensing Portal**.<br>
7777
c. Select **Software Downloads** from the menu.<br>
7878
d. In the search field above the table, enter **NetQ**.<br>
79-
e. For deployments using KVM, download the **NetQ SW 5.1.0 KVM Scale** image. For deployments using VMware, download the **NetQ SW 5.1.0 VMware Scale** image<br>
79+
e. For deployments using KVM, download the **NetQ SW 5.2.0 KVM Scale** image. For deployments using VMware, download the **NetQ SW 5.2.0 VMware Scale** image<br>
8080
f. If prompted, read the license agreement and proceed with the download.<br>
8181

8282
{{%notice note%}}
@@ -262,7 +262,7 @@ nvidia@netq-server:~$ vim /tmp/cluster-install-config.json
262262
{{< tab "New Install">}}
263263

264264
```
265-
nvidia@<hostname>:~$ netq install cluster combined bundle /mnt/installables/NetQ-5.1.0.tgz /tmp/cluster-install-config.json
265+
nvidia@<hostname>:~$ netq install cluster combined bundle /mnt/installables/NetQ-5.2.0.tgz /tmp/cluster-install-config.json
266266
```
267267
<div class=“notices tip”><p>If this step fails for any reason, run <code>netq bootstrap reset</code> and then try again.</p></div>
268268

@@ -292,7 +292,7 @@ nvidia@netq-server:~$ vim /tmp/cluster-install-config.json
292292
2. Run the following command on your master node, using the JSON configuration file from the previous step. Include the restore option referencing the path where the backup file resides:
293293

294294
```
295-
nvidia@<hostname>:~$ netq install cluster combined bundle /mnt/installables/NetQ-5.1.0.tgz /tmp/cluster-install-config.json restore /home/nvidia/combined_backup_20241211111316.tar
295+
nvidia@<hostname>:~$ netq install cluster combined bundle /mnt/installables/NetQ-5.2.0.tgz /tmp/cluster-install-config.json restore /home/nvidia/combined_backup_20241211111316.tar
296296
```
297297

298298
<div class=“notices tip”><p>If this step fails for any reason, run <code>netq bootstrap reset</code> and then try again.</p></div>
@@ -308,8 +308,8 @@ To view the status of the installation, use the `netq show status [verbose]` com
308308
State: Active
309309
NetQ Live State: Active
310310
Installation Status: FINISHED
311-
Version: 5.1.0
312-
Installer Version: 5.1.0
311+
Version: 5.2.0
312+
Installer Version: 5.2.0
313313
Installation Type: Cluster
314314
Installation Mode: Combined
315315
Activation Key: EhVuZXRxLWVuZHBvaW50LWdhdGV3YXkYsagDIixPSUJCOHBPWUFnWXI2dGlGY2hTRzExR2E5aSt6ZnpjOUvpVVTaDdpZEhFPQ==

content/cumulus-netq-52/Lifecycle-Management/CL-Upgrade-LCM.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,23 @@ You can exclude selected services and protocols from the snapshots by clicking t
9999
Perform the upgrade using the {{<link title="lcm/#netq-lcm-upgrade-cl-image" text="netq lcm upgrade cl-image">}} command, providing a name for the upgrade job, the Cumulus Linux and NetQ version, and a comma-separated list of the hostname(s) to be upgraded:
100100

101101
```
102-
nvidia@switch:~$ netq lcm upgrade cl-image job-name upgrade-example cl-version 5.15.0 netq-version 5.1.0 hostnames spine01,spine02
102+
nvidia@switch:~$ netq lcm upgrade cl-image job-name upgrade-example cl-version 5.15.0 netq-version 5.2.0 hostnames spine01,spine02
103103
```
104104

105105
### Create a Network Snapshot
106106

107107
You can also generate a network snapshot before and after the upgrade by adding the `run-snapshot-before-after` option to the command:
108108

109109
```
110-
nvidia@switch:~$ netq lcm upgrade cl-image job-name upgrade-example cl-version 5.15.0 netq-version 5.1.0 hostnames spine01,spine02,leaf01,leaf02 order spine,leaf run-snapshot-before-after
110+
nvidia@switch:~$ netq lcm upgrade cl-image job-name upgrade-example cl-version 5.15.0 netq-version 5.2.0 hostnames spine01,spine02,leaf01,leaf02 order spine,leaf run-snapshot-before-after
111111
```
112112

113113
### Restore upon an Upgrade Failure
114114

115115
(Recommended) You can restore the previous version of Cumulus Linux if the upgrade job fails by adding the `run-restore-on-failure` option to the command.
116116

117117
```
118-
nvidia@switch:~$ netq lcm upgrade cl-image name upgrade-example cl-version 5.15.0 netq-version 5.1.0 hostnames spine01,spine02,leaf01,leaf02 order spine,leaf run-restore-on-failure
118+
nvidia@switch:~$ netq lcm upgrade cl-image name upgrade-example cl-version 5.15.0 netq-version 5.2.0 hostnames spine01,spine02,leaf01,leaf02 order spine,leaf run-restore-on-failure
119119
```
120120

121121
{{</tab>}}

content/cumulus-netq-52/Lifecycle-Management/NetQ-Agent-Upgrade-LCM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ netq lcm upgrade netq-image
147147
The following example creates a NetQ agent upgrade job called *upgrade-example*. It upgrades NetQ agents on the *spine01* and *spine02* switches.
148148

149149
```
150-
nvidia@switch:~$ netq lcm upgrade netq-image job-name upgrade-example netq-version 5.1.0 hostnames spine01,spine02
150+
nvidia@switch:~$ netq lcm upgrade netq-image job-name upgrade-example netq-version 5.2.0 hostnames spine01,spine02
151151
```
152152

153153
<!-- You can assign an order for which switches to upgrade based on the switch roles defined above. For example, to upgrade the spines before the leafs, add the `order ROLE1,ROLE2` option to the command:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ netq install cluster full
274274
### Sample Usage
275275

276276
```
277-
nvidia@<hostname>:~$ netq install cluster full interface eth0 bundle /mnt/installables/NetQ-5.1.0.tgz workers 10.20.10.25 10.20.10.45 cluster-vip 10.20.10.254
277+
nvidia@<hostname>:~$ netq install cluster full interface eth0 bundle /mnt/installables/NetQ-5.2.0.tgz workers 10.20.10.25 10.20.10.45 cluster-vip 10.20.10.254
278278
```
279279

280280
### Related Commands
@@ -514,7 +514,7 @@ netq install opta standalone full
514514
### Sample Usage
515515

516516
```
517-
nvidia@<hostname>:~$ netq install opta standalone full interface en01 bundle /mnt/installables/NetQ-5.1.0.tgz config-key CI39fo5CZ3cucHJvZDEubmV0cS5jdW11bHVzbmVp6z8ma3MuY29tGLsD
517+
nvidia@<hostname>:~$ netq install opta standalone full interface en01 bundle /mnt/installables/NetQ-5.2.0.tgz config-key CI39fo5CZ3cucHJvZDEubmV0cS5jdW11bHVzbmVp6z8ma3MuY29tGLsD
518518
```
519519

520520
### Related Commands
@@ -637,7 +637,7 @@ netq install standalone full
637637
### Sample Usage
638638

639639
```
640-
nvidia@<hostname>:~$ netq install standalone full interface eth0 bundle /mnt/installables/NetQ-5.1.0.tgz
640+
nvidia@<hostname>:~$ netq install standalone full interface eth0 bundle /mnt/installables/NetQ-5.2.0.tgz
641641
```
642642

643643
### Related Commands

content/cumulus-netq-52/More-Documents/NetQ-CLI-Reference-Manual/show.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,8 +4041,8 @@ None
40414041
nvidia@netq:~$ netq show status verbose
40424042
NetQ Live State: Active
40434043
Installation Status: FINISHED
4044-
Version: 5.1.0
4045-
Installer Version: 5.1.0
4044+
Version: 5.2.0
4045+
Installer Version: 5.2.0
40464046
Installation Type: Standalone
40474047
Activation Key: EhVuZXRxLWasdW50LWdhdGV3YXkYsagDIixkWUNmVmhVV2dWelVUOVF3bXozSk8vb2lSNGFCaE1FR2FVU2dHK1k3RzJVPQ==
40484048
Master SSH Public Key: c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCfdsaHpjKzcwNmJiNVROOExRRXdLL3l5RVNLSHRhUE5sZS9FRjN0cTNzaHh1NmRtMkZpYmg3WWxKUE9lZTd5bnVlV2huaTZxZ0xxV3ZMYkpLMGdkc3RQcGdzNUlqanNMR3RzRTFpaEdNa3RZNlJYenQxLzh4Z3pVRXp3WTBWZDB4aWJrdDF3RGQwSjhnbExlbVk1RDM4VUdBVFVkMWQwcndLQ3gxZEhRdEM5L1UzZUs5cHFlOVdBYmE0ZHdiUFlaazZXLzM0ZmFsdFJxaG8rNUJia0pkTkFnWHdkZGZ5RXA1Vjc3Z2I1TUU3Q1BxOXp2Q1lXZW84cGtXVS9Wc0gxWklNWnhsa2crYlZ4MDRWUnN4ZnNIVVJHVmZvckNLMHRJL0FrQnd1N2FtUGxObW9ERHg2cHNHaU1EQkM0WHdud1lmSlNleUpmdTUvaDFKQ2NuRXpOVnVWRjUgcm9vdEBhbmlscmVzdG9yZQ==

content/cumulus-netq-52/Troubleshoot-Issues/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The `netq show status verbose` command shows the status of NetQ components after
2929
nvidia@netq:~$ netq show status verbose
3030
NetQ Live State: Active
3131
Installation Status: FINISHED
32-
Version: 5.1.0
33-
Installer Version: 5.1.0
32+
Version: 5.2.0
33+
Installer Version: 5.2.0
3434
Installation Type: Standalone
3535
Activation Key: EhVuZXRxLWasdW50LWdhdGV3YXkYsagDIixkWUNmVmhVV2dWelVUOVF3bXozSk8vb2lSNGFCaE1FR2FVU2dHK1k3RzJVPQ==
3636
Master SSH Public Key: c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBREFRQUJBQUFCfdIVVJHVmZvckNLMHRJL0FrQnd1N2FtUGxObW9ERHg2cHNHaU1EQkM0WHdud1lmSlNleUpmdTUvaDFKQ2NuRXpOVnVWRjUgcm9vdEBhbmlscmVzdG9yZQ==

0 commit comments

Comments
 (0)