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 > Instance Creation Problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-21-05, 03:00
ksolomon ksolomon is offline
Registered User
 
Join Date: Jun 2004
Posts: 38
Instance Creation Problem

Hi All,
When I try to create an instance after logging in as ROOT user I'm getting this error
/usr/opt/db2_08_01/instance > db2icrt -a server -u db2fenc1 db2inst1
DBI1281E The database manager configuration file could not be
initialized.

Explanation:
An error occurred when attempting to initialize the database
manager configuration file. A DB2 instance could not be created
or migrated.

User Response:

Refer to the log file for problem determination. Resolve the
problem and try the command again. If the problem persists,
please contact IBM Support.

DBI1079I Output is saved in the log file /tmp/db2icrt.log.27954.

Explanation:

All processed and failed operations have been saved into this log
file.

User Response:

Do not modify this file in any way. This file is for IBM
Technical Support reference.


Contents of /tmp/db2icrt.log.27954
=====================
/usr/opt/db2_08_01/instance > cat /tmp/db2icrt.log.27954
Program name = db2idbm
Instance home dir = /home/db2inst1, Sysadm group = db2grp1
Instance type = 1, Auth type = server

DB21016E The Command Line Processor encountered a system error while sending
the command to the backend process.
Update DBM cfg SYSADM_GROUP errcode = 8
DBI1281E The database manager configuration file could not be
initialized.

Explanation:

An error occurred when attempting to initialize the database
manager configuration file. A DB2 instance could not be created
or migrated.

User Response:

Refer to the log file for problem determination. Resolve the
problem and try the command again. If the problem persists,
please contact IBM Support.

DBI1079I Output is saved in the log file /tmp/db2icrt.log.27954.

Explanation:

All processed and failed operations have been saved into this log
file.

User Response:

Do not modify this file in any way. This file is for IBM
Technical Support reference.

=====================

Please advice as when I went wrong ?

Thanks,
Vij
Reply With Quote
  #2 (permalink)  
Old 10-21-05, 10:38
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
Check the file permission , under /usr/opt/ for db2_ directory.
When I have this problem at solaris, I change the /opt/IBM directory
to 755.

you can also turn the debug flag at db2icrt command, but the output is mostly helpful to IBM support.

regards,

mujeeb
Reply With Quote
  #3 (permalink)  
Old 10-24-05, 11:32
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
You can use .

db2icrt -d -a server -u db2fenc1 db2inst1.


All other things looks fine.
Check the primary group of db2inst1.

regards,

mujeeb
Reply With Quote
  #4 (permalink)  
Old 10-24-05, 12:32
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
The beauty (or ugliness ) of db2icrt and some of the other instance-level commands is that they're shell scripts. Often you can grep through them and find the point of failure, if you're into that sort of thing. Or just call IBM support and let them do it.

jono
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
  #5 (permalink)  
Old 10-25-05, 06:32
ksolomon ksolomon is offline
Registered User
 
Join Date: Jun 2004
Posts: 38
instance creation problem resolved :-)


I issued this command now and it worked perfectly
db2icrt -a SERVER -p db2_db2inst1 -s ESE -w 64 -u db2fenc1 db2inst1

Thanks,
Vij
Reply With Quote
  #6 (permalink)  
Old 11-25-08, 10:34
Gangadhar_m Gangadhar_m is offline
Registered User
 
Join Date: Nov 2008
Posts: 1
Hi,

During creating instance db2inst1 (DB2 9.5) on aix 5, error occured as

DBI1281E The database manager configuration file could not be
initialized

how to troubleshoot ?

Thanks
GD
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