mariadb를 systemctl실행 시, 아무런 메시지도 안나타는 상태로 실행이 안됩니다.

groovejumat의 이미지

[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

#멈춤
김정균의 이미지

질문의 요점이, 부팅 시에 mysql이 구동 되지 않기를 원하시는 거죠? 그리고 문제는 systemctl 로 disable 을 했는데도 구동이 된다는 것이고요?

일단, 이런 경우는 regacy init 환경도 검사를 해 보시는 것이 좋습니다. OS 정보를 알려 주지 않았기 때문에 딱 찝어서 설명은 못하겠고.

RHEL/CentOS 7 이면 7.4 이 후에 있는 ntsysv 를 설치 하셔서 mysql 관련된 것이 check 되어 있는지 보시면 전체적인 regacy init 환경까지 모두 파악이 가능 합니다. 그리고 rc.local 같은 곳에서 booting 을 시켜 주고 있거나, 심지어 혹시 다른 systemctl 설정에서 mysql 의존성을 걸어 놓았을 경우도 의심해 보아야 합니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.