• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

Sybase11.0.3.3落户FreeBSD[一]准备工作

发布: 2007-7-02 21:50 | 作者: admin | 来源: | 查看: 8次 | 进入软件测试论坛讨论

领测软件测试网

一、准备工作
  调整内核参数
  如果你的FreeBSD是缺省安装的,为了在FreeBSD下运行Sybase11.0.3.3,那么很可能你要重新编译自己的内核。这是因为缺省情况下,核心提供给Linux使用的最大内存空间不能满足运行Sybase的需要。笔者在安装过程中发现,配置完SQL Server后,服务器无法启动,于是查看了安装日志(见例1):

  00:2001/01/08 09:41:28.02 kernel Max fd 1064 exceeds internal limit of 1024

  00:2001/01/08 09:41:28.18 kernel Using config area from primary master device.

  00:2001/01/08 09:41:28.18 kernel Configuration Error: Configuration file, @#/usr/opt/sybase/sybase/SYBASE.cfg@#,does not exist.

  00:2001/01/08 09:41:28.19 kernel Warning: A configuration file was not specified and the default file @#/usr/opt/sybase/sybase/SYBASE.cfg@# does not exist. SQL Server creates the default file with the default configuration.

  00:2001/01/08 09:41:28.19 kernel os_create_region: can@#t allocate 11665408 bytes

  00:2001/01/08 09:41:28.19 kernel kbcreate: couldn@#t create kernel region.

  00:2001/01/08 09:41:28.19 kernel kistartup: could not create shared memory

  很明显:现在的内核无法分配启动SQL服务器所需的足够内存,所以要对核心参数进行调整。

  调整FreeBSD核心参数的过程
  # cd /usr/src/sys/i386/config

  # vi MyKernel (我的核心名为MyKernel,你应该编辑GENERIC这个文件)

  在文件中加入如下内容:

  options SHMMAXPGS=200000

  options SHMMNI=100

  options SHMSEG=10

  options SEMMNS=200

  options SEMMNI=70

  options SEMMSL=61

  存盘退出

  # /usr/sbin/config MyKernel

  #cd ../../compile/MyKernel

  # make depend

  #make

  #make install

  OK,至此完成核心的编译与安装。

  重新启动机器,如果你编译的核心不能显示正确的提示,请键入命令:

  kernel.old

  系统将以老的核心再启动你的FreeBSD系统。

(作者:薛启康)

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/


关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网