Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini memberikan petunjuk tentang cara menghentikan atau melanjutkan replikasi.
Menghentikan replikasi
Saat Anda menghentikan replikasi, pembaruan replikasi terjadwal dari volume sumber ke volume tujuan akan dijeda. Volume tujuan bertransisi dari
hanya baca menjadi baca-tulis. Kedua volume terus membagikan snapshot replikasi terbaru sebagai baseline baru untuk resinkronisasi berikutnya.
Meskipun hubungan replikasi antara volume sumber dan tujuan
tetap ada, transfer dijeda dan volume menjadi independen.
Untuk mengaktifkan kembali transfer perubahan dari volume sumber ke volume tujuan,
lanjutkan replikasi.
Gunakan petunjuk berikut untuk menghentikan replikasi menggunakan
Google Cloud konsol atau Google Cloud CLI:
Konsol
Buka halaman NetApp Volumes di konsol Google Cloud .
Klik volume sumber. Halaman detail untuk volume akan terbuka.
Pilih tab Replikasi.
Klik Stop. Bergantung pada status transfer replikasi, hentikan atau hentikan paksa:
Status transfer yang dicerminkan: Masukkan nama volume sumber, lalu klik
Hentikan.
Mentransfer dan Menyiapkan status transfer: Masukkan nama volume sumber, lalu klik Hentikan paksa. Penghentian paksa diperlukan untuk menghentikan
replikasi jika transfer sedang berlangsung pada saat itu. Oleh karena itu, jika Anda melanjutkan replikasi nanti, perubahan terbaru mungkin perlu ditransfer lagi.
Status replikasi volume akan berubah menjadi Dihentikan. Volume tujuan menjadi dapat ditulis.
Anda dapat melanjutkan replikasi yang dihentikan. Saat Anda melanjutkan replikasi, semua
perubahan pada volume tujuan akan diurungkan dan NetApp Volumes
akan mengaktifkan kembali replikasi. Volume tujuan bertransisi dari baca-tulis
ke hanya baca, dan menerima update dari volume sumber pada interval
replikasi terjadwal lagi. Saat Anda melanjutkan hubungan replikasi, volume tujuan akan dikembalikan ke snapshot replikasi awal terbaru, dan pada saat itu, proses replikasi volume akan dimulai lagi.
Melanjutkan hubungan replikasi
Saat Anda melanjutkan hubungan replikasi, semua perubahan pada volume tujuan saat replikasi dihentikan akan dihapus.
Menghentikan hubungan replikasi setelah inisialisasi
Saat menghentikan hubungan replikasi setelah menginisialisasinya, Anda dapat
membalikkan arah replikasi dengan menukar peran volume sumber dan tujuan. Setiap perubahan data pada volume tujuan akan hilang saat Anda
melanjutkan replikasi karena volume tujuan akan kehilangan semua perubahan dan
menjadi replika volume sumber.
Melanjutkan replikasi yang dihentikan
Gunakan petunjuk berikut untuk melanjutkan replikasi yang dihentikan menggunakan Google Cloud konsol atau Google Cloud CLI.
Konsol
Buka halaman NetApp Volumes di konsol Google Cloud .
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# Stop or resume a replication\n\nThis page provides instructions for how to stop or resume a replication.\n\nStop a replication\n------------------\n\nWhen you stop a replication, scheduled replication updates from the source\nvolume to the destination volume pause. The destination volume transitions from\nread-only to read-write. Both volumes continue to share the latest replication\nsnapshot as a new baseline for later resynchronization.\n\nAlthough the replication relationship between source and destination volume\ncontinues to exist, transfers are paused and the volumes become independent.\nTo re-enable the transfer of changes from source volume to destination volume,\n[resume the replication](/netapp/volumes/docs/protect-data/stop-or-resume-replication#resume_replication).\n\nUse the following instructions to stop a replication using either the\nGoogle Cloud console or Google Cloud CLI: \n\n### Console\n\n1. Go to the **NetApp Volumes page** in the Google Cloud console.\n\n[Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n\n1. Click **Volumes**.\n\n2. Click the source volume. the **Details page** for the volume opens.\n\n3. Select the **Replication tab**.\n\n4. Click **Stop**. Depending on the replication transfer status, either\n stop or force stop:\n\n - **Mirrored transfer state** : Enter the source volume name and click\n **Stop**.\n\n - **Transferring** and **Preparing transfer states** : Enter the source\n volume name and click **Force stop**. A forced stop is required to stop\n a replication if a transfer is in progress at that time. Therefore, if\n you resume the replication later, recent changes may need to be\n transferred again.\n\n The replication status of the volume changes to **Stopped**. The\n destination volume becomes writable.\n\n### gcloud\n\nStop a replication: \n\n```bash\ngcloud netapp volumes replications stop REPLICATION_NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --volume=VOLUME\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003eREPLICATION_NAME\u003c/var\u003e: the name of the replication\n you want to stop.\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project your volume\n is in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the source or\n destination volume.\n\n- \u003cvar translate=\"no\"\u003eVOLUME\u003c/var\u003e: the name of the source or destination\n volume.\n\nFor more options, see\n[Google Cloud SDK documentation on volume replication](/sdk/gcloud/reference/netapp/volumes/replications).\n\nResume a replication\n--------------------\n\nYou can resume a stopped replication. When you resume a replication, all the\nchanges to the destination volume are undone and NetApp Volumes\nre-enables the replication. The destination volume transitions from read-write\nto read-only, and receives updates from the source volume at the scheduled\nreplication interval again. When you resume a replication relationship, the\ndestination volume reverts back to the latest initial replication snapshot, at\nwhich point, the volume replication process starts over.\n\nResuming a replication relationship\n-----------------------------------\n\nWhen you resume a replication relationship, any changes to the destination\nvolume while the replication was stopped are deleted.\n\nStopping a replication relationship after initialization\n--------------------------------------------------------\n\nWhen you stop a replication relationship after you initialized it, you can\nreverse the direction of the replication by swapping the source and destination\nvolume roles. Any data changes on the destination volume are lost when you\nresume the replication because the destination volume loses all changes and\nbecomes a replica of the source volume.\n\nResume a stopped replication\n----------------------------\n\nUse the following instructions to resume a stopped replication using either\nthe Google Cloud console or Google Cloud CLI. \n\n### Console\n\n1. Go to the **NetApp Volumes page** in the Google Cloud console.\n\n[Go to NetApp Volumes](https://console.cloud.google.com/netapp/volumes)\n\n1. Click **Volumes**.\n\n2. Click the name of the source volume. The **Details page** for the volume\n opens.\n\n3. Select the **Replication tab**.\n\n4. Click **Resume**.\n\n5. In the Resume volume replication dialog, review the warning.\n\n6. To resume, enter the destination volume name and click **Resume**.\n\n The replication status of the volume changes to **Mirrored**.\n\n### gcloud\n\nResume a volume replication: \n\n```bash\n gcloud netapp volumes create replications resume REPLICATION_NAME \\\n --project=PROJECT_ID \\\n --location=LOCATION \\\n --volume=VOLUME\n```\n\nReplace the following information:\n\n- \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e: the name of the project your\n volume is in.\n\n- \u003cvar translate=\"no\"\u003eLOCATION\u003c/var\u003e: the location of the source\n or destination volume.\n\n- \u003cvar translate=\"no\"\u003eVOLUME\u003c/var\u003e: the name of source or destination\n volume.\n\nFor more options, see\n[Google Cloud SDK documentation on volume replication](/sdk/gcloud/reference/netapp/volumes/replications).\n\nWhat's next\n-----------\n\n[Reverse and resume a replication](/netapp/volumes/docs/protect-data/reverse-and-resume-replication)"]]