[관리] chkconfig scripts 등록하기
일반적으로 start(), stop() 과 case 구문으로 init scripts를 만들어 데몬을 효율적으로 관리 할수 있다.
이때 부팅되는 런레벨에 맞게 자동으로 부팅시 데몬을 띄우고자 할때 /etc/rc.d/init.d 밑에 해당
스크리트 파일을 복사해 두고, chkconfig를 이용하여 추가하게 된다.
# chkconfig –add <scripts file name>
이때 해당 파일은 chkconfig 를 지원하지 않는다는 메세지를 보이며 추가가 안되는 경우가 있다.
Redhat에서 chkconfig를 이용하여 데몬을 관리 하기 위해서는 스크립터파일 상단 주석에 아래와 같은 커멘트가 추가가 되어
야 한다.
# chkconfig: 345 90 20
# description: GridCenter is Cluster Power Middleware ..
위의 구문에서 chkconfig 뒤의 345 는 런레벨을 의미하고 90 20 은 booting, halt 시 start, stop 되는 순서이다.
3 Responses
… [Trackback]
[…] Read More Information here on that Topic: nblog.syszone.co.kr/archives/2619 […]
… [Trackback]
[…] Read More on on that Topic: nblog.syszone.co.kr/archives/2619 […]
… [Trackback]
[…] Read More here on that Topic: nblog.syszone.co.kr/archives/2619 […]