

Installation of CA ITCM › Management Database (MDB) › Preparing to Work with an Oracle MDB › Install the DSM Manager: Oracle MDB
Install the DSM Manager: Oracle MDB
Install the DSM enterprise or domain manager.
Follow these steps:
- Install the Oracle 11g Client on the computer where you want to install your DSM enterprise or domain manager.
- Install the CA ITCM DSM manager and enter the details of your Oracle MDB in the relevant dialogs.
Note: When the manager installation requires the name of the MDB Oracle Server, enter the IP address only if the manager and the MDB are on the same computer. Otherwise, enter the host or DNS name.
- Follow the wizard instructions to complete the manager installation.
- Perform the following additional steps if the DSM manager is installed on the same computer as the Windows Oracle MDB:
- Run the following SQL command as mdbadmin:
update ca_n_tier set
label='<MDB Server host name>',
db_host_name='<MDB Server host name>',
db_server='<MDB Server DNS name>'
where domain_uuid in (select set_val_uuid from ca_settings where set_id=1)
- Verify that the update is committed. If auto-commit is turned off, manually commit the update.
- Run the following command from the command prompt:
ccnfcmda -cmd setparametervalue -ps /itrm/database/default -pn dbmsserver -v <MDB Server DNS name>
- Start CAF.
More information:
How to Install an Oracle MDB (Standalone)
Copyright © 2013 CA.
All rights reserved.
 
|
|