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