DellEMC VPLEX Metro 初始化文档

一、分别初始化两台VPLEX引擎

在选择模式时,选择Metro模式,并分别选择角色为first和second

二、配置同步时间

输入以下命令使两个Cluster上时间同步

VPlexcli:/>configuration sync-time -f -i 128.221.252.33

注:400说文档的命令不对,应为:configuration ntp-sync-system

三.验证集群联通性

输入命令,验证连通性

VPlexcli:/> connectivity validate-wan- com

connectivity: FULL

fc-port-group-2-0 – OK – All expected connectivity is present.

fc-port-group-2-1 – OK – All expected connectivity is present.

四、加入集群

在Cluster2上输入命令,加入集群

VPlexcli:/> configuration join-clusters

Please enter the IP address of the remote management server you want to verify that the directors are properly connected to:192.168.200.11        //输入远程管理IP

Verifying the connectivity of all the directors…

Verifying that all the pre-conditions for director connectivity are satisfied…

All the directors are properly connected to each other…

Verifying island ID

Running the Join Cluster task

Verifying island ID

Added cluster ‘cluster-1’ to system (cluster-2).

Join Cluster task completed.

The clusters are now joined and ready for use.         //完成

 

五、创建日志卷

VPLEX使用日志记录来跟踪在一个分布式设备中镜像丢失或丢失的情况下发生的变化。您必须在每个集群上创建日志卷。每个日志卷必须足够大,足以包含分布式存储空间的每一页(大约为每160 TB的分布式设备的日志卷空间大约为10 GB)。该卷必须是没有数据的空卷

将给每个cluster分配给两个10GB的日志卷,VPLEX01_LogLUN_00、VPLEX01_LogLUN_01。

 

1.   从存储上准备LUN

2.  连接后端存储,在存储上注册VPLEX,并准备元卷和备份卷,分别为

3.  VPLEX01_LogLUN_00、VPLEX01_LogLUN_01、

4.  VPLEX02_LogLUN_00、VPLEX02_LogLUN_01、

5.  将LogLUN映射给vplex01。

6.  PS:大约每160T的数据需要10G的日志卷

 

2.配置Cluster2

1)声明卷

找到足够大小的未使用的存储卷。标记为未声明或声明的存储卷是可以接受的

VPlexcli:/> cd /clusters/cluster-2/storage-elements/storage-volumes/                                                             

VPlexcli:/clusters/cluster-2/storage-elements/storage-volumes> ll                                                                

Name                                      VPD83 ID                                  Capacity  Use        Vendor  IO      Type    

    Thin     Provision  Thin—————————————-  —————————————-  ——–  ———  ——  Status  ———

—  Rebuild  Type       Capable—————————————-  —————————————-  ——–  ———  ——  ——  ———

—  ——-  ———  ——-CLARiiON0035_VPLEX_loglun01               VPD83T3:60060160405041005eb57cee33e9e711  10G       used       DGC     alive   normal  

    false    legacy     falseCLARiiON0040_VPLEX_loglun01               VPD83T3:6006016038a0300001b9cdb932e9e711  10G       used       DGC     alive   normal  

    false    legacy     falseVPD83T3:60060160023041001406ad522fe7e711  VPD83T3:60060160023041001406ad522fe7e711  100G      meta-data  DGC     alive   tradition

al  false    legacy     falseVPD83T3:6006016002304100f3754c742fe7e711  VPD83T3:6006016002304100f3754c742fe7e711  100G      meta-data  DGC     alive   tradition

al  false    legacy     falseVPD83T3:6006016038a03000b846806330e7e711  VPD83T3:6006016038a03000b846806330e7e711  100G      meta-data  DGC     alive   tradition

al  false    legacy     falseVPD83T3:6006016038a03000e2a7f68430e7e711  VPD83T3:6006016038a03000e2a7f68430e7e711  100G      meta-data  DGC     alive   tradition

al  false    legacy     false

 

在集群2上输入以下命令,以声明用于日志记录的存储卷

storage-volume claim -n storage_volume_name storage_volume_ID

storage_volume_name: CLARiiON0040_VPLEX_loglun01

storage_volume_ID: VPD83T3:6006016038a0300001b9cdb932e9e711

 

声明日志卷

VPlexcli:/> extent create CLARiiON0040_VPLEX_loglun01,CLARiiON0035_VPLEX_loglun01

2)创建日志卷

Vplexcli模式下输入命令

VPlexcli:/>ll /clusters/cluster-2/storage-elements/extents         //使用ll名查看已经映射到的卷                                                          

Name                                  StorageVolume                Capacity  Use

————————————  —————————  ——–  ——-

extent_CLARiiON0035_VPLEX_loglun01_1  CLARiiON0035_VPLEX_loglun00  10G       claimed

extent_CLARiiON0040_VPLEX_loglun01_1  CLARiiON0040_VPLEX_loglun00  10G       claimed

 

VPlexcli:/clusters/cluster-1/storage-elements/extents> cd /clusters/cluster-2/system-volumes/   //到该目录下

VPlexcli:/clusters/cluster-1/system-volumes> ll              //查看已创建的卷                                                                   

Name                             Volume Type  Operational  Health  Active  Ready  Geometry  Component  Block     Block  Capacity 

Slots——————————-  ———–  Status       State   ——  —–  ——–  Count      Count     Size   ——– 

————————————  ———–  ———–  ——  ——  —–  ——–  ———  ——–  —–  ——– 

—–c1_mate                          meta-volume  ok           ok      true    true   raid-1    2          26214144  4K     100G     

64000c1_mate_backup_2017Dec23_233007  meta-volume  ok           ok      false   true   raid-1    1          26214144  4K     100G     

64000c1_mate_backup_2017Dec24_233006  meta-volume  ok           ok      false   true   raid-1    1          26214144  4K     100G     

64000

 

Plexcli:/clusters/cluster-1/system-volumes> logging-volume create -d 32 cluster_2_log raid-0 extent_CLARiiON0035_VPLEX_loglun00_1 ,extent_CLARiiON0040_VPLEX_loglun00_1       //创建日志卷,输入名称为之前命令查看的名称                                                                                   

Logging-volume ‘cluster_1_log_vol’ is created at /clusters/cluster-1/system-volumes.

VPlexcli:/clusters/cluster-1/system-volumes> ll                                                                                 

Name                             Volume Type     Operational  Health  Active  Ready  Geometry  Component  Block     Block  Capacit

y  Slots——————————-  ————–  Status       State   ——  —–  ——–  Count      Count     Size   ——-

–  ————————————  ————–  ———–  ——  ——  —–  ——–  ———  ——–  —–  ——-

–  —–c2_mate                          meta-volume     ok           ok      true    true   raid-1    2          26214144  4K     100G  

   64000c2_mate_backup_2017Dec23_233005  meta-volume     ok           ok      false   true   raid-1    1          26214144  4K     100G  

   64000c2_mate_backup_2017Dec24_233006  meta-volume     ok           ok      false   true   raid-1    1          26214144  4K     100G  

   64000cluster_2_log_vol                logging-volume  ok           ok      –       –      raid-0    2          5242880   4K     20G   

   –

 

3.配置Cluster1

与Cluster2配置步骤相同,配置Cluster1

 

六、执行健康检查

在两个Cluster上执行健康检查命令

VPlexcli:/> health-check

资源下载: