Format OS Version Number of Huawei Switch Product

This article will explain the format of OS Version Number that Huawei uses within their product. The OS version number format of Huawei products is similar.The product name (or model) is followed by: For example: Here is the explanation about the OS version number format. Vxxx V is referred to as the platform version. Vxxx […]

Installing Prometheus Server with custom Configuration on Ubuntu 22.04

Prerequisites Step 1: Creating Prometheus system user and directory Create a system user for Prometheus sudo useradd –system -M -s /bin/false prometheus Create a directory in which we will be storing our configuration files and libraries: sudo mkdir /etc/prometheussudo mkdir /var/lib/prometheus Set ownership of /var/lib/prometheus directory sudo chown prometheus:prometheus /var/lib/prometheus Step 2: Download the Prometheus […]

Change windows SID in case the windows were built using image on openstack using sysprep

This is needed usually when trying to deploy a windows cluster Steps: 1. Press Windows + R and type on sysprep (It will then show you a folder through sysprep tool)2. Right click on the tools and run as administrator3. Tick on Generalize and change shutdown options to Reboot. (Go through all the steps necessary […]

Install Node Exporter on Ubuntu

This node exporter was installed on Ubuntu 22.04 Creating the User Unpack the package downloaded Install Node Exporter Setup the Node Exporter service Add the following below NOTE: CHANGE “<PORT>” TO ANY PORT NUMBER DESIRED e.g 9xxx Reload Systemd Enable node exporter on startup verify the node exporter is running

Installing Patch Sotfware Huawei Switch

Here is the procedure and estimate time of the procedure: In this case we upload the patch file using Baby FTP server as source, and the switch as FTP client. Here, the username is anonymous with blank password, and setup the ftp working directory in the folder patch file exist. After that, start the service […]

Adding Huawei Switch node on the NCE-Campus

First go to tab Design>Site Design>Site Management, then list site screen will appear: in this case we use lab-30 site, it will open this screen site like this: Click on Add device to add new device on the selected site, and it will appear this screen: Set the option protocol type to NETCONF/COAP, and mode […]

Upgrading OS on the Huawei Switch

In this case we use CE6800 Huawei Switch Series, here is the list of action that need to do for upgrading OS/System Software on the Huawei Switch: Before the upgrade, use the terminal monitor command to enable the terminal to display logs, traps, and debugging information sent from the information center. In the user view, […]

Setup / Staging Huawei Device V600 OS before added to Huawei NCE Campus

This is a staging setup for the Huawei switch device V600 OS-based (Taishan OS) before being added to the NCE Campus Controller. First, we configure the Netconf feature in the switch (for connection to the NCE Controller). Then, we set the source interface for this Netconf connection type to the NCE controller. In this case, […]

Kubernetes Standarization

To standarize a Kubernetes Cluster,A Cluster must have this following:– Dynamic Provisioning Storage (NFS, or any backend storage)– Container Network Interface ( Calico/Weave)– Load Balancer Network Provisioning ( MetalLB)– DNS to resolve ( 8.8.8.8/<any>)– Containerd configured Below are the steps to setup all necessary requirements above.REQUIREMENTS TO RUN THIS GUIDE IS THE FOLLOWING:– MUST HAVE […]