When you try to assign SCCM Site Code using Discovery button on SCCM Client there are errors in LocationService.log
Failed to resolve 'SMS_SLP' to IP address from WINS.
LSGetAssignedSiteFromSLP : Unable to get the list of SLPs
To resolve these errors on domain controller WINS Server must be installed and WINS SLP parameters configured.
Here is the step by step procedure for manually configuring WINS SLP parameters:
On DC where WINS Server already was configured in CMD run netsh command.
Type wins and press Enter.
Connect to the WINS server using: server \\ip address where ip address is ip adress of WINS server.
Type add name Name=SMS_SLP endchar=1A rectype=0 ip={ server locator point IP address }
where server locator point IP address is SCCM server's IP address.
To verify that you entered correct data for SLP in your WINS Server type this command:
show name Name=SMS_SLP endchar=1A
To configure WINS server in your network card TCP/IP properties or if there is DHCP in the network to configure WINS parameter in DHCP server.
Now if you try to add Internet SCCM based client to SCCM site code specifying DNS Sufix and click Discover in few seconds SMS Site Code will be discovered successfully. Same scenario is for workgroup computers belonging to different AD forest and managing by SCCM in other forest.
Failed to resolve 'SMS_SLP' to IP address from WINS.
LSGetAssignedSiteFromSLP : Unable to get the list of SLPs
Here is the step by step procedure for manually configuring WINS SLP parameters:
On DC where WINS Server already was configured in CMD run netsh command.
Type wins and press Enter.
Connect to the WINS server using: server \\ip address where ip address is ip adress of WINS server.
Type add name Name=SMS_SLP endchar=1A rectype=0 ip={ server locator point IP address }
where server locator point IP address is SCCM server's IP address.
To verify that you entered correct data for SLP in your WINS Server type this command:
show name Name=SMS_SLP endchar=1A
To configure WINS server in your network card TCP/IP properties or if there is DHCP in the network to configure WINS parameter in DHCP server.
Now if you try to add Internet SCCM based client to SCCM site code specifying DNS Sufix and click Discover in few seconds SMS Site Code will be discovered successfully. Same scenario is for workgroup computers belonging to different AD forest and managing by SCCM in other forest.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.