Link to home
Start Free TrialLog in
Avatar of brianpcollins
brianpcollinsFlag for United States of America

asked on

sccm clients installed and pointing to test server how to point them to production server

we have a test bed that was used to deploy images and software via sccm.  we now need to point the clients to the real production server, which has a different name and site code.  how can we do this?  do we have to uninstall the client or can we just change a config file and register it with the production server?  We do not do AD with the sccm environment at all.  it is 2 standalone environments with clients manaully installed at the start.  thanks in advance
Avatar of MarkieS
MarkieS
Flag of United Kingdom of Great Britain and Northern Ireland image

Avatar of brianpcollins

ASKER

i have read this before.  thanks for the pointer. But how will it know that the site is on a totaly different server with different ip# and name?
From memory - SCCM uses extended schema AD to locate it's Server Location Points (SLP).  So if you set up a new server with new new host name and new IP address this would be available in AD so that the SCCM client can query it to automatically find the server.  You only have to provide the SiteCode to the client and it does the rest.

As you dont use AD you have to manually make use of WINS - this is something I havent implemented myself so would not like to advise further but I think you should investigate further down these lines..

Anyone else available who has this kind of setup?
ASKER CERTIFIED SOLUTION
Avatar of MarkieS
MarkieS
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
server locator point (SLP)  is used for two purposes when Active Directory Domain Services cannot be used:
  • Site assignment for clients
  • Locating default management points for clients
the client try to find the SLP using the below:
  • Clients first try to use the server locator point if it is specified on the command line
  • if this fails they then try to locate a server locator point from Active Directory Domain Services
  • if this fails they then try WINS.
A server locator point is required if clients cannot locate the default management point from Active Directory Domain Services, DNS, or WINS.  
Clients locate their default management point using the following mechanisms in the order specified:
  • Active Directory Domain Services
  • DNS
  • Server locator point
  • WINS
now, if you Dont have AD , you need to use WINS or deploy client with SMDDIRECTORYLOOKUP installation  property
to configure WINS please check the link below
http://technet.microsoft.com/en-us/library/bb632567.aspx
 Good Luck
 
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks to all for the advice.  best solution for us in our current environment is to uninstall the client and reinstall a new client.  the advice you provided is helpful but we can not implement it at this time. thanks again
this as what i said in my comment :
 if you Dont have AD , you need to use WINS or deploy client with SMDDIRECTORYLOOKUP installation  property
:)