Discussion:
creating new db instance (on Linux server) using DBMGui (on PC) [linux issue?]
Jon Loken
21 years ago
Permalink
Hi all,

We have tried to create a new maxdb instance on a SUSE Enterprise server version 9 remotely from a PC, using DBMGUI.
[Kernel version 7.5.00.15, DBMGui version 7.5.00.18)

In the wizard, I logged on to server as 'root'. The wizard successfully creates the various data/log and backup volumes. However when the wizard tries to restart the instance I get this error message in a pop-up window:

--> -24964 error in program execution [load_systab ...]; 256,/opt/sdb/7500/bin/x_python /opt/sdb/7500/env/lsystab.py -R /opt/sdb/7500 -d HLSI -u dba,*

I then invoked the command line as specified above at a prompt on server linux machine, giving the following error:

--> loader.LoaderError: loader.LoaderError [-250041] A connection to the database could not be established: 1=cannot connect to server socket

On the linux server I made sure that volume folders all have sdb.sdba rights and that the server firewall is disabled.

Interestingly, running a 'createInstance' DBMCli script also gives the same error messages, leading to the notion that this is a Linux server issue.

Does anyone have any suggestions to what I can try in order to create this instance?

Many thanks for your help.
Regards
Jon Loken
HLSI



Knrdiag.err:
--------------------------------------------------------------------------------
Date Time TID Typ MsgID Label Message-Text
--------------------------------------------------------------------------------
2005-02-07 11:50:14 --- Starting GMT 2005-02-07 11:50:14 7.5.0 Build 015-121-074-675
2005-02-07 11:50:21 8003 ERR 11000 devopen Unknown file MODE '/storage/maxdb/data/HLSI2/DAT_0001'
2005-02-07 11:50:21 8003 ERR 11000 d0_vatta Cannot open volume, Bad file descriptor
2005-02-07 11:50:21 8003 ERR 11000 d0_vatta Volume name '/storage/maxdb/data/HLSI2/DAT_0001'
2005-02-07 11:50:21 7997 ERR 11000 vattach dev0_vattach returned FALSE
2005-02-07 11:50:21 7997 ERR 14 IOMan Attach error on Data volume 1: Could not open volume


dbm.ins:
// M Loader 7.5.0 Build 015-121-074-675
// *
// M Loader instance started at metadata-serve
// *
// M Starting protocol at 2005020700115931
// *
// *
// *
// M START 20050207 00115931
// *
set logowner sdb
// *
// M START 20050207 00115931
// *
use user dba * serverdb "HLSI2"
// *
// E -25004: A connection to the database could not be established: 1 = cannot connect to server socket.
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/maxdb?unsub=gcdm-***@m.gmane.org
Jean-Michel OLTRA
21 years ago
Permalink
bonjour,


Le lundi 07 février 2005, Jon Loken a écrit...
Post by Jon Loken
--> loader.LoaderError: loader.LoaderError [-250041] A connection to the database could not be established: 1=cannot connect to server socket
Does anyone have any suggestions to what I can try in order to create this instance?
Does the socket really exists ? try `netstat -tupan` and/or `netstat -tupa`
--
jm
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/maxdb?unsub=gcdm-***@m.gmane.org
Loading...