分类 产品doc 中的文章

WCG-deps-install

1. 下载对应的依赖包 # yumdownloader --downloadonly --downloaddir=. xxx # 提取包内容 # rpm2cpio *.rpm | cpio -div 2. install.sh #!/bin/bash - ########################################################## # wcg-deps-install.sh # version:1.0 # update:20181120 ########################################################## DIR="/home/wcg/WCG-deps" function wcg_deps() { for dir in curl fcgi gsoap lksctp lrzsz vconfig tftp redis spawn-fcgi keepalived openssh nginx net-tools libevent do cd $DIR/$dir && rpm -Uvh *.rpm --force --nodeps & done } function segw_deps() { for dir in segw do cd $DIR/$dir && rpm -Uvh *.……

阅读全文

Wcg Install

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

阅读全文

最近文章

分类

标签

友情链接

其它