fuyongliang
作者fuyongliang·2020-06-22 10:23
存储工程师·中体彩

vmax日常管理

字数 3218阅读 2793评论 1赞 1

一、日常巡检
1、硬盘检查
symdisk -sid <sid_no> list -failed
2、系统柜、磁盘柜状态检查
symcfg -sid <sid_no> list -env_data -v -service_state notnormal
3、其他部件检查
symcfg -sid <sid_no> list -dir all
二、资源分配
1.Create PG
VMAX200K-:
symaccess -sid -name VMAX__0405_PG create -type port -dirport 1D:04,1D:05,2D:04,2D:05,3D:04,3D:05,4D:04,4D:05
symaccess -sid -name VMAX__0607_PG create -type port -dirport 1D:06,1D:07,2D:06,2D:07,3D:06,3D:07,4D:06,4D:07
symaccess -sid -name VMAX__0809_PG create -type port -dirport 1D:08,1D:09,2D:08,2D:09,3D:08,3D:09,4D:08,4D:09
symaccess -sid -name VMAX__1011_PG create -type port -dirport 1D:10,1D:11,2D:10,2D:11,3D:10,3D:11,4D:10,4D:11
symaccess -sid -name VMAX__2425_PG create -type port -dirport 1D:24,1D:25,2D:24,2D:25,3D:24,3D:25,4D:24,4D:25
symaccess -sid -name VMAX__2627_PG create -type port -dirport 1D:26,1D:27,2D:26,2D:27,3D:26,3D:27,4D:26,4D:27
symaccess -sid -name VMAX__2829_PG create -type port -dirport 1D:28,1D:29,2D:28,2D:29,3D:28,3D:29,4D:28,4D:29
symaccess -sid -name VMAX__3031_PG create -type port -dirport 1D:30,1D:31,2D:30,2D:31,3D:30,3D:31,4D:30,4D:31

2.Create Lun(32GK, 601G, 500100G, 500400G)
VMAX200K-:
symdev -sid create -gk -emulation fba -N 32
symdev -sid create -tdev -emulation fba -cap 1 -captype gb -N 60
symdev -sid create -tdev -emulation fba -cap 54616 -captype cyl -N 500
symdev -sid create -tdev -emulation fba -cap 218464 -captype cyl -N 500

3.Create Unisphere IG
VMAX200K-:
symaccess -sid -name Unisphere_IG create -type init -wwn 10000090fafce2e4
symaccess -sid -name Unisphere_IG add -type init -wwn 10000090fafce2d0

4.Create Unisphere SG

VMAX200K-0:
symsg -sid create Unisphere_SG -srp SRP_1
symsg -sid -sg Unisphere_SG addall -devs XXXX:XXXX

5.Create Masking View

VMAX200K-0:
symaccess -sid create view -name Unisphere_View -ig Unisphere_IG -pg VMAX_<sid_no>_0405_PG -sg Unisphere_SG


新主机分盘步骤
VMAX200K-
1.Create SG
Data SG
symsg -sid create DB_Data_SG -sl Diamond -wl OLTP -srp SRP_1
symsg -sid -sg DB_Data_SG addall -devs XXXX:XXXX
symsg -sid -sg DB_Data_SG allocate -persistent -nop

Arch SG
symsg -sid create DB_Arch_SG -sl Silver -srp SRP_1
symsg -sid -sg DB_Arch_SG addall -devs XXXX:XXXX
symsg -sid -sg DB_Arch_SG allocate -persistent -nop

Parent SG
symsg -sid create DB_SG -nosrp -noslo
symsg -sid -sg DB_SG add sg DB_Data_SG
symsg -sid -sg DB_SG add sg DB_Arch_SG

2.Create IG
DB1 IG
symaccess -sid -name DB1_IG create -type init -wwn xxxxxxxxxxxxxxxx
symaccess -sid -name DB1_IG add -type init -wwn xxxxxxxxxxxxxxxx

DB2 IG
symaccess -sid -name DB2_IG create -type init -wwn xxxxxxxxxxxxxxxx
symaccess -sid -name DB2_IG add -type init -wwn xxxxxxxxxxxxxxxx

Parent IG
symaccess -sid -name DB_IG create -type init -ig DB1_IG
symaccess -sid -name DB_IG add -type init -ig DB2_IG

3.Create View
symaccess -sid create view -name DB_View -ig DB_IG -pg VMAX_<sid_no>_0405_PG -sg DB_SG


老主机扩盘步骤(Data SG的SLO为Diamond,提供闪盘的性能;Arch SG的SLO为Sliver,提供10K SAS盘的性能)
symsg -sid -sg DB_Data_SG addall -devs XXXX:XXXX
symsg -sid -sg DB_Data_SG allocate -persistent -nop

symsg -sid -sg DB_Arch_SG addall -devs XXXX:XXXX
symsg -sid -sg DB_Arch_SG allocate -persistent -nop

如果觉得我的文章对您有用,请点赞。您的支持将鼓励我继续创作!

1

添加新评论1 条评论

atjjunatjjun系统运维工程师ATI
2022-09-02 11:02
学习了,谢谢
Ctrl+Enter 发表

相关文章

相关问题

X社区推广