Previous Topic: Windows Server 2003 Single CD Installation ReferenceNext Topic: Windows Server 2008 Base Server Class Installation Reference


Windows Server 2003 Two CD Installation Reference

This example installation is based on a two CD install of Windows 2003 Server Standard Edition R2. For the example, we use two global volumes named win03-disk-1_iso and win03-disk-2_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, DataCenter and Web).

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, W for Web).

To install and configure a WIN03y appliance using two CDs

  1. Open a 3T shell and execute the following command:
    util iso2class app_name=win03_install install_size=10G console_type=graphic iso_volume1=win03-disk-1_iso iso_volume2=win03-disk-2_iso virt_options=acpi=1
    

    This 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).

  2. Access the graphic console of the singleton in one of the following two ways:
  3. After the graphical console appears, the Windows 2003 Server installation should be visible. Run through the installation with the following notes:
  4. When the installation from the first CD is complete, Windows will reboot and then inform you Windows Setup is not complete and ask for Windows Server CD2. At this point, in the 3t shell, continue with the iso2class utility. iso2class stops the application and changes its descriptors:
  5. Access the console and continue with the installation. The second CD will automount as drive D. Access this drive in Windows Explorer and execute the secondary installer (for example R2AUTO.EXE)
  6. After the install is complete:
  7. Increase the default Windows disk device timeout value in your appliance by following the steps below:
    1. Open the registry editor (Run > regedt32.exe) and navigate to the key HKEY_LOCAL_MACHINE/System/CurrentControlSet/Services/Disk.
    2. Add a new REG_DWORD value named TimeOutValue (if this value already exists, skip this step).
    3. Set the TimeOutValue value to 60 decimal.
    4. Close the registry editor.
  8. 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:
    1. 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).
    2. Or, execute the following commands 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] 
      
  9. Install Service Pack 2 and high priority updates:
    1. Open IE and use Tools, Internet Options, Security to set the Internet security to medium.
    2. In IE, select Tools, Windows Update and install SP2. Reboot when the install completes.
    3. 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.
    4. In IE select Tools, Windows Update and install all the high priority updates. Optionally decline the unstable IE updates.
    5. Use Windows Explorer version 8 or higher to remove the restore files associated with the installation of the high priority updates:
      • Delete c:\WINDOWS\$*$ (approximately 30 folders)
      • Empty the Recycle Bin.
  10. Install the Windows Server 2003 Resource Kit Tools:
    1. 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).
    2. Install the tools in their default location C:\Program Files\Windows Resource Kits\Tools
  11. (Optional) Install windows components which you want available on this appliance and which require access to the installation ISO images. Select Control Panel, Add or Remove Programs, Windows Components and install optional components such as IIS.
  12. Prevent system shutdown dialogs from popping up (reason for system shutdown)
    1. Open the Start menu and run gpedit.msc
    2. Go under Computer Configuration, Administrative Templates
    3. Click System
    4. On the right pane double-click on Display Shutdown Event Tracker
    5. Choose Disabled and click Apply
  13. Activate Windows as required.
  14. 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.
  15. To transform this singleton into a fully managed appliance, install the Windows Server msi. This self-executing installer can be downloaded from the D or E drive..
    1. To find the internal IP address of the controller, in a command line shell execute ipconfig /all and note the IP address of the DHCP server for Local Area Connection 2.
    2. 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.
    3. Double-click the msi file on the desktop to perform the installation.
    4. Delete the msi file and empty the Recycle Bin.
    5. 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).
  16. 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:
    1. Move shutdown.exe to C:\WINDOWS using Windows Explorer
    2. Open a bash shell and:
      • 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
  17. 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.
  18. Close the graphical console and close the infrastructure editor.

    The installation is complete.

  19. Hit the [Enter] key 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.
  20. If iso2class fails to start the application, select option #2 - "Exit from iso2class and investigate manually".
  21. Change the resulting singleton into a WIN03y catalog appliance class:
    1. Stop the application.
    2. 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 R2 32/64-bit (be sure to 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: https://support.ca.com/cadocs/0/CA%203Tera%20Applogic%202%209-ENU/Bookshelf_Files/HTML/Catalog_Ref/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.
    3. Right-click the singleton and select Attributes. Change the instance name to WIN03y.
    4. 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.

    5. Open a 3Tshell and perform the following command:
      app restart win03_install --debug
      
    6. 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 the following command:
        app stop win03_install 
        
      • otherwise execute the following command in the 3Tshell followed by a shutdown within the graphical console:
        app stop win03_install
        
    7. Execute the following command within the 3Tshell and verify the appliance starts without error:
      app start win03_install
      
    8. 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.
    9. Execute the following command In a bash shell on the appliance:
      rm -f /appliance/passwd.stamp
      

      We recommend to set 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.
    10. Stop the application.
    11. Modify the boundary of the appliance again and remove the extra terminals that were added in the previous steps.
    12. 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 the Windows MSI.