CME/CUE实验之二: CUE安装
 实验设备
RT2610XM: Cisco 2610XM 32M Flash/128M DRAM 
 RT2610XM IOS:c2600-ipvoicek9-mz.124-15.T9.bin
 CUE on RT2610XM: NM-CUE

 

安装准备工作
1.检查/准备CME的配置
a.尝试打开CME的GUI网页
http://192.168.2.1/ccme.html
 b.在RT2610XM上执行show flash: 或dir flash:
以下文件应该存在于系统的闪存上:
· CiscoLogo.gif
 · Delete.gif
 · Plus.gif
 · Tab.gif
 · admin_user.html
 · admin_user.js
 · dom.js
 · downarrow.gif
 · ephone_admin.html
 · logohome.gif
 · normal_user.html
 · normal_user.js
 · sxiconad.gif
 · telephony_service.html
 · uparrow.gif
 · xml-test.html
 · xml.template
 c.在RT2610XM上执行show running-config
以下或类似的配置应该存在:
ip http server
 ip http path flash:
 telephony-service
 web admin system name <username> password <password>
 or
 web admin system name <username> secret 5 <encrypted-password>
 2.配置/检查CME 和CUE之间的IP连接
 在RT2610XM上执行show ip interface brief 或show running-config, 找到service-engine 接口号,然后配置service-engine接口: 
interface service-engine 1/0
 ip unnumbered FastEthernet 0/0.20
 service-module ip address 192.168.2.10 255.255.255.0
 service-module ip default-gateway 192.168.2.1
 no shutdown
配置到service-module(CUE)的路由:
ip route 192.168.2.10 255.255.255.255 service-engine 1/0
从RT2610XM上ping CUE 
从TFTP/FTP Servier 上ping CUE
登录到CUE:
 service-module service-engine 1/0 session
如果提示输入用户名和密码,输入之
 忘记或不知道用户名和密码,请参照《CME/CUE系列
 之三– CUE密码恢复》
 从CUE上ping RT2610XM
从CUE上ping TFTP/FTP Server
 3.检查CME版本
a.在CME的GUI网页上选择help -> about
 b.RT2610XM上执行show telephony-service
 4.下载CUE软件包
 参照以下网页上的table 1 选择与CME 兼容的CUE版本:
http://www.cisco.com/en/US/docs/voice_ip_comm/unity_exp/compatibility/cuecomp.htm
从Cisco Download Center 下载相应的CUE软件包(需要CCO帐号):
http://www.cisco.com/public/sw-center/index.shtml
主软件包
cue-vm-k9.nm-aim.7.0.3.zip
语言包
cue-vm-en_US-langpack.nm-aim.7.0.3.prt1
 cue-vm-zh_CN-langpack.nm-aim.7.0.3.prt1
 License 包
cue-vm-license_50mbx_cme_7.0.3.pkg
 cue-vm-license_4port_ivr_7.0.3.pkg
 5.安装文件准备
 解压缩主软件包
 将cue-installer.nm-aim.7.0.3 拷贝到TFTP Server 上的TFTP根目录下
 将所有其它文件拷贝到FTP Server上,比如FTP根目录下的cue-7.0.3子目录下
++++++++++++++++++++++++++++++++++++++++
使用boothelper安装方式
1. 登录到CUE:
 service-module service-engine 1/0 session
如果提示输入用户名和密码,输入之
 忘记或不知道用户名和密码,请参照《CME/CUE系列之三– CUE密码恢复》
2. 重载系统,进入boot-loader模式:
se-192-168-2-10> reload
 Are you sure you want to reload?
 Doing a reload will cause any unsaved configuration data to be lost.
 Continue[y]? : <enter>
 ......
 Please enter '***' to change boot configuration: ***
 3. 配置boot-loader参数:
ServicesEngine boot-loader> config
 IP Address [10.229.77.5] >192.168.2.10
 Subnet mask [255.255.255.0] > <enter>
 TFTP server [10.194.84.55] >192.168.2.12
 Gateway [10.229.77.1] >192.168.2.1
 Default Helper-file [cue-installer.1.1.2] >cue-installer.nm-aim.7.0.3
 Ethernet interface [internal] > <enter>
 Default Boot [disk] ><enter>
 Default bootloader [primary|secondary] [secondary] >primary
 Updating flash with bootloader configuration
 4. 使用boot-helper模式重启系统:
ServicesEngine boot-loader>boot helper 
 ......
 5. 开始安装软件
Please select from the following
 1 Install software
 2 Reload module
 3 Disk cleanup
 (Type '?' at any time for help)
 Choice: Choice: 1
 Package name: cue-vm-k9.nm-aim.7.0.3.pkg
 Server url: ftp://192.168.2.11/cue-7.0.3/
 Username: Anonymous
 Password: <password>
 ......
 WARNING:: Software installation will clear disk contents
 Continue [n]? y
 ......
 6. 选择要安装的语言包
 输入所列可选语言前面的编号选择要安装的语言包,输入x 结束选择
......
7. 初始化配置
Do you wish to start configuration now (y,n)? y
 Are you sure (y,n)? y
 ......
 Would you like to restore the saved configuration? (y,n) n
 ......
 (注:如果想保留原有配置,输入y)
 Enter Hostname
 (my-hostname, or enter to use se-192-168-2-10): <enter>
 Enter Domain Name
 (mydomain.com, or enter to use localdomain): <enter>
 Using localdomain as default
 ......
 Would you like to use DNS (y,n)?y
 Enter IP Address of the Primary DNS Server
 (IP address): 4.2.2.2
 Found server 4.2.2.2
 Enter IP Address of the Secondary DNS Server (other than Primary)
 (IP address, or enter to bypass): <enter>
 Enter Fully Qualified Domain Name(FQDN: e.g. myhost.mydomain.com) 
 or IP address of the Primary NTP server
 (FQDN or IP address, or enter for 192.168.2.1): 10.10.10.2
 Found server 10.10.10.2
 Enter Fully Qualified Domain Name(FQDN: e.g. myhost.mydomain.com) 
 or IP address of the Secondary NTP Server
 (FQDN or IP address, or enter to bypass): <enter>
输入所列大陆/洋前面的编号选择所在大陆/洋
 输入所列国家前面的编号选择所在国家
 输入所列时区前面的编号选择所在时区
(Summary of selections)
 Is the above information OK?
 1) Yes
 2) No
 #? 1
 ......
 (此处需要等待时间比较长)
8. 创建管理员帐户
Enter administrator user ID:
 (user ID): admin
 Enter password for admin:
 (password): <password>
 Confirm password for admin by reentering it:
 (password): <password>
 9. 安装成功,恭喜!!!
SYSTEM ONLINE
 se-192-168-2-10>
 +++++++++++++++++++++++++++++++++++
 Clean 安装方式
1. 登录到CUE:
 service-module service-engine 1/0 session
如果提示输入用户名和密码,输入之
 忘记或不知道用户名和密码,请参照《CME/CUE系列之三– CUE密码恢复》
2. 从FTP Server 上下载安装包(可选)
se-192-168-2-10>Software download clean url ftp://192.168.2.11/cue-7.0.3/cue-vm-k9.nm-aim.7.0.3.pkg username Anonymous password <password>
 3. 检查下载状态
se-192-168-2-10>Software download status
 4. 安装
Software install clean cue-vm-k9.nm-aim.7.0.3.pkg

升级安装方式
1. 登录到CUE:
 service-module service-engine 1/0 session
如果提示输入用户名和密码,输入之
 忘记或不知道用户名和密码,请参照《CME/CUE系列之三– CUE密码恢复》
2. 从FTP Server 上下载安装包(可选)
se-192-168-2-10>Software download clean url ftp://192.168.2.11/cue-7.0.3/cue-vm-k9.nm-aim.7.0.3.pkg username Anonymous password <password>
 3. 检查下载状态
se-192-168-2-10>Software download status
 4. 安装
Software install upgrade cue-vm-k9.nm-aim.7.0.3.pkg
安装Licenses
 se-192-168-2-10>software install clean url ftp://192.168.2.12/cue-7.0.3/cue-vm-license_50mbx_cme_7.0.3.pkg username Anonymous password <password>
 se-192-168-2-10>software install clean url ftp://192.168.2.12/cue-7.0.3/cue-vm-license_4port_ivr_7.0.3.pkg username Anonymous password <password>