473,651 Members | 2,659 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Prove HADR

DB2 v8.2 for win2k3 server

I configurated HADR and now I am trying it. Inside the manage option in
the control center is an option named takeover that switch the roles of
the dbs. That work perfect.

Now reading about HADR I saw that using alternate server for db using
hostname ip port # the automating reroute will start. I got a java web
application running on tomcat. The configuration parameters in tomcat
show the ip address of the machine that runs the database.

How can I automate the rerouting proces in that case?
Someone told me about virtual IP but where can I find information about
configurating that for win2k3?

Thanks
Juan

Nov 12 '05 #1
4 1969
ju********@gmai l.com wrote:
DB2 v8.2 for win2k3 server

I configurated HADR and now I am trying it. Inside the manage option in
the control center is an option named takeover that switch the roles of
the dbs. That work perfect.

Now reading about HADR I saw that using alternate server for db using
hostname ip port # the automating reroute will start. I got a java web
application running on tomcat. The configuration parameters in tomcat
show the ip address of the machine that runs the database.

How can I automate the rerouting proces in that case?
Someone told me about virtual IP but where can I find information about
configurating that for win2k3?

Thanks
Juan

I'm far from an expert on this topic, but AFAIK you need to set up
"automatic client reroute". Time too google information center :-)

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab
Nov 12 '05 #2

Client reroute can be configured at the server or via the universal
JDBC driver (if you're using that). In neither case is the IP address
failed over.

http://publib.boulder.ibm.com/infoce...n/c0011976.htm

http://publib.boulder.ibm.com/infoce...d/cjvclrrt.htm

Regards,
- Steve P.
-----------------------------
DB2 UDB Development
Portland, OR

Nov 12 '05 #3
Steve, I saw the links that you put and the second one seems pretty
good to me, because I am using JDBC.

Now in the text says:

"...DB2 Universal JDBC Driver client reroute support causes the
underlying connection to be rerouted to an alternate location where a
failover replica of the database resides..."

"...Alterna tes are propagated from the server to the client dynamically
when the client issues a CONNECT or CONNECT RESET. This dynamically
propagated alternate server information is stored in global driver
memory, and is also updated in the JNDI store of DB2 active servers..."
From that I understood that using UPDATE ALTERNATE SERVER command I am configurating the JDBC am I right?

Any examples for that?

Thanks

Serge Rielau wrote: ju********@gmai l.com wrote:
DB2 v8.2 for win2k3 server

I configurated HADR and now I am trying it. Inside the manage option in
the control center is an option named takeover that switch the roles of
the dbs. That work perfect.

Now reading about HADR I saw that using alternate server for db using
hostname ip port # the automating reroute will start. I got a java web
application running on tomcat. The configuration parameters in tomcat
show the ip address of the machine that runs the database.

How can I automate the rerouting proces in that case?
Someone told me about virtual IP but where can I find information about
configurating that for win2k3?

Thanks
Juan

I'm far from an expert on this topic, but AFAIK you need to set up
"automatic client reroute". Time too google information center :-)

--
Serge Rielau
DB2 SQL Compiler Development
IBM Toronto Lab


Nov 12 '05 #4

Caveat: I am not expert in the JDBC driver.
From what I've been told, the driver can have alternative server

information set up for it in two different ways:

- via a specific API of the driver, the client on its own can set up
alternate server information

- upon connecting to the server, if the server has alternate server
info defined, it will be passed back to the client; in this case, it
will overwrite (update) any value that the client had initially set on
its own

Some additional information is here:
http://publib.boulder.ibm.com/infoce...2130.htm#wq460

(For some reason, IE won't go directly to the internal location #wq40
for me. If same holds for you, you may end up at the top of
"Documentat ion updates" page. Search down for "Rerouting DB2 Universal
JDBC driver clients".)

I'm not sure what examples you may be wanting. There is an example of
the UPDATE ALTERNATE SERVER command in the first topic link in my prior
reply. There are some examples having to do with the universal driver
under the other link in my first reply and the link just above in this
reply.

Regards,
- Steve P.
--------------------------------
DB2 UDB Development
Portland, OR

Nov 12 '05 #5

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

Similar topics

1
3101
by: Bruce M | last post by:
Is there a way to run the db2-generated HADR-create script outside of DB2CC beyond the obvious? My DB2CC generates the HADR script and then abends because of a java error meaning I can't finish my HADR creation. In looking at the script it isn't necessarily obvious which commands should run on the primary server and which should be run on the standby server.
3
5200
by: bwmiller16 | last post by:
Why are 2 ports required for a HADR Pair? Environment: RH Linux AS3 UDB Express 8.2 with HADR Option Folks - Working with HADR and getting this setup to work right.
7
10575
by: Mark A | last post by:
If server 01 running HADR in the primary role crashes, and the DBA does a HADR takeover by force on the 02 server to switch roles, then the 02 server is now the primary. What happens when the Server 01 is brought back up? It still thinks it is the primary because that was its role when it crashed and it does not know about the takeover by force command that was issued. Does the 01 server check the 02 server to see what role they are in...
4
4641
by: Joachim Klassen | last post by:
DB2 V8.2 FP10 on Windows I tested the following HADR scenario: - a new tablespace on a new filesytem is created on the primary System - the replay on standby fails because of lacking permissions - the tablespace is backed up on the primary system - tables are created in the new tablespace and data is inserted (and a couple of logs are archived) - Takeover is done by the standby
16
21757
by: gumby | last post by:
I'm having trouble getting HADR to work with the sample databases on two HS20 xSeries blades, Red Hat ES4 up3, DB2 8.2.4, getting the following error. SQL1768N Unable to start HADR. Reason code = "7" - The primary database failed to establish a connection to its standby database within the HADR timeout interval. What things should I check besides the remote host and remote service parameters on the standby database, which seem to be...
8
23426
by: Challenge | last post by:
Hi, I got error, SQL1768N Unable to start HADR. Reason code = "7", when I tried to start hadr primary database. Here are the hadr configuration of my primary db: HADR database role = STANDARD HADR local host name (HADR_LOCAL_HOST) = testserver HADR local service name (HADR_LOCAL_SVC) = 56000 HADR remote host name (HADR_REMOTE_HOST) = testserver
6
4077
by: RayRay | last post by:
I was hoping I might be able to get an answer regarding DB2 and HADR. Let me preface this by saying that I know very little about networking and I'm not familiar with the HADR product or clustering. But, I've been asked to research a couple issues for a client. They are thinking about implementing HADR. They have DB2 production databases running on more than one box. Does a liscense for HADR need to be purchased for each production box...
0
2429
by: deshaipet | last post by:
Hi - We have primary and standby databases on different servers. Here is my /etc/service entry for HADR pair : On Primary : "vi /etc/services
0
4037
DB2 Warlord
by: DB2 Warlord | last post by:
After countless time I was unabl to find the answer to my HADR questions and getting HADR to work in 9.5 via the Control Center. Please see my fix that seem strange but works. My error was as follows. When setting up HADR via the CCenter at the last step in a full setup called "START HADR" it would fail with reason 7. Now trying to solve the port issue that is listed gets you no where. In fact on my db2diag.log it listed a comm error. ...
0
8347
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8275
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
8792
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
8694
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
6157
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
5605
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
4143
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...
0
4280
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1585
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.