cancel
Showing results for 
Search instead for 
Did you mean: 

Livecache failed to start thru LC10

0 Kudos

Hi,

Sorry, a bit new to livecache and MaxDB

I have problem starting up livecache from LC10. However, I can stop from LC10. Also, I can not start/stop it from Database Manager Studio.

Only manage to start/stop from dbmcli command line.

Below is the lcinit.log file


more /sapdb/data/wrk/CSV/lcinit.log

************************ START *****************************

liveCache CSV (restart)

20.11.2015

03:25

------------------------------------------------------------

Installation path is /sapdb/CSV/db

Operating system is SunOS

The liveCache state is OFFLINE

DBMServer 7.7.07   Build 045-123-247-303

Starting CSV into ADMIN

ERR

-24994,ERR_RTE: Runtime environment error

20089,Check knldiag! Kernel died before reaching ADMIN state:20

ERROR : liveCache CSV not started

------------------------------------------------------------

20.11.2015

03:25

************************* END ******************************

I've been reading and most discussion mentioned to increase resource limit, and I have increased the file descriptor limit from 4096 to 65536 for user SIDadm. However, it still failed to start. Am I doing this correctly? Do I need to give a higher value


ulimit -a

time(seconds) unlimited

file(blocks) unlimited

data(kbytes) unlimited

stack(kbytes) 10240

coredump(blocks) unlimited

nofiles(descriptors) 65536

memory(kbytes) unlimited

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can try below ulimit setting

time(seconds)        unlimited

file(blocks)         unlimited

data(kbytes)         unlimited

stack(kbytes)        unlimited

memory(kbytes)       unlimited

coredump(blocks)     2097151

nofiles(descriptors) 32000

threads(per process) unlimited

processes(per user)  unlimited

Also please check note

957711 - System requirement Solaris X64 liveCache/MaxDB

Which state your scenario.

Hopefully it will work .

Br, Vaibhav

Answers (0)