Nvidia Cumulus v5.9+ Switch Initial Setup

Note

Further installation requires a Console and Internet connectivity via the management port!

If the switch has pre-installed network operating system (NOS), it needs to be uninstalled first

  1. NOS Uninstall (if pre-installed)

To uninstall the current NOS, access ONIE from the GRUB menu and select the Uninstall OS option.

_images/uninstallOS.png

Once it’s done, the switch will automatically reboot and get ready for the installation of the Cumulus Linux.

  1. NOS Install

If there is no DHCP in the management network, stop the onie-discovery service and configure an IP address and default gateway manually.

onie-stop
ip addr add <management IP address/prefix> dev eth0
ip route add default via <gateway of the management network>
echo "nameserver <DNS server address>" > /etc/resolv.conf

The Cumulus image should be available on a web server to which the switch has access through the local network or the Internet.

Example:

onie-nos-install http://192.168.100.10/cumulus-linux-5.9.1-mlx-amd64.bin

After completion of the installation, the switch will automatically reboot.

To login use the default username and password for Cumulus v5.9:

cumulus/cumulus

  1. Set up the Out-of-Band (OOB) Management.

Upon installation of Cumulus Linux v5.9 or later ZTP must be disabled and internet connectivity must be provided to the switch via OOB management network:

Disable ztp:

sudo ztp -d

If there is no DHCP server in the OOB management network, then IP/Gateway/DNS information must be configured manually:

nv set interface eth0 ip address <IP-ADDRESS/MASK>
nv set interface eth0 ip gateway <DEFAULT-GATEWAY>
nv set service dns mgmt server <DNS-SERVER1>
nv set service dns mgmt server <DNS-SERVER2>
nv unset interface eth0 ip address dhcp
nv config apply -y
nv config save
  1. Netris agent installation.

Navigate to the Net–>Inventory section and click the three vertical dots (⋮) on the right side of the switch you are provisioning. Then click Install Agent and copy the one-line installer command to your clipboard.

_images/Switch-agent-installation-Inventory-cl5.9.png _images/Switch-agent-installation-oneliner-cl5.9.png _images/Switch-agent-installation-cli-cl5.9.png
  1. Reboot the switch

sudo reboot
  1. Netris agent connected to the controller.

_images/Switch-agent-installation-Inventory-online-cl5.9.png

Once the switch is back, the Heartbeat status should be “OK” in the Netris controller.