Windows Server
Windows Server 2019. WAP - Cluster Servers 에서 No Credentiaals Are Available 로 나타나는 증상
Pepuri
2019. 10. 26. 07:42
반응형
이중화 구성후 상대측 서버를 클릭하면 Enter Credentials 로 표시되며 자격증명을 입력해도 진행되지 않습니다.
양 서버에서 반대편 서버를 Trustedhosts 에 추가하는 작업을 진행합니다.
Enable-PSRemoting –force Get-Item WSMan:\localhost\Client\TrustedHosts Set-Item WSMan:\localhost\Client\TrustedHosts -Value 'WAP1' -Concatenate Get-Item WSMan:\localhost\Client\TrustedHosts |
Enable-PSRemoting –force Get-Item WSMan:\localhost\Client\TrustedHosts Set-Item WSMan:\localhost\Client\TrustedHosts -Value 'WAP' -Concatenate Get-Item WSMan:\localhost\Client\TrustedHosts |
아래와 같이 양측의 동작상태를 동시에 확인할 수 있습니다.
참고한 자료
반응형