Connecting Tech Pros Worldwide Forums | Help | Site Map

DB2 Response File Installation

Newbie
 
Join Date: Aug 2008
Posts: 28
#1: Sep 1 '08
Hi Folks,

I have installed DB2 ESE 8.2 in my local system and created a response file called PROD_ESE ,

Now i need to install the response file in another system so that i can have the same configuration as my local system had,

1)Wheather i need to install DB2 ESE 8.2 in that system also ?

2)How to install this response file ?

Regards
Padmanaban.N

Newbie
 
Join Date: Jan 2007
Posts: 27
#2: Sep 2 '08

re: DB2 Response File Installation


You will have to install DB2 on other machine too. Response file helps you in automating the install process. The options which you selected while installing the first time would be saved in the response file. So next time when you install DB2 on any other machine, you can specify the response file at that time and DB2 will be installed with those options.
Newbie
 
Join Date: Jan 2007
Posts: 4
#3: Jul 6 '09

re: DB2 Response File Installation


Yes you can do as follows:
db2setup -r PROD_ESE
Reply