Amazon Partner

Thursday 3 February 2011

Ho to Manually Configure Database Vault Administrator Configuration for Grid Control


Deploying Database Vault Administrator to the Database Console OC4J Container

To manually deploy Database Vault Administrator to the Database Console OC4J container:
  1. Stop Oracle Database Console.
    • UNIX: Go to the $ORACLE_HOME/bin directory and run the following command:
      ./emctl stop dbconsole
      
    • Windows: In the Administrative Services, select the Services utility, and then right-click the OracleDBConsolesid service. Select Stop from the menu.
  2. Create a backup copy and then open the $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_service_name/config/server.xml file.
  3. Add the following line before the  element:
    
    
    On Windows systems, replace $ORACLE_HOME with the absolute path to your Oracle Database home.
  4. Create a backup copy and then open the $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_service_name/config/http-web-site.xml file.
  5. Add the following line before the element:
    
    
  6. Restart Oracle Database Console.
    • UNIX: Go to the $ORACLE_HOME/bin directory and run the following command:
      ./emctl start dbconsole
      
    • Windows: In the Administrative Services, select the Services utility, and then right-click the OracleDBConsolesid service. Select Start from the menu.
After you complete these steps, you can start Oracle Database Vault Administrator by using the following URL:
https://hostname:port/dva
For example:
https://myserver:1158/dva
If you are unsure of the port number, open the ORACLE_HOME/host_sid/sysman/config/emd.properties file and search for REPOSITORY_URL. In most cases, the host name and port number are the same as Oracle Enterprise Manager Database Control.

No comments:

Post a Comment