近日,看到了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。

最新文章

  1. 【转载】 mysql explain用法
  2. Redis_密码管理(转)
  3. 我有几个NUMA节点
  4. 0-Spark高级数据分析-读书笔记
  5. ubuntu安装日文分词软件MeCab及其Python插件
  6. ViewPager+Fragment再探:和TAB滑动条一起三者结合
  7. js的bind方法
  8. Codeforces 727 F. Polycarp's problems
  9. 餐厅系统app7
  10. xocde真机测试 内存查看
  11. Java基础(41):Java中集合中需要注意的几个要点(关于Collection与Map)
  12. 弹出层iframe链接设置
  13. xml--通过DOM解析XML
  14. 转: markdown基本语法
  15. Python 得到Twitter所有用户friends和followers
  16. js小数处理
  17. permutations II(全排列 2)
  18. CodeForces 1151D Stas and the Queue at the Buffet
  19. python中os.path.isdir()等函数的作用和用法
  20. jps: command not found

热门文章

  1. 520到了,作为一个python程序员,必须整点肤白貌美的爬虫代码给你们~
  2. JSP页面+请求转发+EL表达式
  3. c# 反射专题—————— 介绍一下是什么是反射[ 一]
  4. python测试开发django-197.django-celery-beat 定时任务
  5. Template -「平衡树」
  6. Solution -「COCI 2016-2017」 Mag 结论证明
  7. 互联网界的IT巨变:从DOS的编辑器,到如今的无代码开发
  8. 英特尔CPU系列
  9. 【freertos】013-任务通知及其实现细节
  10. BS架构与CS架构