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-52/Installation-Management/Backup-and-Restore-NetQ.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ toc: 3
8
8
The following sections describe how to back up and restore your NetQ data and VMs for on-premises deployments.
9
9
10
10
{{%notice note%}}
11
+
- Follow the backup and restore instructions as outlined on this page to upgrade your deployment from 5.0 to 5.2. If your deployment is currently running version 5.1, {{<linktitle="Upgrade NetQ Virtual Machines"text="perform an in-place upgrade">}} to upgrade to version 5.2.
11
12
- You must run backup and restore scripts with sudo privileges.
12
13
- NetQ does not retain custom-signed certificates during the backup and restore process. If your deployment uses a custom-signed certificate, you must {{<linktitle="Install a Custom Signed Certificate"text="reconfigure the certificate">}} after you restore it on a new NetQ VM.
13
14
- The backup and restore process does not retain several configurations necessary for the Grafana integration, including switch TLS certificates, authentication tokens (vm-tokens), OpenTelemetry configurations, and external time-series database configurations. After reinstalling NetQ, you must {{<linktitle="Integrate NetQ with Grafana"text="reconfigure these components">}}. Grafana will not display data from previous NetQ versions.
@@ -18,7 +19,7 @@ The following sections describe how to back up and restore your NetQ data and VM
18
19
Follow the process below for your deployment type to back up your NetQ data.
19
20
20
21
{{<tabs "TabID19" >}}
21
-
{{<tab "Ethernet-only and Combined (Ethernet + NVLink)" >}}
22
+
{{<tab "Ethernet and Combined (Ethernet + NVLink) Deployments" >}}
22
23
23
24
{{%notice note%}}
24
25
If your NetQ deployment uses combined Ethernet and NVLink mode, only your Ethernet data can be backed up and restored. NVLink data is excluded from the backup and restoration process.
{{<tab "Ethernet-only and Combined (Ethernet + NVLink)" >}}
139
+
{{<tab "Ethernet and Combined (Ethernet + NVLink) Deployments" >}}
139
140
140
141
To restore your NetQ data, perform a {{<linktitle="Install the NetQ System"text="new NetQ VM installation">}} and follow the steps to restore your NetQ data when you run the `netq install` command. You will use the `restore` option, referencing the path where the backup file resides.
141
142
142
143
{{</tab>}}
143
-
{{<tab "NVLink-only" >}}
144
+
{{<tab "NVLink-only Deployments" >}}
144
145
145
146
1. Run the installation command on your master node and specify the following within the command itself:
Copy file name to clipboardExpand all lines: content/cumulus-netq-52/Installation-Management/Upgrade-NetQ/Upgrade-System.md
+31-10Lines changed: 31 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ weight: 410
5
5
toc: 4
6
6
---
7
7
8
-
This page describes how to upgrade your NetQ virtual machines. Note that the upgrade instructions vary depending on NetQ version you’re currently running.
8
+
This page describes how to upgrade your NetQ virtual machines while preserving your existing NetQ data. Note that the upgrade instructions vary depending on NetQ version you’re currently running.
9
9
10
10
For deployments running:
11
11
@@ -71,15 +71,20 @@ If the output of this command displays errors or returns an empty response, you
71
71
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
72
72
```
73
73
74
-
74
+
-->
75
75
## Download the Upgrade Software
76
76
77
-
1. Download the upgrade tarball.
77
+
1. Download the NetQ image.
78
78
79
-
{{<netq-install/upgrade-image version="4.12">}}
79
+
a. Log in to your {{<exlinkurl="https://nvid.nvidia.com/"text="NVIDIA Application Hub">}} account.<br>
80
+
b. Select **NVIDIA Licensing Portal**.<br>
81
+
c. Select **Software Downloads** from the menu.<br>
82
+
d. In the search field above the table, enter **NetQ**.<br>
83
+
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>
84
+
f. If prompted, read the license agreement and proceed with the download.<br>
80
85
81
86
2. Copy the tarball to the `/mnt/installables/` directory on your NetQ VM.
82
-
87
+
<!--
83
88
## Run the Upgrade
84
89
85
90
{{%notice note%}}
@@ -115,7 +120,7 @@ Run the appropriate commands for your deployment type:
115
120
116
121
{{<tab "Standalone">}}
117
122
118
-
Run the upgrade command on your master node, specifying the tarball of the latest NetQ release:
123
+
Run the upgrade command on your master node, specifying the tarball path in the command:
Run the upgrade command on your master node, specifying the current version's tarball and your cluster's virtual IP address.
155
+
156
+
Two upgrade options are available for this deployment model. One option upgrades your NetQ deployment to the latest version. The other option upgrades your NetQ deployment to the latest version and concurrently adds additional nodes to your existing cluster.
157
+
158
+
## Upgrade with Same Number of Nodes
159
+
160
+
Run the upgrade command on your master node, specifying the current version's tarball and your cluster's virtual IP address:
<!--how to load json file? how to upgrade v2 to v3-->
169
+
170
+
171
+
Run the installation command on your master node, specifying the current version's tarball and the full path to your cluster's JSON configuration file:
Copy file name to clipboardExpand all lines: content/cumulus-netq-52/Whats-New/_index.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,7 @@ This page summarizes new features and improvements for the NetQ {{<version>}} re
46
46
47
47
NetQ 5.2 is available exclusively for on-premises deployments. You can upgrade to 5.2 if your deployment is running version 5.1 or 5.0.
48
48
49
-
- To upgrade from 5.1 to 5.2, perform an {{<linktitle="Upgrade NetQ Virtual Machines"text="in-place upgrade">}}.
50
-
- To upgrade from 5.1 to 5.2 and concurrently add additional nodes to your cluster, run the `netq install cluster` command with the `extend-cluster` option.
49
+
- To upgrade from 5.1 to 5.2, perform an {{<linktitle="Upgrade NetQ Virtual Machines"text="in-place upgrade">}}.
51
50
- To upgrade from 5.0 to 5.2, {{<linktitle="Back Up and Restore NetQ"text="back up your NetQ data">}}, then concurrently restore your data and upgrade NetQ during a {{<linktitle="Install the NetQ System"text="new NetQ 5.2 installation">}}.
0 commit comments