How to perform an unattended Emergency Management Services installation of Windows Server 2003
On This PageSUMMARYThis article describes how to perform an unattended Emergency Management Services installation of Windows Server 2003.
Emergency Management Services is a new feature in Windows Server 2003 that makes it possible for you to perform remote management and system recovery tasks if the server is not available. This is made possible by using the standard remote administration tools and mechanisms. Emergency Management Services provides alternative access to a server if the server is not available through the standard connection methods, typically a network. INTRODUCTIONThis is a step-by-step guide that describes how to use Emergency Management Services to install Windows Server 2003 on a remotely-administered computer. This article contains information about how to install Windows Server 2003 on a computer that may not have a monitor, keyboard, mouse, or network adaptor installed. The "References" section provides links to Web sites that provide an in-depth discussion of Emergency Management Services. Enable Emergency Management Services in the BIOSThe BIOS of the computer where you want to install Windows Server 2003 must support Emergency Management Services, and Emergency Management Services must be enabled in the BIOS. Most 64-bit computers and some 32-bit computers are Emergency Management Services-capable. By default, Emergency Management Services is enabled in the computer BIOS on computers where Emergency Management Services is supported.Modify Unattend.txtThe Serial Port Console Redirection (SPCR) table provides information about how the system firmware and the service processor use the out-of-band management port. For example, if the out-of-band management port is a serial port, the SPCR table contains information such as serial port number, baud, terminal type, and other settings that are used for out-of-band communication.The SPCR table is typically enabled automatically if you have a service processor that supports Emergency Management Services. If your computer does not have an SPCR table, you must configure the Emergency Management Services settings to match the firmware settings. This procedure provides the operating system with the Emergency Management Services out-of-band port parameters. To add software support for Emergency Management Services if the client computer is using the com1 port, add the following section to your Unattend.txt file: [Data]
To add software support for Emergency Management Services if the client computer is using the com2 port, add the following section to your Unattend.txt file:EMSPort=com1 EMSBaudrate=9600 [Data]
EMSPort=com2 EMSBaudrate=9600 EMSPortPossible values = {com1|com2|UseBIOSSettings|off}The EMSPort enables or disables Emergency Management Services during Setup and also after the server operating system has been installed. Note The com1 and com2 values are applicable only for x86-based computers. These two values are not applicable for Itanium-based computers. The UseBIOSSettings value is the default value, and uses the setting that is specified in the BIOS Serial Port Console Redirection (SPCR) table. If you specify UseBIOSSettings and there is no SPCR table, Emergency Management Services is not enabled. If you disable EMSs by specifying EMSPort:off, you can enable it later by modifying the boot settings. EMSBaudratePossible values = {9600, 19200, 57600, or 115200}The EMSBaudrate specifies the baud for Emergency Management Services. EMSBaudrate must be used with emsport:com1 or emsport:com2, or EMSBaudrate is ignored. The default baud is 9600. EMSSkipUnattendProcessingIf not all the user settings are in the unattended installation file, an Emergency Management Services connection dialog box appears during an installation on a computer that is Emergency Management Services-enabled. This dialog box contains the following message:This dialog box lets the user enter information by using the Emergency Management Services console session. If nothing is entered, the dialog box is closed after several seconds, and the unattended installation continues. In this case, Windows provides the required information.If you configure this setting to 1, Windows does not answer any user prompts during Setup, and an Emergency Management Services connection dialog box does not appear. Important When you configure this setting, Windows Setup may pause during the graphical user interface (GUI) mode part of the installation. This pause occurs so Windows Setup can wait for user input because it no longer uses the default settings. For additional information about how to create an Unattend.txt file, see the "References" section. Connect to the computerTo perform an Emergency Management Services installation of Windows Server 2003, you must connect a computer to the server that you want to install with a NULL modem serial cable, and then use a terminal emulation program such as HyperTerminal. The default serial connection to the computer requires the following attributes:
Emergency Management Services prompt during the text part of SetupWhen you start a computer that is Emergency Management Services enabled, and you have connected another computer that is running a terminal emulation program, you may receive a message that is similar to the following in the terminal emulation program:
Emergency Management Services prompt during the GUI part of SetupWhen you perform the text part of Setup on the local computer at the start of the graphical user interface (GUI) part of Windows Setup, you may receive the following prompt if the computer. You receive this prompt if your computer is Emergency Management Services-capable and if Emergency Management Services is enabled in the computer BIOS: If you click OK, or click Close to quit the dialog box, Setup continues as a typical attended Windows Setup.While Setup waits for your response, the terminal client where you want to run the remote Setup program displays the Special Administration Console (SAC) text-mode management console.
The "EMSGeneratedAnswers" settingThe "EMSGeneratedAnswers" setting that is used in an Emergency Management Services unattended installation indicates that certain activities are performed by Setup during an installation of Windows Server 2003 on Emergency Management Services. By default, the $Winnt$.inf file is located in the C:\Windows\System32 folder. When you view the $Winnt$.inf file, you may see the following entry in the [data] section of the file:[data]
This entry indicates that one of the following two occurred during Setup:
EMSGeneratedAnswers=1
To turn off this behavior, include the following entry in the [Unattended] section of the unattended installation file (Unattend.txt or Sysprep.inf): [Unattended]
When you configure this setting to 1, Windows does not answer any user prompts during Setup, and an Emergency Management Services connection dialog box does not appear.EMSSkipUnattendProcessing=1 Important When you configure this setting, Windows Setup may pause during the GUI mode part of the installation to wait for user input because it no longer uses the default settings. Administrator's account passwordDuring the text mode of the unattended Setup of Windows Server 2003, you may receive the following message: You may receive this message even if you have adminpassword=* in your answer file. This message occurs because during the installation, Windows Server 2003 looks for a SPCR table in the BIOS to determine if the computer is remotely administered. If you use a blank password for administrator, you would not be able to connect to a remotely administered computer after Setup was complete. This issue occurs because a blank password cannot be used for networking.To resolve this issue, a new Unattend.txt parameter was created for cases where the computer has a SPCR table but is not being set up as a remotely administered computer. The new Unattend.txt parameter is as follows: MSBlankPassword Enables the use of a blank administrator password in unattended installations to Emergency Management Services servers. Syntax EMSBlankPassword = Yes | No Values Yes Enables the use of "*" with AdminPassword when preinstalling to Emergency Management Services servers. No Disables the use of "*" with AdminPassword when preinstalling to Emergency Management Services servers. Default Value No Example EMSBlankPassword = YesThis new parameter can only be used with Windows Server 2003-based computers.. By default, a blank administrator password (AdminPassword = "*") is not allowed in unattended installations of any member of the Windows Server 2003 family to Emergency Management Services servers. REFERENCESFor additional information about Emergency Management Services, visit the following Microsoft Web site: http://www.microsoft.com/whdc/system/platform/server/default.mspx (http://www.microsoft.com/whdc/system/platform/server/default.mspx) For additional information about the Emergency Management Services Technical Reference, visit the following Microsoft Web site:http://technet2.microsoft.com/windowsserver/en/library/ED1F3D57-E3A3-4EF6-857A-ADBFF20302701033.mspx (http://technet2.microsoft.com/windowsserver/en/library/ED1F3D57-E3A3-4EF6-857A-ADBFF20302701033.mspx) For additional information about how to design unattended installations, visit the following Microsoft Web site:http://technet2.microsoft.com/windowsserver/en/library/0930DDBF-3636-4B77-81FF-C1A073F38CBB1033.mspx (http://technet2.microsoft.com/windowsserver/en/library/0930DDBF-3636-4B77-81FF-C1A073F38CBB1033.mspx)
For additional information about how to create an answer file (Unattend.Txt), click the following article number to view the article in the Microsoft Knowledge Base:
323438 (http://support.microsoft.com/kb/323438/)
How to use setup manager to create an answer file in Windows Server 2003
For additional informationabout how to perform an unattended Emergency Management Services installation, click the following article number to view the article in the Microsoft Knowledge Base:
815273 (http://support.microsoft.com/kb/815273/)
How to perform an Unattended Emergency Management Services installation of Windows Server 2003
APPLIES TO
| Article Translations
|
Back to the top
