How to stop VPS migration in SolusVM?
Connect to your Master server over SSH. Access SolusVM database: # curl -o solusvmdb.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/solusvmdb.sh && sh solusvmdb.sh Set status to migration as completed using the following…
Error: out of memory
As you might know the system allocates memory on a server by contiguous memory blocks of different size. And there may be a situation where the system does not have contiguous memory blocks of certain size due to memory fragmentation and another…
mdadm Command Examples in Linux
The mdadm command is a tool used to manage software-based RAID arrays. A redundant array of independent disks (RAID) is a set of vendor-independent specifications that support redundancy and fault tolerance for configurations on multiple-device storage…
Replacing a Failed Mirror Disk in a Software RAID Array (mdadm)
The post describes the steps to replace a mirror disk in a software RAID array. In this example, we have used /dev/sda1 as the known good partition, and /dev/sdb1 as the suspect or failing partition. Before proceeding, it is recommended to backup the…
MEGACLI CHEATSHEET
Recently I’ve had to do extensive work with Dell PowerEdge servers, and specifically Dell’s that use the LSI MegaRAID controllers. Anyone who has ever had to work with the LSI RAID controllers knows that the MegaCLI provided by LSI is the most cryptic…
Check LSI RAID Card status with MegaCLI tool
MegaCLI tool can be used to check RAID status on LSI card like LSI MegaRAID 8888ELP and MegaRAID SAS 9260-4i. The tool can be downloaded from http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/8.07.07_MegaCLI.zip After downloading, unzip and…
RAID: REBUILDING A FOREIGN DISK BY HAND
While replacing a bad drive with a drive that used to be part of another RAID array configuration, the RAID refused to automatically rebuild, thinking that I might want to import the configuration from this disk (or that there’s data on there that I…
Configuring Port Forwarding in Windows
ou can configure network port forwarding in all Windows versions without using third-party tools. Using a port forwarding rule, you can redirect an incoming TCP connection (IPv4 or IPv6) from a local TCP port to any other port number, or even to a port…
A quick and dirty script to backup Openstack config files
You will of course need to run ssh-copy-id root@hostname for each machine you want to connect to prior to running this script. [crayon-6a5c809bafe88801594151/]
Monitor Switch, Router cisco với Prometheus và Grafana
1./ Cài đặt Docker container. Cài đặt tự động bằng script sau: [crayon-6a5c809bb00e5317487346/] [crayon-6a5c809bb00ea439809430/] [crayon-6a5c809bb00ec390595575/] kiểm tra lại [crayon-6a5c809bb00ef866992541/] Chuyển thư mục lưu trữ docker về /opt…