반응형
/*******************************************************************************************************************
-- Title : [Cb5.0] Couchbase 서비스 시작/중지/상태 확인
-- Key word : couchbase 카우치베이스 systemctl service start status stop
*******************************************************************************************************************/
■ 실행 권한
o 반드시 root 계정으로 수행
o 아래 에러 참조
■ 서비스 상태 확인
o # systemctl status couchbase-server
■ 서비스 중지
o # systemctl stop couchbase-server
■ 서비스 시작
o # systemctl start couchbase-server
반응형