![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1625679.1 : Disk Partitions Layout on Oracle Big Data Appliance Servers
In this Document
Applies to:Big Data Appliance X4-2 Full Rack - Version All Versions and laterBig Data Appliance X3-2 Hardware - Version All Versions and later Big Data Appliance X4-2 Hardware - Version All Versions and later Big Data Appliance X4-2 Starter Rack - Version All Versions and later Big Data Appliance X3-2 Full Rack - Version All Versions and later Linux x86-64 GoalDescribe the disk/partitions layout on Oracle Big Data Appliance (BDA) servers. SolutionAll BDA servers have identical hardware and they all provide both compute and storage. The Logical Disk Layout looks like:
On the BDA no hardware RAID is used but the / and /boot partitions are mirrored across the first 2 disks using mdadm (software RAID). All data partitions do not use RAID - this is referred to as a JBOD (just a bunch of disks) configuration and is recommended for Hadoop/HDFS. OS Layout across 12 BDA Disks
For the mirrored partitions (software RAID) managed by mdadm see /etc/mdadm.conf conf file and see /proc/mdstat for the current status. For example output looks like: 1. /etc/mdadm.conf # more /etc/mdadm.conf
# mdadm.conf written out by anaconda DEVICE partitions MAILADDR root ARRAY /dev/md2 level=raid1 num-devices=2 uuid=6fcf70b1:93d86525:aaf33a34:88779cd 2 ARRAY /dev/md0 level=raid1 num-devices=2 uuid=8b8d9c33:8619721d:0a6de02e:11c3c53 0
2. /proc/mdstat # more /proc/mdstat
Personalities : [raid1] md0 : active raid1 sda1[0] sdb1[1] 204736 blocks [2/2] [UU] md2 : active raid1 sda2[0] sdb2[1] 174079936 blocks [2/2] [UU] unused devices: <none>
Attachments This solution has no attachment |
||||||||||||||
|