Use the following procedures to provision computers for AMT so that they can be managed out of band in Configuration Manager 2007 SP1 or later. If you are not sure whether to provision in-band or out of band, see Choose Between In-Band Provisioning and Out of Band Provisioning.
Important |
---|
Before running these procedures, ensure that you have created and configured an Active Directory container, you have an out of band service point installed, and the required certificates are in place. For more information about the certificates, see Certificate Requirements for Out of Band Management.Additionally, if the site contains AMT-based computers that do not support out of band management, disable AMT on these computers. For more information about computers that are not supported for out of band management, see Prerequisites for Out of Band Management. |
If you provision computers out of band and need to manage them before they have an operating system installed, you must perform the following additional steps. These steps are not necessary for in-band provisioning or when the operating system is installed:
- Before provisioning, create DHCP reservations for these
computers and supply the MAC address of the AMT-based computer.
- Either before or after provisioning, manually create host
records in DNS such that the host name matches the FQDN supplied in
the Import Computer for Out of Band Management wizard and the IP
address matches the address in the DHCP reservation.
If you need to apply new AMT configuration options to computers that are already provisioned, see How to Update AMT Settings in Provisioned Computers Using Out of Band Management.
Note |
---|
The information in this topic applies only to Configuration Manager 2007 SP1 and later. |
To provision computers for AMT using automatic in-band provisioning with the client for Configuration Manager 2007 SP1 or later
-
Optionally, discover computers that have management controllers and then create a collection for just these computers:
- To discover computers with management controllers, see How to Discover
Computers with Management Controllers.
- Create a collection by using the following query:
Copy Code Select SMS_R_System.* from SMS_R_System inner join SMS_CM_RES_COLL_SMS00001 on SMS_CM_RES_COLL_SMS00001.ResourceId = SMS_R_System.ResourceId where (AMTStatus = 1 or AMTStatus = 2) and SMS_CM_RES_COLL_SMS00001.IsApproved = 1 and SMS_CM_RES_COLL_SMS00001.IsBlocked = 0
- To discover computers with management controllers, see How to Discover
Computers with Management Controllers.
-
Right-click the collection that you want to use for in-band provisioning, click Modify Collection Settings, and select Out of Band.
-
Select Enable automatic out of band management controller provisioning, and then click OK.
-
Monitor provisioning progress. For more information, see How to Identify Computers That Are Provisioned for AMT.
To provision computers for AMT using automatic out of band provisioning
-
Ensure that computers can locate a provisioning server. This can be achieved by a number of methods, including the following:
- Specify the out of band service point's IP address as the
Provisioning Server in the BIOS extensions of the
computer.
- Configure computers to use DNS where they can resolve the name
of ProvisionServer to the IP address of the out of band
service point. For more information, see How to Register an Alias
in DNS for the Out of Band Service Point.
Note If you need more information about the various methods in which the provisioning server can be located by AMT-based computers, see Decide Whether You Should Register an Alias for the Out of Band Service Point in DNS.
- Specify the out of band service point's IP address as the
Provisioning Server in the BIOS extensions of the
computer.
-
For Configuration Manager 2007 SP2 only: From Component Configuration, ensure that the option Allow out of band provisioning is selected on the General tab of the Out of Band Management Properties dialog box.
-
Right-click Collections, and then click Import Out of Band Computers.
-
Follow the instructions in the wizard. If you need more information, see Import Computer for Out of Band Management Wizard.
-
Right-click the collection that you selected in the wizard, click Update Collection Membership, click OK, and then press F5 to display the computers that you have just imported.
-
Ensure that the power cable and network adapter are connected to the computer.
-
Monitor provisioning progress. For more information, see How to Identify Computers That Are Provisioned for AMT.
See Also
Tasks
How to Add an AMT Provisioning and Discovery AccountHow to Approve Configuration Manager Clients
How to Configure AMT Provisioning
How to Install the Out of Band Service Point
Concepts
About AMT Provisioning for Out of Band ManagementAbout Client Approval in Configuration Manager
About the AMT Provisioning and Discovery Account
About the AMT Status and Out of Band Management
Certificate Requirements for Out of Band Management
Configuration Manager AMT Provisioning Process for Out of Band Management
Example Scenarios for Implementing Out of Band Management