You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: group_vars/orarac-dc1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
configure_host_disks: true # (true/false). Should the specified directories be on their on devices -> (true), or do they live in the root-filesystem (/) -> (false).
18
18
# mountpoints are described in host_fs_layout
19
19
configure_cluster: true
20
+
run_configtoolallcommand: false # Should ConfigToolAllCommands be run as part of the GI installation
oracle_stage: /u01/stage # All software is staged here
@@ -38,11 +39,10 @@
38
39
39
40
################ Input for Grid Infrastructure responsefile ################
40
41
oracle_password: Oracle123 # Password used for all Grid Infrastructure related resources (e.g ASM)
41
-
oracle_scan: orarac-scan.discworld.net # Scan address for Clustered Grid Infrastructure
42
+
oracle_scan: orarac-scan-dc1.discworld.net # Scan address for Clustered Grid Infrastructure
42
43
oracle_vip: -vip # Suffix for the host VIP-addresses (e.g orarac01-vip)
43
44
oracle_scan_port: 1521 # Listener port for scan-listener
44
45
oracle_ic_net: 3.3.3.{{ ansible_all_ipv4_addresses[0].split(".")[-1] }} # Picks the last octet from the public ip to use for cluster-interconnect ip (e.g 3.3.3.51)
45
-
oracle_cluster_mgmdb: true # Should the Grid Infrastructure Management database be created
46
46
oracle_asm_crs_diskgroup: crs # The diskgroup that gets created initially when creating a cluster (contains voting/ocr etc) Also valid when setting up Stand Alone Grid Infrastructure
0 commit comments