IBM DB2(R) High Performance Unload Version 2 Release 1, Fix Pack 6, Interim Fix 2, Install Instructions 1.0 Problem Description 2.0 Installation Instructions 3.0 Backout Instructions ___________________________________________________________________ 1.0 Problem Description Interim Fix 2 solves the following problems: - Unable to unload any data from an instance where the db2nodes.cfg file contains netnames instead of hostnames in its second column. To make HPU able to deal with such a db2nodes.cfg file, add the 'nettohosts' new parameter into the HPU configuration file. The syntax to be used for this new parameter: Note that it is not the same on Windows and Unix: - on Windows: nettohosts=host1sw;host1,host2sw;host2 - on Unix: nettohosts=host1sw:host1,host2sw:host2 (where host1 or host2 is the hostname) With this parameter added, a db2nodes.cfg such as the following one would be correctly understood by HPU: 0 host1sw 0 host1sw 1 host1sw 1 host1sw 2 host2sw 0 host2sw - No output files generated when using the ON REMOTE HOST option into the OUTPUT clause - Segmentation fault if unloading data from a mono-partitioned instance which db2nodes.cfg file line does not contain a logical port - Signal 13 raised while unloading data from tables in DMS tablespace - SQL errors badly handled if occurring while unloading data through DB2 2.0 Installation Instructions 1. Unzip and untar the file anywhere on your system 2. After the untar is complete you will see an additional ptf_HPU216C subdirectory 3. CD to ptf_HPU216C and make sure your $TOPHPU is set up. 4. From the root run install.sh 3.0 Backout Instructions 1. Navigate to $TOPHPU/ptf/HF216C 2. Run uninstall.sh