File system Expansion:
Aix
1, lsvg see how many VG
2, Lsvg (vg-name) Check the remaining space of VG
3, Lsvg-l (vg-name) View the VG belonging to this name
4, Chfs-a size=10g/usr
--------------------------------------------------------------
Linux
1,vgdisplay See how much space there is
2,lvdisplay
3,pvdisplay
---------------------------------------------------------------
4,echo $ORACLE _sid View instance Name
5,desc dba_data_files View View
6,select file_name,tablespace_name,autoextensible from Dba_data_files; View table space Names and Paths
7,desc V$asm_diskgroup; View ASM Disk Group paths
8,select name,total_mb,free_mb from V$asm_diskgroup; View the remaining space of the ASM Disk Group
This article from the "Technology in hand, the world I have" blog, please be sure to keep this source http://xin521long.blog.51cto.com/11884590/1833625
LINUX AIX Expansion