Red Hat Training

A Red Hat training course is available for Red Hat Decision Manager

Chapter 5. Verifying the Red Hat Decision Manager installation

After you have installed Red Hat Decision Manager, create an asset to verify that the installation is working.

Procedure

  1. Enter the following command to start Decision Server:

    EAP_HOME/bin/standalone.sh
  2. In a web browser, enter localhost:8080/decision-central. If Red Hat Decision Manager has been configured to run from a domain name, substitute localhost for the domain name, for example:

    http://www.example.com:8080/decision-central

    If Red Hat Decision Manager has been configured to run in a cluster, substitute localhost for the IP address of a particular node, for example:

    http://<node_IP_address>:8080/decision-central

  3. Enter the admin user credentials that you created during installation. The Decision Central home page appears.
  4. Select MenuDesignProjects.
  5. Click Try Samples.
  6. Click mortages. The Assets window appears.
  7. Click Create New Asset.
  8. Select Data Object.
  9. Enter MyDataObject in the Name field and click OK.
  10. Click Spacesmyteammortgages and confirm that MyDataObject is in the list of assets.
  11. If you are verifying a clustered installation, enter the following URL, where <node_IP_address> is the address of different node. Enter same credentials that you used with the Decision Central where you created the MyDataObject asset.

    http://<node_IP_address>:8080/decision-central

  12. Select MenuDesignProjects.
  13. Select the mortgages project.
  14. Verify that MyDataObject is in the asset list.
  15. Delete MyDataObject.