Category Archives: Random

Server 2008 DHCP assigns leases but can not displays leases in the GUI

Easy fix:

  1. Open DHCP mmc
  2. Open Command prompt: cmd “make sure this is with admin user”
  3. Type: netsh dhcp server export C:\dhcp.txt all in command prompt and press Enter
  4. Delete ALL scope information from within the DHCP mmc, server config can stay
  5. Type: netsh dhcp server import C:\dhcp.txt all in command prompt and press Enter
  6. Right-click server name within DHCP mmc and choose refresh
  7. Enjoy

Lync Customer gets disconnected while trying to park or hold calls

Description: Lync Customer gets disconnect while trying to park or hold

Why: The mediation server is configured to use RTCP. After the gateway receives a=sendonly or a=inactive in the SDP, it doesn’t send any media traffic (no RTCP). The server ends the connection with RTCP timer is not disabled and Mediation Server encountered a gateway media stream timeout.

Resolution:

Set the mediation server setting with this switch to disable RTCPActiveCalls and RTCPCallsOnHold: Set-CsTrunkConfiguration -RTCPActiveCalls $false -RTCPCallsOnHold $false -EnableSessionTimer $True

More Info

 

RTCPActiveCalls

This parameter determines whether RTCP packets are sent from the PSTN gateway, IP-PBX, or SBC at the service provider for active calls. An active call in this context is a call where media is allowed to flow in at least one direction. If RTCPActiveCalls is set to True, the Mediation Server or Lync Server client can terminate a call if it does not receive RTCP packets for a period exceeding 30 seconds. Note that disabling the checks for received RTCP media for active calls in Lync Server elements removes an important safeguard for detecting a dropped peer and should be done only if necessary. The default is True.

RTCPCallsOnHold

This parameter determines whether RTCP packets continue to be sent across the trunk for calls that have been placed on hold and no media packets are expected to flow in either direction. If Music on Hold is enabled at either the Lync Server client or the trunk, the call will be considered to be active and this property will be ignored. In these circumstances use the RTCPActiveCalls parameter. Note that disabling the checks for received RTCP media for active calls in Lync Server elements removes an important safeguard for detecting a dropped peer and should be done only if necessary. The default is True.

EnableSessionTimer

This parameter specifies whether the session timer is enabled. Session timers are used to determine whether a particular session is still active. Note that even if this parameter is set to False, session timers can be applicable if the remote connection has session timer enabled. In such a case, the Mediation Server will reply to session timer probes from the remote entity. The default is False.

BlueScreen HP Server with 2008 R2

Problem:

Blue screen issues even after patching HP server with intel 5500 xeon. server reboots between once a month to once a week

Problem signature:

Problem Event Name: BlueScreen
OS Version: 6.1.7600.2.0.0.274.14
Locale ID: 1033

Additional information about the problem:
BCCode: 101
BCP1: 000000000000000D
BCP2: 0000000000000000
BCP3: FFFFF880021E8180
BCP4: 0000000000000006
OS Version: 6_1_7600
Service Pack: 0_0
Product: 274_3

 

Solution:

reg add HKLM\System\CurrentControlSet\Control\Processor /v Capabilities /t REG_DWORD /d 0x0007e066  then Reboot