首页 技术 正文
技术 2022年11月20日
0 收藏 734 点赞 3,277 浏览 1226 个字

近日,看到了VMware发布的vCenter 6.7 Update 1b的更新消息。其中有一条比较震撼。有误删所有VM的概率,这种BUG谁也承受不起。

Removing a virtual machine folder from the inventory by using the vSphere Client might delete all virtual machines

In the vSphere Client, if you right-click on a folder and select Remove from Inventory from the drop-down menu, the action might delete all virtual machines in that folder from the disk and underlying datastore, and cause data loss.

This issue is resolved in this release.

https://docs.vmware.com/en/VMware-vSphere/6.7/rn/vsphere-vcenter-server-67u1b-release-notes.html

所以,赶快升级vCenter。我的VC是基于Windows 2016和SQL server 2017的6.7.0 10244807。其实也是非常新的版本了。

更新的时候只需要下载最新的文件VMware-VIM-all-6.7.0-11726888.iso。然后直接安装其中的vCenter就会自动升级的。

升级的时候遇到一个错误。

Installation of component VCSServiceManager failed with error code ‘1603’. Check the logs for more details.

然后开始回滚。这个错误网上找了几个方法,说要装.net framework 3.5来解决的。其实不用,根本不是这个原因。

还有说当前用户需是vcdb数据库的所有者,这个是官方KB,但是检查了,设置没有问题。感觉这个有点沾边了。

https://kb.vmware.com/s/article/2119768

看了很多文章和检查日志后。通过以下2个设置并重启服务器解决了问题。

1.将administrator@vsphere.local加入DCAdmin组

点击Home-Administration-Users and Groups-DCAdmins,点击下方的添加用户。把administrator@vsphere.local 加进来。

如果看不到图,点我。

2.启用SQL server的 Name pipes和TCP/IP

在开始菜单中找到SQL server configuration manager,打开SQL Server网络配置-MSSQLSERVER的协议 启用Named Pipes和TCP/IP。这步需要重启SQL服务生效。

再次安装vCenter,成功。版本更新到了11727065。

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,489
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,904
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,737
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,490
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,128
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,291