473,486 Members | 2,296 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

instance creation problem

Hi, All

I have trouble with db2 instance creation (DB2 9.1.2 on AIX 5.3)

When i run command for instance creation :

../db2icrt -a SERVER -p 50000 -s ese -u db2fenc1 db2inst1

a reciveve error in generated log file db2icrt.log.118872 :

Program name = db2idbm
Instance home dir = /home/db2inst1, Sysadm group = db2grp1
Instance type = 1, Auth type = SERVER

SQL6031N Error in the db2nodes.cfg file at line number "1". Reason
code
"10".
Update DBM cfg SYSADM_GROUP errcode = 8
>>>>Error message = SQL6031N Error in the db2nodes.cfg file at
line number "1". Reason code
"10". <<<<<
DBI1703E No valid service name or port number found.

Explanation:

No valid service name or port number for this instance can be
found in the TCP/IP services file. This information is either
missing or is invalid.

If you installed "DB2 Extended Server Edition" product, a
service name must be specified for the instance before using this
command.

User Response:

Specify valid service name and port number for this instance and
enter this command again.

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

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.

In my /etc/services file the string

db2c_db2inst1 50000/tcp

is presented.

And in /etc/hosts file the string

172.x.x.x aix2

is presented

# uname -a
AIX aix2 3 5 00056B88D700
Where may be a problem ?
Thanks and sorry for my bad english.

Sep 7 '07 #1
1 6691

mitrofu...@gmail.com:
Hi, All

I have trouble with db2 instance creation (DB2 9.1.2 on AIX 5.3)
Sorry, All. It's my mistake. Hostname have been wrong.

Sep 7 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
3300
by: Sridhar R | last post by:
Consider the code below, class Base(object): pass class Derived(object): def __new__(cls, *args, **kwds): # some_factory returns an instance of Base # and I have to derive from this...
6
4632
by: Dmitry Karneyev | last post by:
Hi! I guess this question have been asked a lot of times, but please be tolerant and if you have any ideas share it. The question is: how to make availibale only one instance of application and...
18
5637
by: Steve Barnett | last post by:
I want to ensure that there is only ever one instance of my app running on a single PC at any time. I understand that I can achieve this by using a mutex and, if I can't take ownership of the...
5
1455
by: Russell Warren | last post by:
I just ran across a case which seems like an odd exception to either what I understand as the "normal" variable lookup scheme in an instance/object heirarchy, or to the rules regarding variable...
5
3153
by: JH | last post by:
Hi I found that a type/class are both a subclass and a instance of base type "object". It conflicts to my understanding that: 1.) a type/class object is created from class statement 2.) a...
13
5360
by: JohnQ | last post by:
Why would anyone write: class SomeThing // class littered with non-domain single-instancing code :( { private: SomeThing(); static SomeThing* pInstance_; public: static SomeThing*...
9
1209
by: glomde | last post by:
Hi I wonder if you can set what subclass a class should have at instance creation. The problem is that I have something like: class CoreLang(): def AssignVar(self, var, value): pass class...
5
1883
by: Andy B | last post by:
I am trying to figure out how to make an object instance available for all methods of a class. I tried to do something like this: public class test { TheObject Instance = new TheObject();...
0
2630
tlhintoq
by: tlhintoq | last post by:
My project involves reading magstripe cards, capturing an ID number, then spinning off to do some other things including taking a photograph. 99% of this is done and good. All early phases of work...
0
7132
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7180
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6846
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5439
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4564
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3076
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3071
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
600
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.