[root@localhost:~] fdisk -l #The fdisk command is deprecated: fdisk does not handle GPT partitions. Please use partedUtil Found valid GPT with protective MBR; using GPT Disk /dev/disks/mpx.vmhba33:C0:T0:L0: 30703616 sectors, 2704M #我们的U盘 Logical sector size: 512 Disk identifier (GUID): e4f5d8e2-cfd7-42bb-a00c-aa2feec59449 # Partition table holds up to 128 entries # First usable sector is 34, last usable sector is 30703582 # Number Start (sector) End (sector) Size Name # 1 64 8191 4064K # 5 8224 520191 249M # 6 520224 1032191 249M # 7 1032224 1257471 109M # 8 1257504 1843199 285M # 9 1843200 7086079 2560M # Found valid GPT with protective MBR; using GPT
Disk /dev/disks/naa.61866da089f2cf001fe33f1f14adc14f: 2341994496 sectors, 768M #我们EXSI安装的磁盘 Logical sector size: 512 Disk identifier (GUID): 452f91e9-a79c-4ddf-b156-b248241e9789 Partition table holds up to 128 entries First usable sector is 34, last usable sector is 2341994462 # Number Start (sector) End (sector) Size Name # 1 64 8191 4064K EFI系统引导 # 2 7086080 15472639 4095M 基本数据分区 # 3 15472640 2341994462 1109G VMFS空间 # 5 8224 520191 249M 基本数据分区 # 6 520224 1032191 249M 基本数据分区 # 7 1032224 1257471 109M VM诊断数据 # 8 1257504 1843199 285M 基本数据分区 # 9 1843200 7086079 2560M VM诊断数据
#挂载基础分区到/mnt中 (因为开始我并不知道state.tgz存在那一块盘上所以就全部挂载上了) mkdir disk{1..3} mount /dev/sda5 /mnt/disk1 #(貌似修改这一个就可以成功) mount /dev/sda6 /mnt/disk2 mount /dev/sda8 /mnt/disk3
问题1.ESXI 离线更新时候显示 You attempted to install an image profile which would have resulted in the removal of VIBs 驱动软件错误; 错误信息:
1 2 3 4
$esxcli software profile install -d /vmfs/volumes/5bec054f-e37ea7be-d6e8-d4ae528208aa/ISO/update-from-esxi6.5-6.5_update03.zip -p ESXi-6.5.0-20190702001-standard [Exception] You attempted to install an image profile which would have resulted in the removal of VIBs ['VMware_bootbank_lsu-lsi-mptsas-plugin_1.0.0-1vmw.600.0.0.2494585']. If this is not what you intended, you may use the esxcli software profile update command to preserve the VIBs above. If this is what you intended, please use the --ok-to-remove option to explicitly allow the removal. Please refer to the log file for more details.
# (2) 其它升级中出现相似的vib驱动软件与映像配置文件不兼容的情况; $esxcli software vib list|grep libelxima elx-esx-libelxima.so 12.0.1108.0-03 ELX VMwareCertified 2020-03-29 $esxcli software vib remove -n elx-esx-libelxima.so Removal Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: VIBs Removed: ELX_bootbank_elx-esx-libelxima.so_12.0.1108.0-03 VIBs Skipped:
问题2.VMware-VMvisor-Installer.iso升级ESXi版本显示Conflicting Vibs Error的问题 问题描述:CONFLICTING_VIBS ERROR: Vibs on the host are conflicting with vibs in metadata. Remove the conflicting vibs or use Image Builder to create a custom ISO providing newer versions of the conflicting vibs. 错误描述:由于升级的版本中存在冲突的Vibs包导致安装不能继续,其次是硬件兼容性问题; 解决办法:删除冲突的vibs或新建一个包含最新版本vibs的自定义ISO再安装。
问题1.esxcli 安装vib软件扩展显示urlopen error [Errno 2] No such file or directory 错误信息:
1 2 3 4 5
$esxcli software vib install -v esxui-signed-7119706.vib [VibDownloadError] ('esxui-signed-7119706.vib', '', "[Errno 4] IOError: <urlopen error [Errno 2] No such file or directory: '/var/log/vmware/esxui-signed-7119706.vib'>") url = esxui-signed-7119706.vib Please refer to the log file for more details.
方式1.请访问本博主的B站【WeiyiGeek】首页关注UP主, 将自动随机获取解锁验证码。
Method 2.Please visit 【My Twitter】. There is an article verification code in the homepage.
方式3.扫一扫下方二维码,关注本站官方公众号
回复:验证码
将获取解锁(有效期7天)本站所有技术文章哟!