当前位置:文档之家› 超融合数据中心项目-集成实施方案

超融合数据中心项目-集成实施方案

超融合数据中心项目集成实施方案1. 概览项目立足于超融合数据中心建设趋势及需求,采用新一代超融合数据中心解决方案,建设成为简化管理、高效复用、绿色环保及安全保护的基础架构,为新旧业务系统提供有力支撑。

2. 总体设计2.1 总体规划拓扑2.2 货物内容LANVMware vSphere 4IBM HS22Oracle Sun Server X2-4Oracle Sun Server X2-4Oracle VMIBM x3850 X5IBM x3850 X5VMware vSphereEMC VNX 5400IBM DS5020IBM x3650M4HDS AMS2300DMZIBM DS4700EMC VNX 5300EMC VNX 5300...SANCitrix XenServerLISERP 图文...医院网站供应室耳鼻喉网站病案邮件防火墙......2.2.1虚拟化迁移服务本次虚拟化迁移服务包括《应用迁移清单》列出的的所有内网应用及外网除网站的其他应用迁移,其他应用迁移工作后续服务提供;本次利旧设备重配置工作包括《设备利旧清单》中列出的所有设备,其他设备重配置工作后续服务提供;本次备份系统部署实施因条件限制,先利旧一台服务器及本次存储,后续如需重配置连接备份存储或重新部署。

2.2.2数据库服务本次数据库服务包括核心应用 HIS 本地容灾复制部署实施工作,核心应用 LIS 的应用迁移工作(首选P2V 转换,转换不成功再采用数据迁移方式进行迁移);其他故障恢复演练支持等服务后续提供;3.集成实施方案3.1EMC VxRail 实施方案3.1.1地址与用户名规划3.1.1.1.IP地址信息3.1.1.2.用户登录信息3.1.2VxRail设备安装3.1.2.1.VxRail初始化准备3.1.2.1.1.环境准备1.本次安装的为1台VXRAIL APPLIANCE 120,网卡为10GB SFP+网卡2.一台带有电口网卡的PC Server,用于初始化VxRail3.1.2.1.2.网络连接(本次环境为10GB SFP+网络)3.1.2.1.3.启动VxRail1.按指定顺序启动VxRail的每个Node,间隔至少30s以上顺序为:Node4→Node3→Node2→Node13.1.2.2.VxRail初始化安装3.1.2.2.1.初始化配置1.使用IE登录VxRail默认IP:https://192.168.10.200 ,并点击“开始”(笔记本应提前配置IP,例如192.168.10.201/24)2.使点击“Accept”3.选择“I setup my switch” 与“I setup my management VLAN”点击Next4.选择“Step-by-Step”5.添写系统相关信息6.设置Hostname、网络、用户密码7.设置vMotion网络8.设置vSAN信息9.设置虚拟机网络10.设置Loginsight信息11.点击Validate验证12.点击“构建 VxRail”,进行VxRail初始化。

13.点击“开始配置”继续。

14.网页自动跳转到刚刚设置的VxRail Manager IP地址192.168.10.203,系统自动进行配置,此期间不需要干预,直至配置完成。

3.1.2.2.2.登录VxRail Manager 1.单击“管理VxRail”,登录至管理介面2.输入用户名及之前设置的密码:***************************3 登录VxRail Manger查看系统状态3.1.2.2.3.登录VCenter登录vCenter地址192.168.10.201, 输入用户名及之前设置的密码:***************************3.2DSG Sync 实施方案3.2.1在源端安装RealSync复制软件3.2.1.1.Step1:安装前的准备工作3.2.1.2. 1.创建操作系统用户如果计划使用orcle用户安装,就不需要创建操作系统用户3.2.1.3. 2.创建数据库用户创建oracle数据库用户:dsg 密码:dsg赋予以下权限(复制数据用)日常增量复制所需要的权限grant select any table to dsg;grant select any dictionary to dsg;grant connect,resource to dsg;首次同步需要的权限grant alter system to dsg;grant exp_full_database to dsg;grant execute on sys.dbms_ijob to dsg;3.2.1.4. 4.创建数据库视图用sys用户登陆oracle系统:在oracle 上:connect /as sysdba;用sys用户在源端数据库上创建以下视图:create or replace view DBPS_XKCCLE as select * from sys.x$kccle; create or replace view DBPS_XKCCLH as select * from sys.x$kcclh;create or replace view DBPS_XKCCCF as select * from sys.x$kcccf; create or replace view DBPS_XKCCCP as select * from sys.x$kcccp; create or replace view DBPS_XKCCDI as select * from sys.x$kccdi; create or replace view DBPS_XKCRMF as select * from sys.x$kcrmf; create or replace view DBPS_XKTUXE as select * from sys.x$ktuxe; create or replace view DBPS_XLE as select * from sys.x$le; create or replace view DBPS_XBH as select * from sys.x$bh;3.2.1.5.Step2: 登陆系统主机以oracle用户登陆3.2.1.6.Step3:安装RealSync软件拷贝DSG提供的realsync.tar软件到相应的安装目录,利用DSG提供的安装脚本执行setup.sh进行RealSync安装:man22:/dsg/media>./setup.sh1.Please choice setup Directory, default is Current Directory [/dsg]:输入软件安装目录:/dsg/特斯图test12.Please choice the Agent Type [ 1-Source , 2-T arget ]:输入安装Agent Type类型 1为源端,2为目标端注:这里是进行源端安装选择 13.Please input Source Dbpsd port,default port is [50000]:50000输入源端Dbpsd的端口号(默认即可)4.Please input Source Vagentd port,default port is [50001]:50001输入源端Vagentd的端口号(默认即可)5.Please input Source Monitor port,default port is [50111]:50111输入监控进程的端口号(默认即可)6.Please input Archive log interval,default is 12<hours>:输入日志归档的间隔时间(默认即可)7.Are you want to install elib and bin program[y/n]:安装bin软件和elib目录:y3.2.1.7.Step4:启动Agent和Dbpsd1.对复制源端的启动、停止、检查脚本位于下列目录下$cd /dsg/test1/scripts如果数据库是11G的需要手工设定LD_LIBRARY_PATH的路径$./start_vagentd(启动脚本)$./check(查看脚本) 下列进程全部启动表明源端启动正常[oracle@dsg_test scripts]$ ./checkoracle 19445 1 0 09:45 pts/5 00:00:00 /dsg/test1/bin/dbpsd 50000oracle 19461 1 0 09:45 pts/5 00:00:00 /dsg/ test1/bin/vagentd 50001oracle 19469 19461 44 09:45 pts/5 00:22:00 /dsg/ test1/bin/vagentd 50001oracle 19455 1 0 09:45 pts/5 00:00:00 /dsg/ test1/bin/sender -tseq 1oracle 19456 19455 0 09:45 pts/5 00:00:00 /dsg/ test1/bin/sender -tseq 1oracle 19434 1 0 09:45 ? 00:00:00 /dsg/ test1/bin/arch_vagentd_dsg/dsg/log/log.sender /dsg/log/archivelog/log.sender_archlog 43200oracle 19433 1 0 09:45 ? 00:00:00 /dsg/ test1/bin/arch_vagentd_dsg/dsg/ test1/log/log.vagentd /dsg/ test1/log/archivelog/log.vagentd_archlog 43200 3.2.2在目标端上安装RealSync复制软件3.2.2.1.Step1:安装前的准备工作3.2.2.2. 1.创建操作系统用户如果计划使用orcle用户安装,就不需要创建操作系统用户3.2.2.3. 3.创建数据库用户创建oracle数据库用户:dsg 密码:dsg赋予dba权限(复制数据用)create user dsg identified by dsg;grant dba to dsg;3.2.2.4.Step2: 登陆系统主机以dsg用户登陆3.2.2.5.Step3:安装RealSync软件拷贝DSG提供的realsync.tar软件到相应的安装目录,利用DSG提供的安装脚本执行setup.sh 进行RealSync安装:[dsg@OraTest1 media]$ ./setup.sh1、Please choice setup Directory, default is Current Directory [/dsg]:输入软件安装目录:/dsg/from102、Please choice the Agent Type [ 1-Source , 2-T arget ]:输入安装Agent Type类型 1为源端,2为目标端注:这里是进行目标端安装选择 23、Please input Target Vagentd port,default port is [50001]:50001输入目标端Vagentd的端口号4、Pease input T arget Verify port,default port is [50011]:50011输入目标端Verify Vagentd的端口号5、Please input Source Monitor port,default port is [50111]:50111输入监控进程的端口号(默认即可)6、Please Please input Archive log interval,default is 12<hours>:输入日志归档的间隔时间(默认即可)7、Please input the number of parallel loader process:<1-10>4注:并发数一般选择为CPU个数的一半8、Are you want to install elib and bin program[y/n]:安装bin软件和elib目录:y3.2.2.6.Step4:启动Agent如果数据库是11G的需要手工设定LD_LIBRARY_PATH的路径$./start_vagentd(启动脚本)$./check(检查复制进程启动状态脚本) 全部启动如下进程表明目标端进程启动正常[oracle@dsg_test scripts]$ ./checkoracle 12499 1 0 09:46 pts/2 00:00:00 /dsg/test1/bin/vagentd 50001oracle 12500 12499 10 09:46 pts/2 00:05:20 /dsg/test1/bin/vagentd 50001oracle 12519 1 0 09:46 pts/2 00:00:00 /dsg/test1/bin/loader -r -qno 0 1oracle 12521 12519 0 09:46 pts/2 00:00:00 /dsg/test1/bin/loader -r -qno 0 1oracle 12518 1 0 09:46 pts/2 00:00:00 /dsg/test1/bin/loader -s -qno 0 1oracle 12522 12518 17 09:46 pts/2 00:09:09 /dsg/test1/bin/loader -s -qno 0 1oracle 12509 1 0 09:46 pts/2 00:00:00 /dsg/test1/bin/loader -s -qno 1 1oracle 12511 12509 19 09:46 pts/2 00:09:52 /dsg/test1/bin/loader -s -qno 1 1oracle 12523 1 0 09:46 pts/2 00:00:00 /dsg/test1/bin/loader -s -qno 2 1oracle 12524 12523 22 09:46 pts/2 00:11:32 /dsg/test1/bin/loader -s -qno 2 1oracle 12512 1 0 09:46 pts/2 00:00:00 /dsg/test1/bin/loader -s -qno 3 1oracle 12516 12512 27 09:46 pts/2 00:13:55 /dsg/test1/bin/loader -s -qno 3 1oracle 12493 1 0 09:46 ? 00:00:00 /dsg/test1/bin/arch_vagentd_dsg/dsg/test1/log/log.r0 /dsg/test1/log/archivelog/log.r0_archlog 43200进程说明:vagentd进程是DSG RealSync的XF1文件接收进程,用来接收从源端sender进程发送过来的XF1文件。

相关主题