Mellanox Connect x4 SRIOV Ubuntu 22.04

SRIOV-CNI support Mellanox ConnectX®-4 Lx and ConnectX®-5 adapter cards. To enable SR-IOV functionality the following steps are required:1.Verify that the system has a Mellanox network adapter (HCA/NIC) installed. 1- Enable SR-IOV in the NIC’s Firmware. Installing Mellanox Management Tools (MFT) or mstflint is a pre-requisite, MFT can be downloaded from http://www.mellanox.com/page/management_tools Download the mft package […]

Sardina Documentation Series – Part-4

Launch and manage instances Instances are virtual machines that run inside the cloud. You can launch an instance from the following sources: Launch an instance You can also launch an instance from the Images or Volumes category when you launch an instance from an image or a volume respectively. When you launch an instance from an image, OpenStack creates […]

Install LibreNMS Ubuntu 20.04

Development Platform : Ubuntu Server 20.04 Web Server Nginx version 1.18.0 LibreNMS version 24.1.0 PHP version 8.2.15 python version 3.8.10 MariaDB version 10.3.39 Update Ubuntu Linux Server Install Required Packages Add libreNMS user and set password for user librenms Clone libreNSM to /opt directory Change Owner Permission and Acl Install PHP Dependency SET timezone Ensure […]

SETUP HIGH-AVAILIBILITY CLUSTER USING PACEMAKER WITH FLOATING IP

The example cluster will use: 10.0.10.11 (pcmk-1) 10.0.10.12 (pcmk-2) 10.0.10.13 (pcmk-3) SIDE NOTE: $ is used when logged in as USER. # is used when logged in as ROOT. Step 1) Configure OS 1)     Apply updates on all existing nodes using the apt command below: $ sudo apt-get update && sudo apt upgrade -y 2)     […]

install minikube at ubuntu 20.04

Minimum system requirements for minikube Step 1) Apply updates Apply all updates of existing packages of your system by executing the following apt commands $ sudo apt-get update && sudo apt upgrade -y Step 2) Install Minikube dependencies Install the following minikube dependencies by running beneath command, $ sudo apt install -y curl wget apt-transport-https […]