This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ASG on VMware ESX 3.0.2

Downloaded the ZIP. Checked out the install docs. Don't mean a thing to me. I presume I have to copy the relevant files over to the ESX server box and run the shell script? But how?!

Any guidance gratefully appreciated.


This thread was automatically locked due to age.
  • James,

    I am juts trying to do this myself, and failing.

    I have used WinSCP to move the files to a folder on on one of my drives on the ESX Server I am using, and then used PuTTY to connect to the drive to run the script.

    The script fails, so I have tried to run the lines manually one at a time to debug it.

    The problem is around the use of the $ in the file names, which seems to be causing problems, so I have juts tried to convert the .vmdks manually, but I get an error 

    Disklib_Check() failed for source disk The file specified is not a virtual disk.

    So I am stuck, hence I arrived here to get some help.

    I have only ever imported existing ESX 3 VMs, so having to convert one is new to me, but the help and notes I have indicate it should work, so I am wondering if it's the source files I copied down.

    If you have any joy please let me know.

    Regards

    Dave P
  • For anyone who tries this attached is a short document that explains how I managed to get the files from Astaro to load into ESX.

    This may not be the most elegant method, but it works.

    Regards

    Dave P
    Importing Astaro VMware appliance into ESX Server.pdf
  • Why did you choose just one processor? I tried your notes but just became frustrated with the arcane setup procedure.

    In the end I downloaded the ASG software and installed that in 5 minutes. I set it up to use 2 virtual processors and 512Mb of RAM. I've not got around to setting up a resource pool at this stage.

    Appears to run OK.

    Any idea how I can update VMware tools?
  • James,

    Using two processors on a ESX server is not always the best option, unless you have plenty of processors in your host. If you set a guest to use 2 processors it will only become available to use if the host has 2 processors available at the same time. So if resources become scarce it is possible that the guest could have to wait until a pair become free. 

    I have not noticed a major improvement with V7 when using two processors, so I took the safe option.

    If Astaro had created a proper ESX V3 image it would only require one command to register the guest.

    I agree that it's a bit of a pain these days to have to drop into the console, having been an early DOS user it's like going back a couple of decades.

    Dave
  • Thanks Dave. I've got two quad cores in the host in question.

    Without ever installing the ESX image - what's the benefit of using that instead of just installing off the ASG software ISO?
  • James,

    In that case it would be sensible to use 2 processors.

    The main reason you should use the ESX image is that it includes the VMware tools. These are essential for the smooth running of the guest.

    The problem with the current image is that the version of tools used is well out of date, it really should be upgraded, and I hope that Astaro release V7.1 with the latest version installed.

    Dave
  • I presume (without trying) that the CLI install of VMware Tools fails due to a lack of C compiler?

    I note that vmware-guestd is running.

    An eternity ago Astaro used to ship a dev kit for Astaro and I've built VMware Tools using that method. Any idea if one is still available?
  • James,

    I think you are correct, Astaro strip out a lot of the code to prevent anything from modifying the code base of the OS, which stops the script from running.

    I am not aware of any dev kit for V7.

    I had a problem with my install which was dropping packets on the external interfaces, these are the same physical NICs as the Internal one which is OK. 

    Turned out to be a problem with the auto-negotiation between the Cisco router and the Broadcom NIC in the DL360. I have had this before with Cisco kit. Once I had locked the NIC to 100Mb/s full-Duplex the drops stopped.

    Other than that it's working fine.

    Dave