![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1526600.1 : Filesystems On Exadata Compute Nodes Do Not Have Dir_index Configured - Why Not?
Created from <SR 3-6018390821> Applies to:Exadata Database Machine X2-8 - Version All Versions to All Versions [Release All Releases]Oracle Exadata Hardware - Version 11.2.0.2 to 11.2.3.1.1 [Release 11.2] Information in this document applies to any platform. Symptoms
The Cell Server and Database Compute Node Linux imagers create ext3 filesystems without the 'dir_index' and 'resize_inode' options when a node is freshly imaged.
For Example: # grep base_features /etc/mke2fs.conf base_features = sparse_super,filetype,resize_inode,dir_index
dir_index is usually configured as a default on Linux, but none of the filesystems on the Exadata DBM have it configured:
# tune2fs -l /dev/mapper/VGExaDb-LVDbOra1|grep '^Filesystem features:'
Filesystem features: has_journal filetype needs_recovery sparse_super # tune2fs -l /dev/mapper/VGExaDb-LVDbSys1|grep '^Filesystem features:' Filesystem features: has_journal filetype needs_recovery sparse_super Cause<Bug 14504499> "LINUX IMAGES MISSING DEFAULT EXT3 FS OPTIONS DIR_INDEX AND RESIZE_INODE" REDISCOVERY INFORMATION:
Solution<Bug 14504499> is fixed in Exadata systems that have been imaged with the 11.2.3.2.1 version.
If you are running an earlier version, you can use the following workaround: NOTE: Please do not make any changes to the Cell Servers. The workaround should only be performed on Compute Nodes.
Steps to enable dir_index option on Compute Node: $ tune2fs -O +dir_index /dev/mapper/VGExaDb-LVDbSys1 $ e2fsck -D /dev/mapper/VGExaDb-LVDbSys1
The resize_inode option cannot be added to a filesystem which was created with this option missing. Such a filesystem cannot be resized beyond the maximum size reported by resize2fs. If a larger size is needed, the only workaround is to backup the contents of the filesystem, recreate it with the desired size and restore the backup. Steps to recreate the filesystem: 1. Back up the contents. 2. Create the file /etc/mke2fs.conf containing the following: [defaults] # mkfs.ext3 5. Restore the backup
References<BUG:14504499> - LINUX IMAGES MISSING DEFAULT EXT3 FS OPTIONS DIR_INDEX AND RESIZE_INODEAttachments This solution has no attachment |
||||||||||||
|