Monthly Archives: April 2012
-
Auto SSH to Host (To do Automated Rsync)
1April 26, 2012 by aubreykloppers
To setup ssh to autoconnect from IP:201 to IP:200: 1. Copy the key from 201 to 200: 129.00.16.201$ mkdir ~/.ssh …
Continue reading -
Installing VMWare Tools on Openfiler 2.9n
Leave a commentApril 25, 2012 by aubreykloppers
Here the few steps: 1. Go to mount directory “/mnt” and create a new directory called “cd”.
-
vCenter: VPXD Crash (vCenter keeps going down)
Leave a commentApril 17, 2012 by aubreykloppers
Recently I was trying to resolve an issue on a small vCenter 5.0.0 deployment. Basically the primary symptom of the …
Continue reading -
TurnkeyLinux: Increase Space (On ESXi)
Leave a commentApril 17, 2012 by aubreykloppers
REMEMBER: You can not increase your VM if a SNAPSHOT EXISTS! Increase your VM with the space required. (In ESXi) …
Continue reading -
Ubuntu: How to FAKE a FQDN.
Leave a commentApril 12, 2012 by aubreykloppers
Ok, this is quete easy. The problem comes where you need to create a FQDN (fully qualified domain name) without …
Continue reading -
Installing RPM files on Ubuntu:
Leave a commentApril 11, 2012 by aubreykloppers
Install alien in Ubuntu sudo apt-get install alien This will install all the required packages.Now you can start converting your …
Continue reading -
ESXi 5: Suppressing the local/remote shell warning
Leave a commentApril 4, 2012 by aubreykloppers
Go to your host, click the configuration tab, click “advanced settings”, go to UserVars” and scroll all the way down …
Continue reading -
vCenter Appliance – Change NIC after migration to new HOST.
Leave a commentApril 4, 2012 by aubreykloppers
Logon as root. vi /etc/udev/rules.d/70-net-persistent-names.rules Delete eth0 rename eth1 to eth0 shutdown -r -t0 now