ExaCC: Scale VM Cluster Local Storage Size

Share on:

Overview:

  • With multiple VMs per Exadata Infrastructure feature release, you can scale up or down the following resources on the VM cluster:
    • Local storage /u02. Scaling memory requires a rolling restart of the cluster nodes to take effect
    • Memory. Scaling memory requires a rolling restart of the cluster nodes to take effect
    • OCPU. Scaling OPCU is Online
    • Exadata storage. Scaling OPCU is Online
  • You specify how much space is provisioned from local storage to each VM
  • This space is mounted at location /u02, and is used primarily for Oracle Database homes
  • The minimum supported size of /u02 is 60 GB per VM
  • The maximum supported size of /u02 is 900 GB per VM. Depending on the number of other VMs in the system and the space consumed by those VMs
  • A rolling restart of each VM is required to resize /u02

In this blog, I’ll demonstrate the steps to scale up local file system size using the OCI console.

 

Steps to Scale Up VM Cluster Local File System Size

1.  Sign in to your OCI tenancy where your Exadata Database Service on Cloud @ Customer system is deployed

 

2. Navigate to “Oracle Database” > “Oracle Exadata Database Service on Cloud@Customer” > “Exadata VM Clusters

cc

 

3. Click on your VM cluster name.

cc2

 

4. On the VM cluster details home page, click the “Scale VM Resources” button

cc3

 

5. On the “Scale VM Cluster” screen, under the “Resource allocation per VM” section, enter the local file system size per VM then click the “Save Changes” button

cc4

 

cc5

 

You can track scaling progress and activities from the “Work Requests” page under the Resources section on the VM cluster details home page

cc6

 

cc7

 

Once scaling is completed, the cluster’s state will be changed back to “AVAILABLE”. Under the “Resource allocation” section, Local Storage (GB) will show the new total size for the cluster.

cc8

 

Also, you can confirm the new size from the VM node by running the df -h command.

cc9

Share on:

More from this Author

Oracle 23c Managing Flashback Database Logs Outside the Fast Recovery Area

Oracle 23c: Managing Flashback Database Logs Outside the Fast Recovery Area

Overview: In previous Database releases, you could store flashback database logs only in the fast recovery area Oracle 23c Database introduces the ... Read More

Oracle 23c Read Only Users and Sessions

Oracle 23c: Read-Only Users and Sessions

Overview: Oracle 23c Database introduces a new feature to control whether a user or session is enabled for read-write operations, irrespective of the ... Read More

Back to Top