![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2221700.1 : Customer Queries On ODA Storage/Resize ACFS filesystem
In this Document
Created from <SR 3-13956288431> Applies to:Oracle Database Appliance X5-2 - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. GoalCustomer Queries ~~~~~~~~~~~~ A. we are migrating EBS database to ODA BASE as per document “ http://www.oracle.com/technetwork/database/database-appliance/oda-ebs-virtualized-wp-2183063.pdf as per the admin guide we need to select a template out of the following 8 Please select one of the following for Database Class [1 .. 8] : 1. How number of cores and memory is related to storage configuration? B. How to resize the ACFS filesystem (Increase/Decrease) once the db storage is created?
SolutionA. Please refer to the below docs regarding the ODA templates and this will answer your first 4 questions. https://docs.oracle.com/cd/E68623_01/doc.121/e68637/GUID-20839BC4-4ED8-4E40-964D-A60BF12CA72C.htm#CMTAR270 5. You can increase the CPU and memory from DOM0 if this is a VM environment.
B. You need to follow the below steps to increase or decrease the ACFS file system. How to increase the ACFS file system? You can either use oakcli utility or acfs utility to resize the ACFS file system. Please Note oakcli utility can be used only to add the space. With ACFS utility you can Increase/Decrease the ACFS file system. [root@odax32in1 ~]# oakcli resize dbstorage -h where:
How to increase or decrease the ACFS file system using ACFS command? You can use acfsutil to resize the ACFS file systems, Please refer to the below link, https://docs.oracle.com/cd/E11882_01/server.112/e18951/asmfs_util010.htm#OSTMG95233 For Example I just tested it this is how we reduce the size of the ACFS volume which is mounted on RECO Disk Group. [root@odax32in1 ~]# df -h /dev/asm/datastore-216 [root@odax32in1 ~]# acfsutil size -1T /u01/app/oracle/fast_recovery_area/datastore [root@odax32in1 ~]# df -h /dev/asm/datastore-216
Attachments This solution has no attachment |
||||||||||||||
|