Thank you very much for the reply.
I still have query about portset. In my case what difference it makes with or without portset when I am already restricting lun access by doing zones with 2 LIFs in each Fabric. It make sense when I have multiple nodes but in my case I just have HA pair.
As mentioned below in both case with or without portset, host can see Four paths only. Please correct me if I am wrong.
How it makes difference in my case by using portset ?
Without Portset ( only Zoning Done )
--------------------------------------------------------
Fabric A Zone : Host HBA1_Node1-LIF1_Node2-LIF3
Fabric B Zone: Host HBA2_Node1_LIF2_Node2-LIF4
Igroup1 - (Luns map to IG1)
Igroup2 - (Luns map to IG2)
Without portset, Host can now see four paths after the rescan is complete:
node1_lif1 via HBA port 1
node2_lif3 via HBA port 1
node1_lif2 via HBA port 2
node2_lif4 via HBA port 2
With portset ( Zoning Done )
------------------------------------------
Fabric A Zone : Host HBA1_Node1-LIF1_Node2-LIF3
Fabric B Zone: Host HBA2_Node1_LIF2_Node2-LIF4
Portset1 : node1_lif1 & node2_iif3
Portset2 : node1_lif2 & node2_iif4
Igroup1 (portset1 bound) - Luns map to IG
Igroup2 (portset2 bound) - Luns map to IG
•Host can now see four paths after the rescan is complete:
node1_lif1 via HBA port 1
node2_lif3 via HBA port 1
node1_lif2 via HBA port 2
node2_lif4 via HBA port 2
Thank you !