UI Hang on “Loading” on vRealize Operations Manager (vROPs)

Sometimes you may see vROPs web UI hang, keep on “Loading”, or no responding to any click. It because you are using vRealize Operations Manager 6.6 or earlier version, and your computer is touch screen. There are two ways to fix that: Disable touch screen hardware in Device Manager. The device name usually is “HID-compliant touch … Read more

Regular Expression

Regular Expression also calls Regexp. There are two classes regular expressions: Basic Regexp (BRE) and Extended Regexp (ERE). Regexp should be put in double quotation marks. It can be categorized to: Strings . – Can be any character. Sample: #cat /etc/fstab | grep “U..D” It returns the lines contains U, D and whatever 2 characters between its. … Read more

Error 0x800f081f When Enable .Net 3.5 on Windows 10

When you install vSphere Client 5.x on Windows 10 computer. You may see “Enable .net 3.5 failed” message. And when you try to enable .Net 3.5 on Windows 10 manually, it shows error code 0x800f081f. This issue occures on internet blocked or policy restricted computer. The only way to avoid that is use command line … Read more

UCS Manager UI Fonts Size on 4K Screen

Older UCS Manager uses Java application. The UI fonts could be extremely small on high DPI screen. The fix is: Go to “C:Program Files (x86)Javajre1.8.0_171bin“. Go to “Properties” of “jp2launcher.exe“. “Compatibility” tab -> “Change high DPI settings“. Check “Override high DPI scaling behavior….“. Select “System (Enhanced)” or “System“.  

在VMware Workstation上部署vCenter Server VCSA

网上有很多关于如何在VMware Workstation上部署vCenter Server VCSA的文章,但根据这些文章在部署过程中总是会遇到各种各样。以下是几点我总结出来的要点,仅供参考。 我假设你的实验环境里没有DNS或者域服务器,只是简单的使用VMware Workstation的DHCP服务,虚拟机的网卡选择的是“host-only”。以下步骤仅用于做一些快速测试时使用。 vCenter Server安装好后第一次启动的时候会检测FQDN。如果你没有DNS服务器,FQDN检测会失败。所以在安装vCenter Server时要确保“Host Network Identity”输入的是IP地址。 OVA文件导入后虚拟机会立刻自动启动,有时候虚拟机的网卡可能会是断开状态的。要确保网卡是连接状态。 第一次启动耗时大约15至20分钟,在没有完全启动完毕前虚拟机的控制台界面是不现实IP地址的。另外一个vCenter Server准备就绪的表现是IP地址ping得通了。 vCenter Server第一次启动后,需要打开 https://vcenter_ip:5480 继续完成vCenter Server的配置。 [email protected] 的密码就是你在OVA导入界面里输入的密码。 2018 5月28日更新: 在以上步骤的第四步中,你可能无法登陆root,提示验证失败。这是由于root锁死造成的,需要按照以下步骤解锁: 重启vCenter Server虚拟机。 在Photon启动界面按“e”键。 在第二行结尾加入”rw init=/bin/bash“。具体参考这里。 当你看到#提示符时,运行命令”passwd“更改root密码。 运行命令”pam_tally2 –user root“检查root密码输入错了多少次。 如果输入错误次数大于1,运行命令 “pam_tally2 –user root –reset” 解锁root账号。 重启虚拟机,现在应该可以登录了。 2018 5月31日更新: 在以上步骤的第四步中,登陆后你应该会看到vCenter Server安装向导。如果你的vCenter Server只想用IP地址,请确保“System name”项填写的是IP地址。

Troubleshooting Network Performance of Virtual Machine

There are several layers of networking on the virtualization infrastructure. Guest operating system, Virtual Machine, ESXi driver, physical network adapters, RJ45/SFP and network switches…etc. Sometimes it’s hard to say where exactly caused a problem. Especially hardware layer problems. Today I worked on a very interesting case, it may give some ideas to troubleshooting network performance … Read more

IE 11 Window Doesn’t Change Between 4K Internal and Regular External Monitors

Just a quick notes. If you use multiple monitors, some are 4K and some are regular resolution, you may see window display issue when move Internet Explorer between these monitors. Follow the KB below to change register to allow Internet Explorer 11 accommodates the monitor solutions. Internet Explorer 11 window display changes between a built-in … Read more

The older version of cis-upgrade-runner cannot be removed when upgrade vCenter Server 6.0

When you upgrade or patch vCenter Server 6.0 for Windows, you may see following symptoms: “The older version of cis-upgrade-runner cannot be removed. Contact your technical support group.” Or error code 1063: “Installation of component VMware CIS upgrade runner failed with error code ‘1063’” That means the vCenter Server installer cannot find MSI files of … Read more

CVE-2017-5754, CVE-2017-5753 and CVE-2017-5715 (Spectre and Meltdown)

You may know there are 3 vulnerabilities recently noticed by industry. Long story to short, kernel address space exposed to hackers when processors running user space code. It’s not only impact to Intel processors but also AMD and ARM. CVE-2017-5715 is a hardware issues that only apply certain firmware can fix the vulnerabilities. CVE-2017-5754 and CVE-2017-5753 … Read more