Create user ssh on Huawei Switch

In Huawei Switch by default, no ssh user is created. The ssh user command creates an SSH user. The undo ssh user command deletes an SSH user. You can create a user using either of the following methods: By default, no authentication mode is configured for an SSH user. The ssh user authentication-type command configures the authentication mode for an SSH […]

Device Status Checking Commands

display cpu The display cpu command displays the CPU usage of the device. display cpu monitor The display cpu monitor command displays the CPU overloading status. display cpu monitor history The display cpu monitor history command displays the historical CPU overloading records. display cpu threshold The display cpu threshold command displays the CPU usage thresholds on the device. display device The display device command displays […]

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 […]