Filed under: IT ESX

HTTP install of ESX Server 3.5 from Mac OS X Leopard

ESX Server 3.5 just wouldn’t install from my SATA DVD drive cause my motherboard doesn’t have a standard controller known to ESX.  I bypassed this by installing ESX 3.5 from a temporary web server.

Luckily, a Macbook can whip up a web server in a few clicks.

Just go to System Preferences – Sharing, and check off “Web Sharing”

picture-8

In your /Users/username/Sites folder, copy the VMware folder from the ESX Server 3.5 CD.

picture-1

When you boot from the ESX 3.5 Server CD, choose HTTP install and enter in the IP of your Mac and the folder.  In my case, http://192.168.1.100/~ken is inputted as the following.

3023103556_3548577ef1

November 11, 2008

Fugu for SCP to ESXi

* Be sure to enable SSH in ESXi first.

Unlike Windows, the Mac doesn’t really have a nice SCP client like WinSCP.  So we are left with the commandline or Fugu.

For those afraid of the unix command line, you can also use Fugu to scp files to and from the ESXi server.

Use the SCP option in the menu

fugu-scp2

Enter the appropriate details

fugu-scp1
Fugu isn’t as scary as the unix prompt and still very useful.

November 9, 2008

Enable SSH in ESXi

ESXi doesn’t really have a full blown service console like it’s bigger brother ESX but remants of it is still there.  If you enable SSH, you will have a limited command line to do simple things like delete VM’s or use SCP to copy VM’s to and from the server.

Here’s how you enable it.

  1. Press ALT+F1
  2. Type “unsupported”
    Hit “Enter”
  3. Log in
  4. Edit the inetd.conf file by typing, “vi /etc/inetd.conf”
    Press “/” key
    Type in “ssh
    Move cursor over to #
    Press “x
    Press “Shift+:
    Type “wq
  5. Find “inetd” service #
    Type “ps | grep inetd
    Type “kill -HUP ####
  6. Done!

Now you can log in via SSH with your favourite client.  In my case I use Terminal on a Mac with the following command:

ssh root@192.168.1.55

With SSH enabled you can have limited access to the service console.  You can’t really install anything like the full blown ESX but it’s still very useful for SCP.

November 9, 2008

Previous page


Pages

Recent Posts

Categories