User Tools

Site Tools


storage:netapp:ontap9

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
storage:netapp:ontap9 [2024/04/11 11:57] stonestorage:netapp:ontap9 [2024/09/26 08:37] (current) stone
Line 1127: Line 1127:
 **Lif erstellen auf dem Knoten 1 im Cluster 2** **Lif erstellen auf dem Knoten 1 im Cluster 2**
 <code>cluster2::> network interface create -vserver cluster2 -lif inter1_1 -role intercluster -home-node cluster2-01 -home-port e0f -address 192.168.1.110 -netmask 255.255.255.0 -status-admin up -failover-policy local-only -firewall-policy intercluster</code> <code>cluster2::> network interface create -vserver cluster2 -lif inter1_1 -role intercluster -home-node cluster2-01 -home-port e0f -address 192.168.1.110 -netmask 255.255.255.0 -status-admin up -failover-policy local-only -firewall-policy intercluster</code>
 +\\
 +
 +
 +===== Snapmirror =====
 + 
 +
 +**Snapmirror anlegen**\\
 +Dies muss auf dem Ziel durchgeführt werden
 +<code>cluster2::> snapmirror create -source-path svm1:vol_src01 -destination-path svm1_clust2:vol_dest01 -vserver svm1_clust2 -throttle unlimited -type XDP -policy MirrorAllSnapshots -schedule hourly
 + 
 +cluster2::> snapmirror create -source-path svm1:vol_srv01 -destination-path svm1_clust2:vol_dest01 -vserver svm1_clust2 -throttle unlimited -type XDP
 + 
 +cluster2::> snapmirror initialize -destination-path svm1_clust2:vol_dest01
 +</code>
 +\\
 +
 +**Anzeigen auf dem Source welche Snapmirror es gibt bzw. von him ziehen** 
 +<code>snapmirror list-destinations</code>
 +\\
 +
 +**Snapmirror aufbrechen auf der Destination**
 +<code>cluster2::> snapmirror break -destination-path svm1_clust2:vol_dest01</code>
 +\\
 +
 +**Snapmirror sync nach einem aufbrechen** \\
 +Nach dem Broken-Off den Sync in der gleichen konstelation wieder aufnehmen
 +\\
 +Snapmirror umdrehen \\
 +Snapmirror nach dem Broken-Off umdrehen da die STBY Seite das Volume übernommen hat.\\
 +Danach ist der alte Source die neue Destination\\
 +<code>snapmirror resync -destination-path svm1:vol_src1 -source-path svm1_clust2:vol_dest1</code>
 +\\
 +\\
 +
 +Möchte man dies wieder auf den original Stand zurück stellen musss man das gleiche wieder mit einem Broken-Off und einem resync machen.\\
 +Dies macht man einfach so:
 +<code>cluster1::> snapmirror break -destination-path svm1:vol_src1
 +cluster2::> snapmirror resync -destination-path svm1_clust2:vol_dest1 -source-path svm1:vol_src1</code>
 +\\
 +
 +Unterbrechen eines Snapmirrors
 +<code>cluster2::> snapmirror quiesce -destination-path svm1_clust2:vol_dest1</code>
 +\\
 +
 +
 +Nach einer Unterbrechen wieder starten
 +<code>cluster2::> snapmirror resume -destination-path svm1_clust2:vol_dest1</code>
 \\ \\
  
Line 1346: Line 1393:
  
  
-===== Snapmirror ===== 
-  
- 
-**Snapmirror anlegen**\\ 
-Dies muss auf dem Ziel durchgeführt werden 
-<code>cluster2::> snapmirror create -source-path svm1:vol_src01 -destination-path svm1_clust2:vol_dest01 -vserver svm1_clust2 -throttle unlimited -type XDP -policy MirrorAllSnapshots -schedule hourly 
-  
-cluster2::> snapmirror create -source-path svm1:vol_srv01 -destination-path svm1_clust2:vol_dest01 -vserver svm1_clust2 -throttle unlimited -type XDP 
-  
-cluster2::> snapmirror initialize -destination-path svm1_clust2:vol_dest01 
-</code> 
-\\ 
- 
-**Anzeigen auf dem Source welche Snapmirror es gibt bzw. von him ziehen**  
-<code>snapmirror list-destinations</code> 
-\\ 
- 
-**Snapmirror aufbrechen auf der Destination** 
-<code>cluster2::> snapmirror break -destination-path svm1_clust2:vol_dest01</code> 
-\\ 
- 
-**Snapmirror sync nach einem aufbrechen** \\ 
-Nach dem Broken-Off den Sync in der gleichen konstelation wieder aufnehmen 
-\\ 
-Snapmirror umdrehen \\ 
-Snapmirror nach dem Broken-Off umdrehen da die STBY Seite das Volume übernommen hat.\\ 
-Danach ist der alte Source die neue Destination\\ 
-<code>snapmirror resync -destination-path svm1:vol_src1 -source-path svm1_clust2:vol_dest1</code> 
-\\ 
-\\ 
- 
-Möchte man dies wieder auf den original Stand zurück stellen musss man das gleiche wieder mit einem Broken-Off und einem resync machen.\\ 
-Dies macht man einfach so: 
-<code>cluster1::> snapmirror break -destination-path svm1:vol_src1 
-cluster2::> snapmirror resync -destination-path svm1_clust2:vol_dest1 -source-path svm1:vol_src1</code> 
-\\ 
- 
-Unterbrechen eines Snapmirrors 
-<code>cluster2::> snapmirror quiesce -destination-path svm1_clust2:vol_dest1</code> 
-\\ 
- 
- 
-Nach einer Unterbrechen wieder starten 
-<code>cluster2::> snapmirror resume -destination-path svm1_clust2:vol_dest1</code> 
-\\ 
  
  
Line 1849: Line 1851:
  
  
-====== Upgrade ONTAP ====== 
-===== Allgemein ===== 
-Am besten man geht in den Active IQ unter [[https://mysupport.netapp.com/|https://mysupport.netapp.com/]] und gibt die gewünschten Daten ein. Danach kommt man ein PDF mit allen informationen was zu tun ist bzw. wie groß ein Update Sprung sein darf. 
-\\ 
  
-===== Update ===== 
-Das Update von einem Single Cluster ist im Grunde recht simpel. \\ 
-Befolgen der Anweisungen vom Active IQ. \\ 
-\\ 
- 
-===== Repository ===== 
-Anzeigen der Images im local Repo und eventuell löschen von alten Images. 
-<code> 
-cluster image package show-repository 
-cluster image package delete -version <version> 
-</code> 
-\\ 
- 
-===== ONTAP Image Download ===== 
-Download vom ONTAP Image auf die Nodes 
-<code> 
-cluster image package get -url http://<url> 
-</code> 
-\\ 
- 
-===== Autosupport ===== 
-Dem Autosupport eine Startmeldung geben 
-<code> 
-autosupport invoke -node * -type all -message "MAINT Starting_NDU" 
-</code> 
-\\ 
- 
-===== Update Validieren ===== 
-Update Check 
-<code> 
-cluster image validate -version <version> 
-</code> 
-\\ 
- 
-Update 
-<code> 
-cluster image update -version <version> -estimate-only 
-cluster image update -version <version> 
-cluster image show-update-progress 
-</code> 
-\\ 
- 
-===== Autosupport ===== 
-Dem Autosupport eine Endemeldung geben 
-<code> 
-autosupport invoke -node * -type all -message "MAINT END" 
-</code> 
-\\ 
  
 ===== Shutdown ===== ===== Shutdown =====
storage/netapp/ontap9.1712836635.txt.gz · Last modified: by stone