Skip to content

Commit

Permalink
Added OEM server details
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandhya1874 committed Mar 8, 2024
1 parent 360bd7d commit e838f06
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ osbws_additional_configs:
- name: osbws_prod
s3_bucket_name: csr-db-backup-bucket20230822131807238100000001

OMS_SERVER: prod-oem-a.hmpps-oem.hmpps-production.modernisation-platform.internal
OEM_AGENT_VERSION: 13.5.0.0.0

# rman details
rman_backup_script: rman_backup.sh
recovery_catalog: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@ dns_search_domains:
- hmpps-oem.hmpps-production.modernisation-platform.internal
- azure.hmpp.root

OMS_SERVER: prod-oem-a.hmpps-oem.hmpps-production.modernisation-platform.internal
OEM_AGENT_VERSION: 13.5.0.0.0

# rman details
rman_backup_script: rman_backup.sh
recovery_catalog: 1
recovery_catalog_server: "{{ OMS_SERVER }}"
rman_backup_cron:
backup_level_0:
- name: rman_backup_weekly
weekday: "5"
minute: "30"
hour: "19"
# job: command generated in rman-backup-setup
backup_level_1:
- name: rman_backup_daily
weekday: "0,1,2,3,4,6"
minute: "30"
hour: "19"
# job: command generated in rman-backup-setup

db_configs:
RCVCAT:
rcvcat_db_name: PPRCVCAT

# Oracle database housekeeping
audit_housekeeping_period: 60
db_housekeeping_script: db_server_housekeeping.sh
Expand Down
26 changes: 24 additions & 2 deletions ansible/group_vars/environment_name_nomis_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,31 @@ db_env:
ORACLE_HOME: "{{ database_home }}"
PATH: "{{ database_home }}/bin:{{ oracle_path }}"

OMS_SERVER: prod-oem-a.hmpps-oem.hmpps-production.modernisation-platform.internal
OEM_AGENT_VERSION: 13.5.0.0.0

# rman details
rman_backup_script: rman_backup.sh
recovery_catalog: 1
recovery_catalog_server: "{{ OMS_SERVER }}"
rman_backup_cron:
backup_level_0:
- name: rman_backup_weekly
weekday: "5"
minute: "30"
hour: "19"
# job: command generated in rman-backup-setup
backup_level_1:
- name: rman_backup_daily
weekday: "0,1,2,3,4,6"
minute: "30"
hour: "19"
# job: command generated in rman-backup-setup


db_configs:
PCNOM:
db_name: PCNOM
RCVCAT:
rcvcat_db_name: PPRCVCAT

TRDATP:
db_name: TRDATP
Expand Down
5 changes: 4 additions & 1 deletion ansible/group_vars/environment_name_oasys_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ osbws_additional_configs:
- name: osbws_prod
s3_bucket_name: "{{ db_backup_s3_bucket_name }}"

OMS_SERVER: prod-oem-a.hmpps-oem.hmpps-production.modernisation-platform.internal
OEM_AGENT_VERSION: 13.5.0.0.0

# rman details
rman_backup_script: rman_backup.sh
recovery_catalog: 1
Expand All @@ -46,7 +49,7 @@ rman_backup_cron:

db_configs:
RCVCAT:
rcvcat_db_name: RCVCAT
rcvcat_db_name: PRCVCAT
PROASYS:
db_name: OASYSPTC
db_unique_name: PROASYS
Expand Down

0 comments on commit e838f06

Please sign in to comment.