![]() | Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1479863.1 : Rationale Behind The Group Used On Directories Created By The Exadata BCU Script
Created from <SR 3-5921193751> Applies to:Exadata Database Machine X2-8 - Version Not Applicable and laterExadata Database Machine V2 - Version Not Applicable and later Exadata Database Machine X2-2 Full Rack - Version Not Applicable and later Exadata Database Machine X2-2 Hardware - Version Not Applicable and later Exadata Database Machine X2-2 Qtr Rack - Version Not Applicable and later Information in this document applies to any platform. SymptomsThe Exadata BCU script creates NFS shares on a ZFSA and then mounts them to the DBM nodes. The user guide uses the group oinstall, and the script uses this too. CauseFrom analysis of Sun Unpublished bug 7183856: default owner and file permission of the /zfssa/db-name directory is not desirable: Based on the "Oracle Database Installation Guide 11g Release 2 (11.2) for Linux" in chapter 2.14.2 Creating Required Directories Recovery file directory (fast recovery area):
Thus oinstall is a better choice.
SolutionChange the permissions as per this advice # chown oracle:oinstall /mount_point/fast_recovery_area or enter the desired values when first running BCU - The directory permissions should be changed to 775.
- The text messages of the two input prompts will be clarified. So that users will be informed clearly that the input prompt is to change the owner of the backup share directory. > Enter the user name of the ORACLE_HOME owner: > Hit Enter key to use the default (oracle) > Enter the group name of the ORACLE_HOME owner: > Hit Enter key to use the default (oinstall)
Attachments This solution has no attachment |
||||||||||||
|