- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cluster with Informix Database
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 04:33 AM
06-28-2001 04:33 AM
Hi
I'm very new to service guard clusters. Can anyone tell me something about running an Informix database on a Service Guard Cluster?
Can both nodes access the database at the same time?
Do I have to install a database server on each node? (importent for licensing )
How do clients access the database.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 04:53 AM
06-28-2001 04:53 AM
Re: Cluster with Informix Database
Hi,
if you don't have extended Parallel Server (XPS) from Informix only on machine can connect to the DB.
You can install INFORMIX on a shared volume group
and switch it to the other machine via service guard
along with your database.
You cannot do this if you have more than one INFORMIX instance on one Server and you want to switch only one instance.
This would mean that you try to switch INFORMIX installation directory which is in use by the other instance.
Clients access the DB with $INFORMIXDIR, $INFORMIXSERVER and the IP-address of your Service Guard package.
Clients access the database with $INFORMIXSERVER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 04:59 AM
06-28-2001 04:59 AM
Re: Cluster with Informix Database
Thanks. That helped.
Only one more simple question.
Running a informix db on a "2-nodes-cluster" what exactly happens if the node on witch the database is running fails?
Does the client lose the connection?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 05:10 AM
06-28-2001 05:10 AM
Re: Cluster with Informix Database
short answer: yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 05:17 AM
06-28-2001 05:17 AM
SolutionFor a good, general overview of MC/ServiceGuard, see "Managing MC/ServiceGuard (HP-UX 11.0, HP-UX 11i)":
http://docs.hp.com/hpux/onlinedocs/B3936-90026/B3936-90026.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 05:21 AM
06-28-2001 05:21 AM
Re: Cluster with Informix Database
Thats bad.
I thought with MC Service Guard the application switches automaticly to the second node and the clients are not affected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 05:36 AM
06-28-2001 05:36 AM
Re: Cluster with Informix Database
depending on your configuration in $ONCONFIG
you can drop the 'down time' of INFORMIX in case of
a MC/SG Switch to a few seconds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2001 06:17 AM
06-28-2001 06:17 AM
Re: Cluster with Informix Database
seconds?
But i have to restart the db-server then, or not?
And all clients have to login again then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2001 02:05 AM
07-11-2001 02:05 AM
Re: Cluster with Informix Database
From the above I take it that the salesman did a very good job! All is not quite as bad as it seems though.
o If you have spare LANS cards and you have a lan card failure SG will (when configured correctly) automatically fail the IP address(es) over seemlesly. This means no logging in etc.
o Most DB's are accessed by applications. If you put this application on a different server than your DB server and you code is written such that you do a conect - do something - disconnect, again this suits SG, minimal outages. This obviously is only appropriate for OLTP type of queries
o You can have just one version of informix software BUT some people (well everywhere I have worked) prefer two as you can do upgrades on the standby node, failover & repeate on remaining node, reducing outage times. The choice is yours!! [if you do use just one installation remember to put the soft links required in /usr/lib/[iosm??a.sl ipldd??a.sl] to $INFORMIXDIR/lib/. !!]
Good luck
Tim