test veritas logo


dbdst_show_fs(1M)

NAME

dbdst_show_fs - displays class information, volume information and freespace for a given mount point.

SYNOPSIS

dbdst_show_fs -S ORACLE_SID -m <mount_point>

dbdst_show_fs -S ORACLE_SID -m <mount_point> -o <volume

AVAILABILITY

Veritas Storage Foundation. To determine whether this product is installed on a Linux system, enter:

rpm -qa | grep VRTSdbed

DESCRIPTION

The dbdst_show_fs command is used to display freespace, class information, and volumne information in each class for a given mount point. The filesystem should be mounted when this command is executed. The display information is sorted by class name and volume name. You can also specify -o volume to display only the volume information.

OPTIONS

The following options are supported:
-S ORACLE_SID Specifies the name of the Oracle database whose information will be retrieved.
-m mount_point Specifies mount point which you want to display its class, and volume information.
-o volume Option to display just the volume information.

NOTES

dbdst_show_fs must be run as Oracle DBA user.

Real Application Clusters (RAC) Considerations

This command is supported in a RAC environment. This command can be run on any node of the RAC.

EXAMPLES


$ /opt/VRTS/bin/dbdst_show_fs -S $ORACLE_SID -m /susanvset

CLASS = ONE Name Size Used Available v1 1048576 394004 654572 v2 1048576 16 1048560 ============================================================= SUMMARY: 2097152 394020 1703132 CLASS = PRIMARY Name Size Used Available susanvset-b4vset 1048576 70867 977709 CLASS = THREE Name Size Used Available v5 1048576 16 1048560 v6 1048576 16 1048560 ============================================================= SUMMARY: 2097152 32 2097120 CLASS = TWO Name Size Used Available v3 1048576 51216 997360 v4 1048576 16 1048560 ============================================================= SUMMARY: 2097152 51232 2045920

$ /opt/VRTS/bin/dbdst_show_fs -S $ORACLE_SID -m /susanvset -o volume

Name Size Used Available Tag susanvset-b4vset 1048576 70867 977709 PRIMARY v1 1048576 394005 654571 ONE v2 1048576 16 1048560 ONE v3 1048576 51216 997360 TWO v4 1048576 16 1048560 TWO v5 1048576 16 1048560 THREE v6 1048576 16 1048560 THREE

EXIT STATUS

0 Command executed successfully.
1 An Error Occured.
101 Licence check failed.
102 No license to execute this command.
103 Invalid Storage Class
104 The device or mount point is not owned by user
105 Could not get information from Oracle Database
255 Could not load program.

SEE ALSO

RAC is not supported with some SF products/configurations. For details please refer to the Veritas Storage Foundation: Storage and Availability Management for Oracle Databases Guide

dbdst_classify(1M), dbdst_admin(1M), dbdst_convert(1M), dbdst_file_move(1M), dbdst_partition_move(1M), dbdst_preset_policy(1M), dbdst_report(1M), dbdst_rmvol(1M), dbdst_show_fs(1M), dbdst_tbs_move(1M), dbdst_obj_move(1M), dbdst_obj_view(1M), oracle_edition(7)

Veritas Storage Foundation: Storage and Availability Management for Oracle Databases


SF for Oracle dbdst_show_fs(1M)