5.1
Table Of Contents
- VMware View Upgrades
- Contents
- VMware View Upgrades
- VMware View Component Compatibility Matrix
- VMware View Upgrade Overview
- System Requirements for Upgrades
- View Connection Server Requirements
- View Composer Requirements
- View Transfer Server Requirements
- View Administrator Requirements
- Supported Operating Systems for Windows-Based View Client and View Client with Local Mode
- Hardware Requirements for Local Mode Desktops
- Client Browser Requirements for View Portal
- Supported Operating Systems for View Agent
- Preparing for a VMware View Upgrade
- Upgrading VMware View Server Components
- Upgrade ESX/ESXi 4.0.x, 4.1.x, or 5.0.x Hosts and Their Virtual Machines
- Upgrading VMware View Desktops and Clients
- Applying VMware View Patches
- Upgrading vSphere Components Separately in a VMware View Environment
- Index
Prepare a Microsoft .NET Framework for Migrating RSA Keys
To use an existing View Composer database, you must migrate the RSA key container between computers.
You migrate the RSA key container by using the ASP.NET IIS registration tool provided with the
Microsoft .NET Framework.
Prerequisites
Download the .NET Framework and read about the ASP.NET IIS registration tool from the following locations:
n
http://www.microsoft.com/net
n
http://msdn.microsoft.com/library/k6h9cz8h(VS.80).aspx
Procedure
1 Install the .NET Framework on the computer on which the View Composer service associated with the
existing database is installed.
2 Install the .NET Framework on the destination computer on which you want to want to install the new
View Composer service.
What to do next
Migrate the RSA key container to the destination computer. See “Migrate the RSA Key Container to the New
View Composer Service,” on page 39.
Migrate the RSA Key Container to the New View Composer Service
To use an existing View Composer database, you must migrate the RSA key container from the source computer
on which the existing View Composer service resides to the computer on which you want to install the new
View Composer service.
You must perform this procedure before you install the new View Composer service.
Prerequisites
Verify that the Microsoft .NET Framework and the ASP.NET IIS registration tool are installed on the source
and destination computers. See “Prepare a Microsoft .NET Framework for Migrating RSA Keys,” on page 39.
Procedure
1 On the source computer on which the existing View Composer service resides, open a command prompt
and navigate to the %windir%\Microsoft.NET\Framework\v2.0
xxxxx
directory.
2 Type the aspnet_regiis command to save the RSA key pair in a local file.
aspnet_regiis -px "SviKeyContainer" "keys.xml" -pri
The ASP.NET IIS registration tool exports the RSA public-private key pair from the SviKeyContainer
container to the keys.xml file and saves the file locally.
3 Copy the keys.xml file to the destination computer on which you want to install the new View Composer
service.
4 On the destination computer, open a command prompt and navigate to the %windir
%\Microsoft.NET\Framework\v2.0
xxxxx
directory.
5 Type the aspnet_regiis command to migrate the RSA key pair data.
aspnet_regiis -pi "SviKeyContainer" "
path
\keys.xml" -exp
where path is the path to the exported file.
Chapter 5 Upgrading VMware View Server Components
VMware, Inc. 39