Administration

Table Of Contents
What to do next
Migrate the RSA key container to the destination machine. See Migrate the RSA Key Container to the
New View Composer Service.
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
physical or virtual machine on which the existing VMware Horizon View Composer service resides to the
machine on which you want to install the new VMware Horizon View Composer service.
You must perform this procedure before you install the new VMware Horizon View Composer service.
Prerequisites
Verify that the Microsoft .NET Framework and the ASP.NET IIS registration tool are installed on the
source and destination machines. See Prepare a Microsoft .NET Framework for Migrating RSA Keys.
Procedure
1 On the source machine on which the existing VMware Horizon View Composer service resides, open
a command prompt and navigate to the %windir%\Microsoft.NET\Framework\v2.0xxxxx
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 machine on which you want to install the new VMware
Horizon View Composer service.
4 On the destination machine, open a command prompt and navigate to the %windir
%\Microsoft.NET\Framework\v2.0xxxxx 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.
The -exp option creates an exportable key pair. If a future migration is required, the keys can be
exported from this machine and imported to another machine. If you previously migrated the keys to
this machine without using the -exp option, you can import the keys again using the -exp option so
that you can export the keys in the future.
The registration tool imports the key pair data into the local key container.
View Administration
VMware, Inc. 167