더북(TheBook)

3. Httpd 서비스와 Memcached 서비스를 재시작하고 정상적으로 실행되는지 status를 확인합니다.

[root@controller ~]# systemctl restart httpd.service memcached.service
[root@controller ~]# systemctl status httpd.service memcached.service
 httpd.service - The Apache HTTP Server
    Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor
preset: disabled)
   Drop-In: /usr/lib/systemd/system/httpd.service.d
            └─openstack-dashboard.conf
    Active: active (running) since 토 2016-07-23 00:53:15 KST; 8s ago
      Docs: man:httpd(8)
            man:apachectl(8)
   Process: 6299 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/
SUCCESS)
   Process: 6341 ExecStartPre=/usr/bin/python /usr/share/openstack-dashboard/
manage.py compress –force (code=exited, status=0/SUCCESS)
   Process: 6318 ExecStartPre=/usr/bin/python /usr/share/openstack-dashboard/
manage.py collectstatic –noinput –clear (code=exited, status=0/SUCCESS)
  Main PID: 6364 (httpd)
    Status: “Processing requests…”
    CGroup: /system.slice/httpd.service
            ├─6364 /usr/sbin/httpd -DFOREGROUND
            ├─6366 /usr/sbin/httpd -DFOREGROUND
            ├─6367 (wsgi:keystone- -DFOREGROUND
            …
            └─6381 /usr/sbin/httpd -DFOREGROUND

… 7월 23 00:53:15 controller systemd[1]: Started The Apache HTTP Server.

memcached.service - Memcached Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; vendor preset: disabled) Active: active (running) since 토 2016-07-23 00:53:01 KST; 23s ago Main PID: 6317 (memcached) CGroup: /system.slice/memcached.service └─6317 /usr/bin/memcached -u memcached -p 11211 -m 64 -c 1024

7월 23 00:53:01 controller systemd[1]: Started Memcached. 7월 23 00:53:01 controller systemd[1]: Starting Memcached…

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.