Running Dog League Blog

Technology for Techs

Entries Tagged ‘ESXi’

Backing Up ESXi Configs Automatically

Just a simple script to back up ESXi configs to a file on a remote Windows Server:
Set ESXiPassword=[put your password here]
perl “C:\Program Files\VMware\VMware VI Remote CLI\bin\vicfg-cfgbackup.pl” –server [hostname of server] –username root –password %ESXiPassword% -s [path to .cfg file for backup]
Yes, it’s simple for a single server, but you can enter all of your servers in one [...]

Leave a Comment

64-bit Guest Requirements for ESXi

I learned the hard way that even if you can install a 64-bit OS on a computer, it doesn’t not necessarily mean that you can run guests in ESXi in 64-bit.
Essentially on an Intel Platform, it has to support EMT64 and VT(and the motherboard has to support it).  For AMD, you need Rev D AMD64 [...]

Comments (2)

NetApp Snapshots with VMWare ESX/ESXi

 Without SnapManager for Virtual Infrastructure, which is released now, it is somewhat more difficult to do NetApp snapshots.   But if you are in a position where you must be creative about this, I’ve written a script to do so.   i’m sure that if you have the capital get SnapManager for Virtual Infrastructure it will be [...]

Comments (11)

Hyper-V Now for Free?

Link Here for more Info: http://www.microsoft.com/servers/hyper-v-server/how-to-get.mspx
Download Microsoft Hyper-V Server 2008 Today!
Licensing Microsoft Hyper-V Server 2008

Microsoft Hyper-V Server 2008 is a stand-alone product that will be available via the Microsoft Download Center free of charge.
Microsoft Hyper-V Server 2008 does not require CALs for the product itself.
CALs will be required for all Windows Server virtualized operating systems [...]

Comments (2)

IDE Hard Disks on ESXi!

Maybe I just took for granted that ESXi 3.5 wouldn’t work at all with IDE disks.  So much so, I went out and bought a 250GB SATA disk just for the expressed purpose of hosting my VMs on ESXi at home.
Apparently I was wrong.   This weekend I moved my VM Host from one computer to another, [...]

Comments (5)

VMWare ESX 3.5i Experiences (ESXi 3.5)

As a followup to my prior post on VMWare ESXi being free now, I’ve taken the plunge and changed over my home servers from VMWare Server 1.0 to ESX 3.5i.   The biggest thought was for performance and just something new to play with.
The first step was to see if I could get it installed on [...]

Comments (48)