If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > informix cluster

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-05-03, 04:37
Thomas Kopp Thomas Kopp is offline
Registered User
 
Join Date: Jun 2003
Posts: 1
informix cluster

Moin,
we have two HP-Server's, which are connected two one informix-database. (Normally the should running in Cluster mode)
The problem:
If you are running one HP server with informix, the database starts
correct (and vice versa).
But, if both server running in cluster mode, informix does not come up.
The database ends up in quiescent mode.

The online.log from Informix:
02:49:58 Informix Dynamic Server 2000 Version 9.21.HC4
02:49:58 (7) connection rejected - no calls allowed for sqlexec
02:49:58 listener-thread: err = -27002: oserr = 0: errstr = : No connections are allowed in Dynamic Server 2000 quiescent mode.

02:49:58 (8) connection rejected - no calls allowed for sqlexec
02:49:58 listener-thread: err = -27002: oserr = 0: errstr = : No connections are allowed in Dynamic Server 2000 quiescent mode.

02:49:58 (9) connection rejected - no calls allowed for sqlexec
02:49:58 listener-thread: err = -27002: oserr = 0: errstr = : No connections are allowed in Dynamic Server 2000 quiescent mode.

02:49:59 Informix Dynamic Server 2000 Initialized -- Shared Memory Initialized.

02:49:59 Physical Recovery Started at Page(112:37510).
02:49:59 Physical Recovery Complete: 0 Pages Examined 0 Pages Restored.

02:49:59 Logical Recovery Started.
02:49:59 10 recovery worker threads will be started.
03:20:38 Informix Dynamic Server 2000 Started.

Any idea's are welcome.
Thanks Thomas
Reply With Quote
  #2 (permalink)  
Old 06-05-03, 07:42
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
Ordering a consultant might help.....


What I see in your online.log is that the fast recovery seems
to take some time. During this phase no client connections
are allowed:


02:49:58 listener-thread: err = -27002: oserr = 0: errstr = : No connections are allowed in Dynamic Server 2000 quiescent mode.


This is normal. After the fast recovery has completed, the
databaseserver will automatically switch to 'online' mode.

You also have to make sure, that the Informix instance is only
started at one machine in the cluster at any time.
You could not start the instance twice (on 2 nodes) if you are
using the same (shared) disk devices. This is not supported
by Informix. This only works with Oracle Parallel Server or
Oracle RAC.
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On