ONTAP Hardware

SAN and NAS ?

bahmed
5,494 Views

Hello everyone,

 

I have FAS 2650 with 2 controller and ONTAP 9.1 , I want to configure them with HA actif/actif,and also use each controller for one purpose :

             

                - one for SAN(FC)

                - and the other for NAS(CIFS).

 

Thanks everyone.

1 ACCEPTED SOLUTION

scottharney
5,444 Views

yeah I sorta glossed over that with the "home ports" mention.  I'm not clear if the OP is familar with the 7-mode approach which doesn't have an SVM abstraction layer (well, vfiler0 but still)  .  My sense is yes as this is a fairly classic 7 mode design pattern with an "entry level" class FAS.  It's easy enough to mimic this in modern ONTAP and is certainly not a wrong initial deployment approach either.  I was trying to stay relatively high level and ignoring multipathing and assign at least one second FC lif on the other controller as well as allowing for LIF failover for the SMB SVM data lif. 

 

For the original poster, core to understanding current data ontap and how it enables non-disruptive operations is understanding cluster-scope, node-scope, and svm-scope.  layer 3 interfaces are logical constructs that ride on physical ports or possibly even virtual porrts (ifgrps, vlans, vlans on top of ifgrps). This is a big change from 7-mode.  understanding lif roles (Data, cluster, node, intercluster) and how they fit into node-scoped, svm-scoped, and cluster mgmt-scope is important to grasp.   

 

so you can bulid and deploy in the way you might have on 7-mode with one controller running FC and one running CIFS. But you have enormous flexibility going forward in where data needs to live and how you present it because of the cluster capabilities and the additional layers of abstraction inherent to the platform.

View solution in original post

4 REPLIES 4

J_curl
5,476 Views

carry on!

scottharney
5,456 Views

hi-level

  • create a data aggregate using disks on one controller
  • create a data aggregate using disks on the other controller
  • create an SVM with FC protocol enabled
    • create data lifs for FC setting the home ports on the same controller that houses the aggregate that you want to assign volumes/luns from
    • zone fiber channel as required
    • provision luns, map them.
  • create an SVM with SMB protocol enabled
    • join AD as part of the above
    • create network data lifs with home ports on the same controller that houses the aggregate that you want to create volumes/shares from
    • create volumes and shares.

SeanHatfield
5,448 Views

You'll still need SAN lifs on both nodes to support HA and NDO.  The SVM is a cluster-wide construct aggregating resources from all the nodes in the cluster.  You can place your NAS and SAN volumes and your NAS lifs on the desired nodes to acheive that intent, but you can also non-disruptively move LUNs, Volumes, NAS Lfs, and even data serving aggregates between controllers as needs evolve over time, so try not to think too rigidly about how you are laying things out now.  

 

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

scottharney
5,445 Views

yeah I sorta glossed over that with the "home ports" mention.  I'm not clear if the OP is familar with the 7-mode approach which doesn't have an SVM abstraction layer (well, vfiler0 but still)  .  My sense is yes as this is a fairly classic 7 mode design pattern with an "entry level" class FAS.  It's easy enough to mimic this in modern ONTAP and is certainly not a wrong initial deployment approach either.  I was trying to stay relatively high level and ignoring multipathing and assign at least one second FC lif on the other controller as well as allowing for LIF failover for the SMB SVM data lif. 

 

For the original poster, core to understanding current data ontap and how it enables non-disruptive operations is understanding cluster-scope, node-scope, and svm-scope.  layer 3 interfaces are logical constructs that ride on physical ports or possibly even virtual porrts (ifgrps, vlans, vlans on top of ifgrps). This is a big change from 7-mode.  understanding lif roles (Data, cluster, node, intercluster) and how they fit into node-scoped, svm-scoped, and cluster mgmt-scope is important to grasp.   

 

so you can bulid and deploy in the way you might have on 7-mode with one controller running FC and one running CIFS. But you have enormous flexibility going forward in where data needs to live and how you present it because of the cluster capabilities and the additional layers of abstraction inherent to the platform.

Public