开始新对话

此帖子已超过 5 年

Solved!

Go to Solution

2609

2015年2月24日 22:00

how to mapping the EMC VMAX devices to Linux host with Symantec DMP installed?

i have 

1) EMC VMAX 20K SE storage,

2) Linux host server with the Symantec DMP software installed

3) the storage device is already created

4) the initiator  group and Storage group, Storage View  are created

so, which parameter should be modify for the initiator group ,then the Linux host with DMP can recognize the storage device from the EMC VMAX 20k SE.

thanks!

1.2K 消息

2015年2月26日 18:00

主机端如果装了Solutions Enabler,可以用以下命令检查一下:

symaccess list hba

列出 HBA 的WWN以及分配给该HBA的LUN,先看下HBA能否被存储识别到

symaccess -sid XX list -type initiator

列出已创建的Initiator Groups

symaccess -sid XX list -type initiator -wwn xxxx

检查 HBA WWN xxxx  Initiator Group创建时是否使用了正确的WWN

然后就是确保SCSI Flag在IG level正确配置(默认情况下 VMAX FA 这些Flag已经配好.),以及mask view中使用了正确的Initiator group, storage group,以及port group。

如果问题还是没有办法解决,建议联系售后工程师拨入检查。

1.2K 消息

2015年2月24日 22:00

DMP与主机识别VMAX lun没有关系,所以无需特别修改参数,正常操作步骤即可:

创建新的 Storage Group :
symaccess -sid xxx create -name sample_SG -type storage devs :

验证该Storage Group已被创建:
symaccess -sid xxx show sample_SG -type storage

创建新的Port Group:
symaccess -sid xxx create -name sample_PG -type port -dirport 7e:0,10e:0

验证该 Port Group 已创建 :
symaccess -sid xxx show sample_PG -type port

创建新的 Initiator Group :
symaccess -sid xxx create -name sample_IG -type initiator -wwn -consistent_lun
symaccess -sid xxx add -name sample_IG -type initiator -wwn

验证该 Initiator Group 已创建:
symaccess -sid xxx show sample_IG -type initiator

验证 consistent lun 是否enabled :
symaccess -sid xxx show sample_IG -type initiator -detail

创建包含该 Storage Group, Port Group, 和Initiator Groupmapmask:
symaccess -sid xxx create view -name sample_view -sg sample_SG -pg sampl e_PG -ig sample_IG

验证该masking view已成功 :
symaccess -sid xxx show view sample_view

7 消息

2015年2月25日 20:00

Hi :

  由于赛门SF软件对存储对接DMP软件,有一定的设置建议 可以参考如下

1.all LUNs are set for SCSI-3 PGR

1.EMC.png

2.Initiator port flag也需要设置

2.EMC.png

烦请看下,在SMC(storage Management Console上 应该如何设置,谢谢

7 消息

2015年2月25日 21:00

Hi :

  由于赛门SF软件对存储对接DMP软件,有一定的设置建议 可以参考如下

1.all LUNs are set for SCSI-3 PGR

1.EMC.png

2.Initiator port flag也需要设置

2.EMC.png

烦请看下,在SMC(storage Management Console上 应该如何设置,谢谢

7 消息

2015年2月25日 22:00

是的 请指导下 该如何在SMC下对相应属性进行设置 谢谢

SMC版本 V7.3.3.3

1.2K 消息

2015年2月25日 22:00

这些比特位的设置是为了使LUN能够正确地工作于DMP软件,但和主机能否识别LUN没有关系。这些比特位的设置可以通过SE命令或SMC(现在已经升级为Unisphere for VMAX)。

你的问题是已知有哪些比特位需要设置,但不知道如何在SMC下操作对吗?

你的SMC版本是多少?

1.2K 消息

2015年2月25日 22:00

可通过更改initiator level或port level属性来实现,你可以在support.emc.com搜索Symmetrix Management Console Online Help,这里把部分说明截取给你:

To modify an initiator group:

  1. Right-click an initiator group name and select Device Masking and Mapping, Initiator Groups Maintenance, Modify Initiator Group to open the Initiator Group Management - Modify dialog box.
  2. Add or remove required initiators/groups from the group.
  3. Optional: Type the name of a new initiator and click Add to add it to the initiator group.
  4. Optional: Select Consistent LUNs to specify that LUN values for the initiator group must be kept consistent for all devices within each masking view of which this initiator group is part.
  5. Optional: Click Set HBA Flags to open the Set HBA Flags dialog box, from which you can individually override the port attributes.
  6. Click OK.

7 消息

2015年2月26日 02:00

连接这台Linux主机到VMAX存储后,我在VMAX存储上创建该主机Initiator Group时无法看到该主机的两个端口WWN。但是在对应的VMAX存储端口视图下却能看到该Linux主机的端口WWN,请问这种情况是设置的问题吗?应该怎么解决?谢谢。

7 消息

2015年2月27日 23:00

不好意思 还是没看明白,具体有什么影响?谢谢

1.2K 消息

2015年2月27日 23:00

这个值最好是按照文档要求来设置。以下内容供参考:

  • Disable      Queue Reset on Unit Attention (D) Disable_Q_Reset_on_UA

When enabled, a Unit Attention (UA) that is propagated from another director does not flush the queue for this device on this director. Used for hosts that do not expect the queue to be flushed on a 0629 sense (only on a Hard Reset).



7 消息

2015年2月27日 23:00

hi Jiawen:

    关于官方建议的VMAX存储对接Linux主机,如下FA port的Disable Queue Reset on Unit Attention属性需要选择,请问不设置有什么影响?谢谢!

    3.EMC.png

1.2K 消息

2015年2月28日 00:00

它的意思是控制在有Unit Attention error事件发生时,device的queue是否flush。如果disable了,则只在硬件重启时queue才会flush。

不设置的话,会有哪些可能事件发生目前没有看到明确的说法,但一般建议按照推荐设置。


这个问题我再follow一下,有更新再回复你。问一下不能按照要求设置的原因是什么?

找不到事件!

Top