Results 1 to 10 of 10

Thread: Installing Cisco Unified Communications (CallManager) in VirtualBox

  1. #1
    Join Date
    Dec 2008
    Location
    Amman, Jordan
    Beans
    62
    Distro
    Ubuntu

    Installing Cisco Unified Communications (CallManager) in VirtualBox

    ** Warning: the below is for educational purposes only, Cisco says in a file about this product: "We have to make sure this is a VMWARE which supports our Licensing Scheme" **

    I have managed to start the Installation Cisco Unified Comm. in VirtualBox without giving the "Hardware you are using is no supported for this product" error message.. I haven't completed the installation and testing yet so errors may still appear later on.

    Anyway, the procedure goes as follows:
    1- Create a new virtual machine with >=1Gb ram and >=40 GB hdd.
    2- Replace <VM name> with your virtual machine name and <username> with your username in all the below.
    3- Edit the virtual machine's xml setting file found at "/home/<username>/.VirtualBox/Machines/<VM name>/<VM name>.xml"
    4- add the following lines to it in the "<ExtraData> </ExtraData>" section:
    <ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" value="6 "/>
    <ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" value="VMware"/>
    <ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" value="Phoenix Technologies LTD"/>
    <ExtraDataItem name="VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" value="VMware Virtual Platform"/>

    5- INSTEAD OF steps 3 & 4, you can run the following cmd's in a terminal window:
    Code:
    VBoxManage setextradata "<VM name>" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVersion" "6 "
    VBoxManage setextradata "<VM name>" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemVendor" "VMware"
    VBoxManage setextradata "<VM name>" "VBoxInternal/Devices/pcbios/0/Config/DmiBIOSVendor" "Phoenix Technologies LTD"
    VBoxManage setextradata "<VM name>" "VBoxInternal/Devices/pcbios/0/Config/DmiSystemProduct" "VMware Virtual Platform"
    6- Run the virtual machine and all should work.
    ** Note: the value for the DmiBIOSVersion is equal to "6 " (there should be a space after the 6 for VitualBox to work.

    Information sources which helped me can be found at:
    * VirtualBox Bios cpp file:
    http://www.virtualbox.org/browser/tr.../DevPcBios.cpp

    * Communications Manager Hardware detection script:
    /media/cdrom0/Cisco/base_scripts/ihardware.sh

    Hope this helps someone.. any comments are most welcome.
    Thank you Microsoft for windows Vista... it was the reason I switched to Linux

  2. #2
    Join Date
    Apr 2009
    Beans
    1

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    Any updates on the final state of installation or testing with CUCM that you reached with this setup? And what version of CUCM are you using 6/7?

    Being a newbie, I had tried using RHEL4 with VMWare Server but couldnt get VMWare to work, now hoping to try with VirtualBox on RHEL4.
    Any advice, suggestions or links would be appreciated.

  3. #3
    Join Date
    May 2009
    Beans
    3

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    Just did what you posted and that solved my issue xD. I'm installing CUCM 6.x. I will post later on how was it xD. Thanks a lot fouadatmeh.

    cheers,
    Dark Theli
    Last edited by Dark Theli; May 27th, 2009 at 06:52 AM.

  4. #4
    Join Date
    May 2009
    Beans
    3

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    Everything looked to be ok. When suddenly reboot the to complete installation. At that point every time I tried to start my virtual machine it looked like was about to start but it closes the Virtual Machine window.

    Fouadatmeh, what version of CUCM you attempted to install? Do you configure it to work with SCSI HDD?

    I would appreciate any advice or suggestion.

    Thanks,
    Dark Theli

  5. #5
    Join Date
    Dec 2008
    Location
    Amman, Jordan
    Beans
    62
    Distro
    Ubuntu

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    Hello,
    Sorry for the extremely late reply..
    I remember that it finished the installation but it wasn't able to boot up correctly.. it seemed that it needed some drivers or something.. but since I am not an expert in linux nor in CUCM I stopped trying.
    I used CUCM ver. 6.0.1
    sorry for not being of much help
    Thank you Microsoft for windows Vista... it was the reason I switched to Linux

  6. #6
    Join Date
    Jun 2009
    Location
    Belgium
    Beans
    1

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    Hello,
    Did anybody manage to finish an installation of Cisco Unified Communications (Callmanager) in VirtualBox ?
    The installation completed, but when booting the server, it is stuck in a state "Uncompressing Linux .... OK, booting the kernel"
    nothing happens afterwards ...
    Anybody an idea ?
    Thanks,

  7. #7
    Join Date
    Oct 2006
    Beans
    8

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    The installation went fine but after rebooting into the system, VirtualBox panics during Uncompressing the Linux kernel.

    Here's the log file attached.

    I would appreciate if anyone could solve this .. Thanks !
    Attached Files Attached Files

  8. #8
    Join Date
    May 2008
    Beans
    2
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    I've been battling the "Hardware not supported" issue for yonks and this sorted me out straight away - BIG thanks!

  9. #9
    Join Date
    Oct 2009
    Beans
    1

    Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    just activate PAE/NX support (if it still fail , disable VT support)

  10. #10
    Join Date
    Mar 2010
    Beans
    1

    Smile Re: Installing Cisco Unified Communications (CallManager) in VirtualBox

    Hello all... I am building a training lab for some of my guys and we are running call manager 4.1(3). I have been unable to get virtual box to run the install. I am assuming that the parameters in the first post are for cucm 6 and above. Does anyone have the parameters for 4.1(3)?

    I have a dell 2970 server with 4gig mem, and 360gig hard drive. I have disabled the audio on the callmanager virtual box machine as well as added the extradata entries in the xml, but still get hardware not supported.

    Any help will be appreciated!

    Thank you
    P

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •