Installing a Db2 database product using a response file (Linux and UNIX)
Response files contain values that are used to answer questions during the installation process that you would normally answer. For installations other than Db2 pureScale® Feature, use this installation method to install multiple copies of your Db2 product on multiple computers, or to have the same installation decisions in all Db2 copies.
Before you begin
- Ensure your system meets all of the memory, hardware, and software requirements to install your Db2 database product.
- Complete the pre-installation tasks.
- Create a response file.
- All Db2 processes associated with the copy of Db2 you are working with are stopped.
- Ensure the response file keyword LIC_AGREEMENT is set to ACCEPT.
Procedure
To install the Db2 product using a response file:
Example
The following example installs the Db2 product using
response file
db2aese.rsp:
db2setup -r /mydir/db2aese.rsp -l /tmp/db2setup.log -t /tmp/db2setup.trc
where
mydir represent the directory where you saved the
db2aese.rsp file.What to do next
Review and perform any necessary postinstallation tasks.