Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
Arz has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
each will have it's own. the physical target ports will have wwpns that start with 50: the lifs will start with 20:
8 REPLIES 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you'll want to zone to the WWPN that is generated with the LIF.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear SpindleNinja,
every LIF interface has own wwpn? or single wwpn?
Arz has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
each will have it's own. the physical target ports will have wwpns that start with 50: the lifs will start with 20:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One per active FC port - per SVM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you 😍
