Oracle Database Appliance (ODA) (MOSC)

MOSC Banner

Carving out ACFS partition from ASM Disk Group - X7 ODA

edited Jun 17, 2019 2:30PM in Oracle Database Appliance (ODA) (MOSC) 3 commentsAnswered ✓

Hi

we recently carved out an ACFS partition on one of our X7 ODA

The steps were below

Step # 1 - Create a directory

# mkdir /staging

Step # 2 - Log on as GRID user and create a VOLUME

[grid~]$asmca -silent -createVolume -volumeName staging_fs -volumeDiskGroup DATA -volumeSizeGB 500

[INFO] [DBT-30079] Volume staging_fs created successfully.

[grid@tpcqorax701 ~]$ ls /dev/asm

commonstore-402  staging_fs-402

Step # 3 - Log on as GRID user and create a ACFS File System

[grid ~]$ asmca -silent -createACFS -acfsVolumeDevice /dev/asm/staging_fs-402 -acfsMountPoint /staging

[INFO] [DBT-30092] ASM Cluster File System created on /dev/asm/staging_fs-402 successfully.

[INFO] Run the generated ACFS registration script /u01/app/grid/cfgtoollogs/asmca/scripts/acfs_script.sh as privileged user to register the ACFS with Grid Infrastructure and to mount the ACFS. The ACFS registration script needs to be run only on this node: tpcqorax701.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center