If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Problem creating a new DB2 database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-07-06, 02:48
pjbr34 pjbr34 is offline
Registered User
 
Join Date: Aug 2005
Posts: 14
Problem creating a new DB2 database

I have just successfully installed DB2 8.2 under SLES8.2 and when
trying to create a new database I get the following error:


db2inst1@pjbrlnx:~> db2start
SQL6036N START or STOP DATABASE MANAGER command is already in
progress.
db2inst1@pjbrlnx:~> db2 create db lnxkaka on /ges
SQL1032N No start database manager command was issued. SQLSTATE=57019
db2inst1@pjbrlnx:~>


What is this about ??? Yes, I know the dbm must be started and I always
re-issue once again the db2start command but then again the most I
execute the db2 create command, the most it says no start database
command was issued with no further details. I have tried restarting db2 and even the whole computer but it makes no difference.


Help, please !!


José Raúl Barón
CALCULO S.A.
e-mail: jba...@calculo-sa.es
Reply With Quote
  #2 (permalink)  
Old 02-07-06, 04:37
przytula przytula is offline
Registered User
 
Join Date: Nov 2004
Posts: 374
db2start

some process is present that should not or another process is missing
first try ipclean to kill all processes
try ps -ef |grep db2sys and kill these processes
try db2start ..
finally : logon as root : cd /..db2../instance/db2iupdt instance and check that no error is reflected..
__________________
Best Regards, Guy Przytula
DB2/ORA/SQL Services
DB2 DBA & Advanced DBA Certified
DB2 Dprop Certified
http://users.skynet.be/przytula/dbss.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On