Storage Management (ASM ACFS DNFS ODM) (MOSC)

MOSC Banner

ACFS VOLUME SIZE MISMATCH BETWEEN V$ASM_ACFSVOLUMES AND V$ASM_DISK on size information

edited Feb 16, 2016 4:04AM in Storage Management (ASM ACFS DNFS ODM) (MOSC) 3 commentsAnswered

Hi

I'm using Oracle Linux :oraclelinux-release-6Server-7.0.5.x86_64.

The size information about my acfs volume is different depending on the dictionary view I'm using ( V$ASM_ACFSVOLUMES AND V$ASM_DISKGROUP).

1-LINUX DF -K

df -k  returned the right size information.

Filesystem           1K-blocks               Used           Available Use%      Mounted on

/dev/asm/acfscol1-176     103809024   292864      103516160   1%      /data/u01/app/grid/acfsmount/ocfs_sauvegarde

2-V$ASM_DISKGROUP

select name, total_mb, free_mb, round((free_mb/total_mb)*100,2) pct_free from v$asm_diskgroup  where total_mb != 0 order by name;

NAME                             TOTAL_MB    FREE_MB   PCT_FREE

------------------------------ ---------- ---------- ----------

ACFS                               102398        924         .9  ------------------------------------------------>wrong free_mb , mismatch!

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