Go to primary content
Oracle® Retail Demand Forecasting Installation Guide
Release 14.1.2
E70806-01
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

D Run rpasInstall to Install RDF Domains

The rpasInstall utility is used to install domains that support RDF. For more information on using rpasInstall, refer to either the Classic Client or Fusion Client version of the Oracle Retail Predictive Application Server Administration Guide.

During installation, RDF requires the following functions to be registered:

Examples

AppFunctions and RdfFunction are required functions needed for the installation of RDF. RDF configurations that include the Grade solution require ClusterEngine to be registered as well.

For information on using rpasInstall, refer to either the Classic Client or Fusion Client version of the Oracle Retail Predictive Application Server Administration Guide.

Example D-1 Installing a Simple domain environment by using a simple domain configuration

rpasInstall -fullinstall -dh /Domain_Home -cn Simple -ch /configurations -in /Data -log /Log/InstallLog.txt -verbose -rf AppFunctions -rf RdfFunctions

Example D-2 Installing a Global Domain environment by using a global domain configuration and the -p option to specify the partition dimension

rpasInstall -fullinstall -dh /Domain_Home -cn Global -ch /configurations -in /Data -log /Log/InstallLog.txt -verbose -rf AppFunctions -rf RdfFunctions -p pgrp

Example D-3 Installing a Global Domain environment by using a global domain configuration and the -configdir option to specify the path to the globaldomainconfig.xml

rpasInstall -fullinstall -cn Global -ch /Configurations -in /Data -log /Log/InstallLog.txt -verbose -rf AppFunctions -rf RdfFunctions -configdir /ConfigDir