cancel
Showing results for 
Search instead for 
Did you mean: 

DB2 9.1/AIX FP7 installation problem

07-28-2009 8:55 PM
753 views 4 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi, All

I have problem with installation of v9.1 Fixpack 7 on V9.1.2

The installFixPack utility is hang on Step1 with error :

The DB2 installer detects that DAS "dasusr1" is still active. Stop the DAS and rerun the command again.

I try to stop DAS :

sapqas1# pwd

/opt/IBM/db2/V9.1/das/bin

sapqas1# ./db2admin stop

SQL4410W The DB2 Administration Server is not active.

DB2 instances completely down and no other DB2 processes is presented in the system.

II reboot the AIX LPAR, but this error still the same after rerun installFixPack

For this error moment in db2dasdiag.log is presented next rows :

2009-07-28-21.51.59.511478+240 I83368A210 LEVEL: Error

PID : 205304 TID : 1

FUNCTION: DB2 Tools, DB2 administration server, dasRootInit, probe:10

DATA #1 : Sint32, 4 bytes

-2079391743

2009-07-28-21.52.01.511716+240 I83579A210 LEVEL: Error

PID : 205304 TID : 1

FUNCTION: DB2 Tools, DB2 administration server, db2dasSearchDscvInit, probe:30

DATA #1 : Sint32, 4 bytes

13

2009-07-28-21.52.01.511800+240 I83790A201 LEVEL: Error

PID : 205304 TID : 1

FUNCTION: DB2 Tools, DB2 administration server, dasRootInit, probe:60

DATA #1 : Sint32, 4 bytes

-1

2009-07-28-21.52.01.511858+240 I83992A201 LEVEL: Error

PID : 205304 TID : 1

FUNCTION: DB2 Tools, DB2 administration server, rrm_main, probe:90

DATA #1 : Sint32, 4 bytes

-3020

On the same AIX LPAR is installed SolMan instance (with its own DB2 copy on /usr/sap/<SID>/db2_910). And it is succesfully updated with FP7.

How i can fix this error ?

Thank's

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello Dmitry,

Based on the info you provided the fixpak install is failing with an error that the DAS instance is still running even after you successfully issued db2admin stop. what we can do instead is drop the DAS before the upgrade, then recreate it afterward. To drop the DAS, issue the following as root:

dasdrop

http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.admin.doc/doc/r0...

http://publib.boulder.ibm.com/infocenter/db2luw/v9/topic/com.ibm.db2.udb.admin.doc/doc/t0005177.htm

Then after the upgrade finishes, you can recreate the DAS with the following as root:

dascrt -u dasusr1

http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.admin.doc/doc/r0...

http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.admin.doc/doc/t0...

Best Regards,

Adam Wilson

SAP Development Support

IBM Toronto Lab

Former Member
0 Likes

Hello, Adam

Thank you. dasdrop helped.

With best regard, Dmitry

Former Member
0 Likes

Hello Dmitry,

I'm glad to hear the issue is resolved.

Cheers!

Adam

Former Member
0 Likes

Adam . .

just wanted to give some feed back .. this is great and very practical solution. I ran into same issue today. My problem was also resolved by following your recomended steps.

Thanks

Gaganpreet

Answers (0)