You are on page 1of 13

1. Copy the downloaded VirtualBox zip files(around 32.

3 GB) from the Oracle site to


a new directory say DPK_INSTALL in C drive (as mentioned in the Installation
guide)

2. Extract the first file HCM-920-UPD-016-OVA_1of15.zip and copy the setup


folder to the same directory DPK_INSTALL
3. Open the setup folder, locate the PowerShell script - psft-dpk-setup.ps1 and
open it using notepad or the PowerShell editor
Go to line number : 82 (Ctrl + G)
You would see this line : $dpk_platform = get_dpk_platform "$
{dpk_dir}"
Just below that line, add
$dpk_platform = "$dpk_platform".trim()
4. Save and close the file
5. Open PowerShell IDE command prompt, right Click and select Run as
administrator
6. Navigate to C:\DPK_INSTALL\setup

7. Type Set-ExecutionPolicy Unrestricted


8. Provide input as A
9. Run the PS script ./psft-dpk-setup.ps1
And the zip file extraction process starts:
10.Select options to confirm settings for the VM and confirm if the OVA file
generated should be imported to VirtualBox automatically and the installation
process commence:
11.Enter the root password this would be used later on during the installation
12.Enter hostname(only in lowercase)
13. Important:
1. This part would ask you to setup passwords for different items:
For PeopleSoft, go with the default username of people and
provide the password as peop1e
You can skip entering information for the Optional ones by
pressing the Enter key
For Weblogic, enter Weblogic1 as the password. I believe
entering different passwords will require you to update the
same for the Web servers OPRID in PSOPRDEFN table
14.The installation and setup part is now done and you would be required to login to
the server. The username is root and the password is the one that you had
provided in Step #11
15.Once you login, type ifconfig on the command prompt to determine the IP
address of your VM against the inet addr field

You might also like