|
rjarrett -> RE: Automatic site discovery doesn't work (4/10/2008 1:21:57 PM)
|
Don't confuse OSD requirements with client requirements. The OSD will image a machine in one of three ways: - PXE. In which the machine boots up, gets its DHCP information, contacts the PXE server, downloads the boot image, boots, and then runs the imaging Task Sequence. The WinPE boot creates a random computer name and does enough to make the PXE imaging server happy with its credentials. The Task Sequence then image the machine and either joins the machine to the domain or leaves it in a workgroup. It then installs the client. If the Task Sequence is designed to join the new client to the domain, then you should get auto site code configuration. If the client is left in a workgroup, then you will need "workgroup" support for clients. (See previous posts about Server Locator Point and WINS).
- Network. In this case, you use a boot image that boot straps the logon from the client, bypassing the PXE part. Basically, it does the same things in the imaging process.
- Standalone. The whole image is installed from an ISO or disk. See Item 2, except it gets the image file locally.
By contrast, the client requires either AD or and SLP to complete its installation. When a client is in AD, it should install and configure without problem. When a client is in a workgroup, it needs help finding SCCM from WINS. In summary, the OSD has a whole pre-image infrastructure to handle machines that are not in the domain. It then brings the client up to the point where it either uses AD or WINS to establish communication with its site server. Whereas existing machines can simply pick-up with talking to AD or WINS for their communication requirements.
|
|
|
|