Previous Topic: Windows 2008 VDS Installation ReferenceNext Topic: Windows WISA/WISAx4 Installation Reference


Windows Server 2008 VDS Installation Reference

Versions of CA AppLogic® later than 2.9.1 include support for Windows Server 2008 appliances and applications, and, in this case, the CA AppLogic® software includes several VDS reference template applications:

Import the VDS template application:
  1. Go to the CA 3Tera AppLogic-version Download Directory on the BFC server. (for example, /opt/bfc/applogic-versions/<release number>).
  2. Copy the file VDS_WIN08<Edition>_r<Version>.tar file to the grid controller using the following command:
    scp VDS_WIN08<Edition>_r<Version>.tar <controller IP>:/vol/_impex/
    
  3. SSH to the grid controller and un-tar the file using the following command:
    tar -xf VDS_WIN08<Edition>_r<Version>.tar
    
  4. Import the application as follows:
    3t app import VDS_WIN08<Edition>_r<Version> VDS_WIN08<Edition>_r<Version>.tar
    

Note: If creating the VDS for SCSI based Windows server appliance, then perform the following steps.

  1. Select the VDS template application.

Open the application in the CA AppLogic® editor. You must have full access rights to the application. More information can be found in application modify_acl in the Command Line Shell Reference Guide.

  1. Right-click on the singleton and select Modify Boundary.
  2. In General tab - Advanced section, perform the following:
    1. Click the Options button for Virtualization Modes.
    2. Select Device Schema as sda|sdb|sdc|sdd.
    3. Click OK.
  3. Go to Volumes tab and perform the following:
    1. Select the Boot volume device as sda.
    2. Click OK.
  4. Save and Close the application.

Each of the template applications includes a singleton which is missing its boot volume. The boot volume is created using WIN08y as a basis. Before creating a VDS application you must first create the Windows Server 2008 appliance WIN08y as described here.

Please follow the instructions in this topic to create Windows Server 2008 based VDS applications. The data sheet for these applications is here.

Notes:

  1. Make a new singleton from WIN08y:
  2. If you are installing on a 64-bit version of Windows, please verify that the executable chcp.com exists in the C:\Windows\SysWOW64\ directory. If it does not, copy it to this directory from C:\Windows\System32\.
  3. Install the Windows VDS 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.
  4. Within SSH session Bash shell:
  5. Stop the application and copy the boot volume of the WIN08y singleton to the boot volume of the VDS_Win08y_rX application, for example:
    vol copy my-app:WIN08y.boot VDS_Win08y_rX:VDS_WIN08y.boot 
    
  6. The VDS_Win08y_rX template application is now ready for use.