01.04. examples of working with the ACFS file system

                <<< Back   Next >>>
1. Info about volumes
[oracle]$ asmcmd volinfo --all

2. Enabling volumes
[oracle]$ asmcmd volenable --all

3. Increasing filesystem to 5Gb
[oracle]$ /sbin/acfsutil size +5g -d /dev/asm/oradata-360 /u02/oradata/bank

4. Resizing file system
[oracle]$ /sbin/acfsutil size 70g -d /dev/asm/oradata-360 /u02/oradata/bank

5.  Deleting 
volume
[oracle]$ asmcmd voldelete -G DATA ORADATA

                <<< Back   Next >>>

No comments:

Post a Comment