Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

size 100M reuse;
Tablespace created.
Displaying Quick I/O status and file attributes
You can obtain and display information about Quick I/O status and file attributes
using various options of the ls command:
Lists all files on a file system, including Quick I/O files and their links.-al
Shows if Quick I/O was successfully installed and enabled.-1L
Shows how a Quick I/O file name is resolved to that of a raw device.-a1L
To list all files on the current file system, including Quick I/O files and their links
Use the ls -al command with the file names:
$ ls -al filename .filename
The following example shows how to use the -a option to display the absolute
path name created using qiomkfile:
$ ls -al d* .d*
lrwxr-xr-x 1 root sys 18 Jul 22 06:00 .dbfile -
> .dbfile::cdev:vxfs:
-rw-r----- 1 oracle dba 104865792 Jul 22 06:21 .dbfile.dbf
lrwxr-xr-x 1 oracle dba 18 Jul 22 06:01 dbfile -
> .dbfile::cdev:vxfs:
lrwxr-xr-x 1 oracle dba 22 Jul 22 06:27 dbfile.dbf -
> .dbfile.dbf::cdev:vxfs:
93Using Veritas Quick I/O
Displaying Quick I/O status and file attributes