AIX 0315-171 Unable to process the error log file /var/adm/ras/errlog 해결방법
# errpt 명령어를 사용했을때 0315-171 Unable to process the error log file /var/adm/ras/errlog. 메시지가 나오며 로그를 확인할 수 없을때 해결하는 방법을 정리해보겠습니다. # errpt0315-171 Unable to process the error log file /var/adm/ras/errlog. 다음 메시지가 나오며 errpt 로그를 보여주지 않을경우 1. errdemon stop # /usr/lib/errstop # ps -ef | grep errdemon errdemon stop 후 errdemon 프로세스를 확인해보면 프로세스가 동작중이지 않는것을 확인할 수 있습니다. 아래 사진은 정상적인 상태에서 errdemon 을 stop 해보았습..