
96 Unleashing DB2 10 for Linux, UNIX, and Windows
The values of the HADR configuration parameters are now established, as listed
in Table 6-4.
Table 6-4 Summary of the 7 HADR configuration parameters
Setting up a multiple standby system
After the values of HADR configuration parameters are established, the multiple
standby system can be set up. Use the following steps to set up a multiple
standby environment:
1. Create the standby database by restoring a backup image based on the
existing database that is to be the primary database.
2. Issue the following command at the primary database:
BACKUP DB sales TO /nfs1/backups/db2/sales;
3. Issue the follo ...