wsman with credssp in cluster
i have fileserver cluster named clusterfs1 nodes node1 , node2
when run test-wsman node1, succeed
test-wsman -computername node1 -credential $eu -authentication credssp
wsmid : http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd
protocolversion : http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
productvendor : microsoft corporation
productversion : os: 6.1.7601 sp: 1.0 stack: 3.0
but when run test-wsman clusterfs1 have failed
test-wsman -computername clusterfs1 -credential $eu -authentication credssp
test-wsman : <f:wsmanfault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" code="2150858909"
machine="desk1.domain.local"><f:message>an unknown security error occurred. </f:message></f:wsmanfault>
at line:1 char:1
+ test-wsman -computername clusterfs1 -credential $eu -authentication credssp
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ categoryinfo : invalidoperation: (clusterfs1:string) [test-wsman], invalidoperationexception
+ fullyqualifiederrorid : wsmanerror,microsoft.wsman.management.testwsmancommand
monitoring packages network monitor 3.4 wsman client receives return http 401
know if can use credssp wsman connect cluster's network name
thanks dears
i found solution
i removed spn entries wsman/clusterfs1 , wsman/clusterfs1.domain.local cluster name clusterfs1
after able connect via wsman cluster name. monitored there no attempt use kerberor
:)
Windows Server > Windows Server 2012 General
Comments
Post a Comment