Browsing the archives for the Linux category

Cloning A Virtual Machine With VMKFSTools (Works With ESXi)

Keeping with my recent trend of ESXi howto’s I thought i would through something up on cloning VM’s. Despite being one of the most useful features of using virtual hardware for labs it at first seems completely absent from ESXi. But though not quite as easy as a right click it is possible. Note: Though [...]

VMware Tools for Linux No X Requierd

Step by step on installing VMware tools on a GUIless Linux install. Note: the only real gain here is improved  network drivers. Note2: Every thing here after installing the RPM must be done from a local console or bad things will happen. [ROOT@Skynet]# mkdir /cdrom [ROOT@Skynet]# mount -t iso9660 -o ro /dev/cdrom /cdrom [ROOT@Skynet]# rpm [...]

Install ESXi 3.5 to an IDE drive

Install ESXi 3.5 to an IDE drive By default, if the ESXi install can not find a supported device to install to, then the installer will quit with the error message: “Unable to find a supported device to write the VMware ESX Server 3i 3.5.0 image to.” If it is the case that the IDE [...]

SSH Hack » ESXi 3.5

I have been playing around with ESXi and needed to upload some files via SCP and discovered that SSH is not enabled by default. Here goes At the console of the ESXi host, press ALT-F1 to access the console window. Enter unsupported in the console and then press Enter. You will not see the text [...]