Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

###############################################

##### TI For increasing the / file system #####


###############################################
Below are the steps to increase the / file system:
# Take snapshot of the VM, --- ESX team will take snapshot, as I don't have righ
ts to take snapshot.
# Stop the application running on the Servers.
# Free space of 1.8Gb is available to increase the / file system.
# Make partition the disk and label it with Linux LVM/8e.
# partprobe the disk.
# pvcreate /dev/new_partition
# vgextend vg_wf2prd_sys /dev/new_partition
# lvextend /dev/vg_wf2prd_sys/lv.root -L +new_size_to_be_added_with_current_si
ze
# resize2fs /dev/vg_wf2prd_sys/lv.root
# df h
# Reboot
#
#
#
#

lvextend /dev/vg_wf2tsc_sys/lv.root -L +864m


df -h
resize2fs /dev/vg_wf2tsc_sys/lv.root
Reboot

###############################################
#####
Test plan
#####
###############################################
# Check df -h to ensure the / file system is increased.
# start the application to ensure the application is up and running fine.

###############################################
#####
Backout plan
#####
###############################################
Rollback Step
# Restore the snapshot taken by ESX team, before this activity.

You might also like