当前位置:首页 > AMS9110升级至9230手册(单机)
4) 软件赋权:
安装文件上传后,所有的bin文件都需要赋予执行权限。用root账号登入AMS CLI,进入bin文件所在目录,执行chmod 755 *.bin,赋予执行权限。如, bash-3.00# ls -lrt total 114468
-rw-r--r-- 1 root root 38702102 Feb 26 22:04 etl1gw-3.0.0-185330-solaris-x86.bin bash-3.00# chmod 755 etl1gw-3.0.0-185330-solaris-x86.bin bash-3.00# ls -lrt total 114468
-rwxr-xr-x 1 root root 38702102 Feb 26 22:04 etl1gw-3.0.0-185330-solaris-x86.bin bash-3.00#
2. 升级工作实施
2.1 安装AMS R9.2.30+patch
安装AMS9.2.30core、Patch及插件,暂时不激活,安装过程中AMS9.1.10处于Running状态。
1) 安装AMS R9.2.30 Core
执行/export/ams9230/core/sw/ams-9.2.30.0-203207-solaris-x86.bin,如下附文件安装AMS R9.2.30 Core:
ams9230core安装.txt
2) 安装AMS PATCH 和PLUGIN
执行/opt/ams/software/ams-9.2.30.0-203207/bin/ams_install.sh,如下附文件安装AMS R9.2.30 patch 和 Plugin:
ams9230 plugin 安装log.txt
2.2 导出调整后的9.1.10数据
AMS9.2.30后,EPON版本统一为4.6 EPON;4.7.8x Meta GPON,统一为4.7.8。有此类网元的现场,需要在导出迁移数据前,先修改下mysql表里的数据。 注意:
? 未有EPON和metaGPON的现场请忽略该步骤。
?
mysql数据调整必须在导出迁移数据前做。
调整步骤,以root账号登入AMS CLI,切到amssys账号,如下执行: bash-3.00# su - amssys $ mysql -uroot –pmysql USE `emlplatform`;
update Agent set extensionType='nemodel.EPON.4.6#ne', nodeModel='EPON-SHUB.4.6' where nodeModel like 'EPON-SHUB.4.6.5%'; update Agent set extensionType='nemodel.EPON.4.6#ne' ,nodeModel='EPON.4.6' where nodeModel like 'EPON.4.6.5%';
update Agent set extensionType='nemodel.GPON.4.7.8#ne' ,nodeModel='GPON.4.7.8' where nodeModel like 'GPON.4.7.8%';
update Agent set extensionType='nemodel.GPON.4.7.8#ne' ,nodeModel='GPON-SHUB.4.7.8' where nodeModel like 'GPON-SHUB.4.7.8%'; update Ne set productAndRelease='GPON.4.7.8' where productAndRelease like 'GPON.4.7.8%'; update Ne set productAndRelease='EPON.4.6' where productAndRelease like 'EPON.4.6.5%'; updateSwLoad set productAndRelease='GPON.4.7.8' where productAndRelease like 'GPON.4.7.8%'; updateSwLoad set productAndRelease='EPON.4.6' where productAndRelease like 'EPON.4.6.5%'; updateSwPackage set productAndRelease='GPON.4.7.8' where productAndRelease like 'GPON.4.7.8%'; updateSwPackage set productAndRelease='EPON.4.6' where productAndRelease like 'EPON.4.6.5%'; updateSwRelease set productAndRelease='EPON.4.6' where productAndRelease like ' EPON.4.6.5%'; updateSwRelease set productAndRelease='GPON.4.7.8' where productAndRelease like 'GPON.4.7.8%'; updateOntLoad set productAndRelease='GPON.4.7.8' where productAndRelease like 'GPON.4.7.8%'; updateOntLoad set productAndRelease='EPON.4.6' where productAndRelease like 'EPON.4.6.5%'; updateOntPackage set productAndRelease='GPON.4.7.8' where productAndRelease like 'GPON.4.7.8%'; updateOntPackage set productAndRelease='EPON.4.6' where productAndRelease like 'EPON.4.6.5%';
updateOntRelease set neSwRelease='EPON.4.6', productAndRelease='EPON.4.6' where neSwRelease like ' EPON.4.6.5%'; updateOntRelease set neSwRelease='GPON.4.7.8',productAndRelease='GPON.4.7.8' where neSwRelease like 'GPON.4.7.8%';
运城调整log如附件:
mysql调整log.txt
数据调整后,建议用admin登入AMS GUI,点击software,将4.6.5x的EPON和4.7.8x的Meta GPON对应的ONT SOFTWARE RELEASE和OLT SOFTWARE RELEASE都删除掉。 然后再参照1.2里第3节,再次导出数据:AMS9.1.10,File->Export,“选择全部”,点击“完成”导出,如下: 选择导出项(全选):
导出中?
共分享92篇相关文档