Installing PAI Foundation
To install PAI Foundation, you need to unzip the files in the PAI distribution file and extract the files to the server. These are the key files you will be using during the configuration steps:
Zip File
Directory
Extracted Files
svg-foundation-reports.zip
$SERVIGISTICS_HOME/PAI/Reports/Foundation
Simulator_Oracle.cab
Simulator_SQL.cab
SPM_PAI_Foundation.cab
SPP_PAI_Foundation.cab
svg-foundation-report-scripts.zip
$SERVIGISTICS_HOME/PAI/Scripts/SPO/Intellicus
RunFdnForecastCubeBuild.bat
RunFdnForecastCubeBuild.sh
RunFdnPlanningCubeBuild.bat
RunFdnPlanningCubeBuild.sh
RunFdnPlanningReportPublish.bat
RunFdnPlanningReportPublish.bat
Use these instructions to install PAI Foundation on the WebUI server.
Installing PAI Foundation on a Linux Server
1. Sign in to the WebUI server as the administration user.
2. Open a command tool.
3. Run the following command to set the environment variables:
. <SERVIGISTICS_HOME>/Servigistics/bin/profile
4. Run the following commands to create the required directories:
For reports:
mkdir -p $SERVIGISTICS_HOME/PAI
mkdir -p $SERVIGISTICS_HOME/PAI/Reports
mkdir -p $SERVIGISTICS_HOME/PAI/Reports/Foundation
For scripts:
mkdir $SERVIGISTICS_HOME/PAI/Scripts
mkdir $SERVIGISTICS_HOME/PAI/Scripts/SPO
mkdir $SERVIGISTICS_HOME/PAI/Scripts/SPO/Intellicus
5. Run the following command to extract the PAI Foundation reports and scripts:
For reports:
unzip $SERVIGISTICS_HOME/PAI/dist/svg-foundation-reports.zip -d$SERVIGISTICS_HOME/PAI/Reports/Foundation
For scripts:
unzip $SERVIGISTICS_HOME/PAI/dist/svg-foundation-report-scripts.zip -d$SERVIGISTICS_HOME/PAI/Scripts/SPO/Intellicus
6. Update the version of the excel file. [view instructions]
7. Proceed to the next step, Configuring PAI Foundation
Installing PAI Foundation on a Windows Server
1. Sign in to the WebUI server as the administrative user.
2. Open a command tool.
3. Navigate to the <SERVIGISTICS_HOME>\Servigistics\bin directory and run the following command to set the environment variables:
env.bat
4. Run the following command to create the required directories:
For reports:
mkdir %SERVIGISTICS_HOME%\PAI
mkdir %SERVIGISTICS_HOME%\PAI\Reports
mkdir %SERVIGISTICS_HOME%\PAI\Reports\Foundation
For scripts:
mkdir %SERVIGISTICS_HOME%\PAI\Scripts
mkdir %SERVIGISTICS_HOME%\PAI\Scripts\SPO
mkdir %SERVIGISTICS_HOME%\PAI\Scripts\SPO\Intellicus
5. Run the following command, or use the built-in Windows extract program, to extract the PAI Foundation reports and scripts:
For reports:
7z x %SERVIGISTICS_HOME%\PAI\dist\svg-foundation-reports.zip -o%SERVIGISTICS_HOME%\PAI\Reports\Foundation
For scripts:
7z x %SERVIGISTICS_HOME%\PAI\dist\svg-foundation-report-scripts.zip -o%SERVIGISTICS_HOME%\PAI\Scripts\SPO\Intellicus
6. Update the version of the excel file. [view instructions]
7. Proceed to the next step, Configuring PAI Foundation
Was this helpful?