如何将HDD修改为SSD-VMware vSphere5.x
发布网友
发布时间:2022-05-16 20:25
我来回答
共1个回答
热心网友
时间:2024-03-01 17:03
1、R720服务器上H710p卡、原装200GB SAS SSD,在ESXi 5.5/5.5u1下,不能自动识别为SSD —— 解决方法:人工定义。
login as: root #以root登录
Using keyboard-interactive authentication.
Password: #输入密码
The time and date of this login have been sent to the system logs.
vmware offers supported, powerful system administration tools. Please seewww.vmware.com/go/sysadmintools for details.
The ESXi Shell can be disabled by an administrative user. See the vSphere Security documentation for more information.
~ # esxcli storage nmp device list #输入指令,列出储存清单(SSD设备的“device name”,其实可以在GUI内看到;也可以通过“esxcli storage core device list”指令,确认SSD设备的“device name”)
naa.6b8ca3a0e4f52200191bee499510681f
Device Display Name: Local SSD #自行命名的名字
Storage Array Type: VMW_SATP_LOCAL
Storage Array Type Device Config: SATP VMW_SATP_LOCAL does not support device configuration.
Path Selection Policy: VMW_PSP_FIXED
Path Selection Policy Device Config: {preferred=vmhba1:C2:T00;current=vmhba1:C2:T00}
Path Selection Policy Device Custom Config:
Working Paths: vmhba1:C2:T00
Is Local SAS Device: false
Is Boot USB Device: false
.......
naa.6b8ca3a0e4f522001994ef350ad537ba
Device Display Name: Local HD #自行命名的名字为
Storage Array Type: VMW_SATP_LOCAL
Storage Array Type Device Config: SATP VMW_SATP_LOCAL does not support device configuration.
Path Selection Policy: VMW_PSP_FIXED
Path Selection Policy Device Config: {preferred=vmhba1:C2:T10;current=vmhba1:C2:T10}
Path Selection Policy Device Custom Config:
Working Paths: vmhba1:C2:T1:L0
Is Local SAS Device: false
Is Boot USB Device: false
.......
~ # esxcli storage nmp satp rule add -s VMW_SATP_LOCAL --device naa.6b8ca3a0e4f52200191bee499510681f --option="enable_ssd" #执行指令,将未识别的SSD设备设置为SSD
~ #
2、vFlash功能确实很不错!就密集度较高的磁盘测试结果看,还是挺理想的。