INFORMIX :shared memory not initialized for INFORMIXSERVER 'scp_online_net'
新手请教:oninit -iv是成功了
用onstat查看,信息如下:
linux-8wv1 informix/etc> onstat
IBM Informix Dynamic Server Version 11.10.FC2 -- On-Line -- Up 00:20:25 -- 46552 Kbytes
Userthreads
address flags sessid user tty wait tout locks nreads nwrites
45177028 ---P--D 1 informix - 0 0 0 19 15
45177840 ---P--F 0 informix - 0 0 0 0 2
45178058 ---P--- 9 informix - 0 0 0 0 0
45178870 ---P--B 10 informix - 0 0 0 0 0
45179088 Y--P--D 1061 informix - 4411b628 0 0 0 0
4517a0b8 ---P--D 13 informix - 0 0 0 0 0
6 active, 128 total, 18 maximum concurrent
Profile
dskreads pagreads bufreads %cached dskwrits pagwrits bufwrits %cached
22 38 334 93.41 16 18 2 0.00
isamtot open start read write rewrite delete commit rollbk
915 305 305 0 0 0 0 0 0
gp_read gp_write gp_rewrt gp_del gp_alloc gp_free gp_curs
0 0 0 0 0 0 0
ovlock ovuserthread ovbuff usercpusyscpu numckpts flushes
0 0 0 3.27 0.34 2 2
bufwaits lokwaits lockreqs deadlks dltouts ckpwaits compress seqscans
0 0 0 0 0 0 0 0
ixda-RA idx-RA da-RA RA-pgsused lchwaits
0 0 0 0 1058
但在分配日志却报了下面这个错:
linux-8wv1 /opt/informix> onspaces -c -d logdbs -p "/opt/dbs/logdbs" -o 40 -s 10240000
shared memory not initialized for INFORMIXSERVER 'scp_online_net'
请教各位高人啦!!!!
谢谢!!! 日志~~ 日志忘放上去了,
这个是ONLIN.LOG的日志信息
19:17:27Get Shadow Password for user failed!
19:17:27Check for password aging/account lock-out.
19:17:27listener-thread: err = -951: oserr = 0: errstr = informix@linux-8wv1: Incorrect password or user informix@linux-8wv1 is not known on the database server. 已经解决了
:em30::em30::em30::em30: 楼主怎么样解决的,方法告诉大家啦 怎么解决了?
也不说下,我也遇到这个问题咯!!!! Linux下root用户执行
--错误分析:
Assign $INFORMIXDIR/bin/oninit to user root and group informix, permissions 6754 by executing the following command as user root or user with root privileges
--在linux 下执行:
chown root:informix $INFORMIXDIR/bin/oninit
chmod 6754 $INFORMIXDIR/bin/oninit
问题解决。
页:
[1]