Previous Topic: Windows Server 2012 VDSNext Topic: Appliance How-To Articles


Windows 2008 VDS

You can import a Windows Server 2008 virtual dedicated server (VDS) template from the download directory to create your appliance.

The following template applications are available:

Import VDS Template Application

Follow these steps:

  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 untar 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
    

Create the VDS for SCSI-based Windows Server Appliance

Follow these steps:

  1. Select the VDS template application.
  2. Open the application in the Infrastructure Editor. You must have full access rights to the application. See application modify_acl for more information.
  3. Right-click the singleton and select Modify Boundary.
  4. 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.
  5. Go to Volumes tab and perform the following:
    1. Select the Boot volume device as sda.
    2. Click OK.
  6. 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.

Create Windows Server 2008 based VDS applications

Note: In all Windows VDS, the user name property must be different than the host name.

Follow these steps:

  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. Delete junction points on Windows volumes as described in the Windows Server appliance WIN08y.
  5. Within SSH session Bash shell:
  6. 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 
    

    The VDS_Win08y_rX template application is now ready for use.