DB2 Response File Installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ganeshmn25
    New Member
    • Aug 2008
    • 28

    DB2 Response File Installation

    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
  • spider007
    New Member
    • Jan 2007
    • 27

    #2
    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.

    Comment

    • ppadashe
      New Member
      • Jan 2007
      • 4

      #3
      Yes you can do as follows:
      db2setup -r PROD_ESE

      Comment

      Working...