runInstaller -extendDBHome

The runInstaller -extendDBHome command extends the Oracle Database software home to the specified nodes.

Syntax

runInstaller -extendDBHome -newNodes list_of_nodes_to_extend_db_home 
[-executePrereqs] [-executeRootScript -configMethod <SUDO | ROOT>]

Parameters

Table A-5 runInstaller -extendDBHome Command Parameters

Parameter Mandatory? Description
-newNodes list_of_nodes_to_extend_db_home Yes

List of the cluster nodes to which you want to extend the Oracle Database software home.

-executePrereqs No

Run prerequisite checks to ensure that all necessary conditions and requirements are met before proceeding with the installation or configuration process.

-help No

Displays runInstaller -extendDBHome command help.

Example

The following example shows you how to extend Oracle Database software home to node3 and node4:
runInstaller -extendDBHome -newNodes node3,node4 -executeRootScript -configMethod ROOT