ONTAP Discussions

Why is managementLIF needed in backend definition?

Adrian2
1,190 Views

As per the example configs here https://docs.netapp.com/us-en/trident-2110/trident-use/ontap-nas.html why is the managementLIF required?   If the dataLIF, user and password are provided what is purpose of the managementLIF  in backend configs?

 

Thank you

 

 

1 ACCEPTED SOLUTION

paul_stejskal
1,154 Views
IIRC, Trident sends API calls to create volumes and destroy them among other things. That requires the management LIF.

View solution in original post

3 REPLIES 3

paul_stejskal
1,172 Views

Per https://docs.netapp.com/us-en/trident-2110/trident-use/ontap-nas-examples.html, the management LIF in question is the "IP address of a cluster or SVM management LIF". Cluster management is a separate IP space and has a separate volume (root volume) for it's purpose. It is kept separate from the data SVMs to keep ONTAP config and logs as well as ensure cluster stability. SVM management is less frequently used but can be used for things like VScan, FPolicy, etc.

 

Does this help?

Adrian2
1,157 Views

Thank you for the reply but why do I need to specify a managementLIF in my backend definition?   I have a dataLIF, user and password specified.    I have not found anywhere in the docs that says why I need to specify the managementLIF.  My guess is that when I create the backend that maybe the managementLIF and root volume are accessed to get some metadata but this is just a guess.    

paul_stejskal
1,155 Views
IIRC, Trident sends API calls to create volumes and destroy them among other things. That requires the management LIF.
Public