dsouzalisa995 - PowerPoint PPT Presentation

About This Presentation
Title:

dsouzalisa995

Description:

If you want to extend the storage volume for cent OS just follow these steps. It will help you extend the storage space of your Cent OS in a few clicks only even without having so much technical understanding. – PowerPoint PPT presentation

Number of Views:5

less

Transcript and Presenter's Notes

Title: dsouzalisa995


1
  • How To Automatically Extend The Storage Volume
    For Cent OS?
  • To automate resize the storage/disk volume of the
    Cent Os virtual machine on 1st-time startup of
    the virtual machine in VMware after VM creation.
    Follow the given below steps to add the script
    for auto disk resize.
  • After creating the virtual machine and before
    converting it to a VM template, add the given
    below scripts to your VM template.
  • In order to Extend The Storage Volume For Cent OS
    login as the root user.
  • vi /root/script.sh
  • !/bin/bash
  • fdisk /dev/sda ltlt FDISK_CMDS
  • n
  • ?
  • ?
  • ?
  • w
  • FDISK_CMDS
  • partprobe /dev/sda
  • a(vgs awk NR2 print 1)
  • vgextend /dev/a /dev/sda3

2
2. Blank space after n means enter This
step-by-step guide will help you extend the
storage space of your Cent OS in a simple.
Following these steps will help you extend the
storage space of your Cent OS in a few clicks
only even without having so much technical
understanding. These steps will definitely help
you to do so.
Write a Comment
User Comments (0)
About PowerShow.com