以下為 SSFE 的關鍵服務名稱
- Apache
- MySQL
- Lighttpd
- MogileFS
- Management UI
要檢查這些服務的狀態,須請管理者登入到 SSFE 主機並使用 Root 權限執行以下指令:
service apache2 status
service mysql status
service lighttpd status
mogadm check
supervisorctl status mgmtui
service mysql status
service lighttpd status
mogadm check
supervisorctl status mgmtui
除了 MogileFS,如果有一個或多個服務未重新啟動,可執行以下指令重新啟動:
service apache2 restart
service mysql restart
service lighttpd restart
supervisorctl restart mgmtui
service mysql restart
service lighttpd restart
supervisorctl restart mgmtui