vm backup script will fail with “You’re not running ESX(i) 3.5, 4.x, 5.x!”
Fix: change ghettoVCB.sh
231c231
< if [[ “${ESX_VERSION}” == “5.0.0” ]]; then
—
> if [[ “${ESX_VERSION}” == “5.0.0” ]] || [[ “${ESX_VERSION}” == “5.1.0” ]]; then
vm backup script will fail with “You’re not running ESX(i) 3.5, 4.x, 5.x!”
Fix: change ghettoVCB.sh
231c231
< if [[ “${ESX_VERSION}” == “5.0.0” ]]; then
—
> if [[ “${ESX_VERSION}” == “5.0.0” ]] || [[ “${ESX_VERSION}” == “5.1.0” ]]; then
http://www.google.com/enterprise/apps/business/pricing.html
Remarks:
Start from 12/6/2012, the Google Apps Free version is no longer available.
1. Enable SSH from vSphere Client
2. ssh to the vSphere server and edit /etc/ssh/sshd_config
change
PasswordAuthentication no
to
PasswordAuthentication yes
3. restart ssh /etc/init.d/SSH restart