cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1427
Views
0
Helpful
2
Replies

Replacement UC500 Procedure

jcarter
Level 4
Level 4

What is the correct procedure to migrate from one UC500 to another?  The CUE is defective on the current box.  I tried to backup using CCA but it doesn't go anywhere on the backup progress bar.

Thanks for any insight offered.

2 Replies 2

John Platts
Level 4
Level 4

You can actually copy over the IOS configuration from the old UC520 to the new UC520.

Here are the steps for copying over the IOS configuration from the old UC520 to the new UC520:

  • Be sure that the replacement UC520 is running the same or newer software release as the old UC520. Perform software pack upgrades on the replacement UC520 before copying over the configuration.
  • Be sure that any license upgrades are applied to the new UC520 before copying over the configuration from the old UC520 to the new UC520.
  • Connect your computer to the old UC520, launch a FTP or TFTP server on your computer, and the execute the following command on your old UC520:
    copy running-config
  • After the configuration from the old UC520 is copied, connect your computer to the new UC520, and then execute the following command on the new UC520:
    copy startup-config
  • Restart the new UC520 by executing the reload command.
  • After the new UC520 has been restarted, make the following changes to the configuration on the new UC520 unit:
    • Update the lines starting with tftp-server flash: in the UC520 configuration to match what is found in the factory default configuration file included in the software pack on your new UC520.
    • Update the lines starting with load in the UC520 configuration to match what is found in the factory default configuration file included in the software pack on your new UC520.
    • If you are running the 7.0.2 software pack or later on your UC520 unit, be sure that the ip http path flash:/gui/ line is there in your UC520 configuration.
    • Press Ctrl+C to exit out of configuration mode, and then type wr mem to get the updated configuration saved.
  • You will also need to perform a few steps to get CUE configured.
    • Type service-m i0/0 se to access the CUE module from CLI. If you are unable to get into your CUE module, you might have to execute the service-m i0/0 se clear command first, and then execute the service-m i0/0 se command again.
    • You should get a prompt similar to the following: UC500-CUE>, UC500-CUE#, se-10-1-10-1>, or se-10-1-10-1#.
    • Execute the following commands in CUE CLI:
      • UC500-CUE# web skipinitwizard
      • UC500-CUE# username create
      • UC500-CUE# username password
      • UC500-CUE# conf t
      • UC500-CUE(config)# hostname UC500-CUE
      • UC500-CUE(config)# timezone
      • UC500-CUE(config)# groupname Administrators member
      • UC500-CUE(config)# ccn subsystem sip
      • UC500-CUE(config-sip)# gateway address "10.1.10.2"
      • UC500-CUE(config-sip)# dtmf-relay sip-notify
      • UC500-CUE(config-sip)# end subsystem
      • UC500-CUE(config)# calendar biz-schedule systemschedule
      • UC500-CUE(config-business)# open day 1 from 00:00 to 24:00
      • UC500-CUE(config-business)# open day 2 from 00:00 to 24:00
      • UC500-CUE(config-business)# open day 3 from 00:00 to 24:00
      • UC500-CUE(config-business)# open day 4 from 00:00 to 24:00
      • UC500-CUE(config-business)# open day 5 from 00:00 to 24:00
      • UC500-CUE(config-business)# open day 6 from 00:00 to 24:00
      • UC500-CUE(config-business)# open day 7 from 00:00 to 24:00
      • UC500-CUE(config-business)# end schedule
      • UC500-CUE(config)# ccn application autoattendant aa
      • UC500-CUE(config-application)# description "autoattendant"
      • UC500-CUE(config-application)# enabled
      • UC500-CUE(config-application)# maxsessions 6
      • UC500-CUE(config-application)# script "aa.aef"
      • UC500-CUE(config-application)# parameter "busClosedPrompt" "AABusinessClosed.wav"
      • UC500-CUE(config-application)# parameter "holidayPrompt" "AAHolidayPrompt.wav"
      • UC500-CUE(config-application)# parameter "welcomePrompt" "AAWelcome.wav"
      • UC500-CUE(config-application)# parameter "disconnectAfterMenu" "false"
      • UC500-CUE(config-application)# parameter "dialByFirstName" "false"
      • UC500-CUE(config-application)# parameter "allowExternalTransfers" "false"
      • UC500-CUE(config-application)# parameter "MaxRetry" "3"
      • UC500-CUE(config-application)# parameter "dialByExtnAnytime" "false"
      • UC500-CUE(config-application)# parameter "busOpenPrompt" "AABusinessOpen.wav"
      • UC500-CUE(config-application)# parameter "businessSchedule" "systemschedule"
      • UC500-CUE(config-application)# parameter "dialByExtnAnytimeInputLength" "4"
      • UC500-CUE(config-application)# parameter "operExtn" "0"
      • UC500-CUE(config-application)# end application
      • UC500-CUE(config)# ccn application ciscomwiapplication aa
      • UC500-CUE(config-application)# description "ciscomwiapplication"
      • UC500-CUE(config-application)# enabled
      • UC500-CUE(config-application)# maxsessions 6
      • UC500-CUE(config-application)# script "setmwi.aef"
      • UC500-CUE(config-application)# parameter "CallControlGroupID" "0"
      • UC500-CUE(config-application)# parameter "strMWI_OFF_DN" "A801"
      • UC500-CUE(config-application)# parameter "strMWI_ON_DN" "A800"
      • UC500-CUE(config-application)# end application
      • UC500-CUE(config)# ccn application msgnotification aa
      • UC500-CUE(config-application)# description "msgnotification"
      • UC500-CUE(config-application)# enabled
      • UC500-CUE(config-application)# maxsessions 6
      • UC500-CUE(config-application)# script "msgnotify.aef"
      • UC500-CUE(config-application)# parameter "logoutUri" "http://localhost/voicemail/vxmlscripts/mbxLogout.jsp"
      • UC500-CUE(config-application)# parameter "DelayBeforeSendDTMF" "1"
      • UC500-CUE(config-application)# end application
      • UC500-CUE(config)# ccn application promptmgmt aa
      • UC500-CUE(config-application)# description "promptmgmt"
      • UC500-CUE(config-application)# enabled
      • UC500-CUE(config-application)# maxsessions 1
      • UC500-CUE(config-application)# script "promptmgmt.aef"
      • UC500-CUE(config-application)# end application
      • UC500-CUE(config)# ccn application voicemail aa
      • UC500-CUE(config-application)# description "voicemail"
      • UC500-CUE(config-application)# enabled
      • UC500-CUE(config-application)# maxsessions 6
      • UC500-CUE(config-application)# script "voicebrowser.aef"
      • UC500-CUE(config-application)# parameter "logoutUri" "http://localhost/voicemail/vxmlscripts/mbxLogout.jsp"
      • UC500-CUE(config-application)# parameter "uri" "http://localhost/voicemail/vxmlscripts/login.vxml"
      • UC500-CUE(config-application)# end application
      • UC500-CUE# wr mem
    • After entering the following commands in CLI, use either CCA 2.0 or later or the CUE Web GUI to get CUE fully configured.
    • Note that the CUE administration username and password needs to be the same as the IOS administration username and password (which is the username and password entered when you log on to the UC520 unit through CCA). In addition, the CUE timezone must match that of the IOS and CME timezone settings, even though the CUE timezone setting is in a different format from the IOS and CME timezone settings.

Thanks for the help.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: