Normally this is a problem with the libraries or the PAM (password)
file. If there is no kernel diag file, then it is a library thing. Is it
Linux?

Gruss
Bernd 

-----Original Message-----
From: Fabrice Bourdel [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 2:31 AM
To: maxdb
Subject: kernel died

hi

I am trying to create a database. This script is ok on one machine, but
on another it stops

The script :
param_startsession
param_init OLTP
param_put CACHE_SIZE 98304
param_put MAXUSERTASKS 20
param_put AUTO_RECREATE_BAD_INDEXES YES
param_put MAXBACKUPDEVS 1
param_put MAXSERVERTASKS 5
param_put MAXLOCKS 5000
param_put LOG_IO_QUEUE 64
param_put SHAREDSQL YES
param_put _SERVERDB_FOR_SAP NO
param_checkall
param_commitsession
#
param_addvolume 1 DATA DAT_001 F 1310720 param_addvolume 1 LOG LOG_001 F
131072 # db_admin db_activate DBA,PW load_systab -u DBA,PW -ud PW2
util_connect util_execute SET LOG AUTO OVERWRITE ON util_release
db_online sql_connect DBA,PW # sql_execute CREATE USER xx PASSWORD yy
DBA NOT EXCLUSIVE quit


And, it stops et :
>db_admin
ERR
-24994,ERR_RTE: runtime environment error 1,Check knldiag! Kernel died
before reaching ADMIN state

would like to extract the kernel log, what are the commands for that ?
Any idea about the actual problem ?



--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to