许可证:
HG612-FH19H-08DL1-V19X2-1VKND
NU4JA-4V2DQ-48428-T32GK-8VRN4
0Y4H2-8P217-H8900-M8AE4-2LH44
NA658-2308J-08809-93AQ6-278J0
解压sio,选择路径安装程序
\vcsa-ui-installer\win32\installer.exe
![图片[1]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/1-24.png)
![图片[2]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/2-24.png)
![图片[3]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/3-22.png)
![图片[4]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/4-23.png)
![图片[5]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/5-21.png)
![图片[6]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/6-17.png)
![图片[7]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/7-16.png)
![图片[8]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/8-15.png)
![图片[9]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/9-11.png)
IP 版本:IPV4
IP 分配:静态
FQDN:vcsa01.com
IP 地址:10.10.1.30 (给vceter设置一个IP地址)
默认网关:10.10.1.1 (设置网关)
DNS 服务器:10.10.1.30 (设置DNS,如果内部有DNS就可以设置内部DNS,然后需要进行解析vcsa01.com 到 10.10.1.30,否则就填写自己的ip地址)
HTTP:80
HTTPS:443
![图片[10]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/10-10.png)
![图片[11]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/11-9.png)
等待完成
![图片[12]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/12-8.png)
因为dns的原因,这个地方会解析不到域名,而报错
![图片[13]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/13-10.png)
这时候登入esxi上去,找到vcenter的界面
![图片[14]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/14-7.png)
按下 ctrl+alt+F1 切换到 命令行,进行登入
![图片[15]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/15-7.png)
输入shell进入命令行
![图片[16]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/16-6.png)
cp /etc/dnsmasq.conf /etc/dnsmasq-bak.conf ##备份配置文件
vi /etc/dnsmasq.conf
将 no-hosts改为 addn-hosts=/etc/dns_add_hosts
将listen-address=127.0.0.1改为listen-address=10.10.1.30 #这个ip就是当前vcenter的ip
然后保存wq退出;
![图片[17]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/17-5.png)
vi /etc/dns_add_hosts
10.10.1.30 vcsa01.com
![图片[18]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/18-4.png)
重启dns
systemctl restart dnsmasq
测试是否解析成功
nslookup 10.10.1.30
![图片[19]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/19-4.png)
访问 https://10.10.1.30:5480 进行第二阶段部署
![图片[20]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/20-3.png)
![图片[21]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/21-3.png)
![图片[22]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/22-5.png)
![图片[23]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/23-1.png)
等待完成
![图片[24]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/24-1.png)
vspher.local
![图片[25]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/25-1.png)
![图片[26]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/26-2.png)
![图片[27]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/27-1.png)
![图片[28]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/28-1.png)
等待安装完成
![图片[29]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/29-1.png)
![图片[30]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/30-1.png)
windows 本地hosts添加
方法一:去编辑hosts文件,大多数情况是无法保存的
C:\Windows\System32\drivers\etc\hosts
10.10.1.30 vcsa01.com
方法二:CMD管理员方式打开,(推荐方法二)
echo 10.10.1.30 vcsa01.com >> C:\Windows\System32\drivers\etc\hosts
![图片[31]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/31-1.png)
vSphere Cliebt客户端管理: https://vcsa01.com
账号:administrator@vsphere.local
密码:xxxxxx (刚刚设置的)
Vmware设备管理:https://10.10.1.30:5480
账号:root
密码:xxxxxx (刚刚设置的)
![图片[32]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/32-1.png)
登入vSphere Cliebt客户端管理进行激活
![图片[33]-部署vCenter Server 6.7到ESXI上-云计算运维](https://blog.ossq.cn/wp-content/uploads/2022/11/34-1.png)
然后刷新即可看到时间无限
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END













暂无评论内容