Installing Cisco MeetingPlace Express on unsupported hardware

  1. You must copy files from instalation media, we should do this with tar to preserve file permissions. The command could be like this (if you run it from root folder of installation CD/DVD) tar -cvpf /where-to-put-file/mpe.tar.gz /
  2. You must untar files, preserving file permissions (do not untar to NTFS volume this would break file permissions). tar -xv --preserve-permissions -f mpe.tar.gz
  3. You should patch file hwdetect in /Cisco/vendor/misc/bin according to your server HW (personaly I changed CPU's speed to 2800MHz instead of real 3000MHz). Beware to keep the permissions of file after changing it.
  4. Make on iso of new installation, I use this command: mkisofs -o mpe2.0.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-info-table -l -f -allow-lowercase -allow-multidot -boot-load-size 4 -d -R /root-directory-with-you-MPE-files/. You should make on iso so that all files on it appear as on original CD/DVD (same letter case, same format, and so on). You should pay attention that Cisco uses symlinks on it's CD/DVD so you must keep them on your iso file.

Fixing Firefox certificate error

It is really annoying when you can't connect to your equipment (ex. via HP iLo) or site via https using Firefox because it says sec_error_ca_cert_invalid or sec_error_reused_issuer_and_serial. Sometimes even after deleting stored certificates in Preferences -> Advanced -> Encryption - View Certificates -> Servers you can't connect.
One more thing you should check is the Certification centers tab (next to Servers tab). Make sure that there is no certificates or centers that may conflict with your site's or equipment's certificate. Delete all unnecessary certificates from that tab as well, pay special attention to Software Security Device objects. Hope that will help you get connected to where you want.

Convert ATA 186 from SIP/H323 to SCCP/MGCP

Main idea:

  1. Download needed image from Cisco.com or from CUCM TFTP (usually file with .zup extension)
  2. Get ata186us.exe file (it may be found in zip archive with images for ATA on Cisco.com)
  3. Execute ata186us.exe <image_to_upload_on_ATA> -d3 -any2
    You can run ata186us.exe without parameters to get help on usage.
  4. Pick up the handset of the phone attached to ATA.
  5. Press the function button on ATA (you should hear IVR prompts in handset after that).
  6. Press on the ATA phone keypad 100#<IP_address_of_PC>*8000#
    <IP_address_of_PC> - is IP address of PC on which you run ata186us.exe (while entering IP address on the phone separate octets with * button).
After upgrade you should hear prompt in handset with upgrade result (success/fail).

PS. Make sure you have routing between ATA ond PC. Also you may check ATA parameters through web - http://ATA_IP_address

Another way to replace image files on ATA is to make config file in which you point the firmware you want to upload. See contents of zip archive with images for ATA on Cisco.com for information and details.