系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > 系统教程 > Linux教程 > 详细页面

Linux系统设置DB2等服务开机启动的过程(2)

时间:2017-08-17来源:系统城装机大师作者:zhijie

3.编写启动was和tds的脚本

  Shell代码

  vi startWasTds

  输入以下内容

  Shell代码

  #!/bin/sh

  # chkconfig: 2345 99 01

  # processname:IBMTDSWAS

  # description:filenet was tds

  /opt/IBM/WebSphere/AppServer/profiles/AppSrvTds/bin/startServer.sh server1

  /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh server1

  /opt/IBM/WebSphere/AppServer/profiles/ilog/bin/startServer.sh serve1

  #TDS

  /opt/ibm/ldap/V6.3/sbin/ibmdiradm -l dsrdbm01 -t

  /opt/ibm/ldap/V6.3/sbin/ibmslapd

  参数说明:

  头部注释:

  linux 命令 chkconfig 要求文件头中

  包含:下面这3项

  Shell chkconfig代码

  # chkconfig: 2345(默认的runlevel) 99(启动优先级) 01(关闭优先级)

  # processname:进程名称

  # description:进程描述

  4.给文件赋予权限

  Shell代码

  chmod -R 777 startDB2

  chmod -R 777 startWasTds

  chkconfig --add startDB2

  chkconfig --add startWasTds

  添加开机启动成功。

  以上就是Linux系统中设置DB2等服务开机启动的过程了,本文只是以设置DB2服务开机启动为例子,用这个方法还可以启动更多服务。

12 下一页
分享到:

相关信息

  • linux 文件权限怎么解析

    常用权限linux系统内有档案有三种身份 u:拥有者 g:群组 o:其他人这些身份对于文档常用的有下面权限:r:读权限,用户可以读取文档的内容,如用cat,more查看w:写权限,用户可以编辑文档x...

    2024-07-07

  • 如何使用WPSeku找出 WordPress 安全问题?

    然而,如果我们遵循通常的 WordPress 最佳实践,这些安全问题可以避免。在本篇中,我们会向你展示如何使用 WPSeku,一个 Linux 中的 WordPress 漏洞扫描器,它可以被用来找出你安装...

    2024-07-03

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载