

Using CA AppLogicĀ® › Appliance Developer Guide › OS Installation › Distribution Installations › Windows Appliance Installation › 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. In this 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, such as Enterprise, DataCenter, and Web Edition.
Note: In the following text in this topic, the y placeholder in WIN03y indicates for the Windows edition that the appliance is based on. For example, S for Standard, E for Enterprise, DC for DataCenter, and W for Web.
Install and Configure WIN03y Appliance using Single CD
Perform these steps:
- Execute the following command in a 3T shell and then select 32 or 64 bits and operating system:
util iso2class app_name=win03_install install_size=10G console_type=graphic iso_volume1=win03_iso virt_options=acpi=1 cpu=1 mem=1G
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 using one of the following methods:
- After the graphical console displays, 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 installation completes, do the following:
- If you are creating a Windows appliance on an ESX grid, install VMware tools as follows:
- 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. Clear the Hide protected operating system files check box.
- Increase the default Windows disk device timeout value in your appliance and set the value of real time clock. A reboot is required for these changes to take effect.
- 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.
- Navigate to the key HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/TimeZoneInformation.
- Add a new DWORD value named RealTimeIsUniversal. (If this value exists, skip this step.)
- Set the RealTimeIsUniversal value to 1.
- 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. do one of the following:
- Access Control Panel, Network Connections, Local Area Connection, Properties, Internet Protocol (TCP/IP), Properties. Click 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 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 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 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 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).
- Delete junction points to prevent failures when you try to resize Windows appliance volumes. The following are examples of junction points that could be on a Windows boot volume.The names may vary:
- WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\
- WINDOWS\assembly\GAC_MSIL\IEExecRemote\2.0.0.0__b03f5f7f11d50a3a\
You can search for junction points using the Command Prompt. The output of the following command reports the path for any junction points:
dir /S/A:L
- If this appliance is 64-bit, 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 infrastructure editor.
The installation is complete.
- Click Enter in the 3T shell running iso2class to continue. When prompted, select The appliance is fully managed.
iso2class stops the application, changes the singleton boundary to that of a generic server appliance, and restarts 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 the singleton and select Modify Boundary:
- 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 current version of 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 execute the following command:
app restart win03_install --debug
- Approximately 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.
- If the app start has timed out:
Execute the following command in the 3Tshell followed by shutdown in the graphical console
app stop win03_install
- Execute the following command in the 3Tshell and verify the appliance starts without error:
app start win03_install
- If you have installed TurboGate PV drivers, disable the service named gkservice.
This service is installed with the PV drivers and fails to start if 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. This prevent other users from logging in 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 to remove the extra terminals that were added in the previous steps.
- Move the singleton into the /system_ms catalog where 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 in the Command Line Shell Reference Guide for more information.
The WIN03y appliance is now ready for use.
Additional Information
- Windows Server 2003 Resources
-
32-bit appliances
|
Resource
|
Minimum
|
Standard Maximum
|
Enterprise Maximum
|
DataCenter Maximum
|
Web Maximum
|
Default
|
|
CPU
|
0.1
|
4
|
8
|
32
|
2
|
1
|
|
Memory
|
256 MB
|
4 GB
|
64 GB
|
64 GB
|
2 GB
|
1 GB
|
|
Bandwidth
|
1 Mbps
|
2 Gbps
|
2 Gbps
|
2 Gbps
|
2 Gbps
|
100 Mbps
|
64-bit appliances
|
Resource
|
Minimum
|
Standard Maximum
|
Enterprise Maximum
|
DataCenter Maximum
|
Default
|
|
CPU
|
0.25
|
4
|
8
|
32
|
1
|
|
Memory
|
768 MB
|
32 GB
|
64 GB
|
64 GB
|
1 GB
|
|
Bandwidth
|
1 Mbps
|
2 Gbps
|
2 Gbps
|
2 Gbps
|
100 Mbps
|
Review the Appliance Catalog Reference Guide for details on the behavior of the Windows APK which is installed by all of the Windows MSIs.
Copyright © 2012 CA.
All rights reserved.
 
|
|