Modifying VIP Address, Subnet Mask, or Interface in Oracle Clusterware
Jan 28, 2024 · 3 min read · start stop modify srvctl administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Modifying VIP Address, Subnet Mask, or Interface in Oracle Clusterware Learn how to change the Virtual IP (VIP) address, subnet mask, or network interface for clustered nodes in an Oracle environment. This step-by-step guide includes commands, explanations, and key points to ensure a smooth and successful configuration …
Read MoreUnderstanding the srvctl config nodeapps Command in Oracle Clusterware
Jan 27, 2024 · 3 min read · srvctl start stop administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Understanding the srvctl config nodeapps Command in Oracle Clusterware Check the VIP config 1srvctl config nodeapps -n <node> -a -g -s -l Sample Oracle Output: 1 2no rows selected 3SQL> Description of the Oracle Database SQL code: Purpose: The srvctl config nodeapps -n <node> -a -g -s -l command is not …
Read MoreStarting and Stopping Oracle Database Instances with SRVCTL
Jan 26, 2024 · 3 min read · srvctl start stop administration Oracle CRS Oracle Clusterware Oracle Managing RAC ·Start and stops a specific Oracle Database instance with the Server Control Utility (SRVCTL) SQL Code Start Database (Specific Node or Instance) 1srvctl start instance -d <database name> -i <instance name> Stop Database (Specific Node or Instance) 1srvctl stop instance -d <database name> -i …
Read More