위로 아래

NMC 콘솔 접속 시 HTTP-ERROR: 404 발생

 

 

발생 원인

  1. 윈도우 서버에 설치된 넷워커 서버가 업그레이드 되었을 경우
  2. /nsr 영역의 용량이 100% 찼을 때
  3. authcdb가 손상 되었을 때

 

 

해결법

넷워커 서비스 종료

nsr_shutdown

 

 

 

/nsr/authc 디렉토리 이름 변경

mv /nsr/authc /nsr/authc_old

 

authc 재구성

/opt/nsr/authc-server/scripts/authc_configure.sh

 

넷워커 서비스 켜기

systemctl start networker

 

9090 port 오픈 확인

netstat -ntlp | grep 9090

 

정상 접속

 

 

 

 

 

참고 : https://www.dell.com/support/kbdoc/en-us/000031476/unable-to-log-in-nmc-or-using-nsrlogin-receiving-authentication-library-error-get-failed-with-http-error-404?lang=ko

 

NetWorker: NMC에 로그인하거나 nsrlogin을 사용하여 다음을 수신할 수 없습니다. "인증 라이브러리 오

Symptoms nsrlogin을 사용하여 NMC(NetWorker Management Console) 또는 CLI에 로그인할 수 없습니다.   NetWorker 인증이 실패하고 다음 오류가 발생합니다. Authentication library error: HTTP-ERROR로 GET 실패: 404서버 메시

www.dell.com