320x100
nis 설정을 다하고 ypwhich 해봤더니
# ypwhich
ypwhich: Can't communicate with ypbind
위와 같이 에러가 뜬다
centos 5.5 버전은 정상적으로 됐는데 centos 6.5 버전은 위와 같이 에러가 뜬다
NetworkManager 문제 때문에 위와 깉이 에러가 뜨는것이다
서비스를 꺼버리자
# service NetworkManager stop
Stopping NetworkManager daemon: [ OK ]
# chkconfig NetworkManager off
# service ypbind restart
Shutting down NIS service: [ OK ]
Starting NIS service: [ OK ]
Binding NIS service:
했더니 정상적으로 nis 서버가 나타난다.
# ypwhich
nis_server
320x100
'Linux' 카테고리의 다른 글
xfs 파일 시스템 복구하기 mount: structure needs cleaning (0) | 2015.03.26 |
---|---|
error 2002 (hy000) can't connect to local mysql server through socket '/tmp/mysql.sock' (111) (0) | 2015.03.12 |
solaris 10 x86 iso (0) | 2015.02.16 |
디렉토리별로 용량 체크 (0) | 2015.02.12 |
the image file is invalid and could not be flashed to the controller (0) | 2015.01.22 |