1.2.0

Table Of Contents
Table 6-5. Encryption and Hashing Algorithms
Algorithm Description
Password Based Encryption (part of Java 2 SDK 1.4) Generates an encryption key from a password. PBE stores
and checks the hash value of the password. For more
information, see the Java Cryptography Extension Reference
Guide on java.sun.com.
Message Digest 5 algorithm Generates a 128-bit cryptographic message digest value,
usually expressed as a 32 digit hexadecimal number.
Data Encryption Standard Applies a 56-bit key to each 64-bit block of data.
Configure the Database Connection
To establish a connection to the Orchestrator database, you must configure the database connection parameters.
Prerequisites
n
Set up a new database to use with the Orchestrator server. See “Orchestrator Database Setup,” on
page 23.
n
For a list of database connection parameters, see “Database Connection Parameters,” on page 40.
n
If you are using an SQL Server database, verify that the SQL Server Browser service is running.
n
To store characters in the correct format in an Oracle database, set the NLS_CHARACTER_SET parameter to
AL32UTF8 before configuring the database connection and building the table structure for Orchestrator.
This setting is crucial for an internationalized environment.
Procedure
1 Log in to the Orchestrator configuration interface as vmware.
2 Click Database.
3 From the Select the database type drop-down menu, select the type of database for Orchestrator server
to use.
NOTE LCM supports Oracle and SQL Server databases.
4 Specify the database connection parameters.
If the specified parameters are correct, a message states that the connection to the database is successful.
NOTE Although Orchestrator has established a connection to the database, the database configuration is
not yet complete. You must install or update the database.
Chapter 6 Configuring Orchestrator
VMware, Inc. 39