User Tools

Site Tools


linux:raid

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
linux:raid [2020/03/27 23:17] kbadminlinux:raid [2021/12/05 21:32] (current) – [Mengaktifkan dan Mendisable Raid] kbadmin
Line 144: Line 144:
 </code> </code>
 sesuai disk raid anda sesuai disk raid anda
 +
 +==== Mengaktifkan dan Mendisable Raid ====
 +<code>
 +mdadm --manage /dev/md1 --fail /dev/sdb2
 +</code>
 +baru ini
 +<code>
 +mdadm --manage /dev/md1 --remove /dev/sdb2
 +</code>
 +
 +mengaktifkan kembali
 +<code>
 +mdadm -a /dev/md1 /dev/sdb2 
 +</code>
 +
 +==== Menghentikan Raid Sync ====
 +<code>
 +echo "idle" > /sys/block/md0/md/sync_action
 +</code>
  
 ===== - Referensi ===== ===== - Referensi =====
   - http://www.cyberciti.biz/faq/centos-redhat-rhel-linux-setup-create-raid1/   - http://www.cyberciti.biz/faq/centos-redhat-rhel-linux-setup-create-raid1/
  

Layanan

Harga Domain .COM | Harga Domain .ID | Shared Hosting | Email Hosting | MySQL Hosting |
linux/raid.txt · Last modified: 2021/12/05 21:32 by kbadmin

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki