博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Moving an existing RDM to a different VM
阅读量:6835 次
发布时间:2019-06-26

本文共 1973 字,大约阅读时间需要 6 分钟。

moveexistingrdm01

Moving an existing RDM from one virtual machine to another some steps are required to avoid data loss and to keep the disk configuration.

The RDM allows a virtual machine to directly access and use the storage device and before proceeding with the move, the virtual machine where the RDM is currently attached must be shut down.

From vSphere Web Client (vSphere 5.5 has been used in the example), right click the VM to process and select Shutdown Guest OS option.

moveexistingrdm02

Click Yes to confirm the shut down.

moveexistingrdm03

 

Remove the RDM

From vSphere Web Client, select the VM and click Edit Settings in the VM Hardware area.

Keep in mind this procedure destroys the mapping file, not the LUN content.

moveexistingrdm04

Identify the RDM hard disk to remove.

moveexistingrdm05

Click on the ‘x’ sign to remove the disk.

moveexistingrdm06

Enable Delete files from datastore option then click OK.

moveexistingrdm07

Hard disk 2 has been removed from the VM. LUN and its contenut are not altered during this step.

moveexistingrdm08

 

Attach the RDM to the new VM

In the new virtual machine, click Edit Settings under the VM Hardware area.

moveexistingrdm09

In the New device field, click the right arrow to open the drop-down menu and select RDM Disk option.

moveexistingrdm10

Click Add button.

moveexistingrdm11

From the list of SAN disks or LUNs, select the LUN to access directly and click OK.

moveexistingrdm12

Click on the just attached New Hard disk and select the appropriate Compatibility Mode (i.e. Physical).

moveexistingrdm13

Click OK to save the configuration.

moveexistingrdm14

The new RDM disk (Hard disk 2) is now attached to the VM.

moveexistingrdm15

Access the processed virtual machine (a Windows VM in the example) and open the Disk Management tool. Right click the new attached disk and select Online option.

moveexistingrdm16

The partition previously configured in the old VM is retained and is now available to the new VM.

moveexistingrdm17

To check if the RDM move procedure have been completed successfully, try accessing files and folders using Windows Explorer.

moveexistingrdm18

As best practice, before moving disks and LUNs be sure to have a full working backup.

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1826023如需转载请自行联系原作者

520feng2007

你可能感兴趣的文章
mysql-Mac终端下遇到的问题总结
查看>>
表空间迁移(二)
查看>>
准备mysql函数库和PHP文件
查看>>
初学者应该了解的编程陷阱:javascript篇
查看>>
【安全牛学习笔记】手动漏洞挖掘(三)
查看>>
硬链接和软链接使用,以及区别
查看>>
history的详解与使用
查看>>
随机数
查看>>
【入门须知】学DIV CSS技术如何入门?
查看>>
Bullmind在线读书笔记软件
查看>>
wince 6.0 串口 读取 readfile 超时问题
查看>>
代码片段
查看>>
单例模式
查看>>
awk用法(三)
查看>>
谷歌深度学习公开课任务 5: Word2Vec&CBOW
查看>>
让Python不在mac的dock上显示火箭图标
查看>>
Oracle 数据库EM访问多个Instance
查看>>
理解 Delphi 的类(十) - 深入方法[28] - 递归函数实例: 搜索当前目录下的所有嵌套目录...
查看>>
前端纪实
查看>>
学 Win32 汇编[12]: PTR、OFFSET、ADDR、THIS
查看>>