DB2 10.5 for Linux, UNIX, and Windows

Response file considerations for a DB2 pureScale environment

In addition to general response file considerations, a DB2® pureScale® environment has additional considerations.

A response file installation might also be referred to as a silent installation or an unattended installation. The response file can be used to:
A response file can be created in either of the following ways: The DB2 pureScale Feature sample response file, db2dsf.rsp, is located in /opt/IBM/db2/V10.5/install/db2/platform/samples directory, where platform refers to the appropriate operating system.
You must consider the following before proceeding with a response file installation in a DB2 pureScale environment:

Example

The following example installs the DB2 pureScale Feature using response file db2dsf.rsp:
db2setup -r /mydir/db2dsf.rsp -l /tmp/db2setup.log -t /tmp/db2setup.trc 
where mydir represent the directory where you saved the db2dsf.rsp file.