db2 fixpack error for version 9

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saidev
    New Member
    • Nov 2006
    • 7

    db2 fixpack error for version 9

    Hi All,

    I had made SUCCESFULL installation of the db2 version 9 on the AIX 5.3. When i try to install the fixpack 2 on top of the db2 version 9 i got the below strange error message. I don't think so it is the db2 error but then what is it? Can please someone help me to resolve this error.

    error :
    decaix2:/abc_db2/db2v9.2/ese/disk1>./installFixPack -b /abc_db2/db2_09_01
    ./installFixPack: test: 0402-017 Specify a parameter with this command.

    Thanks
    Dave
  • dbm1rcb
    New Member
    • May 2007
    • 1

    #2
    you may need a "-y" after installFixPak to agree to the license agreement.

    ./installFixPack -y

    Comment

    Working...