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

Astaro Command Center v1 Released!!!!!

Nice work Astaro! And to release it for FREE!!!!! GREAT! I am installing it in our VMware ESX server right now.


This thread was automatically locked due to age.
  • Well, that sucks plain and simple. Astaro just eliminated anyone who wants to use ACC in VMware. Tried the install, get a grub error 18. Googled it, it is because of the location of the /boot partition.

    Can't get around it unless you put the /boot as like the first partition, which ACC doesn't do. Or use smaller than an 8GB drive, which can't be done due to system requirements.

    Oh well.. I can't dedicate a system to ACC, but I had lots of room in our ESX farm.

    Astaro, you guys might want to resconsider how you have the partitions laid out in a future release.
  • Bummer, it works just fine with Microsoft VirtualPC and presumably also with Microsoft Virtual Server. [:)]
  • In my ESX farm it also not working...

    at the instalation stage juste after rpm check I have this error

    ./build: OK
    Return code: 0
     Error: Can't have a partition outside the disk!
    PHASE END: install (ret=0)

    here is the vmx config :
    [root@esx1 root]# cat /root/vmware/acc/acc.vmx
    #!/usr/bin/vmware
    config.version = "6"
    virtualHW.version = "3"
    scsi0.present = "TRUE"
    scsi0.virtualDev = "vmxbuslogic"
    memsize = "256"
    ide0:0.present = "TRUE"
    ide0:0.fileName = "/vmimages/iso/firewall/acc-1.200-060530-3.iso"
    ide0:0.deviceType = "cdrom-image"
    floppy0.startConnected = "FALSE"
    floppy0.fileName = "/dev/fd0"
    Ethernet0.present = "TRUE"
    Ethernet0.connectionType = "monitor_dev"
    Ethernet0.devName = "vmnic0.1"
    Ethernet0.networkName = "internal"
    usb.present = "FALSE"
    RemoteDisplay.depth = "16"
    displayName = "acc"
    guestOS = "linux"
    checkpoint.cptConfigName = "acc-fb27346f"
    priority.grabbed = "normal"
    priority.ungrabbed = "normal"

    scsi0:0.present = "TRUE"
    scsi0:0.name = "san:acc.vmdk"
    draw = "gdi"

    floppy0.present = "FALSE"

    suspend.directory = "/vmfs/san"
    Ethernet0.addressType = "generated"
    uuid.location = "56 4d 72 35 ea 35 bc ad-40 ae b2 f6 f1 69 df 7b"
    uuid.bios = "56 4d 72 35 ea 35 bc ad-40 ae b2 f6 f1 69 df 7b"
    isolation.tools.dnd.disable = "TRUE"
    ethernet0.generatedAddress = "00:0c:29:69[:D]f:7b"
    ethernet0.generatedAddressOffset = "0"

    ide0:0.startConnected = "TRUE"
  • Hi everyone,

    I had the same problem on an GSX Server. If you change the harddisk to IDE instead of SCSI then it works.

    Hope that helps in some way.

    Henrik
  • ESX doesn't support IDE virtual drives, only SCSI.