Peoplesoft Dpk Installation Guide Apr 2026

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Welcome to Talk Jesus Christian Forums

    Celebrating 20 Years!

    A bible based, Jesus Christ centered community.

    Register Log In

Peoplesoft Dpk Installation Guide Apr 2026

Peoplesoft Dpk Installation Guide Apr 2026

cp -r /media/dpk/psft-dpk /home/oracle/ chown -R oracle:oinstall /home/oracle/psft-dpk yum install -y wget git unzip puppet 4.5 Configure Hiera (Data for Deployment) Edit /home/oracle/psft-dpk/hiera.yaml – but DPK uses a simplified custom.yaml :

==> DPK installation completed successfully. PIA URL: http://<vm-ip>:8000/psp/ps/?cmd=login App Server port: 7000 Process Scheduler port: 7100 5.1 Set Environment Variables (for each session) . /home/oracle/psft_dpk/setup/psft.env 5.2 Start/Stop Services DPK installs systemd scripts: peoplesoft dpk installation guide

psft-dpk/ ├── hiera/ # YAML configuration ├── manifests/ # Puppet classes ├── modules/ # Puppet modules (psft, database, tuxedo...) ├── setup.sh # Main installer └── files/ # Static PSFT binaries This paper is current as of PeopleTools 8.60 / DPK version 9.2. Always check Oracle support for the latest patches. Always check Oracle support for the latest patches

sudo systemctl start psft-dpk # starts all sudo systemctl stop psft-dpk sudo systemctl status psft-dpk Individual control: peoplesoft dpk installation guide

cd /home/oracle/psft-dpk cp hiera/custom.yaml.example hiera/custom.yaml vi hiera/custom.yaml :

class my_psft::second_scheduler psft::process_scheduler 'PSSCH2': domain_id => 'PSSCH2', domain_password => 'password', db_type => 'XE', db_name => 'HCM92',

Back
Top