多台计算机是否可以使用相同的启动器IQN同时连接到同一目标?
谢谢。
答案 0 :(得分:2)
这不是一个好主意。来自RFC 3720(http://www.ietf.org/rfc/rfc3720.txt):
a) iSCSI names are globally unique. No two initiators or targets can have the same name.
您可能会发现重复的IQN可能适用于给定目标。但即便如此,您必须确保iSCSI会话ID不能重叠,否则目标可能会变得非常混乱。 IQN,iSCSI会话ID和目标的组合构成目标将用于跟踪事物的I_T连接。再次,来自RFC 3720:
c) I_T nexus - a relationship between a SCSI Initiator Port and a SCSI Target Port, according to [SAM2]. For iSCSI, this relationship is a session, defined as a relationship between an iSCSI Initiator's end of the session (SCSI Initiator Port) and the iSCSI Target's Portal Group. The I_T nexus can be identified by the conjunction of the SCSI port names or by the iSCSI session identifier SSID. iSCSI defines the I_T nexus identifier to be the tuple (iSCSI Initiator Name + 'i' + ISID, iSCSI Target Name + 't' + Portal Group Tag).
此nexus对象必须是唯一的。
答案 1 :(得分:0)
可能 - 是的。好主意 - 不。为了使其正常工作,您需要一个集群文件系统;否则你最终会得到损坏的数据。