Veritas Storage Foundation for Oracle 5.0 Administrator's Guide, HP-UX 11i v3, Second Edition, December 2008
To access an existing regular file as a Quick I/O file on a VxFS file system
1
Access the VxFS file system mount point containing the regular files:
$ cd /mount_point
2
Create the symbolic link:
$ mv filename .filename
$ ln -s .filename::cdev:vxfs: filename
This example shows how to access the VxFS file dbfile as a Quick I/O file:
$ cd /db01
$ mv dbfile .dbfile
$ ln -s .dbfile::cdev:vxfs: dbfile
This example shows how to confirm the symbolic link was created:
$ ls -lo .dbfile dbfile
-rw-r--r-- 1 oracle 104890368 Oct 2 13:42 .dbfile
lrwxrwxrwx 1 oracle 19 Oct 2 13:42 dbfile ->
.dbfile::cdev:vxfs:
Converting Oracle files to Quick I/O files
Special commands, available in the /opt/VRTSdbed/bin directory, are provided
to assist you in converting an existing database to use Quick I/O. You can use the
qio_getdbfiles command to extract a list of file names from the database system
tables and the qio_convertdbfiles command to convert this list of database files
to use Quick I/O.
Note: It is recommended that you create a Storage Checkpoint before converting
to or from Quick I/O.
See “Creating Storage Checkpoints using dbed_ckptcreate” on page 315.
Before converting database files to Ouick I/O files, the following conditions must
be met:
Using Veritas Quick I/O
Converting Oracle files to Quick I/O files
84