|
db2admin start失败如何解决
[dasusr1@750ora1a:/home/dasusr1]#>db2admin stop
SQL4407W The DB2 Administration Server was stopped successfully.
[dasusr1@750ora1a:/home/dasusr1]#>db2admin start
SQL4401C The DB2 Administration Server encountered an error during startup.
[dasusr1@750ora1a:/home/dasusr1]#>exit
[root@750ora1a:/]#>cd /home/dasusr1
[root@750ora1a:/home/dasusr1]#>. das/dasprofile
[root@750ora1a:/home/dasusr1]#>db2admin start
SQL4401C The DB2 Administration Server encountered an error during startup.
[root@750ora1a:/arch/IBM/db2/V9.7]#>cd /home/dasusr1/das/dump
[root@750ora1a:/home/dasusr1/das/dump]#>ls
db2dasdiag.log
[root@750ora1a:/home/dasusr1/das/dump]#>ls -l
total 8
-rw-rw-rw- 1 dasusr1 dasadm1 2747 May 20 13:31 db2dasdiag.log
[root@750ora1a:/home/dasusr1/das/dump]#>cat *log
2011-05-10-15.32.32.338000+480 I1A439 LEVEL: Error
PID : 413834 TID : 1
FUNCTION: DB2 Common, Fault Monitor Facility, f**ilNotify, probe:50
MESSAGE : ECF=0x90000371 The fault monitor daemon failed to send an e-mail notification
DATA #1 : Sint32, 4 bytes
-22295
DATA #2 : String, 117 bytes
db2fmd
The state of instance 'dasusr1' gcf module '/arch/IBM/db2/V9.7/das/lib/libdb2dasgcf.a' is OPERABLE (OFFLINE).
2011-05-10-15.32.32.361484+480 I441A407 LEVEL: Error
PID : 413834 TID : 1
FUNCTION: DB2 Common, Fault Monitor Facility, fmMainLogic, probe:130
MESSAGE : ECF=0x90000371 The fault monitor daemon failed to send an e-mail notification
CALLED : DB2 Common, Fault Monitor Facility, f**ilNotify
RETCODE : ECF=0x90000371 The fault monitor daemon failed to send an e-mail notification
2011-05-10-15.32.32.944923+480 I849A244 LEVEL: Event
PID : 802922 TID : 1
FUNCTION: DB2 Tools, DB2 administration server, rrm_main, probe:20
DATA #1 : String, 47 bytes
DB2 Administration Server started successfully.
2011-05-17-09.14.47.052146+480 I1094A244 LEVEL: Event
PID : 639040 TID : 1
FUNCTION: DB2 Tools, DB2 administration server, rrm_main, probe:20
DATA #1 : String, 47 bytes
DB2 Administration Server started successfully.
2011-05-17-09.14.47.825893+480 I1339A334 LEVEL: Error
PID : 663598 TID : 1
FUNCTION: DB2 Common, Fault Monitor Facility, main, probe:59
DATA #1 : String, 142 bytes
There is a copy of db2fmd running as the lock file /home/dasusr1/das/.db2fmd.libdb2dasgcf.localhost.lock is locked by some other process, exit
2011-05-20-13.26.37.286913+480 I1674A247 LEVEL: Event
PID : 639040 TID : 1543
FUNCTION: DB2 Tools, DB2 administration server, exitDAS, probe:100
DATA #1 : String, 47 bytes
DB2 Administration Server stopped successfully.
2011-05-20-13.26.47.231640+480 I1922A210 LEVEL: Error
PID : 364630 TID : 1
FUNCTION: DB2 Tools, DB2 administration server, dasRootInit, probe:20
DATA #1 : Sint32, 4 bytes
-2129723342
2011-05-20-13.26.47.231888+480 I2133A201 LEVEL: Error
PID : 364630 TID : 1
FUNCTION: DB2 Tools, DB2 administration server, rrm_main, probe:90
DATA #1 : Sint32, 4 bytes
-3020
2011-05-20-13.31.40.109343+480 I2335A210 LEVEL: Error
PID : 520398 TID : 1
FUNCTION: DB2 Tools, DB2 administration server, dasRootInit, probe:20
DATA #1 : Sint32, 4 bytes
-2129723342
2011-05-20-13.31.40.109568+480 I2546A201 LEVEL: Error
PID : 520398 TID : 1
FUNCTION: DB2 Tools, DB2 administration server, rrm_main, probe:90
DATA #1 : Sint32, 4 bytes
-3020
[root@750ora1a:/home/dasusr1/das/dump]#> |
|