亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3547 | 回復(fù): 3
打印 上一主題 下一主題

oninit -ky 停不掉數(shù)據(jù)庫,救命 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2009-12-22 15:08 |只看該作者 |倒序?yàn)g覽
數(shù)據(jù)庫可以正常啟動(dòng),就是停不掉,救命啊!!
[informix@isp ~]$ oninit -viy
Checking group membership to determine server run mode...succeeded
Reading configuration file '/home/informix/etc/onconfig.test'...succeeded
Creating /INFORMIXTMP/.infxdirs...succeeded
Checking config parameters...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 51084 kbytes...succeeded
Allocating 100016 kbytes for buffer pool of 2K page size...succeeded
Creating infos file "/home/informix/etc/.infos.test_sys"...succeeded
Linking conf file "/home/informix/etc/.conf.test_sys"...succeeded
Initializing rhead structure...succeeded
Writing to infos file...succeeded
Initialization of Encryption...succeeded
Initializing ASF...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Onlining 0 additional cpu vps...succeeded
Onlining 2 IO vps...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'soctcp' listener threads...succeeded
Forking 1 'ipcshm' listener threads...succeeded
Starting tracing...succeeded
Initializing 8 flushers...succeeded
Initializing log/checkpoint information...succeeded
Initializing dbspaces...succeeded
Opening primary chunks...succeeded
Opening mirror chunks...succeeded
Validating chunks...succeeded
Creating database partition...succeeded
Initialize Async Log Flusher...succeeded
Starting B-tree Scanner...succeeded
Initializing DBSPACETEMP list...succeeded
Checking database partition index...succeeded
Initializing dataskip structure...succeeded
Checking for temporary tables to drop...succeeded
Forking onmode_mon thread...succeeded
Creating periodic thread...succeeded
Starting scheduling system...succeeded
Verbose output complete: mode = 5

[informix@isp ~]$ onstat

IBM Informix Dynamic Server Version 11.50.UC5     -- On-Line -- Up 00:02:59 -- 185428 Kbytes

Userthreads
address  flags   sessid   user     tty      wait     tout locks nreads   nwrites
4d743018 ---P--D 1        informix -        0        0    0     3        55015
4d74361c ---P--F 0        informix -        0        0    0     0        21
4d743c20 ---P--F 0        informix -        0        0    0     0        0
4d744224 ---P--F 0        informix -        0        0    0     0        0
4d744828 ---P--F 0        informix -        0        0    0     0        0
4d744e2c ---P--F 0        informix -        0        0    0     0        0
4d745430 ---P--F 0        informix -        0        0    0     0        0
4d745a34 ---P--F 0        informix -        0        0    0     0        0
4d746038 ---P--F 0        informix -        0        0    0     0        0
4d74663c ---P--- 8        informix -        0        0    0     0        0
4d746c40 ---P--B 9        informix -        0        0    0     0        0
4d747244 ---P--D 10       informix -        0        0    0     0        0
4d747848 ---P--D 11       informix -        0        0    0     2        0
4d747e4c ---P--- 14       informix -        0        0    0     0        0
4d748450 ---P--- 13       informix -        0        0    0     0        0
15 active, 128 total, 16 maximum concurrent

Profile
dskreads   pagreads   bufreads   %cached dskwrits   pagwrits   bufwrits   %cached
5          5          168        97.02   140        55036      107        0.00

isamtot    open       start      read       write      rewrite    delete     commit     rollbk
174        57         56         0          0          0          0          2          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     usercpu  syscpu   numckpts   flushes
0          0            0          0.13     6.33     2          2

bufwaits   lokwaits   lockreqs   deadlks    dltouts    ckpwaits   compress   seqscans
1          0          19         0          0          1          3          0

ixda-RA    idx-RA     da-RA      RA-pgsused lchwaits
0          0          0          0          75


啟動(dòng)都成功了,而且數(shù)據(jù)庫可以使用,但是我用oninit -ky 停止數(shù)據(jù)庫就出錯(cuò)

[informix@isp ~]$ oninit -ky
oninit: Fatal error in shared memory creation

WARNING: server initialization failed, or possibly timed out (if -w was used).
Check the message log, online.log, for errors.

[informix@isp ~]$ cat tmp/online.log
23:10:56  Get Shadow Password for user [informix] failed!
23:10:56  Check for password aging/account lock-out.
23:10:56  listener-thread: err = -951: oserr = 0: errstr = informix@isp: Incorrect password or user informix@isp is not known on the database server.

23:11:01  IBM Informix Dynamic Server Started.
23:11:01  shmget: [EEXIST][17]: key 52564801: shared memory already exists
23:11:01  mt_shm_init: can't create resident segment

[informix@isp ~]$ ipcs

------ Shared Memory Segments --------
key        shmid      owner      perms      bytes      nattch     status
0x52564801 0          informix  660        155893760  8
0x52564802 32769      informix  660        33439744   8
0x52564803 65538      informix  666        544768     8

------ Semaphore Arrays --------
key        semid      owner      perms      nsems
0x00000000 0          informix  660        9
0x00000000 32769      informix  666        52

------ Message Queues --------
key        msqid      owner      perms      used-bytes   messages


那位高人能指點(diǎn)下嗎?

論壇徽章:
11
金牛座
日期:2015-03-19 16:56:22數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-08-02 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-04-24 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-04-13 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-13 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-02-03 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00季節(jié)之章:春
日期:2015-03-27 15:54:57羊年新春福章
日期:2015-03-27 15:54:37戌狗
日期:2015-03-19 16:56:41數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-08-18 06:20:00
2 [報(bào)告]
發(fā)表于 2009-12-22 15:26 |只看該作者
命令錯(cuò)誤.

onmode -ky    NOT  oninit -ky

論壇徽章:
11
金牛座
日期:2015-03-19 16:56:22數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-08-02 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-04-24 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-04-13 06:20:00IT運(yùn)維版塊每日發(fā)帖之星
日期:2016-04-13 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-02-03 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2015-08-06 06:20:00季節(jié)之章:春
日期:2015-03-27 15:54:57羊年新春福章
日期:2015-03-27 15:54:37戌狗
日期:2015-03-19 16:56:41數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-08-18 06:20:00
3 [報(bào)告]
發(fā)表于 2009-12-22 15:27 |只看該作者
從日志上看,安裝也存在問題~注意下$INFORMIXDIR/bin目錄下的oninit ontape onmode等程序的權(quán)限..

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2009-12-22 16:05 |只看該作者
萬分感謝,真是好人
權(quán)限是我開始以為權(quán)限不夠,設(shè)的
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP