473,811 Members | 2,859 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DPF failure to connect

Hi,

I have a problem with a cluster of two nodes (A - instance-owner node
and B - partition node).

Everything (db2start, db2stop, db2 get dbm cfg...) works perfectly until
I add the second node B in the db2nodes.cfg.

So, my db2nodes.cfg looks like this - "0 <node A hostname0", and when
I try to add the node B with "1 <node B hostname0", db2start reports a
communication problem, and db2_all date reports connection refused on
node A and node B.

..rhosts file is setup with "+ db2inst" to make it 'unsafe' and foolproof
as possible.

/etc/services file on both nodes is identical and is as follows:
db2c_db2inst1 50000/tcp
DB2_db2inst1 60000/tcp
DB2_db2inst1_1 60001/tcp
DB2_db2inst1_2 60002/tcp
DB2_db2inst1_EN D 60003/tcp

Maximum number of logical nodes is 4 (I presume there is nothing wrong
in having a lower-than-max-number of nodes in the cluster?).

Both nodes are on the same domain and can ping and tracerout perfectly
each other in the first hop (I presume that means there is no
"high-speed interconnection device" in between?).

What have I done wrong?

Thank you for your reply
Oct 11 '06 #1
3 2236
Raj
Did you verify if the db2 home is mounted correctly on server B?
Also Add the following two lines to .rhosts and save (with chmod 600):
ServerA db2inst1
ServerB db2inst1

chmmr wrote:
Hi,

I have a problem with a cluster of two nodes (A - instance-owner node
and B - partition node).

Everything (db2start, db2stop, db2 get dbm cfg...) works perfectly until
I add the second node B in the db2nodes.cfg.

So, my db2nodes.cfg looks like this - "0 <node A hostname0", and when
I try to add the node B with "1 <node B hostname0", db2start reports a
communication problem, and db2_all date reports connection refused on
node A and node B.

.rhosts file is setup with "+ db2inst" to make it 'unsafe' and foolproof
as possible.

/etc/services file on both nodes is identical and is as follows:
db2c_db2inst1 50000/tcp
DB2_db2inst1 60000/tcp
DB2_db2inst1_1 60001/tcp
DB2_db2inst1_2 60002/tcp
DB2_db2inst1_EN D 60003/tcp

Maximum number of logical nodes is 4 (I presume there is nothing wrong
in having a lower-than-max-number of nodes in the cluster?).

Both nodes are on the same domain and can ping and tracerout perfectly
each other in the first hop (I presume that means there is no
"high-speed interconnection device" in between?).

What have I done wrong?

Thank you for your reply
Oct 11 '06 #2
Ian
chmmr wrote:
>
Both nodes are on the same domain and can ping and tracerout perfectly
each other in the first hop (I presume that means there is no
"high-speed interconnection device" in between?).

What have I done wrong?

You need to have your sysadmin enable the 'login' service in
/etc/inetd.conf (or equivalent if you're not on AIX).

Oct 11 '06 #3
Ian wrote:
chmmr wrote:
>>
Both nodes are on the same domain and can ping and tracerout perfectly
each other in the first hop (I presume that means there is no
"high-speed interconnection device" in between?).

What have I done wrong?


You need to have your sysadmin enable the 'login' service in
/etc/inetd.conf (or equivalent if you're not on AIX).
Yes, we figured that one too, but then again only the primary node will
start and secondary would say - Communication Error. In the logs we've
found out that we have no license and db2lic reported DPF license
"Violated".

Now, does that mean that the secondary node wouldn't start due to
license problem, or are we still screwing something up?

Thank you in advance
Oct 12 '06 #4

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

Similar topics

2
1611
by: Joe Mowry | last post by:
First off, I'm posting this question for a friend that doesn't have access to the news groups. Problem: Using PHP as the base and has several PHP < includes > for various functions, all this by its self works just fine. Failure occurs on adding the XML include. Here's the wierd: If all the PHP includes are removed/commented out,
4
8130
by: J. Marshall Latham | last post by:
I have written an ASP.NET web app in C# that is trying to connect to a database using OleDb. I put code in a dll that uses another dll to create a connection object (and open it if requested) to send back to the web app to connect to the database. I am getting the following error when I change anything in my web app and recompile. Catastrophic failure Description: An unhandled exception occurred during the execution of the current web...
4
11095
by: Etayki | last post by:
Hi, I am getting an assertion failure when declaring a CInternetSession object: CInternetSession mySession; // a session object I am still able to run the program, but I receive that annoying assertion failure dialog box and I have to click "ignore" each time.
0
997
by: Nigel Rivett | last post by:
This happened last week and it's happened again today. Last week it suddenly started working after a reboot of a server - we tried rebooting that server and it didn't help so it was probably a coincidence. It comes up with a connect window asking for user name and password to connect to websvr.xxxx.com). We just want any ideas about what to look at. We have an aspx and aspx.cs. The aspx has
66
3651
by: Johan Tibell | last post by:
I've written a piece of code that uses sockets a lot (I know that sockets aren't portable C, this is not a question about sockets per se). Much of my code ended up looking like this: if (function(socket, args) == -1) { perror("function"); exit(EXIT_FAILURE); } I feel that the ifs destroy the readability of my code. Would it be
1
5822
by: CFTK | last post by:
Hi! I´m trying to create a merge replication publication for a SQL Mobile Application . Everything works fine creating the publication and I'm able to do the http://xxx.xxx.xxx.xxx/aaaaaaa/sqlcesa30.dll, and it display's the "sql server mobile server agent 3.0". But when I run the application on the PDA and it´s doing the replication it appears the following error:
7
3607
by: bylum | last post by:
Servlet SQLException Communication link failure java howto i can't connect jsp and database(mysql). This is the exception: exception org.apache.jasper.JasperException: javax.servlet.ServletException: java.sql.SQLException: Communication link failure: java.io.IOException, underlying cause: Unexpected end of input stream
1
3248
by: sreejithp | last post by:
Hello, I am new to python. I have been trying to connect to telnet and feed some data from a server. Its working properly. I used the connectionObj.read_until() method to read the data from the server and made the connection as self.conn = telnetlib.Telnet(so.telnetHost, so.telnetPort) thats too fine.
0
3406
by: Kristian Reukauff | last post by:
Hi I have a problem with the .Net-Securty-Functions. I've got a client and a server. When I try to register a channel at the server with this line: ChannelServices.RegisterChannel(chan, false); I get the following error - doesn't matter if I try it local from my machine or from a remote machine. (After the Errormessage is more text ;))
0
4622
by: mina | last post by:
My application which is written in vb.net 2005 uses sql server 2005 express as a database, this application is multi-user. So i am used 3 xp machine to install my application i can say machine1,machine2 ,machine3 on which i have install my application. On machine1 i also install SQL Server 2005 express. Then run mu application from machine1 which is locally its work fine. But i am facing problem when i am trying to connect from the...
0
9603
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10644
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10379
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10393
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10124
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7664
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6882
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3015
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.