- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on ‎11-10-2015 02:04 AM
Below are steps to replace disk in slave nodes or to perform maintenance of slave nodes servers.
1. Decommission the Datanode and all services running on it (i.e. NodeManager, HBase RegionServer, Datanode etc). Refer below docs for the same.
2. Replace the disks or perform any other tasks for server maintenance.
3. Recommission the node.
4. Start all services components on the node.
5. Run Fsck utility for HDFS to ensure that HDFS is in healthy state. FSCK reports usually show a few over replicated blocks after a datanode is recommissioned which would automatically be fixed over time.
Created on ‎11-12-2015 09:38 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Created on ‎01-14-2016 05:17 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
If I don't mind some down time, can I skip decommission / recommission process?
I have 12 DataNode locations and 12 disks. I would like to replace only one disk. I can schedule maintenance window.