时间:2017-08-17来源:系统城装机大师作者:zhijie
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服务开机启动为例子,用这个方法还可以启动更多服务。
2024-07-18
Centos 7 二进制安装配置 MariaDB数据库2024-07-18
Centos7默认firewalld防火墙使用命令大全2024-07-07
四种执行python系统命令的方法常用权限linux系统内有档案有三种身份 u:拥有者 g:群组 o:其他人这些身份对于文档常用的有下面权限:r:读权限,用户可以读取文档的内容,如用cat,more查看w:写权限,用户可以编辑文档x...
2024-07-07
然而,如果我们遵循通常的 WordPress 最佳实践,这些安全问题可以避免。在本篇中,我们会向你展示如何使用 WPSeku,一个 Linux 中的 WordPress 漏洞扫描器,它可以被用来找出你安装...
2024-07-03