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

  免費注冊 查看新帖 |

Chinaunix

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

請大家?guī)兔Γ。。?/a> [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2003-02-20 15:21 |只看該作者 |倒序瀏覽
我在liunx上裝上了一個ase12。5
當我心建一個服務(wù)是怎么也通不過,無論我用srvbuildres
還是srvbuild。
我建庫的 srvbuildres -r  sample.rs , sampple.rs 如下
sybinit.release_directory:/opt/sybase-12.5
sybinit.product: sqlsrv
sqlsrv.server_namefxd
sqlsrv.new_config: yes
sqlsrv.do_add_server: yes
sqlsrv.network_protocol_list: tcp
sqlsrv.network_hostname_list: 192.168.16.119
sqlsrv.network_port_list: 6688
sqlsrv.server_page_size: 8k
sqlsrv.force_buildmaster: yes
sqlsrv.master_device_physical_name:/home/sybase/dbfile/master.dat
sqlsrv.master_device_size:200
sqlsrv.master_database_size:150
sqlsrv.errorlog: USE_DEFAULT
sqlsrv.do_upgrade: no
sqlsrv.sybsystemprocs_device_physical_name:/home/sybase/dbfile/sybprocs.dat
sqlsrv.sybsystemprocs_device_size:250
sqlsrv.sybsystemprocs_database_size:200
sqlsrv.sybsystemdb_device_physical_name:/home/sybase/dbfile/sybtemp.dat
sqlsrv.sybsystemdb_device_size:150
sqlsrv.sybsystemdb_database_size:150
sqlsrv.default_backup_serverfxd_backup



error.log如下:

00:00000:00000:2003/02/20 14:52:02.55 kernel  os_create_region: can't allocate 37445632 bytes
00:00000:00000:2003/02/20 14:52:02.55 kernel  kbcreate: couldn't create kernel region.
00:00000:00000:2003/02/20 14:52:02.55 kernel  kistartup: could not create shared memory
00:00000:00000:2003/02/20 14:52:02.61 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/20 14:52:02.61 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/20 14:52:02.61 kernel  The configuration area in device '/home/sybase/dbfile/master.dat'
appears to be corrupt. The server needs this data to boot, and so cannot continue. The server will shut down.
00:00000:00000:2003/02/20 15:13:38.77 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/20 15:13:38.77 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/20 15:13:38.79 kernel  Using config area from primary master device.
00:00000:00000:2003/02/20 15:13:38.80 kernel  Warning: Using default file '/opt/sybase-12.5/xfxd.cfg' since a c
onfiguration file was not specified. Specify a configuration file name in the RUNSERVER file to avoid this mess
age.
00:00000:00000:2003/02/20 15:13:38.80 kernel  os_create_region: can't allocate 37445632 bytes
00:00000:00000:2003/02/20 15:13:38.80 kernel  kbcreate: couldn't create kernel region.
00:00000:00000:2003/02/20 15:13:38.80 kernel  kistartup: could not create shared memory
00:00000:00000:2003/02/20 15:13:38.89 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/20 15:13:38.89 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/20 15:13:38.89 kernel  The configuration area in device '/home/sybase/master.dat' appear
s to be corrupt. The server needs this data to boot, and so cannot continue. The server will shut down.
00:00000:00000:2003/02/20 15:17:54.91 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/20 15:17:54.92 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/20 15:17:54.92 kernel  Attempt to open device /home/sybase/master.dat failed.
00:00000:00000:2003/02/20 15:17:54.93 kernel  dopen: open '/home/sybase/master.dat', No such file or directory

請大家?guī)兔Γ?看一看這是那里出了問題,是不是我的ase12。5裝的不對阿?

論壇徽章:
0
2 [報告]
發(fā)表于 2003-02-20 15:29 |只看該作者

請大家?guī)兔Γ。。?/h2>
調(diào)整linux的共享內(nèi)存

論壇徽章:
0
3 [報告]
發(fā)表于 2003-02-20 15:44 |只看該作者

請大家?guī)兔Γ。。?/h2>
調(diào)整系統(tǒng)內(nèi)存;
#vi /etc/sysctl.conf
加入kernel.shmmax = x(字節(jié)為單位 根據(jù)你實際情況設(shè)置),保存sysctl.conf
重新啟動主機使其生效

論壇徽章:
0
4 [報告]
發(fā)表于 2003-02-21 09:53 |只看該作者

請大家?guī)兔Γ。。?/h2>
我的機器是256M的內(nèi)存, 那我在sysctl.conf
里設(shè)置的參數(shù)的大小一般應(yīng)該設(shè)置為多大阿?
我在這個文件里設(shè)置為
kernel.shmmax =2048576
但是還是起不來,報錯如下,請大俠再次詳細指點一二

00:00000:00000:2003/02/21 09:58:37.37 kernel  os_create_region: can't allocate 37445632 bytes
00:00000:00000:2003/02/21 09:58:37.37 kernel  kbcreate: couldn't create kernel region.
00:00000:00000:2003/02/21 09:58:37.37 kernel  kistartup: could not create shared memory
00:00000:00000:2003/02/21 09:58:37.45 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/21 09:58:37.45 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/21 09:58:37.45 kernel  The configuration area in device '/home/sybase/dbfile/master.dat'
appears to be corrupt. The server needs this data to boot, and so cannot continue. The server will shut down.

論壇徽章:
0
5 [報告]
發(fā)表于 2003-02-21 10:01 |只看該作者

請大家?guī)兔Γ。。?/h2>
報錯詳細如下:
00:00000:00000:2003/02/21 09:54:29.23 kernel  kbcreate: couldn't get shmid for kernel region.
00:00000:00000:2003/02/21 09:54:29.23 kernel  kistartup: could not create shared memory
00:00000:00000:2003/02/21 09:54:29.30 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/21 09:54:29.30 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/21 09:54:29.30 kernel  The configuration area in device '/home/sybase/dbfile/master.dat'
appears to be corrupt. The server needs this data to boot, and so cannot continue. The server will shut down.
00:00000:00000:2003/02/21 09:58:37.29 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/21 09:58:37.29 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/21 09:58:37.30 kernel  Using config area from primary master device.
00:00000:00000:2003/02/21 09:58:37.30 kernel  Warning: Using default file '/opt/sybase-12.5/xfxd.cfg' since a c
onfiguration file was not specified. Specify a configuration file name in the RUNSERVER file to avoid this mess
age.
00:00000:00000:2003/02/21 09:58:37.37 kernel  os_create_region: can't allocate 37445632 bytes
00:00000:00000:2003/02/21 09:58:37.37 kernel  kbcreate: couldn't create kernel region.
00:00000:00000:2003/02/21 09:58:37.37 kernel  kistartup: could not create shared memory
00:00000:00000:2003/02/21 09:58:37.45 kernel  Checked out license ASE_DEV
00:00000:00000:2003/02/21 09:58:37.45 kernel  Adaptive Server Enterprise Developer Edition.
00:00000:00000:2003/02/21 09:58:37.45 kernel  The configuration area in device '/home/sybase/dbfile/master.dat'
appears to be corrupt. The server needs this data to boot, and so cannot continue. The server will shut down.

論壇徽章:
0
6 [報告]
發(fā)表于 2003-02-21 11:48 |只看該作者

請大家?guī)兔Γ。。?/h2>
kernel.shmmax = x(字節(jié)為單位 根據(jù)你實際情況設(shè)置)

你設(shè)置 2048576 只有2M左右,當然不夠
256M的話,你可以設(shè)置到100M到150M都沒有問題(一般2/3)

如果設(shè)置100M應(yīng)該是100*1024*1024,自己算算吧!

您需要登錄后才可以回帖 登錄 | 注冊

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

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP