不停机为虚拟机添加主机磁盘(以VMware Workstation为例)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了不停机为虚拟机添加主机磁盘(以VMware Workstation为例)相关的知识,希望对你有一定的参考价值。

一、未添加前磁盘情况

[[email protected] ~]# fdisk -l

Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ec240

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          64      512000   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              64        2611    20458496   8e  Linux LVM

Disk /dev/mapper/VolGroup-lv_root: 18.9 GB, 18865979392 bytes
255 heads, 63 sectors/track, 2293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000


Disk /dev/mapper/VolGroup-lv_swap: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

二、查看主机总线号

[[email protected] ~]# ls /sys/class/scsi_host/
host0  host1  host2

三、添加新硬盘(以VMware Workstation为例)

技术分享技术分享

技术分享

技术分享

技术分享

技术分享

四、重新扫描SCSI总线添加磁盘 

[[email protected] ~]# echo "- - -" > /sys/class/scsi_host/host0/scan 
[[email protected] ~]# echo "- - -" > /sys/class/scsi_host/host1/scan 
[[email protected] ~]# echo "- - -" > /sys/class/scsi_host/host2/scan 
[[email protected] ~]# fdisk -l
Disk /dev/sda: 21.5 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ec240
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          64      512000   83  Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2              64        2611    20458496   8e  Linux LVM
Disk /dev/mapper/VolGroup-lv_root: 18.9 GB, 18865979392 bytes
255 heads, 63 sectors/track, 2293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/VolGroup-lv_swap: 2080 MB, 2080374784 bytes
255 heads, 63 sectors/track, 252 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/sdb: 1073 MB, 1073741824 bytes                                #新加磁盘
255 heads, 63 sectors/track, 130 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

技术分享

本文出自 “斯图尔特” 博客,请务必保留此出处http://stuart.blog.51cto.com/728677/1960873

以上是关于不停机为虚拟机添加主机磁盘(以VMware Workstation为例)的主要内容,如果未能解决你的问题,请参考以下文章

VMware HA

vmware不能映射物理磁盘分区,添加的新硬盘总是IDE,启动虚拟机报错

Vmware虚拟机如何与主机共享文件夹

对于已预先分配的虚拟机硬盘,如何压缩或者减小其所占空间

如何在VMware虚拟机间建立共享磁盘

在VMware虚拟机上添加的新硬盘怎么格式化?