Differences between RDM Virtual and Physical Mode

简介:

Raw device mapping (RDM) is a mapping file that provides direct access to a LUN on an iscsi or fibre channel storage system for a virtual machine. RDM is basically a Mapping file acts as a proxy for a raw physical storage device placed in a VMFS volume. Virtual Machine can directly access the storage device using RDM and RDM contains metadata which controls the disk access to the physical device. Raw Device Mapping (RDM) gives you some of the advantages of direct access to a physical device while keeping some advantages of a virtual disk in VMFS. As a result, it merges VMFS manageability with raw device access. In this article, We are going to discuss the overview of Raw Device Mapping and difference between RDM virtual and Physical compatibility mode

Differences between RDM Virtual and Physical Mode

Few Use cases for Raw Device Mapping

1.For Microsoft cluster configuration in Virtual machine (Virtual-to-virtual (Cluster-in-a-box and cluster-across-boxes) or physical-to-virtual)

2.For running SAN management software (Storage resource management software, storage array snapshot software, replication software, etc) inside a virtual machine

3.For any application running on a virtual machine that needs to access a device using hardware-specific SCSI commands

4.RDM is useful in physical-to-virtual conversion operations by avoiding migration of a large data LUN to a VMDK.

Types of Raw Device Mapping(RDM) Compatibility Mode

There are 2 types of Raw Device Mapping(RDM) Compatibility Mode

1.Virtual compatibility mode allows an RDM to act exactly like a virtual disk file, including the use of snapshots.

2.Physical compatibility mode allows direct access of the SCSI device for those applications that need lower level control.

11 Differences between RDM Virtual and Physical Compatibility Mode

Difference between RDM virtual and physical compatibility mode was one of the common questions people asked when we discuss RDM. Below table provides some of the important 11 differences between RDM virtual and physical compatibility mode.

Differences between RDM Virtual and Physical Mode

I hope this article helps you to understand the some of the key difference between virtual and physical compatibility RDM disks. Thanks for Reading!!!. Be social and share it on social media, if you feel worth sharing it.

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


520feng2007

相关文章
|
关系型数据库 MySQL Android开发
0006Java安卓程序设计-ssm基于Android的校园二手商品交易平台1
0006Java安卓程序设计-ssm基于Android的校园二手商品交易平台
387 0
|
6月前
|
资源调度 运维 图形学
如何实现UE像素流大并发多集群的弹性扩容部署
面对高并发访问与高稳定性需求,例如数字孪生、元宇宙、虚拟仿真课程、3D展览展示、XR文旅、云游戏等场景,同时多人在线的高并发访问,通过实时云渲染LarkXR的分布式GPU节点池,将渲染任务智能拆分,借助统一管理中枢,实现资源调度毫秒级响应,动态扩容 。
366 154
|
8月前
|
人工智能 Java API
MCP客户端调用看这一篇就够了(Java版)
本文详细介绍了MCP(Model Context Protocol)客户端的开发方法,包括在没有MCP时的痛点、MCP的作用以及如何通过Spring-AI框架和原生SDK调用MCP服务。文章首先分析了MCP协议的必要性,接着分别讲解了Spring-AI框架和自研SDK的使用方式,涵盖配置LLM接口、工具注入、动态封装工具等步骤,并提供了代码示例。此外,还记录了开发过程中遇到的问题及解决办法,如版本冲突、服务连接超时等。最后,文章探讨了框架与原生SDK的选择,认为框架适合快速构建应用,而原生SDK更适合平台级开发,强调了两者结合使用的价值。
11779 33
MCP客户端调用看这一篇就够了(Java版)
|
缓存 JavaScript 前端开发
2024 前端高频面试题之 Vue 篇
2024 前端高频面试题之 Vue 篇
1856 8
|
Shell
Gitee 如何自动部署 Pages?还是用 GitHub Actions!
在上篇《一篇教你代码同步 GitHub 和 Gitee》中,我们使用 GitHub Actions 解决了 GitHub 代码自动同步 Gitee 的问题,但我们的博客仓库代码同步到 Gitee 后,并不能像 GitHub 一样自动部署 Pages,如果不使用付费的 Gitee Pages Pro 服务,那我们该怎么实现 Gitee 自动部署 Pages 呢?
985 0
Gitee 如何自动部署 Pages?还是用 GitHub Actions!
|
SQL 搜索推荐 关系型数据库
MySQL 如何实现 ORDER BY 排序?
本文详细解析了MySQL中`ORDER BY`的实现原理及优化方法。通过解析与优化、执行及多种优化技术,如索引利用、内存排序、外部排序等,帮助你提升排序性能。了解其背后的机制,可显著优化查询效率。
812 4
|
Java API 开发者
代码小妙招:用Java轻松获取List交集数据
在Java中获取两个 `List`的交集可以通过 `retainAll`方法和Java 8引入的流操作来实现。使用 `retainAll`方法更为直接,但会修改原始 `List`的内容。而使用流则提供了不修改原始 `List`、更为灵活的处理方式。开发者可以根据具体的需求和场景,选择最适合的方法来实现。了解和掌握这些方法,能够帮助开发者在实际开发中更高效地处理集合相关的问题。
544 1
|
存储 算法 大数据
算法设计与分析 实验三 回溯法求解地图填色问题(下)
算法设计与分析 实验三 回溯法求解地图填色问题
1186 0
算法设计与分析 实验三 回溯法求解地图填色问题(下)
|
监控 安全 网络安全
蓝易云 - 服务器遭受攻击,CPU升高,流量升高,你一般如何处理
以上步骤可以帮助你处理服务器遭受攻击的情况,但具体的方法可能会根据你的网络环境和攻击类型有所不同。
277 2
|
存储 数据库
飞腾uboot命令简单介绍
飞腾uboot命令简单介绍
1630 0
飞腾uboot命令简单介绍