Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Retrieve the VMWare server RPM file
  2. Install VMWare Server
    1. Establish root access:
      No Format
      
      sudo bash
      
    2. Install the VMWare Server RPM:
      No Format
      
      rpm -i  VMware-server-1.0.8-126538.i386.rpm
      
  3. Launch the VMWare Server console 
  4. Copy a Windows XP ISO image to the VMWare Server machine 
  5. Create a new VM
    1. Configure the VM to use the Window XP ISO image as a CD drive
  6. Boot the VM and begin installing Windows XP
    1. Press ESC as soon as VM begins to start to display the boot menu
    2. Boot from the CD-ROM drive
    3. Press a key to boot from the CD
  7. Proceed through Windows installation
    1. Create a new partition of at least 12 GB
    2. Format the partition using NTFS (Quick)
    3.  
  8. Install Microsoft updates
  9. Create root user account
    1. Either use the user management GUI or execute the following commands:
      No Format
      net user root /ADD
      net user root <PASSWORD>
      
       
    2. Add root to the Administrators group using the user management GUI or execute the following command:
      No Format
      net localgroup Administrators root /ADD
      
  10. Log on as root
  11. Install Cygwin
    1. Download and run the Cygwin installer: setup.exe
    2. Install from Internet
    3. Root Directory: C:\Cygwin
    4. Install For: Just Me
    5. Default Test File Type: DOS/text
    6. Local Package Directory: C:\
    7. Internet Connection: Direct Connection
    8. Download Site: .edu FTP sites seem the fastest
    9. Select Packages: Net: openssh
    10. Create icon on Desktop: No
    11. Add icon to Start Menu: No
    12. Delete local package directory: C:\ftp%...cygwin...
  12. Configure Cygwin SSH service
    1. Launch C:\Cygwin\Cygwin.bat
  13. Create an SSH key pair on the management node
  14. Copy the public key to the authorized_keys file in the Windows XP image

...