mariadb를 systemctl실행 시, 아무런 메시지도 안나타는 상태로 실행이 안됩니다.
글쓴이: groovejumat / 작성시간: 금, 2018/12/07 - 2:30오후
[root@db-standby ~]# ps -ef | grep mysql root 1275 1 0 12월06 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/data/mysql --pid-file=/data/mysql/db-standby.willbes.net.pid mysql 1483 1275 0 12월06 ? 00:00:53 /usr/sbin/mysqld --basedir=/usr --datadir=/data/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/data/mysql/db-standby.willbes.net.err --pid-file=/data/mysql/db-standby.willbes.net.pid --socket=/data/mysql/mysql.sock --port=9925 mysql 2914 1 0 10:50 ? 00:00:00 /usr/sbin/mysqld root 2996 2955 0 10:51 pts/0 00:00:00 grep --color=auto mysql
#mariadb를 systemctl로 disable상태, stop상태로 만든 후, 해당 프로세스들을 모두 강제처리를 한다음 리부트를 해도, 위상태로 구동이 되버린 상태로, mariadb에대한 systemctl 명령어가 먹통이 됩니다.
#서버를 부팅시, mariadb가 구동이 되어지지않아야 되고, systemctl이 안먹히는 이슈에 대해서 아시는 분 계시면 정보좀 부탁드리겠습니다.
[root@db-standby ~]# systemctl stop mariadb [root@db-standby ~]# ps -ef |grep mysql root 2456 1 0 11:49 ? 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/data/mysql --pid-file=/data/mysql/db-standby.willbes.net.pid mysql 2538 2456 0 11:49 ? 00:00:07 /usr/sbin/mysqld --basedir=/usr --datadir=/data/mysql --plugin-dir=/usr/lib64/mysql/plugin --user=mysql --log-error=/data/mysql/db-standby.willbes.net.err --pid-file=/data/mysql/db-standby.willbes.net.pid --socket=/data/mysql/mysql.sock --port=9925 root 2770 2397 0 14:29 pts/0 00:00:00 grep --color=auto mysql [root@db-standby ~]# systemctl start mariadb
#멈춤
Forums:
질문의 요점이, 부팅 시에 mysql이 구동 되지
질문의 요점이, 부팅 시에 mysql이 구동 되지 않기를 원하시는 거죠? 그리고 문제는 systemctl 로 disable 을 했는데도 구동이 된다는 것이고요?
일단, 이런 경우는 regacy init 환경도 검사를 해 보시는 것이 좋습니다. OS 정보를 알려 주지 않았기 때문에 딱 찝어서 설명은 못하겠고.
RHEL/CentOS 7 이면 7.4 이 후에 있는 ntsysv 를 설치 하셔서 mysql 관련된 것이 check 되어 있는지 보시면 전체적인 regacy init 환경까지 모두 파악이 가능 합니다. 그리고 rc.local 같은 곳에서 booting 을 시켜 주고 있거나, 심지어 혹시 다른 systemctl 설정에서 mysql 의존성을 걸어 놓았을 경우도 의심해 보아야 합니다.
댓글 달기