为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:dm8
【操作系统】:麒麟系统
【CPU】:hygou C386
【问题描述】*:
安装配置时,在执行/dm8/script/root/root_installer.sh后提示ob for DmAPDMSERVER. service failed because the control process exited with error code.
电脑上也不见达梦数据库的任何工具程序的快捷方式。
这是怎么回事?有大佬知道嘛
1.登录服务器,擦看进程.
shell> ps -ef | grep dmap
2.如果有dmap进程. 表示以前安装过达梦数据库.
3.卸载这个进程.
su - root
shell> systemctl stop 服务名
shell> cd $DM_HOME/script/root/
shell> ./dm_service_unitstall.er.sh -n 服务名
4.重新执行脚本.
shell> /dm8/script/root/root_installer.sh
看下bin目录下,有没有生成DmAPService 这个服务,要是有的话,用这个启动下看看能否启动