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
Using IP address instead of Logical Interface for NFS mount?
2020-09-17
10:38 AM
5,421 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In stead of using LIF, for instance, "vserver-lif1", if I use an IP address "10.172.19.8", will it gets failed to the other node in case of something wrong with the connection?
Please advise.
Solved! See The Solution
1 ACCEPTED SOLUTION
ttran has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When the lif do fail to another port in Ontap, the new port will host the lif with its IP. The same lif name and same IP will be online living on the new network port. From the client perspective, it will be treated as a network drop.
7 REPLIES 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As long as other nodes in the cluster have working ports in the same broadcast domain then it should fail over
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @heightsnj
If you are referring to an SSH or HTTP access to the storage, then either ways should work if you have your DNS set up correctly.
Not sure if i understood what you meant by ...failed to the other node...
However,
Please if this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO or both!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check if you have enabled the LIF to failover in case of connection/hardware failure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for all your inputs!
On the cluster level, when I do "net int show..." on lif_name, failover-group, and failover-policy all seem fine, and target ports were defined fine as well
My question is on the client side. instead of using lif_name, if we use IP address on the Linux server, not lif_name, would that cause issues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The lif name is just a dns entry for the ip address. Using Ip address will always reach the Netapp.
From the NetApp side, The lif with the ip address will failover to a working port during Takeover or Giveback.
Note that some specific configuration will need SPN name. e.g. Kerberos NFS will fail using ip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I use the lif_name on Linux, connection can be failed to the other ports if a problems occur, since the lif_name is a common DNS name.
But, what I don't understand is how NetApp can fail the connection over to the other ports, if the IP is used on Linux, not lif_name?
ttran has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When the lif do fail to another port in Ontap, the new port will host the lif with its IP. The same lif name and same IP will be online living on the new network port. From the client perspective, it will be treated as a network drop.