InfoScale™ 9.0 Storage and Availability Management for DB2 Databases - AIX, Linux
- Section I. Storage Foundation High Availability (SFHA) management solutions for DB2 databases
- Overview of Storage Foundation for Databases
- About Veritas File System
- Overview of Storage Foundation for Databases
- Section II. Deploying DB2 with InfoScale products
- Deployment options for DB2 in a Storage Foundation environment
- Deploying DB2 with Storage Foundation
- Deploying DB2 in an off-host configuration with Storage Foundation
- Deploying DB2 with High Availability
- Deployment options for DB2 in a Storage Foundation environment
- Section III. Configuring Storage Foundation for Database (SFDB) tools
- Configuring and managing the Storage Foundation for Databases repository database
- Configuring the Storage Foundation for Databases (SFDB) tools repository
- Configuring authentication for Storage Foundation for Databases (SFDB) tools
- Configuring and managing the Storage Foundation for Databases repository database
- Section IV. Improving DB2 database performance
- About database accelerators
- Improving database performance with Quick I/O
- About Quick I/O
- Improving DB2 database performance with Veritas Concurrent I/O
- Section V. Using point-in-time copies
- Understanding point-in-time copy methods
- Volume-level snapshots
- Storage Checkpoints
- Considerations for DB2 point-in-time copies
- Administering third-mirror break-off snapshots
- Administering Storage Checkpoints
- Database Storage Checkpoints for recovery
- Backing up and restoring with Netbackup in an SFHA environment
- Understanding point-in-time copy methods
- Section VI. Optimizing storage costs for DB2
- Section VII. Storage Foundation for Databases administrative reference
- Storage Foundation for Databases command reference
- Tuning for Storage Foundation for Databases
- Troubleshooting SFDB tools
Recreating Quick I/O files after restoring a database
If you need to restore your database and were using Quick I/O files, you can use the qio_recreate command to automatically recreate the Quick I/O files after you have performed a full database recovery. The qio_recreate command uses the mkqio.dat file, which contains a list of the Quick I/O files used by the database and the file sizes.
For information on recovering your database, refer to the documentation that came with your database software.
Before recreating Quick I/O with the qio_recreate command, make sure the following conditions have been met:
DB2 Prerequisites |
|
Usage notes |
|
To recreate Quick I/O files after recovering a database
- As DBA, use the qio_recreate command as follows:
For DB2:
$ /opt/VRTS/bin/qio_recreate
For Sybase:
$ /opt/VRTS/bin/qio_recreate
You will not see any output if the command is successful.
When you run the qio_recreate command, the following actions occur:
If... | Then... |
---|---|
a Quick I/O file is missing | the Quick I/O file is recreated. |
a symbolic link from a regular VxFS file to a Quick I/O file is missing | the symbolic link is recreated. |
a symbolic link and its associated Quick I/O file are missing | both the link and the Quick I/O file are recreated. |
a Quick I/O file is missing and the regular VxFS file that it is symbolically linked to is not the original VxFS file | the Quick I/O file is not recreated and a warning message is displayed. |
a Quick I/O file is smaller than the size listed in the mkqio.dat file | the Quick I/O file is not recreated and a warning message is displayed. |