Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 1998 19:47:16 +0300 (MSK)
From:      oZZ!!! <osa@etrust.ru>
To:        Mike Smith <mike@smith.net.au>
Cc:        hackers@FreeBSD.ORG
Subject:   SCOs Informix Online... part 2
Message-ID:  <Pine.BSF.4.05.9811281917550.323-100000@ozz.etrust.ru>
In-Reply-To: <199811280059.QAA01827@dingo.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello!
My kernel is:

..........
machine		"i386"
cpu		"I586_CPU"
ident		INFORMIX
maxusers	64

......................

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		"IBCS2"
options		KTRACE		#kernel tracing
..............

informix@ozz$ ktrace oninit
oninit: Fatal error in shared memory
informix@ozz$ kdump
 15359 ktrace   RET   ktrace 0
 15359 ktrace   CALL  readlink(0x280bcaf8,0xefbfd710,0x3f)
 15359 ktrace   NAMI  "/etc/malloc.conf"
 15359 ktrace   RET   readlink -1 errno 2 No such file or directory
 15359 ktrace   CALL  mmap(0,0x1000,0x3,0x1002,0xffffffff,0,0,0)
 15359 ktrace   RET   mmap 671944704/0x280d1000
 15359 ktrace   CALL  break(0x804c000)
 15359 ktrace   RET   break 0
 15359 ktrace   CALL  break(0x804d000)
 15359 ktrace   RET   break 0
 15359 ktrace   CALL  execve(0xefbfd818,0xefbfdcdc,0xefbfdce4)
 15359 ktrace   NAMI  "/usr/informix/bin/oninit"

Make some changes in "Shared Memory Parametrs"
in $INFORMIX/etc/onconfig.std ???

.............

# Shared Memory Parameters

LOCKS		2000		# Maximum number of locks
BUFFERS		200		# Maximum number of shared buffers
NUMAIOVPS	  		# Number of IO vps
PHYSBUFF	32		# Physical log buffer size (Kbytes)
LOGBUFF		32		# Logical log buffer size (Kbytes)
LOGSMAX		6		# Maximum number of logical log files
CLEANERS        1               # Number of buffer cleaner processes
SHMBASE         0x82000000L	# Shared memory base address
SHMVIRTSIZE	8000	        # initial virtual shared memory segment size
SHMADD          8192            # Size of new shared memory segments (Kbytes)
SHMTOTAL        0               # Total shared memory (Kbytes). 0=>unlimited
CKPTINTVL       300             # Check point interval (in sec)
LRUS		8		# Number of LRU queues
LRU_MAX_DIRTY	60		# LRU percent dirty begin cleaning limit
LRU_MIN_DIRTY	50		# LRU percent dirty end cleaning limit
LTXHWM		50		# Long transaction high water mark percentage
LTXEHWM		60		# Long transaction high water mark (exclusive)
TXTIMEOUT	300		# Transaction timeout (in sec)
STACKSIZE	32		# Stack size (Kbytes)

.......................

Any idea?
Some utilites like dbaccess work, but oninit not.


Rgdz,
oZZ,
osa@etrust.ru



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9811281917550.323-100000>