ImageVerifierCode 换一换
格式:DOCX , 页数:12 ,大小:715.98KB ,
资源ID:8382315      下载积分:3 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bdocx.com/down/8382315.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(EMCVPLEX安装实施方案.docx)为本站会员(b****6)主动上传,冰豆网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰豆网(发送邮件至service@bdocx.com或直接QQ联系客服),我们立即给予删除!

EMCVPLEX安装实施方案.docx

1、EMCVPLEX安装实施方案VPLEX-Local的硬件配置信息此次安装的VPLEX-Local有单台台VPLEX组成,VPLEX的硬件配置如下:1)1个Engine2)2个Director,每个Engine由两个Director组成3)8个8Gb前端FC端口,每个Director包含一块前端FC卡,共4个8Gb的前端FC端口,由于交换机端口限制,本次使用4个前端FC端口(每个Directo上两个)。4)8个8Gb后端FC端口,每个Director包含一块后端FC卡,共4个8Gb的后端FC端口。本次使用4个前端FC端口(每个Directo上两个)5)4个可用的8Gb的VPLEX-Local级联

2、FC端口,每个Director包含一块VPLEX-Local级联FC卡,共4个8Gb的级联FC端口,但是只有两个可用VPLEX-Local的硬件介绍单台VPLEX的硬件布局VPLEX的Engine的硬件布局VPLEX-Local的级联端口连接VPLEX-Local拓扑结构VPLEX-Local的Fabric拓扑图VPLEX-LOCAL后端存储系统的配置Meta Volume的配置请注意每台VNX必须使用两个RG,每个RG各提供两个80G LUN。Mirror和backup的meta volume LUN需分开RG存放。不推荐mirror 和 backup 放在同一个RG里。ClusterMet

3、a VolumeStorageRAID GroupLUN IDRAIDSizeVPLEX_01Meta_Mirror_1VNX5400RG1800RAID1080GBMeta_Bcakup_1VNX5400RG1801RAID1080GBMeta_Mirror_2VNX5400RG0800RAID1080GBMeta_Backup_2VNX5400RG0801RAID1080GBLogging Volume的配置ClusterLog VolumeStorageRAID GroupLUN IDRAIDSizeVPLEX_01Loggin_Mirror_1VNX5400802RAID1010GBM

4、irror 2VNX5400802RAID1010GBVPLEX-Local安装配置流程VPLEX-Local安装配置详细步骤在VPLEX-Local的安装配置过程中,有些命令在Manager Server上运行,有些命令在VPLEX上运行,以下标志代表命令的运行场所:【MS_CLUSTER_1】: VPLEX_01的Manager Server的shell环境下运行【VPLEXCLI_CLUSTER_1】: VPLEX_01的VPlex的CLI环境下运行,在Manager Server的shell环境下,运行“vplexcli”命令进入该环境【MS_CLUSTER_2】: VPLEX_02的

5、Manager Server的shell环境下运行【VPLEXCLI_CLUSTER_2】: VPLEX_02的VPlex的CLI环境下运行,在Manager Server的shell环境下,运行“vplexcli”命令进入该环境CLUSTER_1的安装配置CLUSTER_1的初始化配置1.将配置用的笔记本电脑的网卡设置为通过DHCP获取IP2.配置用的笔记本电脑通过网线连接到VPLEX_01的Manager Server的eth1网口3.通过putty.exe或SecureCRT软件登陆到VPLEX_01的Manager Server上,Host IP:128.221.252.2,Conne

6、ct type:SSH,用户名:service,密码:MiDim7T 4.设置Manager Server的主机名【MS_CLUSTER_1】# sudo /opt/emc/VPlex/tools/ipconfig/changehostname.py -n VPLEX-015.重新登陆Manager Server,查看提示符或/etc/HOSTNAME文件内容,确认主机名更改成功【MS_CLUSTER_1】# cat /etc/HOSTNAME6.运行vplexcli命令登陆到VPLEX_01,用户名为service,密码为MiDim7T【MS_CLUSTER_1】# vplexcli7.配置

7、Manager Server的管理公用IP地址【VPLEXCLI_CLUSTER_1】# management-server set-ip -i VPLEX_01_IP:VPLEX_NETMASK -g VPLEX_GATEWAY eth3【VPLEXCLI_CLUSTER_1】# ll /management-server/ports/eth38.运行exit命令,退出VPLEX_01到Manager Server,检查公用管理网络的连通性【VPLEXCLI_CLUSTER_1】# exit【MS_CLUSTER_1】# ping VPLEX_GATEWAY9.配置NTP时钟服务器,同步时间

8、【MS_CLUSTER_1】# vi /etc/ntp.conf ; 设置外部server为NTP_IP【MS_CLUSTER_1】# sudo /etc/init.d/ntp restart【MS_CLUSTER_1】# date10.运行exit命令,退出VPLEX_01的Manager Server【MS_CLUSTER_1】# exit启动CLUSTER_1的Director,检查和确认版本信息11.通过putty.exe或SecureCRT软件登陆到VPLEX_01的Manager Server上,用户名为service,密码为MiDim7T12.运行vplexcli命令登陆到VPL

9、EX_01,用户名为service,密码为MiDim7T【MS_CLUSTER_1】# vplexcli13.启动VPLEX的Director,确认显示的director数量正确(2个director)【VPLEXCLI_CLUSTER_1】# configuration connect-local-directors【VPLEXCLI_CLUSTER_1】# ll /engines/*/directors14.检查VPLEX及每个Director的版本,确认符合版本控制要求【VPLEXCLI_CLUSTER_1】# version【VPLEXCLI_CLUSTER_1】# exit检查硬件运

10、行状态15.检查VPLEX及每个Director的版本,确认符合版本控制要求【MS_CLUSTER_1】VPlexPlatformHealthCheck确认检查结果符合下表:运行EZ-Setup配置向导16.运行EZ-Setup配置向导,完成以下方面的配置:【MS_CLUSTER_1】# vplexcli【VPLEXCLI_CLUSTER_1】# configuration system-setup提示选择What would you like to configure? 1. Configure a VPLEX Local (single cluster). 2. Configure a V

11、PLEX Metro (synchronous, 2 clusters). 3. Configure a VPLEX Geo (asynchronous, 2 clusters).Select your configuration choice. (1-3)2What would you like to configure? 1. Configure the first or only cluster. 2. Configure the second cluster of a VPLEX Metro implementation.Select your configuration choice

12、. (1,2)1Are you sure you want to configure the first or only cluster? (yes/no):yesWould you like to configure the login banner? (yes/no):noWould you like to configure an authentication service provider to authenticate VPLEX users? (yes/no) no:noWould you like to configure this cluster to send event

13、notifications to EMC? (yes/no) yes:noWould you like to configure this cluster to send system reports to EMC? (yes/no) yes:noWould you like to configure the cluster to run the SNMP Agent Service? (yes/no) no:noHow many years should the CA certificate remain valid before expiring? EMC recommends 5 yea

14、rs (maximum is 5 years). 5:5How many years should the host certificate remain valid before expiring? EMC recommends 2 years (maximum is 2 years). 2:2Would you like to run the setup process now? (yes/no):yesPlease create a passphrase (at least 8 characters) for the Certificate Authority Key. Make a n

15、ote of this passphrase as you will need it to configure a second cluster of a VPLEX Metro or Geo. Certificate Authority passphrase:guizhou_sfdxRe-enter the passphrase for the Certificate Authority Key:guizhou_sfdxPlease create a passphrase (at least 8 characters) for the Local Host Certificate Key.

16、Make a note of this passphrase as you will need it later. Host Certificate passphrase:guizhou_sfdxRe-enter the passphrase for the Certificate Key:guizhou_sfdx配置CLUSTER_1与后端存储系统之间的ZONE17.获取VPLEX_01端口的WWN【VPLEXCLI_CLUSTER_1】# ll /engines/*/ports18.登陆到SAN Switch,运行“switchshow”命令,检查VPLEX_01后端端口在SAN Swit

17、ch上的连接是否符合规划,否则根据规划进行调整19.登陆到SAN Switch,创建与Metadata Volume和Logging Volume相关的VPLEX_01后端端口与后端存储系统前端端口之间的zoneVPLEX注册到后端存储系统及磁盘分配VPLEX_01的后端端口注册到VNXVPLEX_01的后端端口在VNX上的注册配置建议如下:Host name: VPLEX_01Host IP: VPLEX_01_IPInitiator type: CLARiiON Open Failover Mode: 4VNX上创建Storage GroupStorage Group: SG_ VPLEX

18、_01Host: VPLEX_01_1LUN: 2个78GB的Metadata Volume(800、801)和一个10GB的Logging Volume(802),以及其他数据LUN识别后端存储系统的Metadata Volume和Logging Volume20.识别后端存储系统和相应的磁盘设备【VPLEXCLI_CLUSTER_1】# configuration continue-system-setup创建Metadata Volume21.获取适合创建Metadata Volume的磁盘设备,比较VPLEX的VPD名字与VNX LUN的VPD名字,确认VNX5400的LUN 800的

19、VPD名字和VNX5400的LUN 800的VPD名字【VPLEXCLI_CLUSTER_1】# configuration show-meta-volume-candidates22.创建Metadata Volume【VPLEXCLI_CLUSTER_1】# meta-volume create -n VPLEX_01_META -d ,23.查看Metadata Volume的状态,确认active属性列显示为true【VPLEXCLI_CLUSTER_1】# ll /clusters/cluster-1/system-volumes/ VPLEX_01_META24.查看cluster

20、的状态,确认cluster status和operational-status显示为ok【VPLEXCLI_CLUSTER_1】# cluster status设置Metadata Volume的备份时间25.获取适合创建Metadata Volume Backup的磁盘设备,比较VPLEX的VPD名字与VNX LUN的VPD名字,确认VNX5400的LUN 801的VPD名字和VNX5400的LUN 801的VPD名字【VPLEXCLI_CLUSTER_1】# ll /clusters/cluster-1/storage-elements/storage-volumes26.选择Metada

21、ta Volume的备份设备为:VNX5400的LUN 801的VPD名字,。设置Metadata Volume的备份时间(本地时间23:40,UTC时间应该是15:40),启动初始化备份,Metadata Volume的备份时间大约为10分钟。【VPLEXCLI_CLUSTER_1】# configuration metadata-backup【VPLEXCLI_CLUSTER_1】# ll /clusters/cluster-1/storage-elements/storage-volumes设置产品注册信息27.设置产品注册信息,通过邮件发送给EMC【VPLEXCLI_CLUSTER_1

22、】# configuration register-product提示输入Company Site ID Number (Optional)Company NameContact First NameContact Last NameContact Email AddressContact Phone NumberCompany Street AddressCompany CityCompany State or ProvinceCompany Zip or Postal CodeCompany CountryChinaWhich method will be used to send Eve

23、nt Notifications? Enter the number associated with your selection. 1: ESRS 2: Email 3: None (Event Notifications are not configured) Event Notifications using :3Which method will be used for Remote Support? Enter the number associated with your selection. 1: ESRS 2: WebEx Remote Support using :2Woul

24、d you like to continue with these values? (Y/N):YTo complete the registration process, this information must be sent to EMC. The product registration information can be sent to EMC for you using an SMTP server of your choice. Would you like to send this now? (Y/N):N完成CLUSTER_1的EZ-Setup安装配置28.通过putty.exe或SecureCRT软件登陆到VPLEX_01的Manager Server上,用户名为service,密码为MiDim7T29.运行vplexcli命令登陆到VPLEX_01,用户名为service,密码为MiDim7T【MS_CLUSTER_1】# vplexcli【VPLEXCLI_CLUSTER_1】# configuration complete-system-setup

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1