-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgrid19var.yml
More file actions
75 lines (64 loc) · 1.79 KB
/
Copy pathgrid19var.yml
File metadata and controls
75 lines (64 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
oracle_grid_software_download_url: "/run/media/pierre/b651edce-0f5c-493e-8d05-2f10391f6b68/LINUX.X64_193000_grid_home.zip"
opatch_download_url: "/run/media/pierre/b651edce-0f5c-493e-8d05-2f10391f6b68/p6880880_190000_Linux-x86-64.zip"
oracle_grid_ru_download_url: "/run/media/pierre/b651edce-0f5c-493e-8d05-2f10391f6b68/p30116789_190000_Linux-x86-64.zip"
oracle_db_software_download_url: "/run/media/pierre/b651edce-0f5c-493e-8d05-2f10391f6b68/LINUX.X64_193000_db_home.zip"
grid_patch_number: 30116789
run_runInstaller_prereq: true
# if you want to resume oracle installation
# after runInstaller, i.e. run the oraInstroot and root.sh script + patch...
oracle_skip_runInstaller: false
nodes:
- ora01
- ora02
domain: localnet
clustername: orarac01
scanport: 1521
lan:
public:
name: eth0
network: 192.168.122.0
private:
- name: enp8s0
network: 10.0.0.0
orainventory:
location: /u01/app/oraInventory
osgroup: oinstall
grid_oracle_base: /u01/app/grid_base
grid_software_base: /u01/app/grid
grid_oracle_home: /u01/app/grid/product/GRID/19
grid_osuser: grid
grid_stage_location: /u01/staging/grid
oracle_osuser: oracle
oracle_home: /u01/app/oracle/product/19
oracle_base: /u01/app/oracle
oracle:
install:
asm:
OSDBA: dba
OSOPER: dba
OSASM: dba
oracle:
OSDBA: dba
OSOPER: dba
configureGIMR: false
asm:
sysasmpassword: wline123
diskgroup:
redundancy: NORMAL
name: DG_GRID
disks:
- /dev/asm-grid1
- /dev/asm-grid2
- /dev/asm-grid3
diskdiscoverystring: "/dev/asm*"
monitorpassword: wline123
# Applicable only when
configureGIMRDataDG: false
# Applicable only when
# configureGIMRDataDG is true
gimrDG:
name: DG_GIMR
redundancy: NORMAL
disks:
- /dev/asm-grid4
- /dev/asm-grid5