Installing Cumulus Linux NOS and license on ONIE switches
Ensure you are registered with Cumulus Networks. For registration, see Cumulus Login Page.
Ensure that a valid NOS license is available for the data switches.
- To download the appropriate Cumulus Linux image file for the x86 platform, navigate to the Cumulus Networks download page.
-
To download and prepare the image for installation, perform the following steps:
- In the
Downloads page, specify the following options and click
Download:
Product: Cumulus Linux
CPU: x86
SOC: Mellanox (for HPE StoreFabric)
Version: 3.7.9
- Store the downloaded image file to desired location.
- Rename the downloaded image file to
onie-installer-x86_64
. - Record the license key string from the provided license.
- In the
Downloads page, specify the following options and click
Download:
-
Install the Cumulus Linux NOS and the Cumulus Linux license on the
HPE StoreFabric SN2100M switches using the following steps:
- Log in to the SN2100M switch using the serial console.
- Set the following values in the serial console:
Default Baud rate: 115,200 bps
Character Size: 8 characters
Parity: None
Stop bit: One
Data bits: 8
Flow control: None
- Install the Cumulus Linux using one of following options:
DHCP/web server with and without DHCP options
Web server without DHCP
FTP or TFTP without a web server
Local file
For detailed installation procedure, see Cumulus Documentation.
- Power on the HPE StoreFabric SN2100M switch.
- You can install the Cumulus Linux using one of the following options:
from ONIE
from Cumulus LINUX
For more information, see Cumulus Documentation and use the appropriate command for installing the NOS.
- To install from ONIE, in the GRUB screen of the HPE StoreFabric SN2100M switch console, select the ONIE option and press Enter.
- To install using Cumulus Linux, in the GRUB screen of the HPE StoreFabric SN2100M switch console, select the Cumulus Linux GNU/Linux option and press Enter.
- Ensure that the
*ONIE: Install OS option is selected, and press
Enter.
- After the installation is successfully completed, the switch is automatically rebooted into the newly installed instance of Cumulus Linux.
-
After the
HPE StoreFabric SN2100M switch has successfully rebooted, login to the
HPE StoreFabric SN2100M switch using the default credentials.
The default username is
cumulus
and the default password isCumulusLinux!
. -
Modify the default password using the following commands with suitable values:
sudo passwd cumulus
[sudo] password for cumulus: <Enter the default password> Enter new UNIX password: <Enter the new password> Retype new UNIX password: <Enter the new password again>
-
Install the Cumulus Linux license, perform the following steps:
- Copy the Cumulus Linux license key from the license file and run the following command:
sudo cl-license -i <paste Cumulus Linux license key>
Press the Enter key and then press the ctrl+d keys.
- After the Cumulus Linux license is successfully installed, restart the
switchd
service. To restart theswitchd
service, run the following command:sudo systemctl restart switchd
- Copy the Cumulus Linux license key from the license file and run the following command:
-
If the IP is not assigned to eth0 by DHCP, run the following commands to assign IP address manually on both the switches:
net add interface eth0 ip address <IP from ILO-OOBM range> net add interface eth0 ip gateway <ILO OOBM network's gateway> net commit
- Optional:
You can upgrade the Cumulus Linux NOS by any of the following methods:
Install a disk image of the new version, using ONIE (This is the preferred method).
Upgrade only the changed packages using the
sudo -E apt-get update
and thesudo -E apt-get upgrade
commands.
For more information on upgrading the Cumulus Linux NOS, see Cumulus Linux User Guide.
The following table shows the sample configuration values for VLAN IDs and IP interfaces:Table 10: Sample VLAN IDs and IP interfaces VLAN name VLAN ID Network ID Default gateway Usable IP address range iLO 31 10.xx.xx.0/24 10.xx.xx.1 10.xx.xx.5 - 10.xx.xx.254 OCP 301 10.xx.xx.0/24 10.xx.xx.1 10.xx.xx.5 - 10.xx.xx.254 OAM 305 10.xx.xx.0/24 10.xx.xx.1 10.xx.xx.5 - 10.xx.xx.254 Provider VLAN 380-399