level 1
请问应该下载那个客户端呢,网页版使用不是那么方便呢
2022年04月09日 23点04分
1
level 1
是不是要安装VMware vCenter(服务器管理) ,ESXIC 6.7才几百MB,这个VMware vCenter有6Gb。
2022年04月10日 00点04分
2
level 15
ESXi和vCenter server 6.5开始就取消了独立client程序了。
现在H5的web client执行效率还是不错的。
要统一管理多台ESXi,还是需要vCenter server的。同理vCenter目前也只能web client管理。
2022年04月10日 03点04分
3
@babboyshi fdisk的提示信息,仔细看看就明白了。另外ESXi如果安装在物理机上,这个默认是GPT磁盘的。所以需要使用partedUtil这个来查询分区或者卷。
2022年04月11日 04点04分
@sky1wolf 我试过用partedUtil这个命令,却是无效命令。还有请教一下,如何导出虚拟系统的文件。以后发生问题时我可以移植系统,我wed只能下载日志文件,不能全部下载
2022年04月11日 09点04分
level 1
[root@localhost:~] fdisk -l
***
*** The fdisk command is deprecated: fdisk does not handle GPT partitions. Please use partedUtil
***
Disk /dev/disks/t10.ATA_____ST2000DM0082D2FR102__________________________________ZFL45852: 1863 GB, 2000398934016 bytes, 3907029168 sectors
243201 cylinders, 255 heads, 63 sectors/track
Units: sectors of 1 * 512 = 512 bytes
Device Boot StartCHS EndCHS StartLBA EndLBA Sectors Size Id Type
/dev/disks/t10.ATA_____ST2000DM0082D2FR102__________________________________ZFL45852p1 0,32,33 1023,254,63 2048 3907026943 3907024896 1863G 7 HPFS/NTFS
Found valid GPT with protective MBR; using GPT
Disk /dev/disks/t10.ATA_____ST2000DM0082D2FR102__________________________________ZFL44YLE: 3907029168 sectors, 3089M
Logical sector size: 512
Disk identifier (GUID): 4a2051ba-4bb4-4cc7-a6ca-338669c3b69b
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 3907029134
Number Start (sector) End (sector) Size Name
1 64 8191 4064K
2 7086080 15472639 4095M
3 15472640 3907029134 1855G
5 8224 520191 249M
6 520224 1032191 249M
7 1032224 1257471 109M
8 1257504 1843199 285M
9 1843200 7086079 2560M
[root@localhost:~]
2022年04月10日 14点04分
4