PeopleSoft FSCM PUM Installation
sh psft-dpk-setup.sh --silent --response_file=/tmp/response.txt --customization_file=/tmp/psft_customizations.yaml
PeopleSoft PUM Database response file: response.txt
PeopleSoft FSCM PUM Installation
sh psft-dpk-setup.sh --silent --response_file=/tmp/response.txt --customization_file=/tmp/psft_customizations.yaml
PeopleSoft PUM Database response file: response.txt
[root@localhost oel7fscm]# cat config
# Template used to create this container: /usr/share/lxc/templates/lxc-oracle
# Parameters passed to the template: --release=7.latest --privileged=rt
# For additional config options, please look at lxc.container.conf(5)
# lxc.network.type = veth
# lxc.network.link = lxcbr0
# lxc.network.flags = up
lxc.network.type = macvlan
lxc.network.macvlan.mode = bridge
lxc.network.flags = up
lxc.network.link = ens32
lxc.network.hwaddr = 00:16:3e:16:00:b5
lxc.rootfs = /container/oel7fscm/rootfs
# Common configuration
lxc.include = /usr/share/lxc/config/oracle.privileged.conf
# Container configuration for Oracle Linux 7.latest
lxc.arch = x86_64
lxc.utsname = oel7fscm
# The following 3 hooks is for dynamic RT management
lxc.hook.pre-start=/usr/share/lxc/hooks/oracle-priv
lxc.hook.mount=/usr/share/lxc/hooks/oracle-priv
lxc.hook.post-stop=/usr/share/lxc/hooks/oracle-priv
# Networking
lxc.network.name = eth0
lxc.network.mtu = 1500
# lxc.network.name = eth1
# lxc.network.name = eth2
# lxc.network.name = eth3
lxc.network.type = veth
lxc.network.link = lxcbr0
lxc.network.flags = up
lxc.network.name = eth1
lxc.network.hwaddr = 00:16:3e:77:68:68
lxc.network.type = veth
lxc.network.link = lxcbr0
lxc.network.flags = up
lxc.network.name = eth2
lxc.network.hwaddr = 00:16:3e:77:68:69
[root@localhost oel7fscm]#
LXC Commands
oel7fscm
=========
lxc-create -n oel7fscm -t oracle -- --release=7.latest --privileged=rt
lxc-start -n oel7fscm -d -o /container/oel7fscm_debug.log -l DEBUG
lxc-console -n oel7fscm
lxc-stop --nokill -n oel7fscm
lxc-destroy -n oel7fscm
lxc-clone -o oel7fscm -n oel7fscm2
lxc-start -n oel7fscm2 -d -o /container/oel7fscm2_debug.log -l DEBUG
[root@ol7-183 data]# cat psft_customizations.yaml
---
db_name: EP92U040
db_user: VP1
db_user_pwd: VP1
db_connect_id: people
db_connect_pwd: people
change_password: false
access_id: SYSADM
access_pwd: SYSADM
db_admin_pwd: Password123
domain_user: "%{hiera('psft_runtime_user_name')}"
ps_config_home: "%{hiera('user_home_dir')}/%{hiera('domain_user')}/psft/pt/8.59"
appserver_template: small
appserver_domain_name: EP92U040
prcs_domain_name: EP92U040
prcs_domain_id: "PRCS%{::rand}"
report_node_name: "%{hiera('prcs_domain_id')}"
pia_domain_name: peoplesoft
pia_site_name: ps
pia_http_port: 8022
pia_https_port: 8455
jolt_port: 9055
wsl_port: 8001
db_port: 1521
pia_gateway_user: administrator
pia_gateway_user_pwd: Password123
pia_gateway_keystore_pwd: Password123
domain_conn_pwd: Password123
peoplesoft_base: /u02/fsc040
dpk_location: "%{hiera('peoplesoft_base')}/dpk"
archive_location: "%{hiera('dpk_location')}/archives"
pt_location: "%{hiera('peoplesoft_base')}/pt"
db_location: "%{hiera('peoplesoft_base')}/db"
psft_runtime_group_name: psft
psft_app_install_group_name: appinst
oracle_install_group_name: oinstall
oracle_runtime_group_name: dba
groups:
psft_runtime_group:
name: "%{hiera('psft_runtime_group_name')}"
app_install_group:
name: "%{hiera('psft_app_install_group_name')}"
oracle_install_group:
name: "%{hiera('oracle_install_group_name')}"
remove: false
oracle_runtime_group:
name: "%{hiera('oracle_runtime_group_name')}"
remove: false
psft_user_pwd: 0radmin
oracle_user_pwd: oracle
user_home_dir: /u02
psft_install_user_name: psadm11
psft_runtime_user_name: psadm22
psft_app_install_user_name: psadm33
oracle_user_name: oracle22
psft_es_user_name: esadm11
psft_es_esadmin_name: esadmin
psft_es_espeople_name: people
setup_samba: false
setup_sysctl: false
setup_services: true
$ ./runInstaller -silent -responseFile install/response/db_install.rsp
Launching Oracle Database Setup Wizard…
[WARNING] [INS-08101] Unexpected error while executing the action at state: 'supportedOSCheck'
CAUSE: No additional information available.
ACTION: Contact Oracle Support Services or refer to the software manual.
SUMMARY:
- java.lang.NullPointerException
# uname -a
Linux localhost.localdomain 4.18.0-305.3.1.el8_4.x86_64 #1 SMP Thu Jun 17 07:52:48 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Edit the File: cvu_config
$ vi /u01/app/oracle/product/19.3.0/dbhome_1/cv/admin/cvu_config
Old Value:
#CV_ASSUME_DISTID=OEL
New Value:
CV_ASSUME_DISTID=OEL8
Note: You can install now the Oracle Software.