Creazione di LIF intercluster LIF per tiering remoto di FabricPool con ONTAP S3
Se si abilita il tiering della capacità FabricPool remota (cloud) utilizzando ONTAP S3, è necessario configurare le LIF tra cluster. È possibile configurare le LIF di intercluster sulle porte condivise con la rete dati. In questo modo si riduce il numero di porte necessarie per la rete tra cluster.
-
La porta di rete fisica o logica sottostante deve essere stata configurata sullo
upstato amministrativo. Ulteriori informazioni suupnella "Riferimento al comando ONTAP". -
La politica di servizio LIF deve già esistere.
Le LIF intercluster non sono richieste per il tiering del pool di fabric locale o per la fornitura di applicazioni S3 esterne.
-
Elencare le porte nel cluster:
network port showL'esempio seguente mostra le porte di rete in
cluster01:cluster01::> network port show Speed (Mbps) Node Port IPspace Broadcast Domain Link MTU Admin/Oper ------ --------- ------------ ---------------- ----- ------- ------------ cluster01-01 e0a Cluster Cluster up 1500 auto/1000 e0b Cluster Cluster up 1500 auto/1000 e0c Default Default up 1500 auto/1000 e0d Default Default up 1500 auto/1000 cluster01-02 e0a Cluster Cluster up 1500 auto/1000 e0b Cluster Cluster up 1500 auto/1000 e0c Default Default up 1500 auto/1000 e0d Default Default up 1500 auto/1000Ulteriori informazioni su
network port shownella "Riferimento al comando ONTAP". -
Creazione di LIF intercluster sulla SVM di sistema:
network interface create -vserver Cluster -lif LIF_name -service-policy default-intercluster -home-node node -home-port port -address port_IP -netmask netmaskNell'esempio seguente vengono create le LIF tra cluster
cluster01_icl01e.cluster01_icl02:cluster01::> network interface create -vserver Cluster -lif cluster01_icl01 -service- policy default-intercluster -home-node cluster01-01 -home-port e0c -address 192.168.1.201 -netmask 255.255.255.0 cluster01::> network interface create -vserver Cluster -lif cluster01_icl02 -service- policy default-intercluster -home-node cluster01-02 -home-port e0c -address 192.168.1.202 -netmask 255.255.255.0
Ulteriori informazioni su
network interface createnella "Riferimento al comando ONTAP". -
Verificare che le LIF dell'intercluster siano state create:
network interface show -service-policy default-interclustercluster01::> network interface show -service-policy default-intercluster Logical Status Network Current Current Is Vserver Interface Admin/Oper Address/Mask Node Port Home ----------- ---------- ---------- ------------------ ------------- ------- ---- cluster01 cluster01_icl01 up/up 192.168.1.201/24 cluster01-01 e0c true cluster01_icl02 up/up 192.168.1.202/24 cluster01-02 e0c true -
Verificare che le LIF dell'intercluster siano ridondanti:
network interface show -service-policy default-intercluster -failoverL'esempio seguente mostra che le LIF dell'intercluster
cluster01_icl01e.cluster01_icl02sue0cviene eseguito il failover della porta sue0dporta.cluster01::> network interface show -service-policy default-intercluster -failover Logical Home Failover Failover Vserver Interface Node:Port Policy Group -------- --------------- --------------------- --------------- -------- cluster01 cluster01_icl01 cluster01-01:e0c local-only 192.168.1.201/24 Failover Targets: cluster01-01:e0c, cluster01-01:e0d cluster01_icl02 cluster01-02:e0c local-only 192.168.1.201/24 Failover Targets: cluster01-02:e0c, cluster01-02:e0dUlteriori informazioni su
network interface shownella "Riferimento al comando ONTAP".