From fdfa7358b1ffcf024a41fab1522e655bc28b2462 Mon Sep 17 00:00:00 2001 From: rachel-netq Date: Mon, 21 Oct 2024 12:18:25 -0500 Subject: [PATCH] install updates --- .../Install-NetQ/Before-You-Install.md | 6 +++--- .../Install-NetQ/HA-scale-cluster.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/cumulus-netq-412/Installation-Management/Install-NetQ/Before-You-Install.md b/content/cumulus-netq-412/Installation-Management/Install-NetQ/Before-You-Install.md index 4ada5ed97c..dc8075dd9d 100644 --- a/content/cumulus-netq-412/Installation-Management/Install-NetQ/Before-You-Install.md +++ b/content/cumulus-netq-412/Installation-Management/Install-NetQ/Before-You-Install.md @@ -14,10 +14,10 @@ Consider the following deployment options and requirements before you install th | Single Server | High-Availability Cluster| High-Availability Scale Cluster | | --- | --- | --- | | On-premises or cloud | On-premises or cloud | On-premises only | -| Low scale| Medium scale| High scale| +| Low scale| Medium scale| High scale| | KVM or VMware hypervisor | KVM or VMware hypervisor | KVM or VMware hypervisor | | System requirements

On-premises: 16 virtual CPUs, 64GB RAM, 500GB SSD disk

Cloud: 4 virtual CPUs, 8GB RAM, 64GB SSD disk | System requirements (per node)

On-premises: 16 virtual CPUs, 64GB RAM, 500GB SSD disk

Cloud: 4 virtual CPUs, 8GB RAM, 64GB SSD disk | System requirements (per node)

On-premises: 48 virtual CPUs, 512GB RAM, 3.2TB SSD disk| -| All features supported | All features supported| Limited or no support for:| +| All features supported | All features supported| Limited or no support for:| NetQ is also available through NVIDIA Base Command Manager. To get started, refer to the {{}}. ## Deployment Type: On-premises or Cloud @@ -36,7 +36,7 @@ Select the **high-availability cluster** deployment for greater device support a During the installation process, you configure a virtual IP address that enables redundancy for the Kubernetes control plane. In this configuration, the majority of nodes must be operational for NetQ to function. For example, a three-node cluster can tolerate a one-node failure, but not a two-node failure. For more information, refer to the {{}}. -The **high-availability scale cluster** deployment provides support for the greatest number of devices and provides an extensible framework for greater scalability. As the number of devices in your network grows, you can add additional nodes to the cluster to support the additional devices. +The **high-availability scale cluster** deployment provides support for the greatest number of devices and provides an extensible framework for greater scalability. ### Cluster Deployments and Load Balancers diff --git a/content/cumulus-netq-412/Installation-Management/Install-NetQ/HA-scale-cluster.md b/content/cumulus-netq-412/Installation-Management/Install-NetQ/HA-scale-cluster.md index 42dd6215d5..4983c8a7a1 100644 --- a/content/cumulus-netq-412/Installation-Management/Install-NetQ/HA-scale-cluster.md +++ b/content/cumulus-netq-412/Installation-Management/Install-NetQ/HA-scale-cluster.md @@ -5,7 +5,7 @@ weight: 227 toc: 5 bookhidden: true --- -Follow these steps to set up and configure your VM on a cluster of servers in an on-premises deployment. First configure the VM on the master node, and then configure the VM on *each* worker node. NVIDIA recommends installing the virtual machines on different physical servers to increase redundancy in the event of a hardware failure. +Follow these steps to set up and configure your VM on a cluster of servers in an on-premises deployment. First configure the VM on the master node, and then configure the VM on *each* worker node. NVIDIA recommends installing the virtual machines on different servers to increase redundancy in the event of a hardware failure. - - - @@ -70,7 +70,7 @@ Additionally, for internal cluster communication, you must open these ports: b. Select **NVIDIA Licensing Portal**.
c. Select **Software Downloads** from the menu.
d. Click **Product Family** and select **NetQ**.
- e. For deployments using KVM, download the **NetQ SW 4.11 KVM** image. For deployments using VMware, download the **NetQ SW 4.11 VMware** image
+ e. For deployments using KVM, download the **NetQ SW 4.12 KVM** image. For deployments using VMware, download the **NetQ SW 4.12 VMware** image
f. If prompted, read the license agreement and proceed with the download.
{{%notice note%}} @@ -127,7 +127,7 @@ cumulus@ubuntu:~$ 4. Verify that the master node is ready for installation. Fix any errors before installing the NetQ software. ``` -cumulus@hostname:~$ sudo opta-check +cumulus@hostname:~$ sudo opta-check scale ``` 5. Change the hostname for the VM from the default value. @@ -156,7 +156,7 @@ Add the same NEW_HOSTNAME value to **/etc/hosts** on your VM for the localhost e 7. Verify that the worker node is ready for installation. Fix any errors indicated before installing the NetQ software. ``` -cumulus@hostname:~$ sudo opta-check +cumulus@hostname:~$ sudo opta-check scale ``` 8. Repeat steps 6 and 7 for each worker node in your cluster.