Important:Take a complete backup before starting this activity and test these steps in test environment first. Also, perform the below steps in a single-user mode.
In the following example, I am moving existing /var to /dev/sdb.
1. Check if the destination disk is presented to the server.
# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 20G 0 disk
├─sda1 8:1 0 1G 0 part /boot
└─sda2 8:2 0 19G 0 part
├─rhel-root 253:0 0 8G 0 lvm /
├─rhel-swap 253:1 0 1G 0 lvm [SWAP]
└─rhel-var 253:1 0 1G 0 lvm /var
sdb 8:16 0 5G 0 disk
sr0 11:0 1 1024M 0 rom