기존에 설치된 SCCM를 SCCM 2012 R2 에서 SCCM 2012 SP2로 업데이트를 수행하던 중에 거의 다 완료가 되었구나 하는 순간 아래와 같은 메시지가 발생하면서 Console을 실행할 수 없는 상태였다.
상기 메시지는 보통 권한할 때 '관리자 권한으로 실행'을 하면 상관이 없는데, 권한 문제가 아니라서 메시지가 계속 유지되어 관련 로그를 찾아보았따.
로그는 'C:\ConfigMgrAdminUISetup.log'에 위치하였으며, 아래와 같은 메시지가 발생하였다.
MSI: Another application has exclusive access to the file 'E:\Microsoft Configuration Manager\AdminConsole\AdminUILog\SmsAdminUI.log'. Please shut down all other applications, then click Retry.
MSI: Action 15:34:32: Rollback. Rolling back action:
Installation failed with error code 1603
error code 1603 관련하여 구글링을 해보니 다양한 원인이 있는데 정말 콘솔 그 자체 문제라고 하면 Console만 재설치하면 해결할 수 있다.
기존 SCCM 설치된 경로에 보면 아래와 같이 콘솔 UI 설치 파일이 별도로 있다.
C\Microsoft Configuration Manager\tools\ConsoleSetup\ConsoleSetup.exe
재설치 정상적으로 콘솔이 동작하였다.
0 comments:
Post a Comment