1 前言

1.1 术语

英文缩写 英文全称 中文全称
eGW enterprise gateway 企业网关
OMC operation and maintenance center 操作管理中心

1.2 目的

本文档用来指导安装部署业务网关

2 安装指导

2.1 安装系统

系统版本要求:centos7.2

安装步骤: 1. 在服务器上插入U盘/光盘安装盘 2. 服务器启动进入bios,设置从U盘/光盘启动 3. 服务器进入安装引导界面,选择安装centos7.2 4. 磁盘分区: * boot 2G * swap 16G * 余下空间给”/” 5. 选择gnome典型安装

2.2 更换内核

  1. 进入内核包所在路径
  2. 执行yum install kernel-3.10.0-514.el7.centos.x86_64-eGW.rpm替换为eGW专用内核
  3. 如果是efi启动执行:grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
  4. 执行reboot重启系统
  5. 系统启动成功后,uname -a确认当前系统内核版本是否成功升级到514

2.3 设置网络

  1. 配置静态ip地址
  2. 设置DNS
  3. 通过ping www.baidu.com 来确认网络是否正常

2.4 安装yum源

执行yum install -y epel-release

2.5 升级openssh

执行yum update -y openssh

2.6 安装业务网关

  1. 把eGW安装包拷贝到待安装机器上
  2. 执行yum install ***.rpm
  3. 执行rpm -qa | grep WCG查看网关是否安装成功