Quote:
|
Originally Posted by grofaty
Hi,
installing DB2 Enterprise Server Edition v9.5 on Suse SLES 10 fixpack 1 on System z I got error.
I did the following:
1. execute ./db2_install -> completed successfully
2. created groups (db2iadm1, db2fadm1, dasadm1) and asign users (db2inst1, db2fenc1, dasusr1) to groups -> competed successfully
3. creating DAS server -> completed successfully
4. creating DB2 instance by command: /opt/ibm/db2/V9.5/instance/db2icrt -a server -u db2fenc1 db2inst1 -> produces error:
========
/opt/ibm/db2/V9.5/instance/db2iutil: line 4700: 9890 Segmentation fault ${DB2DIR?}/instance/db2isrv -addfcm -i ${INSTNAME?}
========
Error message is log but at the bottom there is log file info. I have looked into this error:
========
SQL6031N Error in the db2nodes.cfg file at line number "0". Reason code
"11".
Update DBM cfg SYSADM_GROUP errcode = 8
>>>>> Error message = SQL6031N Error in the db2nodes.cfg file at line number "0". Reason code
"11". <<<<<
DBI1703E No valid service name or port number found.
========
It looks creating DB2 instance command looks into db2nodes.cfg file. I have executed "ls -A" command in directory /home/db2inst1 and the ouput is without sqllib directory. File db2nodes.cfg should be in this missing path.
Any idea what is wrong? Is there a bug in DB2 install?
Thanks,
Grofaty
|
I would suggest you to create one instance manually by using "db2icrt" command. If that also fails (which I guess won't), then there is something wrong with the image.
Aslo, see if there is a file "db2nodes.cfg" under sqllib. If its there, check its contents. The error message says that the problem is with the post number. Please verify it.
Also, if possible, paste the content here;
Regards
-- Sanjay