Certy Developer

不通过VMware下载最新ESXi

Posted on by

1.下载安装VMware.PowerCLI Install-Module -Name VMware.PowerCLI 2.下载ESXi-Customizer-PS这里放出github地址 https://github.com/VFrontDe/ESXi-Customizer-PS 3.如果你是在Windows 11会报错 execution of scripts is disabled on this system. 不用担心使用如下命令解决 Set-ExecutionPolicy RemoteSigned 4.使用PowerShell运行第二步下载的PS文件 5.完成

Certy_Post_1

迁移 esxi 虚拟机与 vmfs 分卷数据转移(重新挂载VMSF)

Posted on by

esxcfg-volume -l 获取 vmfs 卷列表 [root@vm:~] esxcfg-volume -l Scanning for VMFS-6 host activity (4096 bytes/HB, 1024 HBs). VMFS UUID/label: 60bc690a-5015faee-909e-b8ca3af3ec86/SYNOLOGY Can mount: Yes Can resignature: Yes Extent name: naa.60014058eb4b6fbde7b6d494adb819dd:2 range: 0 – 2096895 (MB) esxcfg-volume -M xxxx 挂载对应卷 [root@vm:~] esxcfg-volume -M SYNOLOGY Persistently mounting volume SYNOLOGY