14 Next Steps After Configuring an Oracle GoldenGate Veridata Domain

After you have successfully installed and configured Oracle GoldenGate Veridata, ascertain how to start your administration and manage servers, create users, and launch the Oracle GoldenGate Veridata Web User Interface.

This chapter includes the following topics:

14.1 Verifying the Oracle GoldenGate Veridata Installation

After you complete the installation, you can verify it by successfully completing the following tasks:

14.1.1 Reviewing Installation Log Files

Review the contents of the installation log files to make sure that no problems were encountered. For a description of the log files and where to find them, see Configuring Installation and Configuration Log Files in Installing with the Oracle Universal Installer.

14.1.2 Verifying the Directory Structure

Review the directory structure after installing and configuring Oracle GoldenGate Veridata. For more information about the directory structure you should see after installation, see Understanding the Oracle GoldenGate Veridata Directory Structure.

14.2 Starting the Servers

After configuration is complete, do the following to access the tools with which you can manage your domain:

Note:

For more information on additional tools you can use to manage your domain, see Overview of Oracle Fusion Middleware Administration Tools in Oracle Fusion Middleware Administering Oracle Fusion Middleware.

14.2.1 Starting the Administration Server

To start the Administration Server, go the DOMAIN_HOME/bin directory.

On UNIX operating systems, run:

./startWebLogic.sh

On Windows operating systems, run:

startWebLogic.cmd

If you selected Production Mode on the Domain Mode and JDK screen in Task 4, "Specifying the Domain Mode and JDK", you will be prompted for the login credentials of the Administrator user as provided on the Administrator Account screen in Task 3, "Configuring the Administrator Account".

Tip:

For more information about starting the Administration Server, see Starting and Stopping Administration Server in Oracle Fusion Middleware Administering Oracle Fusion Middleware Guide.

In production mode, a boot identity file can be created to bypass the need to provide a user name and password when starting the Administration Server. For more information, see Creating a Boot Identity File for an Administration Server in Administering Server Startup and Shutdown for Oracle WebLogic Server.

You can verify that the Administration Server is up and running by access the Administration Server Console. The URL is provided on the Configuration Success screen in Task 14, "Reviewing Your Domain Home and Administration Server URL".

Note:

Make sure that the database hosting your product schemas is up and running and accessible by the Administration Server.

http://administration_server_host:administration_server_port/console

The default Administration Server port number is 7001.

For more information about how to use the Administration Console, see Getting Started Using Oracle WebLogic Server Administration Console in Administering Oracle Fusion Middleware.

14.2.2 Starting the Managed Server using Veridata Scripts

The Veridata installation provides you with a script, veridataServer(.sh/.bat), to start and stop the Veridata Managed Server. These scripts are located in the DOMAIN_HOME/veridata/bin folder.

Note:

here is no Managed Server in a compact domain. Starting the Administration Server will start the entire domain.

To run the veridataServer script:

  1. On the system where the Oracle GoldenGate Veridata is installed, run the command shell of the operating system.
  2. Navigate to the DOMAIN_HOME/veridata/bin directory.
  3. Use the following syntax to run the veridataServer script.

Example 14-1 Syntax

veridataServer{.bat|.sh} start/stop [SERVER_NAME] [ADMIN_URL]
Optional Parameters Description

SERVER_NAME

Specifies the name of the Veridata Managed Server that you want to start or stop. If not specified, the script starts the default managed server (VERIDATA_server1).

ADMIN_URL

Specifies the URL for the Veridata domain administration server. Default URL is t3://<admin server>:<port>.

14.3 Creating Oracle GoldenGate Oracle GoldenGate Veridata Users and Assigning Privileges

After you configure the Oracle GoldenGate Veridata domain, you must create users and assign privileges for these users to access the Oracle GoldenGate Veridata Web User Interface. Use Oracle WebLogic Administration Console to create users.

By default, the WebLogic Domain administrator has privileges to access the Veridata application.

For more information about creating users and groups by using Administration Console, see "Create Users" in Oracle WebLogic Server Administration Console Online Help.

To know more about the user roles for Veridata, see Getting Started Using Oracle WebLogic Server Administration Console in Administering Oracle GoldenGate Veridata.

14.4 Launching Oracle GoldenGate Veridata Web User Interface

To launch Oracle GoldenGate Veridata web application, enter the following URL in a web browser:

http://hostname:8830/veridata/

where hostname represents the host where you have installed the Oracle GoldenGate Veridata Server.

To log in to the Oracle GoldenGate Veridata application, use the Oracle GoldenGate Veridata User credentials specified in the Administration Console. See "Creating Oracle GoldenGate Oracle GoldenGate Veridata Users and Assigning Privileges".