知识就是力量,时间就是生命。这篇文章主要讲述vCenter Server 7.0 Update 1在部署阶段2无法保存IP配置导致部署失败相关的知识,希望能为你提供帮助。
问题说明:
最新发行的vCenter Server 7.0 Update 1版本通过UI界面全新安装和更新时,在部署第二阶段无法保存IP配置导致部署失败
官方说明:
Deployment of a vCenter Server Appliance by using port 5480 at stage 2 fails with unable to save IP settings error
If you use https://appliance-IP-address-or-FQDN:5480 in a Web browser, go to the vCenter Server Appliance Management Interface for stage 2 of a newly deployed vCenter Server Appliance, and you configure a static IP or try to change the IP configuration, you see an error such as
Unable to save IP settings.
官方链接:
https://docs.vmware.com/en/VMware-vSphere/7.0/rn/vsphere-vcenter-server-701-release-notes.html
受影响版本:
1)vCenter Server 7.0 Update1
2)vCenter Server 7.0 Update 1a
解决办法有以下两种:
方法一:安装vCenter Server 7.0.0发行版本,下载需要升级的path包升级对应的版本
方法二:使用CLI命令行部署vCenter Server 7.0 Update1
升级path包下载
文章图片
附链接地址:
https://my.vmware.com/zh/group/vmware/patch#search
升级步骤
1、把path包上传到所在esxi主机
文章图片
2、vcsa挂载ISO文件
文章图片
3、通过ssh登录到vcsa,并进入到bash shell模式 shell.set --enable true
4、执行如下命令
software-packages stage --iso --acceptEulas
文章图片
software-packages list --staged
文章图片
software-packages install --staged
文章图片
5、安装完成后重启vcsa,并等待30-60分钟,升级完成
6、升级后检查
1)访问https://appliance-IP-address-or-FQDN:5480管理界面并检查版本
2)访问https://appliance-IP-address-or-FQDN是否正常登录
【vCenter Server 7.0 Update 1在部署阶段2无法保存IP配置导致部署失败】
推荐阅读
- 从源码角度分析 MyBatis 工作原理
- OpenHarmony HDF 驱动框架介绍和驱动加载过程分析
- 如何避免WordPress主题升级更改我的父主题functions.php()
- 每个产品摘要后,如何在WooCommerce上添加单独的html代码
- 添加WordPress编辑器
- 基于自定义客户字段的其他订单电子邮件
- 将短代码添加到WordPress模板文件
- 单个产品汇总后如何在WooCommerce上添加html代码
- 如何通过子菜单为菜单项增加显示延迟()