Search This Blog

Thursday, June 30, 2016

Direct access NLB does not work

I had a problem with HA DA, it was working on one server but not on the other one in NLB.

I checked few things until I discovered that "route print" on the client does not have a route to fd40:....   network - DNS64 subnet for internal network.


Then I discovered that in fact the same route was missing on the second server.

added a route in netsh interface ipv6 add route  IPv6 subnet and made it publish=yes.





Friday, June 24, 2016

SCVMM 2012 R2 - Unsupported VM configuration Error (13932)

If SCVMM claiming that status of VM is unsupported, check if you have DVD mapped from a UNC file share. Remove that DVD mapping  - set to none and refresh


Error (13932)
The file \\zzzz\sources\xxx.ISO is in a share which is not registered to the cluster yyy.


Recommended Action
Register the share to the cluster, and then try the operation again.


Thursday, June 23, 2016

Users getting message Lync 2013 limited external calling


Check if you have opened firewall to let users to connect to internal edge interface

SCOM 2012 R2 agent state from Health Service Watcher grey

If you have icons of agents State from Health Service Watcher greyed out in the view Monitoring-Operations Manager  - Agent Details - Agent Health state  you probably need to reset cache of Health service on the server - read this article first:


https://blogs.technet.microsoft.com/kevinholman/2009/10/01/fixing-troubled-agents/


then stop 
System Center Data Access Service
System Center Management Configuration
Microsoft Monitoring agent

in out environnement also Veeam services 

then delete everythig in C:\Program Files\Microsoft System Center 2012 R2\Operations Manager\Server\Health Service State

restart services - check that folder gets re-populated. Wait a bit and then check SCOM console again if icons became colourful. 

Thursday, June 9, 2016

ServiceNow and Skype for Business integration

ServiceNow can shows the S4B presence (in full mode). But S4B must be allowed to respond to ServiceNow requests. We need to allow a specific domain. In S4B powershell run:

 

$x = New-CsWebOrigin -Url https://serviceportal.xxx.yyy

Set-CsWebServiceConfiguration -CrossDomainAuthorizationList @{Add=$x}

 

if not you may see an error

 

X-Ms-diagnostics: 28070;source="xxx";reason="Service does not allow a cross domain request from this origin."

 

Wednesday, June 1, 2016

Enable ping ICMP for Windows 2012 R2 command line

Windows 2012 R2 by default does not allow ICMP.


Run in CMD admin

netsh advfirewall firewall add rule name="allow ping" dir=in action=allow enable=yes profile=any protocol=icmpv4 interfacetype=any