Skip to content

Commit 9fdba30

Browse files
committed
Update group_vars
1 parent f79e83d commit 9fdba30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

group_vars/orarac-dc1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
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).
1818
# mountpoints are described in host_fs_layout
1919
configure_cluster: true
20+
run_configtoolallcommand: false # Should ConfigToolAllCommands be run as part of the GI installation
2021

2122
############### Generic Directory Structures ################
2223
oracle_stage: /u01/stage # All software is staged here
@@ -38,11 +39,10 @@
3839

3940
################ Input for Grid Infrastructure responsefile ################
4041
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
4243
oracle_vip: -vip # Suffix for the host VIP-addresses (e.g orarac01-vip)
4344
oracle_scan_port: 1521 # Listener port for scan-listener
4445
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
4646
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
4747

4848

0 commit comments

Comments
 (0)