Don’t get stuck in the IT past

Watch what happens when you try to buy a cloud solution from the wrong company.

Microsoft pokes fun at VMware with “VMlimited man“.

Enable SSH on ESXi 5 via vSphere Client

In the first post I wrote how you can enable SSH on the ESXi 5.0 host. In this post I show you how you can enable or activate SSH on the ESXi 5.0 hosts via the vSphere Client.

  1. First start the vSphere Client
  2. Select the ESXi host in the configurations tab
  3. Select Security Profile
    Enable SSH on ESXi 5.0 vis vSphere Client
  4. Click on Properties in the upper right corner and you will get the a popup with all the services on this ESXi 5.0 hosts. Select the SSH service and press the Options button.
    Enable SSH on ESXi 5.0 vis vSphere Client
  5. Now you can start the services and set the startup options
    Enable SSH on ESXi 5.0 vis vSphere Client
  6. press okay and you are done..

Activate SSH on VMware ESXi 5.0

As in VMware ESXi 4.1 you can enable or activate SSH on VMware ESXi 5.0 very simple. VMware ESXi 5.0 is also known as VMware vSphere Hypervisor.

  1. On the start screen press F2 for “Customize System”
    VMware ESXi 5.0 enable SSH
  2. Login with the local password
    VMware ESXi 5.0 enable SSH
  3. Select and enter Troubleshooting Options
    VMware ESXi 5.0 enable SSH
  4. Click on Enable SSH to activate SSH on your VMware ESXi 5.0 host
    VMware ESXi 5.0 enable SSH
  5. After you have pressed the ENTER key you will now see that SSH is enabled
    VMware ESXi 5.0 activate SSH

Boot from VHD

If you need to run multiple instances of Windows on your computer, you have different options. First you could use software like Microsoft Virtual PC or VMware Workstation to run a virtual instance. But if you need more performance, or you have to run for example Microsoft Hyper-V you need a native installed Operating System. Until Microsoft added the feature “boot from VHD”, you had to create different partitions for each installation. Since Microsoft allowed you to use VHD to boot you won a lot of flexibility.

This guide should show you how you can install a new operation system in a VHD, which you can boot from.

  1. First boot from a Windows Setup DVD or USB Stick
  2. On the screen where you could click “Install now” you have also a “Repair your computer” option in the bottom left corner. Click on this option or use the short cut “Shift + F10” to boot in to the command line mode.
  3. Enter diskpart
    Capture1
  4. Create a new VHD file
    create vdisk file=”filepathandfilename” type=”expandable” maximum=maxsiize
    Capture2
  5. Now you have to attach this VHD
    select vidsk file=”filepathandfilename”
    attach vdisk
    Capture3
  6. Now you can switch back to the “Install now” screenby pressing “ALT+TAB” and now do the setup on the new create vdisk.
  7. If you start Windows the next time you will see the new and the old Windows in the boot menu.

If you want to add a already existing VHD to the boot menu you can use bdcedit to edit the boot menu.

bcdedit /copy {originalguid} /d "New Windows 7 Installation"
bcdedit /set {newguid} device vhd=[D:]\Image.vhd
bcdedit /set {newguid} osdevice vhd=[D:]\Image.vhd
bcdedit /set {newguid} detecthal on

You can get more information here.

Cisco UCS and Microsoft Hyper-V R2

Last week we run our first tests with the Cisco UCS Bladecenter, VMware ESXi and Microsoft Hyper-V R2.

I am really excited about the performance and the easy management of the Cisco Bladecenter. Maybe I get some more information about Hyper-V and the UCS out there for next week.

There is also a Microsoft TechNet event next Tuesday:

Cisco Unified Computing System + Microsoft Hyper-V/System Center = die Komplettlösung für Virtual IT und Private Cloud

Activate SSH on ESXi 4.1 via vSphere Client

Some months ago I wrote a post about how to activate SSH on a ESXi 4.1 via console. But you can also activate SSH with the vSphere Client.

  1. Login to the vSphere Client
  2. Click on the configuration tab
    VMware vSphere Client ESXi
  3. Click on Security profile
  4. VMware vSphere Client ESXi Click on Properties
    VMware vSphere Client ESXi
  5. Click on Remote Tech Support (SSH)
    VMware vSphere Client ESXi
  6. Click on Options and choose the startup policy and click start
    VMware vSphere Client ESXi
  7. Now you can verify that the daemon shows as running in the Services Properties window