Oracle ...

CentOS 设置 ogg mgr 开机自启

2019-04-19  本文已影响1人  fordZrx
试验环境:
试验环境 软件版本
操作系统 CentOS 7
ogg安装目录 /home/oracle/ggs
数据库 oracle
// 创建 info.txt 文件
[oracle@custom04 ~]$ touch info.txt
// 编辑 info.txt 文件
[oracle@custom04 ~]$ nano info.txt
[oracle@custom04 ~]$ chmod +x info.txt

添加配置:

sh date
start mgr

// 创建 info.txt 文件
[oracle@custom04 ~]$ touch startmgr.sh
// 编辑 info.txt 文件
[oracle@custom04 ~]$ nano startmgr.sh
[oracle@custom04 ~]$ chmod +x startmgr.sh

添加配置:

/home/oracle/ggs/ggsci paramfile /home/oracle/info.txt >> /home/oracle/ggstartoutput.txt

[root@custom04 etc]# nano rc.local

添加配置:

su - oracle -c "/home/oracle/startmgr.sh"

停止 mgr 进程
用root用户执行:su - oracle -c "/home/oracle/startmgr.sh"
查看 mgr 进程是否启动

上一篇下一篇

猜你喜欢

热点阅读