DELL EMC powermax 系统存储常用命令

powermax 常用命令

查看存储阵列信息

symcfg list

查看存储池使用容量情况

symcfg -sid xxx list -srp -detail -tb

                                                 C A P A C I T Y
                                 Flg     Usable  Allocated       Free Subscribed
Name                             DR        (TB)       (TB)       (TB)       (TB)

SRP_1                            FX      x2x.74      x0.96      x4.78     xxx.88
                                    
Total                                    x2x.74      x0.96      x4.78     xxx.88

查看所有SG组的卷数量和容量使用情况

symsg -sid xxx list -detail

         S T O R A G E  G R O U P S          


Symmetrix ID:        000xxxxxxx

                        Flags  Number  Number Child                                                            Subscribed  Allocated Unreducible
Storage Group Name     EFM SLC Devices GKs    SGs   Service Level Name       Workload SRP Name                        GBs        GBs         GBs
--------------------------------------------------- ------------------------ -------- ------------------------ ---------- ---------- -----------
xxxx_xxxx        FXX ..X      11      8     0 <none>                   <none>   SRP_1                         700.0      616.8        61.6

检查Symmetrix阵列中的坏盘

symdisk list -failed -sid xxx 

symdisk list -spare_info -v -sid xxx 

查看端口状态

symcfg list -dir ALL -sid xxx

显示硬件状态信息

symcfg list -env_data -sid xxx

查看内存状态

#所有siD的
symcfg list -memory 
#指定sid存储的
symcfg list -memory -sid  xxx

查看mv映射列表

symaccess list view -sid xxx 

查看映射详细信息IG、PG、SG等信息

symaccess show view ViewName -sid xxx

查看存储告警信息

symevent list -start `date -d 'last-week' +'%m/%d/%Y:00:00'` -warn -sid xxx

symevent list -start `date -d 'last-week' +'%m/%d/%Y:00:00'` -error -sid xxx

symevent list -start `date -d 'last-week' +'%m/%d/%Y:00:00'` -fatal -sid xxx 

查看witness 信息

symcfg -sid xxx list -witness

查看快照列表

symsnapvx -sid xxx list

查看srdf组中磁盘

symrdf -sid xxx -rdfg 10 query 
symrdf -sid xxx list -rdfg 10 -i 30  #30s刷新一次

列出srdf的port和每个端口的磁盘

symcfg -sid xxx list -ra all    

新创建的srdf组中添加metro盘

symrdf -sid xxx  -file top20230710.txt  -rdfg 18  createpair  -rdf_metro -type R1  -establish 

txt文件里面写好磁盘号,两个存储两端都创建好磁盘,比如:
0021A 0021A
0021B 0021B
0021C 0021C

在有盘的srdf组中添加新的metro盘

symrdf -sid xxx -file test0710.txt -rdfg 18 createpair -rdf_metro -type R1 -exempt

将metro盘establish起来

symrdf -sid xxx -f top20230710.txt -rdfg 18 establish -nop

在srdf组中点击磁盘列表查看是不是activeactive状态

symrdf -sid xxx list

查看metro组信息

symcfg -sid xxx -rdfg all -metro list

查看srdf磁盘列表信息

symrdf -sid xxx list

查看硬盘列表

symdev -sid xxx list -tb

批量创建硬盘

symconfigure -sid xxx -cmd "create dev count=8, size= 2236963 cyl, emulation=fba,config=tdev;" commit -nop

查看硬盘详细信息

symdev show 0026F -sid xxx

查看所有磁盘wwn号

symdev -sid xxx list -wwn

将硬盘设置为ready状态

symdev -sid xxx ready 0026B

查看metro组信息

symcfg -sid xxx -rdfg all -metro list

设备进入activeactive模式后,查看两边的wwn是否一致

symdev list -sid xxx -wwn -devs 0026B:0026D

创建新的sg组

symaccess -sid xxx create -name sgname -type storage

查看sg组

symaccess -sid xxx show sgname -type storage

删除sg组

symaccess -sid xxx delete -name sgname -type storage

将硬盘加入sg组

symaccess -sid xxx -name sgname -type storage add devs 001D0:001DA

查看sg组详细信息

symsg -sid xxx show sgname

创建PG组

symaccess -sid xxx -name pgname -type port create

直接创建pg组加入端口

symaccess -sid xxx create -name pgname -type port -dirport 7e:0,10e:0

将端口加入pg组

symaccess -sid xxx -name pgname -type port add -dirport 2d:10,3d:10

创建IG组

symaccess -sid xxx -name igname -type initiator create

将wwn加入ig组

symaccess -sid xxx -name igname -type initiator add -wwn 51402xcxxxxxxxxx

创建mv映射

symaccess -sid xxx create view -name mvname -ig igname -pg pgname -sg sgname

删除mv映射

symaccess -sid xxx delete view -name mv_name -nop


关注小张的知识杂货铺,让我们一起学习一起进步

posted @ 2024-09-18 14:49  小张1995  阅读(10)  评论(0编辑  收藏  举报