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 > MySQL > about instance error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-03-04, 15:55
jumbo6 jumbo6 is offline
Registered User
 
Join Date: Mar 2004
Posts: 8
about instance error

os:redhat9
db:maxdb7.5.0.8

what i want to do is just to create a new instance then use it

creating a new instance
(i just followed "Maxdb Installation Administration" step by step)

./x_server start
./dbmcli -s -R /opt/sdb/7500 db_create TEST01 dbm,dbm

after that the error is coming-----

configuring the instance i just created
./dbmcli -d TEST01 -u dbm,dbm -i init_test01

"init_test01" is a script file as following:
-------------------------------------------
param_startsession
param_init OLTP
param_put CAT_CACHE_SUPPLY 300
param_put CACHE_SIZE 15000
param_put MAXDATAVOLUMES 5
param_put MAXUSERTASKS 20
param_checkall
param_commitsession
param_addvolume 1 DATA DAT_0001 F 10240
param_addvolume 1 LOG LOG_0001 F 1024
db_admin
util_connect
db_activate dba,dba
util_release
load_systab -ud domain
quit
---------------------------

at the begining, everything is ok

but on "db_admin" there is an error

ERR
-24994,ERR_RTE:runtime envirnment error
1,Check knldiag! Kernel died before reaching ADMIN state

then i check the file "knldiag.err" (please take a look at attached file,thx)

i searched from maxdb maillist that found a solusion is
to set the LD_ASSUME_KERNEL=2.2.5

where can i find LD_ASSUME_KERNEL to set??what is that??why?
im totally lost.

need help,thx
Attached Files
File Type: txt knldiag_err.txt (4.9 KB, 44 views)
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