

Creating Appliances › Distribution Installations › Windows Installation Reference › Windows Server 2003 Single CD Installation Reference
Windows Server 2003 Single CD Installation Reference
This example installation is based on a single CD install of Windows 2003 Server Standard Edition SP2. For the example, we use a global volume named win03_iso (see the iso2class reference for other ways to specify an ISO image for the installation). The same example below may be used for the other Windows editions too (Enterprise and DataCenter).
Note: In the following text in this topic, the y placeholder in WIN03y is for the Windows edition that the appliance is based upon (S for Standard, E for Enterprise, DC for DataCenter).
To install and configure a WIN03y appliance using a single CD
- Open a 3T shell and execute the following command:
util iso2class app_name=win03_install install_size=10G console_type=graphic iso_volume1=win03_iso virt_options=acpi=1
This command creates and starts the win03_install application, booting the singleton iso2class from the specified ISO image.
Note: The volume is specified to be initially 10GB in size. This size is used to verify there is enough disk space for the Windows installation. After the appliance is created, you can resize the volume depending upon the amount of free disk space left after the Windows install (we recommend to leave at least 500MB of free disk space).
- Access the graphic console of the singleton in one of the following two methods::
- After the graphical console appears, the Windows 2003 Server installation should be visible. Run through the installation with the following notes:
- Use a single NTFS partition
- Select Custom Setting - Disable file and printer sharing for both network interfaces.
- Use a workgroup.
- After the install is complete:
- If you are creating Windows appliance on ESX grid, install VMware tools using the iso2class utility. For more information, see the Command Line Interface Guide for more information
- Disable the page file:
- Open Control Panel, System, Advanced, Performance Settings, Advanced, Virtual Memory, No Paging File, Set to disable the page file.
- Restart the application and verify the pagefile C:\pagefile.sys has been deleted. If not, delete it manually. You can view protected operating system files in Windows Explorer by changing the default settings:
- Open Tools, Folder Options, View and select Show hidden files and folders. Un-select Hide protected operating system files.
- Increase the default Windows disk device timeout value in your appliance by following the steps below:
- Open the registry editor (Run > regedt32.exe) and navigate to the key HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/Disk.
- Add a new REG_DWORD value named TimeOutValue (if this value already exists, skip this step).
- Set the TimeOutValue value to 60 decimal.
- Close the registry editor.
- Verify you have external network access through the external interface of the singleton. The singleton has two network interfaces: Local Area Connection and Local Area Connection 2. The first of these is the external interface while the second is the internal interface. Open a command shell and ping www.google.com. If the ping fails:
- Access Control Panel, Network Connections, Local Area Connection, Properties, Internet Protocol (TCP/IP), Properties. Click on Use the following IP address and enter usable values for your grid (IP Address, netmask, gateway, DNS server).
- Or, in the command shell:
- netsh interface ip set address name="Local Area Connection" static [ip-address] [netmask] [gateway] 1
- netsh interface ip set dns name="Local Area Connection" static [dns-ip]
- Install Service Pack 2 and high priority updates:
- Open IE and use Tools, Internet Options, Security level of this zone- Custom Level, Reset custom setting – Reset to Medium’ to set the Internet security to medium.
- In IE, select Tools, Windows Update and install SP2. Reboot when the install completes.
- Remove the restore files associated with the installation of SP2:
- Use Windows Explorer to delete the folder c:\WINDOWS\$NtServicePackUninstall$
- Empty the Recycle Bin.
- Use Windows Explorer to compress the folder c:\WINDOWS\ServicePackFiles:
- Right-click on the folder and select Properties, Advanced, Compress contents. Compress all sub-directories too.
- In IE select Tools, Windows Update and install all the high priority updates. Optionally decline the IE7 install when asked. Reboot when the install completes.
- Use Windows Explorer to remove the restore files associated with the installation of the high priority updates:
- Delete c:\WINDOWS\$*$ (approximately 30 folders)
- Empty the Recycle Bin.
- Install the Windows Server 2003 Resource Kit Tools:
- Point IE at http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en (or search online for Windows Server 2003 Resource Kit Tools).
- Install the tools in their default location C:\Program Files\Windows Resource Kits\Tools.
- (Optional) Install windows components which you want available on this appliance and which require access to the installation ISO image(s). Select Control Panel, Add or Remove Programs, Windows Components and install optional components such as IIS.
- Prevent system shutdown dialogs from popping up (reason for system shutdown)
- Open the Start menu and execute the following command:
gpedit.msc
- Go under Computer Configuration, Administrative Templates.
- Click System.
- On the right pane double-click on Display Shutdown Event Tracker.
- Click Disabled and click Apply.
- Activate Windows as required.
- For 64-bit appliances, a Microsoft Windows bug prevents a 32-bit application to access the System32 folder on a computer running a 64-bit version of Windows Server 2003. To read more about this issue and fix this issue, see http://support.microsoft.com/kb/942589 and apply this hotfix according to its instructions.
- To transform this singleton into a fully managed CA 3Tera AppLogic appliance, install the Windows Server msi. This self-executing installer can be downloaded from the grid controller through the internal interface. This interface has already been properly configured through DHCP.
- To find the internal IP address of the controller, in a command line shell execute the following command and note the IP address of the DHCP server for Local Area Connection 2.
ipconfig /all
- Point IE at http://IP-address:8080/download/ and download the current Windows Server msi (for example, Server_Windows-1.0.0-1.msi):
- Right-click on the msi file and select Save Target As to download the file to the desktop.
- Double-click the msi file on the desktop to perform the installation.
- Delete the msi file and empty the Recycle Bin.
- If you manually configured the external interface, use Control Panel, Network Connections, Local Area Connection, Properties, Internet Protocol (TCP/IP), Properties to reset the interface to DHCP (Obtain an IP address automatically).
- If this is a 64-bit appliance, use Windows Explorer to copy shutdown.exe from C:\WINDOWS\system32 to C:\WINDOWS\SYSWOW64. If Windows Explorer refuses to copy but instead moves the executable:
- Move shutdown.exe to C:\WINDOWS using Windows Explorer
- Open a bash shell and perform the following command. This copies the file into the C:\WINDOWS\SYSWOW64 directory:
cp -p /cygdrive/c/WINDOWS/shutdown.exe /cygdrive/c/WINDOWS/system32/shutdown.exe (this command actually copies the file into C:\WINDOWS\SYSWOW64)
- Use Windows Explorer to move C:\WINDOWS\shutdown.exe to C:\WINDOWS\system32\shutdown.exe.
- If you are installing a 64-bit non-English localized version of Windows Server 2003, copy chcp.com from C:\WINDOWS\system32 to C:\WINDOWS\SYSWOW64 as described above.
- Close the graphical console and close the infrastructure editor.
- The installation is complete. Click Enter in the 3T shell running iso2class to continue. When prompted, select The appliance is fully managed. After this, iso2class stops the application, changes the singleton boundary to that of a generic server appliance, and re-starts the application.
- If iso2class fails to start the application, select option #2 - "Exit from iso2class and investigate manually".
- Start the application in debug mode: in 3Tshell execute the command app start app_name --debug. Once the application starts successfully continue with the following steps.
- Change the resulting singleton into a WIN03y catalog appliance class.
- Stop the application.
- Open the application in the infrastructure editor, right-click on the singleton and select Modify Boundary:
- Change the class name to WIN03y.
- Enter the description: Windows Server Appliance - based on Windows Server 2003 Standard Edition 32/64-bit SP2. Use the correct edition name.
- Change the following resource settings:
CPU (num)
Min: 0.1
Max: 4
Default: 0.25
Memory (bytes)
Min: 256
Max: 4G
Default: 512M
Bandwidth (bits/sec)
Min: 1M
Max: 1G
Default: 1M
- Set the documentation URL to: http://doc.3tera.com/AppLogic30/CatGenericWindows.html
- Add terminals to the appliance until there are a total of 8 terminals (the maximum number of terminals a Windows appliance may have). Verify the appliance has a default interface, external interface and 6 more terminals added to its boundary. This is needed to avoid manual user intervention when adding terminals to future Windows appliances that are based off of this Windows server appliance.
- Right-click the singleton and select Attributes. Change the instance name to WIN03y.
- Start the application. SSH into the appliance and set the Administrator password (net user administrator new_password). Download the TurboGate PV drivers through the internal interface (in the same fashion the Server msi was downloaded earlier). Install the TurboGate PV drivers. Do not reboot after the install.
Note: You must change the administrator password because the windows server MSI sets a new random password on initial boot and you must know the administrator password before installing the Turbogate PV drivers.
- Open a 3Tshell and perform the following command:
app restart win03_install --debug
- A minute after the application begins to start, log in using the graphical console and complete the TurboGate PV drivers install: Click through the hardware setup wizard for the installation of the TurboGate PV drivers for all 8 terminals that are configured in the appliance. At this point:
- If the app start has not timed out: Shutdown the OS from within the graphical console; this will cause the app start --debug to fail, and then execute app stop win03_install.
- Otherwise, execute the following command in the 3Tshell followed by shutdown within the graphical console
app stop win03_install
- Execute the following command within the 3Tshell and verify the appliance starts without error:
app start win03_install
- If you have installed version 3.0 of the TurboGate PV drivers, disable the service named gkservice. This service is installed with the PV drivers and fails to start if there is more than one virtual network interface associated to the appliance. Disabling this service does not affect the performance of the PV drivers.
- Execute the following command in a bash shell on the appliance:
rm -f /appliance/passwd.stamp
We recommend setting a complex Administrator password so nobody can login to the appliance as the Administrator.
- Set new complex password (net user administrator pq398hpaowht0293j^LWOIFH9htfw9jfe)
- Exit the ssh session
- SSH into appliance and execute rm -f ~/.bash_history so the password is cleared from the bash history
- Stop the application.
- Modify the boundary of the appliance again and remove the extra terminals that were added in the previous steps.
- Move the singleton into the /system_ms catalog that you have the required privileges. You must assign yourself full access rights to the catalog before you can move the singleton. See catalog modify_acl (Catalog Management)--Replace Portion of Global Catalog ACL in the Command Line Shell Reference Guide for more information.
The WIN03y appliance is now ready for use.
Review the Appliance Catalog Reference Guide for details on the behavior of the Windows APK which is installed by all of the Windows msi's.
Copyright © 2011 CA.
All rights reserved.
 
|
|