Archive for November, 2012

ghettoVCB.sh modification required for ESX 5.1

Thursday, November 29th, 2012

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

Google Apps Sign up

Monday, November 12th, 2012

http://www.google.com/enterprise/apps/business/pricing.html

Remarks:
Start from 12/6/2012, the Google Apps Free version is no longer available.

Enable Net:SSH2 to connect to EXSi

Monday, November 12th, 2012

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