The NetApp Community is moving to a new platform and is in Read-Only mode. Click to learn more.
Stay connected during the transition - Join our Discord community today.

AFF

LIF FOR SAN (ONTAPP)

Arz
7,208 Views

Dear All,

 

please help me for create Lif for SAN. 

we have connected 2FC port each node. I created SVM and enabled FC Protocol.

I did not created Lif for FC. kindly advise below cmd is fine or not (What is recommendation for LIF )

which wwwn i will use for zone?

network interface create -vserver svm01 -lif lif01 -role data -data-protocol fcp -home-node node01 -home-port 2a
network interface create -vserver svm01 -lif lif02 -role data -data-protocol fcp -home-node node01 -home-port 2b
network interface create -vserver svm01 -lif lif03 -role data -data-protocol fcp -home-node node02 -home-port 2a
network interface create -vserver svm01 -lif lif02 -role data -data-protocol fcp -home-node node02 -home-port 2b

1 ACCEPTED SOLUTION

SpindleNinja
7,182 Views

each will have it's own.   the physical target ports will have wwpns that start with 50:   the lifs will start with 20:  

 

SpindleNinja_0-1643820731322.png

 

View solution in original post

8 REPLIES 8

SpindleNinja
7,203 Views

you'll want to zone to the WWPN that is generated with the LIF.  

Arz
7,192 Views

Dear SpindleNinja,

every LIF interface  has own wwpn? or single wwpn?

 

SpindleNinja
7,183 Views

each will have it's own.   the physical target ports will have wwpns that start with 50:   the lifs will start with 20:  

 

SpindleNinja_0-1643820731322.png

 

Arz
7,170 Views

Thank You, is Below cmd correct for lif configuration

network interface create -vserver svm01 -lif lif01 -role data -data-protocol fcp -home-node node01 -home-port 2a
network interface create -vserver svm01 -lif lif02 -role data -data-protocol fcp -home-node node01 -home-port 2b
network interface create -vserver svm01 -lif lif03 -role data -data-protocol fcp -home-node node02 -home-port 2a
network interface create -vserver svm01 -lif lif02 -role data -data-protocol fcp -home-node node02 -home-port 2b

SpindleNinja
7,169 Views

That looks right.   I think you can also do it from the GUI?  

 

if you haven't seen it. this set of docs might be helpful for you. https://docs.netapp.com/us-en/ontap/san-admin/index.html 

Arz
7,160 Views

Thanks I didnt find the option on GUI.

ONE more question....

do we need to create one LIF for  One fc physcial port?

do we need to create one LIF for  multiple  physcial fc port (group physical port)?

 

SpindleNinja
7,158 Views

One per active FC port - per SVM. 

Arz
7,146 Views

Thank you 😍

Public