cluvfy stage -pre dbcfg

Use the cluvfy stage -pre dbcfg command to check the specified nodes before configuring an Oracle RAC database to verify whether your system meets all of the criteria for creating a database or for making a database configuration change.

Syntax

On Linux and UNIX platforms:

cluvfy stage -pre dbcfg -n node_list -d Oracle_home [-fixup] [-fixupnoexec]
  [-method {sudo -user user_name [-___location directory_path] | root}]
  [-servicepwd] [-verbose]

On Windows platforms:

cluvfy stage -pre dbcfg -n node_list -d oracle_homew [-fixup] [-fixupnoexec]
  [-verbose] [-servicepwd]

Parameters

Table A-29 cluvfy stage -pre dbcfg Command Parameters

Parameter Description
-n node_list

The comma-delimited list of nondomain qualified node names on which to conduct the verification.

-d Oracle_home

The ___location of the Oracle home directory for the database that is being checked.

-fixup

Specifies that if the verification fails, then CVU performs fixup operations, if feasible.

-fixupnoexec

Specifies that if verification fails, then CVU generates the fixup data and displays the instructions for manual execution of the generated fixups.

-method {sudo -user user_name
 [-___location dir_path] | root}

Specify whether the privilege delegation method is sudo or root, for root user access. If you specify sudo, then you must specify the user name to access all the nodes with root privileges and, optionally, provide the full file system path for the sudo executable.

-servicepwd

If you specify this option, then CVU performs checks similar to those performed by the cluvfy stage -pre dbinst command when you specify the -seviceuser option. CVU determines the user name from the registry, then prompts you for the password for the service user, even if the wallet exists. CVU checks the password you enter against the password stored in the wallet.

If the service password is not in the wallet or you did not specify the -servicepwd option, then CVU does not check the user name and password.

Note: This parameter only applies to Windows.

-verbose

CVU prints detailed output.