【原创】VCF 4.5安装部署向导-07-注意事项

  • Published
  • Posted in Cloud
  • 1 min read
  • Updated
  • 0 Comments

Task卡在Runing状态

#1 在任务页面确认任务ID

Graphical user interface, website

Description automatically generated

#2 通过命令行删除

Shape, rectangle

Description automatically generated

删除vLCM的 Image

#1 查找image ID

 

#2通过ID确认要删除的image名称

Graphical user interface, application

Description automatically generated

 

#3通过API删除镜像

Graphical user interface, application

Description automatically generated

 

NSX部署失败

由于嵌套测试环境IO较慢,缺省在NSX自动部署阶段,会有20分钟的超时等待时间。但所有三个NSX节点就绪往往超过此时间,导致安装失败。当然最简单的方法是在NSX安装阶段关闭Cloudbuilder虚拟机,让其停止检测。等待NSX部署完成后再开启。除此之外可以通过如下方法修改超时时间。

#1 SSH登录Cloud Builder VM,切换至root用户

#2 修改application.properties file.

vim /opt/vmware/bringup/webapps/bringup-app/conf/application.properties

nsxt.manager.wait.minutes=60 # 增加nsx节点就绪等待时间

 

#3 重启Bringup 服务

systemctl restart vcf-bringup

#4 重新尝试bringup 任务开始部署

Edge 校验阶段出错

如果在 Verify BGP Route Distribution环节报错,是因为BGP邻居未通告任何路由给Edge,只要在上游设备正确配置了BGP路由通告,此报错就会消失。

Leave a Reply