Storage Management (ASM ACFS DNFS ODM) (MOSC)

MOSC Banner

What is the best way to lay out the disk_groups for two 3 Tb Solid State RAM drives?

edited May 8, 2017 7:19PM in Storage Management (ASM ACFS DNFS ODM) (MOSC) 7 commentsAnswered

I have two lovely 3 Tb FusionIO SSD RAM disks. If I create them with NORMAL mirroring (in ASM 11.2.0.4 on Linux RHEL 6), explicitly specifying my failgroups, one for each card, via:

  CREATE DISKGROUP data2 NORMAL REDUNDANCY
  FAILGROUP fioCfailgroup DISK
  '/dev/fioc1' NAME diskc1,
  '/dev/fioc2' NAME diskc2
  FAILGROUP fioDfailgroup DISK
  '/dev/fiod1' NAME diskd1,
  '/dev/fiod2' NAME diskd2
  ...;

  I end up with:

select group_number g#, name, type, total_mb, free_mb, cold_used_mb, required_mirror_free_mb, usable_file_mb from v$asm_diskgroup;

  G# NAME TYPE TOTAL FREE_MB COLD_USED_MB REQUIRED_MIRROR_FREE_MB USABLE_FILE_MB

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