设为首页 收藏本站
查看: 569|回复: 0

[经验分享] vmware esxi5.1下的vmdk扩容(CENTOS)

[复制链接]

尚未签到

发表于 2018-6-6 08:17:07 | 显示全部楼层 |阅读模式
ESX / VI Client / vSphere
Notes:

  •   In ESX 4.1, you can extend and add virtual disks to a virtual machine when it is powered on (after installing VMware Tools).
  •   Ensure the user has sufficient permissions to carry out this task.


  •   Warning: If the disks are clustered, they cannot be expanded through vSphere Client but instead through CLI.

    Please use the following command as an example:

    # vmkfstools -X 6G -d eagerzeroedthick /vmfs/volumes/cs-ee-symmlun-001A/xxx.vmdk

This error may occur because of a number of different issues:


Failed to open the disk 'vm.vmdk' : A file was not found (0x1900000004)

If you experience this error, ensure that you can power on the virtual machine successfully and ensure that you remove all snapshots. For additional information, see Determining if a virtual machine is using snapshots (1004343). If the error persists, contact VMware Support.


For ESX 3.5 or later:

  • Open VMware Infrastructure (VI) Client and connect to VirtualCenter or the ESX host.
  • Right-click the virtual machine.
  • Click Edit Settings.
  • Select Virtual Disk.
  • Increase the size of the disk.

    Note: If this option is greyed out, the disk may be running on snapshots or the disk may be at the maximum allowed size depending on the block size of the datastore.
  • Follow the steps in Increasing the size of a disk partition (1004071) so the guest operating system is aware of the change in disk size.


To extend the logical volume:

Note: These steps only apply to EXT3 file systems.


Caution: VMware recommends having a complete backup of the virtual machine prior making these changes.

  • Power off the virtual machine.
  • Edit the virtual machine settings and extend the virtual disk size. For more information, see Increasing the size of a virtual disk (1004047).
  • Power on the virtual machine.
  • Identify the device name, which is by default /dev/sda, and confirm the new size by running the command:

    # fdisk -l

  • Create a new primary partition:

    •   Run the command:

      # fdisk /dev/sda (depending the results of the step 4)

    •   Press p to print the partition table to identify the number of partitions. By default there are 2: sda1 and sda2.
    •   Press n to create a new primary partition.
    •   Press p for primary.
    •   Press 3 for the partition number, depending the output of the partition table print.
    •   Press Enter two times.
    •   Press t to change the system's partition ID
    •   Press 3 to select the newly creation partition
    •   Type 8e to change the Hex Code of the partition for Linux LVM
    •   Press w to write the changes to the partition table.



  •   Restart the virtual machine.
  • Run this command to verify that the changes were saved to the partition table and that the new partition has an 8e type:

    # fdisk -l


  • Run this command to convert the new partition to a physical volume:

    # pvcreate /dev/sda3


  • Run this command to extend the physical volume:

    # vgextend VolGroup00 /dev/sda3

    Note: To determine which volume group to extend, use the command vgdisplay.


  • Run this command to verify how many physical extents are available to the Volume Group:

    # vgdisplay VolGroup00 | grep "Free"

  • Run the following command to extend the Logical Volume:

    # lvextend -L+#G /dev/VolGroup00/LogVol00

    Where # is the number of Free space in GB available as per the previous command. Use the full number output from Step 10 including any decimals.

    Note: to determine which logical volume to extend, use the command lvdisplay.


  • Run the following command to expand the ext3 filesystem online, inside of the Logical Volume:

    # ext2online /dev/VolGroup00/LogVol00

    Note: Use resize2fs instead of ext2online if it is not a Red Hat virtual machine.


  • Run the following command to verify that the / filesystem has the new space available:

    # df -h /

  出处:
  http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1004047
  http://kb.vmware.com/selfservice/search.do?cmd=displayKC&docType=kc&docTypeID=DT_KB_1_1&externalId=1006371
  

  

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-519027-1-1.html 上篇帖子: VMware 对软件定义的存储的看法 下篇帖子: vmware converter P2V linux要点
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表