云题海 - 专业文章范例文档资料分享平台

当前位置:首页 > AMS9110升级至9230手册(单机)

AMS9110升级至9230手册(单机)

  • 62 次阅读
  • 3 次下载
  • 2025/7/4 12:31:47

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,“选择全部”,点击“完成”导出,如下: 选择导出项(全选):

导出中?

搜索更多关于: AMS9110升级至9230手册(单机) 的文档
  • 收藏
  • 违规举报
  • 版权认领
下载文档10.00 元 加入VIP免费下载
推荐下载
本文作者:...

共分享92篇相关文档

文档简介:

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-1853

× 游客快捷下载通道(下载后可以自由复制和排版)
单篇付费下载
限时特价:10 元/份 原价:20元
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:fanwen365 QQ:370150219
Copyright © 云题海 All Rights Reserved. 苏ICP备16052595号-3 网站地图 客服QQ:370150219 邮箱:370150219@qq.com