5.0

Table Of Contents
2 Define the vCenter Operations Manager relational database.
Option Action
Define an SQL Server database
Set the database driver name, URL, database name, and the user name and
password to use to connect to the database.
Define an Oracle database
Set the database driver name. Do not include a database name.
The following example is an SQL Server database definition.
#source DB
sourcedbDriver=com.microsoft.sqlserver.jdbc.SQLServerDriver
sourcedbUrl=jdbc\:sqlserver\://192.168.1.130\:1433
sourcedbName=sa
sourcedbUserName=testSourceDB
sourcedbPassword=111
The following example is the format of an Oracle database definition.
#source DB properties for Oracle
sorucedbDriver = oracle.jdbc.driver.OracleDriver
sourcedbUrl = jdbc:oracle:thin:@
server
:
port
:orcl
sourcedbName =
sourcedbUserName = username
sourcedbPassword = password
3 Set the sourcefsdbUrl property to the URL for your vCenter Operations Manager FSDB installation.
Do not change the sourcefsdbDriver property.
For example:
#source FSDB
sourcefsdbDriver=com.integrien.fsdbjdbcdriver.FSDBJDBCDriver
sourcefsdbUrl=rmi\://192.168.1.130\:1199/DBMS
VMware vCenter Operations Manager Enterprise Administration Guide
128 VMware, Inc.