![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 1514604.1 : ODA: Can you resize ASM diskgroups on Oracle Database Appliance?
Probably the most common question regarding ASM configuration choices on the ODA (Oracle Database Appliance) is 'Can we change the ASM diskgroup size?' Created from <SR 3-6521234111> Applies to:Oracle Database Appliance Software - Version 2.1.0.1 to 12.1.2.9 [Release 2.1 to 12.1]Oracle Database Appliance - Version All Versions and later Information in this document applies to any platform. ODA, Resize, ASM, ACFS GoalA common question with customers running on Oracle Data Appliance (ODA HA) is whether it is possible to change space allocation of an existing system. For example, move space out of the +RECO diskgroup and allocate the space to the +DATA diskgroup. Are there instructions for this? COMMENT: ODA [HA] for High Availability diskgroup sizes for ASM are set during the initial deployment and _not_ alterable after the deployment including 12.x versions of the ODA.
This note does NOT apply to the new ODA Lite series including ODA X6-2S X6-2M and X6-2L For information regarding 12.1 and higher ODA and ODAVP versions please refer to the current ODA Documentation at -- docs.oracle.com - e.g. http://docs.oracle.com/cd/E22693_01/index.htm
SolutionThere are no general instructions for resizing ASM diskgroups on ODA* because ASM is not user definable as seen in other non-ODA based configurations: In order to 'resize' the disk group's Redundancy or backup storage to an existing ASM configuration you will need to redeploy.
ASM on the ODA has been pre-tested and configured to include stability, ease of administration and performance for this known, and fixed physical configuration. The ODA ASM configuration is based on three defined Diskgroups: DATA ; RECO ; and REDO (and starting with the X5-2 FLASH).
http://www.oracle.com/technetwork/server-storage/engineered-systems/database-appliance/overview/index.html The instructions are provided in the following ODA documentation: Using Oracle Appliance Manager Configurator
NOTE: Make sure you always choose the correct backup option as well as redundancy option: Using the custom configurator installation 'external backup' allocates more space to the+DATA diskgroup.
Using an Existing Configuration File to Configure Oracle Database Appliance NOTE:
A redeployment wipes out your data, so you MUST take backups of your databases and other data, and restore them after deployment. Using a second ODA in a DataGuard (DG) configuration is the preferred method for continuous operations using the ODA. New for X5-2 X5-2 uses ACFS on top of the ASM Choose the CUSTOM Configuration Type to access Redundancy, Backup Location and Accelerator Diskgroup locations
For more general information regarding ASM choices and questions using the ODA please refer to ODA (Oracle Database Appliance) and Bare Metal ASM storage configuration choices for 2.1 through 2.10+ (Doc ID 1519879.1)
For information on ODA and ACFS which sits on top of ASM please review docs.oracle.com
"...The Oracle ACFS file systems are automatically created when you create a shared repository, or when you create a database on Oracle Database Appliance. However, the file systems do not initially consume all of the storage in the appliance which preserves space for additional repositories, or in some cases, database files stored directly in Oracle ASM. ..."
ALSO SIMILAR
----------------
Can we resize /u01 on the ODA?
a) With the Virtualized software, /u01 lives in /OVS/Repositories/…, which means it is physically on the shared disk shelf.
So, it is a virtual disk and you have room for expansion. b) The /u01 in BM case is on top of logical volume and is resizable and straightforward to do. [root@oda1 ~]# mount | grep u01
/dev/mapper/VolGroupSys-LogVolU01 on /u01 type ext3 (rw) [root@oda1 ~]# lvdisplay /dev/mapper/VolGroupSys-LogVolU01
--- Logical volume --- LV Name /dev/VolGroupSys/LogVolU01 VG Name VolGroupSys LV UUID 34rsEb-86hO-2kt5-1tZ9-39Qo-Etch-9eQL0c LV Write Access read/write LV Status available # open 1 LV Size 100.00 GB Current LE 3200 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 252:1 You can check the volume group VolGroupSys and see the free size in the volume group and resize the LogVolU01 volume to that size. And then extend the filesystem on top of it. [root@oda1 ~]# vgdisplay
--- Volume group ---
VG Name VolGroupSys System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 5 VG Access read/write VG Status resizable MAX LV 0 Cur LV 4 Open LV 4 Max PV 0 Cur PV 1 Act PV 1 VG Size 465.25 GB PE Size 32.00 MB Total PE 14888 *Alloc PE / Size 6848 / 214.00 GB *Free PE / Size 8040 / 251.25 GB VG UUID KVckxf-zDlL-L6Wo-qxWL-Ukia-cRTH-Lcurs1 Regards,
Sandeep * In resizing step of u01, please mention that " Free PE / Size " is not in any operation of ODA. Vivek
References<NOTE:1417713.2> - Information Center: Oracle Database Appliance<NOTE:1519879.1> - ODA (Oracle Database Appliance) and ASM 2.1 up to 2.10 Storage Options for V1, X3-2 and X4-2 Hardware Attachments This solution has no attachment |
||||||||||||
|