반응형

이중화 구성후 상대측 서버를 클릭하면 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


아래와 같이 양측의 동작상태를 동시에 확인할 있습니다.



참고한 자료

https://exitcodezero.wordpress.com/2017/04/05/either-the-server-is-not-working-properly-or-credentials-are-not-available-to-manage-and-monitor-it/


반응형

+ Recent posts