127 PRKO-00371 to PRKO-09088

PRKO-00371: No option specified for "modify gns"

Cause: No option was specified for the "modify gns" command.

Action: Specify at least one option.

PRKO-00372: The "-{0}" option requires the specification of the "-{1}" option.

Cause: An option was specified which requires that another option to be specified at the same time.

Action: Specify the required option.

PRKO-00373: Invalid host name or address: "{0}".

Cause: The host name or address specified for the address on which GNS is to listen was not valid.

Action: Specify a valid host name or IP address. If an IP address is used, it must be one of the following: 1. A valid IPv4 address (N.N.N.N); 2. A valid IPv6 address (N[:N]*).

PRKO-00374: The "-{0}" option may not be used with the "-{1}" option.

Cause: The two options may not be used together.

Action: Run srvctl with each option specified separately.

PRKO-00375: No option was specified for the GNS "modify" command.

Cause: An option was not specified for the modify command.

Action: Specify an option.

PRKO-00377: The "-{0}" option requires the specification of either the "-{1}" or the "-{2}" option.

Cause: An option was specified which requires that one of the other possible options to be specified at the same time.

Action: Specify the one of the other options.

PRKO-00378: Both "-{0}" and "-{1}" options may not be specified with the "-{2}" option.

Cause: An invalid combination of options was specified.

Action: Specify only one of the other possible options.

PRKO-00380: No other option is allowed when the '-loglevel' option is specified.

Cause: If the '-loglevel' option is specified, no other option may be given.

Action: Only specify the '-loglevel' option.

PRKO-00381: Both '-serverpool' and '-node' options are required to set server pool {0} for single instance database {1} on the cluster.

Cause: Option '-node' is not specified in 'srvctl modify database' command for a single instance database on the cluster.

Action: Specify both -serverpool and -node options in 'srvctl modify database' and retry.

PRKO-00382: The number of candidate servers {0} in server pool {1} should be one for single instance database {2}

Cause: The server pool specified in 'srvctl modify database' command for a single instance database contained more than 1 candidate servers.

Action: Either modify the given server pool via 'srvctl modify srvpool' command to have only one candidate server specified via -node argument or specify another server pool that contains only one candidate server specified via -node argument.

PRKO-00383: Invalid IP address for name "{0}": "{1}"

Cause: The address used for a name was not valid.

Action: Specify a valid IP address. It must be one of the following: 1. A valid IPv4 address (N.N.N.N); 2. A valid IPv6 address (N[:N]*).

PRKO-02000: Invalid command line syntax for a single instance database

Cause: user specified invalid command line syntax.

Action: Look at the usage provided for this command and specify all mandatory options.

PRKO-02001: Invalid command line syntax

Cause: The syntax of the command is incorrect.

Action: Look at the usage provided for this command and use the correct syntax.

PRKO-02002: Invalid command line option: {0}

Cause: Invalid command line option was specified.

Action: Check the value printed along with the exception and specify the correct value.

PRKO-02003: Invalid command line option value:

Cause: Invalid command line option was specified.

Action: Check the value printed along with the exception and specify the correct value.

PRKO-02004: Repetition of command line option: -{0}

Cause: The command line option printed along with the exception was repeated.

Action: Delete the repeated command line option and try the command again.

PRKO-02005: Failure in getting Cluster Database Configuration for:

Cause: The specified database does not exist.

Action: Check the specified database name and try again.

PRKO-02006: Invalid node name: {0}

Cause: Unable to get the hostname for the given node/machine name.

Action: Check the node name and try again.

PRKO-02007: Invalid instance name: {0}

Cause: Unable to obtain the node name on which the instance name specified was running.

Action: Check the instance name specified and try again.

PRKO-02008: Invalid connect string:

Cause: The connect string specified was not in the format username/password [as {SYSDBA|SYSOPER}]

Action: Check the connect string and try again.

PRKO-02009: Invalid name/value string: {0}

Cause: The name value string should be of the form name = value

Action: check the input name/value pair and try again.

PRKO-02010: Invalid command specified on command line: {0}

Cause: The command specified on the command line was not recognized.

Action: Valid commands are enable|disable|start|stop|relocate|status|add|remove|modify|getenv|setenv|unsetenv|config|monitor|unmonitor. Usage of srvctl is printed with this error. Check the usage and specify a valid command.

PRKO-02011: Invalid object specified on command line: {0}

Cause: The object specified on the command line was not recognized.

Action: Valid objects are database|instance|service|nodeapps|vip|network|asm|diskgroup|listener|srvpool|scan|scan_listener|oc4j|qosmserver|home|filesystem|gns|cvu|havip|exportfs|volume|mgmtdb|mgmtlsnr|rhpserver|rhpclient|cha|host. Usage for the 'srvctl' command is displayed with this exception. Check the usage printed with this error and use a valid object.

PRKO-02012: {0} object is not supported in Oracle Restart

Cause: The object specified on the command line was not a valid object for the Oracle Restart mode.

Action: Valid objects for Oracle Restart mode are database|service|asm|diskgroup|listener|home|ons. SRVCTL usage is printed along with this exception. Check the usage printed with this error and use a valid object.

PRKO-02013: {0} object is not supported in Oracle Clusterware

Cause: The object specified on the command line was not a valid object for the Oracle Clusterware mode.

Action: Valid objects for Oracle Clusterware are database|instance|service|nodeapps|vip|network|asm|diskgroup|listener| srvpool|scan|scan_listener|oc4j|qosmserver|home|filesystem|gns|cvu|havip|exportfs|volume|mgmtdb|mgmtlsnr. Srvctl usage is printed along with this exception. Check the usage printed with this error and use a valid object.

PRKO-02014: The -all option must be specified with '-db <db_unique_name>' for 'srvctl config database' command

Cause: The '-all' option was specified without the required '-db' option specifying for which database to retrieve configuration.

Action: To retrieve the full configuration of the database, specify both '-db' and '-all' option with the command 'srvctl config database'.

PRKO-02016: Database {0} has no services configured

Cause: 'srvctl config database' request found no services configured for the database.

Action: Use the command 'srvctl add service' to configure services for the database and then retry.

PRKO-02017: Service {0} does not exist for database {1}.

Cause: The service being updated was not defined for the given database.

Action: Specify a service that is defined for the database, or create the service if appropriate.

PRKO-02018: No databases are configured

Cause: No databases were configured.

Action: Use the command 'srvctl add database' to configure databases.

PRKO-02049: Invalid name-value string: {0}

Cause: The name=value string specified is not in valid format.

Action: The format for the string should be name=value. Check input and correct the error.

PRKO-02050: Error in enabling ASM instance on node {0}. {1}

Cause: ASM could not be enabled.

Action: Make sure that the node name is correct and that ASM exists on the specified node and it is not already enabled on the node. The current state of the ASM can be found using the command 'srvctl status asm'. To check if ASM is configured or not, use the command 'srvctl config asm'.

PRKO-02053: Error in disabling ASM instance on node {0}. {1}

Cause: ASM could not be disabled.

Action: Make sure that the node name is correct and that ASM exists on the specified node and it is not already disabled on the node. The current state of the ASM can be found using the command 'srvctl status asm'. To check if ASM is configured or not, use the command 'srvctl config asm'.

PRKO-02054: Invalid command line syntax, mandatory options are either {0} or {1}, but not both.

Cause: The command requires exactly one set of mandatory command line options. But either some options in one set were missing or the options from both sets were specified.

Action: Check the command line options entered and make sure that all the mandatory options in one set are specified.

PRKO-02056: Error occurred while checking dependent resources on network {0}. Network was not removed.

Cause: An attempt to check if any resources are dependent on the given network failed.

Action: Make sure that the network is up. Make sure that the user has sufficient permission to remove network. If force flag was not specified in the remove command then specify force flag and try the command again.

PRKO-02058: Scan name {0} cannot be the same as a cluster node name: {1}

Cause: Scan name is same as a cluster node name.

Action: Choose a different scan name and issue the command.

PRKO-02065: Only one server pool should be provided for a single instance database on a cluster

Cause: An attempt to create a single instance database failed because more than one server pool was specified.

Action: Provide only one server pool while creating the single instance database.

PRKO-02067: The size of server pool should be one for single instance database

Cause: An attempt to create a single instance database failed because a server pool with more than one server was specified.

Action: Provide a server pool with only one server while creating a single instance database.

PRKO-02069: OC4J could not be created as it already exists

Cause: A new OC4J instance could not be created, as there is an existing instance of OC4J.

Action: Only one instance of OC4J can exists at any given time.

PRKO-02070: OC4J creation failed

Cause: A new OC4J instance could not be added because of OC4J exception.

Action: Resolve the OC4J exception and then try the OC4J addition again.

PRKO-02072: OC4J is not configured

Cause: OC4J is not configured on the cluster.

Action: Check the exception printed with this message. If OC4J is not configured then OC4J instance can be created using the command 'srvctl add oc4j'. If there are other errors shown with this error then check the cause/action messages of underlying exception.

PRKO-02074: OC4J is still running. It must be stopped before removing.

Cause: 'srvctl remove oc4j' command was issued while OC4J instance was running.

Action: Stop the oc4j instance using the command 'srvctl stop oc4j' and then try removing.

PRKO-02075: OC4J could not be removed

Cause: OC4J instance could not be removed because it does not exist.

Action: The current OC4J configuration can be checked using the command 'srvctl config oc4j'. Make sure that OC4J instance is running on that port. If there are other underlying messages printed then check the cause/action for the underlying errors shown with this.

PRKO-02077: OC4J RMI port could not be modified

Cause: An error occurred while trying to modify the OC4J Java Remote Method Invocation (RMI) port.

Action: Examine the accompanying error messages for details.

PRKO-02079: OC4J could not be started

Cause: The start of OC4J instance failed.

Action: Make sure that OC4J instance exists and is not already started.

PRKO-02081: OC4J failed to stop

Cause: The OC4J instance could not be stopped.

Action: Make sure that OC4J instance exists and are not already stopped.

PRKO-02082: Missing mandatory option {0}

Cause: The specified mandatory command option is missing.

Action: Use srvctl with the -help option to display option details for the command and make sure that all the mandatory options are specified.

PRKO-02087: OC4J could not be enabled

Cause: OC4J instance could not be enabled.

Action: Make sure that node name is correct and that OC4J instance exists and is not already enabled. The current state of the OC4J instance can be found using the command 'srvctl status oc4j' command. To check if OC4J instance is configured or not use 'srvctl config oc4j' command.

PRKO-02090: OC4J could not be disabled

Cause: OC4J instance could not be disabled.

Action: Make sure that Node name is correct and that OC4J instance exists and is not already disabled. The current state of the OC4J instance can be found using the command 'srvctl status oc4j'. To check if OC4J instance is configured or not use the command 'srvctl config oc4j'.

PRKO-02093: OC4J could not be relocated

Cause: OC4J instance could not be relocated to given node.

Action: If the node name was passed in the command line make sure that the node name is valid. Also make sure that 0C4J instance exists on the cluster and is running.

PRKO-02100: Cannot update service {0} because database {1} is not administrator-managed

Cause: An attempt to update the service using '-update' option failed because this option can be used with administrator-managed databases only.

Action: Make sure that you provide correct options for the command 'srvctl add service'.

PRKO-02102: Failed to create server pool {0}: {1}

Cause: An attempt to create the specified server pool failed because of the reason provided by the accompanying error.

Action: Examine the accompanying error messages for details.

PRKO-02103: The '-available' and '-preferred' options cannot both be supplied with '-update'

Cause: Command 'srvctl add service' with '-update' option failed because both options '-available' and '-preferred' were provided.

Action: Reissue the command with the correct options.

PRKO-02104: Option '-available' or '-preferred' must be supplied with '-update'

Cause: Command 'srvctl add service' with option '-update' failed because it requires option '-available' or '-preferred' to be provided.

Action: Reissue the command with the correct options.

PRKO-02105: Option '-serverpool' cannot be used with option '-preferred','-available' or '-tafpolicy'

Cause: A 'srvctl add service' command specified conflicting options.

Action: Reissue the command with the correct options.

PRKO-02106: There is no server pool associated with database {0}

Cause: Command 'srvctl add service' failed because the given database doesn't have an associated server pool.

Action: Oracle internal error. Contact customer support.

PRKO-02108: Command line options '-instance' and '-node' cannot be used together

Cause: Conflicting options were specified on a 'srvctl add service' command.

Action: Reissue the command with the correct options.

PRKO-02109: Options '-server', '-instance', or '-timeout' can only be supplied with option '-dbtype'

Cause: Incorrect usage of '-server', '-instance' and '-timeout' options.

Action: Reissue the command with the correct options.

PRKO-02110: The '-cardinality' option is not supported on a 'add service' request for administrator-managed database {0}.

Cause: An attempt to add a service for the indicated database using the '-cardinality' option was rejected because that option was not supported for administrator-managed databases.

Action: Reissue the command using the '-preferred' and '-available' options to specify service placement.

PRKO-02111: Invalid number {0} for command line option {1}

Cause: Invalid value was specified for the command line option that requires a number in a certain range.

Action: Check the value printed and specify a number within the required range.

PRKO-02112: Options '-node' and '-policy' were specified to create RAC One Node database {0}

Cause: Incorrect usage of '-node' and '-policy' options.

Action: Remove '-node' and '-policy' options and issue command again.

PRKO-02115: OC4J is already disabled

Cause: OC4J instance could not be disabled because it is already disabled.

Action: None required.

PRKO-02116: OC4J is already enabled

Cause: OC4J instance could not be enabled because it is already enabled.

Action: None required.

PRKO-02117: Options '-serverpool' and '-server' cannot be used together

Cause: Options '-serverpool' and '-server' were used incorrectly.

Action: Correct options and issue command again.

PRKO-02118: Options '-serverpool' and '-instance' were specified together

Cause: Incorrect usage of '-serverpool' and '-instance' options.

Action: Correct options and issue command again.

PRKO-02120: Options '-node' and '-policy' cannot be used to modify RAC One Node database

Cause: Options '-node' and '-policy' were used incorrectly.

Action: Remove '-node' and '-policy' options and issue command again.

PRKO-02121: Options '-server' and '-timeout' cannot be used to modify a database that is not RAC One Node

Cause: Options '-server' and '-timeout' were used incorrectly.

Action: Remove '-server' and '-timeout' options and issue command again.

PRKO-02122: Database type can only be 'RAC' or 'RACONENODE

Cause: Incorrect database type was specified for the command 'srvctl convert database'.

Action: Specify 'RAC' or 'RACONENODE' when running the command 'srvctl convert database'.

PRKO-02126: Options '-node', '-timeout' and '-stopoption' cannot be used with options '-abort' and '-revert'

Cause: Options '-node' or '-timeout' or '-stopoption' could not be used with '-abort' or '-revert'.

Action: Remove the options that are not required and issue the command again.

PRKO-02127: Either option '-server' or '-serverpool' must be supplied for adding RAC One Node database

Cause: Options '-server' and '-serverpool' were not specified when adding an Oracle RAC One Node database.

Action: Use the command 'srvctl add database' with either '-server' or '-serverpool' option.

PRKO-02128: Specified cardinality {0} is not valid for policy-managed RAC One Node service {1}

Cause: Given cardinality was not applicable to an Oracle RAC One Node service.

Action: Use the 'srvctl add service' without the '-cardinality' option or specify SINGLETON value for the '-cardinality' option.

PRKO-02129: Online relocation timeout value {0} is not within the range of {1} and {2}

Cause: Online relocation timeout value was not within the required range.

Action: Supply a value within the required range.

PRKO-02130: Supplied node {0} must be in the candidate list of the administrator-managed database {1}

Cause: The supplied node name was not in the candidate list of the administrator-managed database.

Action: Supply a node in the candidate list of the database and rerun the command 'srvctl start database'.

PRKO-02131: Supplied node {0} must be in the server pool of the policy-managed database {1}

Cause: The supplied node name was not in the server pool of the policy-managed database.

Action: Supply a node from the server pool of the database and rerun the command 'srvctl start database'.

PRKO-02132: Options '-serverpool', '-preferred' and '-available' cannot be used to add services for RAC One Node database {0}

Cause: Failed to add specified service because provided options cannot be used to add a service for an Oracle RAC One Node database.

Action: Use the command 'srvctl add service' without options '-serverpool', '-preferred' or '-available'.

PRKO-02133: Options '-serverpool', '-preferred' and '-available' cannot be used to modify services for RAC One Node database {0}

Cause: Failed to modify specified service because provided options cannot be used to modify a service for an Oracle RAC One Node database.

Action: Use the command 'srvctl modify service' without options '-serverpool', '-preferred' or '-available'.

PRKO-02134: 'srvctl add instance' command is not supported with RAC One Node databases

Cause: The specified database does not support 'srvctl add instance' command.

Action: Convert the Oracle RAC One Node database to an Oracle RAC database by using the command 'srvctl convert database' and then rerun using the command 'srvctl add instance'.

PRKO-02135: 'srvctl remove instance' command is not supported with RAC One Node databases

Cause: The one instance of the Oracle RAC One Node database cannot be removed by using the command 'srvctl remove instance'.

Action: Run the command 'srvctl remove database'.

PRKO-02136: 'srvctl start/stop/enable/disable/status/setenv/getenv/unsetenv instance' commands are not supported with Oracle RAC One Node databases

Cause: The supplied instance command is not supported with an Oracle RAC One Node database.

Action: For an Oracle RAC One Node database, perform srvctl operations using the 'database' noun instead of the 'instance' noun.

PRKO-02137: Option '-node' must not be supplied to convert policy-managed RAC One Node database to RAC database

Cause: Failed to convert database because provided option cannot be used to convert policy-managed Oracle RAC One Node database.

Action: Use the command 'srvctl convert database' without '-node' option.

PRKO-02138: Database {0} is not of RAC One Node database type

Cause: The supplied database was not an Oracle RAC One Node database.

Action: Run the command 'srvctl convert database' with database of type Oracle RAC One Node.

PRKO-02139: Supplied nodes {0} should contain node {1} where database {1} is already running on

Cause: Supplied nodes did not include the node that the database was running on.

Action: Make sure given nodes include the node that the database is running on.

PRKO-02140: Option '-node' must be supplied when adding single instance database

Cause: Option '-node' was not supplied when adding single instance database.

Action: Supply '-node' option and issue command again.

PRKO-02141: Option '-revert' requires option '-abort'

Cause: Command 'srvctl relocate database' with option '-revert' failed because it requires option '-abort' to be provided.

Action: Correct options and issue command again.

PRKO-02142: Cannot start RAC One Node database when an online relocation request for the database is already active

Cause: Unable to start the supplied Oracle RAC One Node database because it already has an active online relocation request.

Action: Specify another database to start.

PRKO-02143: Cannot stop RAC One Node database when an online relocation request for the database is already active

Cause: Unable to stop the supplied Oracle RAC One Node database because it already has an active online relocation request.

Action: Either wait for the online relocation request to complete or specify another database to stop.

PRKO-02144: Option '-server' cannot be used with RAC One Node policy-managed database {0}

Cause: The '-server' option was specified to modify the candidate server list for an Oracle RAC One Node policy-managed database.

Action: Either use the command 'srvctl modify srvpool' to modify the candidate server list or specify '-serverpool' option with the command 'srvctl modify database' to modify the server pool.

PRKO-02145: 'srvctl remove instance' command is not supported with single instance databases

Cause: The single instance database cannot be removed by the 'srvctl remove instance' command.

Action: Run the command 'srvctl remove database'.

PRKO-02147: A 'srvctl add database' command specified the '-server', '-instance' or '-timeout' option for a database that is not Oracle RAC One Node

Cause: A 'srvctl add database' command was issued that included either the '-server', '-instance', or '-timeout' option but did not include a '-dbtype' option specifying that the database being added was Oracle RAC One Node. These options are permitted only for Oracle RAC One Node databases.

Action: Either remove the '-server', '-instance' or '-timeout' option or specify the '-dbtype' option with type Oracle RAC One Node.

PRKO-02148: Option '-node' must be supplied when running 'srvctl relocate database' for administrator-managed RAC One Node database

Cause: Option '-node' was not specified when executing relocate on administrator-managed Oracle RAC One Node database.

Action: Use the command 'srvctl relocate database' with '-node' option.

PRKO-02149: A 'srvctl modify database' command specified the '-instance' option for a RAC database

Cause: Option '-instance' in "srvctl modify database" command can be used to modify the instance name of a single instance database or instance name prefix of a Oracle RAC One Node database.

Action: Try 'srvctl modify instance' command to modify the instance name of the Oracle RAC database.

PRKO-02156: Instance name {0} is not valid

Cause: The supplied instance name is not the correct format for Oracle RAC One Node database.

Action: Make sure that the instance name is of the format <instance_name_prefix>_1 or <instance_name_prefix>_2. Use the command 'crsctl modify resource' to correct the instance name.

PRKO-02157: Option '-instance' must not specified to convert policy-managed RAC database to RAC One Node database

Cause: Failed to convert database because the provided option can not be used to convert policy-managed Oracle RAC database to an Oracle RAC One Node database.

Action: Use the command 'srvctl convert database' without '-instance' option.

PRKO-02158: Option '-node' must not be specified to convert a RAC database to RAC One Node database

Cause: Failed to convert database because the provided option '-node' should not be supplied to convert an Oracle RAC database to an Oracle RAC One Node database.

Action: Use the command 'srvctl convert database' without '-node' option.

PRKO-02159: Option '-instance' must be specified to convert an administrator-managed RAC database to its equivalent RAC One Node database configuration

Cause: Failed to convert database because the option '-instance' was not specified to convert administrator-managed Oracle RAC database to its equivalent Oracle RAC One Node database configuration.

Action: Use the command 'srvctl convert database' with '-instance' option.

PRKO-02160: Option '-timeout' must not be specified to convert a RAC One Node database to its equivalent RAC database configuration

Cause: Failed to convert database because option '-timeout' was specified to convert an Oracle RAC One Node database to its equivalent Oracle RAC database configuration.

Action: Use the command 'srvctl convert database' without '-timeout' option.

PRKO-02165: VIP does not exist on node(s) : {0}

Cause: VIP was not configured on the nodes.

Action: Add VIP using the command 'srvctl add nodeapps' or 'srvctl add vip' and try this command again.

PRKO-02166: GSD does not exist on node(s): {0}

Cause: GSD was not configured on the nodes

Action: Add GSD using the command 'srvctl add nodeapps' and try this command again.

PRKO-02167: VIP {0} does not exist.

Cause: VIP with the specified name was not configured.

Action: Add VIP using the command 'srvctl add nodeapps' or 'srvctl add vip' and try this command again.

PRKO-02168: Node applications are still running on node:

Cause: Node applications are still running on node when a remove was attempted.

Action: Stop the node applications before removing them or use force flag when attempting removal.

PRKO-02172: Some or all node applications are not removed successfully on node:

Cause: Not all node applications were removed on the node.

Action: Make sure that all resources that depend on node applications are stopped before attempting to remove node applications. Also if force flag was not specified, reissue this command with the force flag specified.

PRKO-02173: Instance {0} is already a preferred instance for service {1}.

Cause: Given instance is already a preferred instance for the service.

Action: Specify an instance other than the preferred instances of this service.

PRKO-02174: Instance {0} is already an available instance for service {1}.

Cause: Given instance is already an available instance for the service.

Action: Specify an instance other than the available instances of this service.

PRKO-02175: Failed to remove service {0} because this is the last service of RAC One Node database {1}

Cause: An attempt was made to remove the last service of an Oracle RAC One Node

Action: Add another service, for example by using the command 'srvctl add service', before removing the given service. Otherwise, if you are trying to deconfigure database, then remove the database directly, for example by using the command 'srvctl remove database'.

PRKO-02176: ONS daemon does not exist on node(s): {0}

Cause: ONS was not configured on the nodes.

Action: Add ONS using the command 'srvctl add nodeapps' and try this command again.

PRKO-02182: eONS daemon does not exist on node(s): {0}

Cause: eONS was not configured on the nodes.

Action: Add eONS using the command 'srvctl add nodeapps' and try this command again.

PRKO-02183: Node applications run on default network only. The netmask given {0} doesn't match default networks netmask {1}

Cause: The netmask given in the modify command doesn't match with default network's netmask.

Action: Modify the default network first using the command 'srvctl modify nodeapps -subnet options' and then try modifying the VIP.

PRKO-02184: Node applications run on default network only. The interface given {0} doesn't match default networks interface {1}

Cause: The interface specified in the modify command doesn't match with default network's interface.

Action: Modify the default network's interface using the command 'srvctl modify nodeapps -subnet options' and then try modifying the VIP.

PRKO-02185: The new VIP address given is same as the current VIP address

Cause: The VIP address given for modification is same as the current VIP. So there is nothing to modify.

Action: Check the VIP address you want to modify and specify the correct value.

PRKO-02186: The command line parameter host port list should be in the form host[:port][,host:[port]...]

Cause: The command line parameter -remoteservers <host_port_list> was not in the format host[:port][,host:[port]...] with port being numeric.

Action: Check the input and correct any error and try the command again.

PRKO-02187: The network resource has been modified successfully. VIP and other resources that depend on it might not start up unless they are modified

Cause: When underlying network resource has been modified the VIP should be updated to the new network resource. This is not a error and is just a status message.

Action: Use the command 'srvctl modify nodeapps -address options' to update the VIP to the new network.

PRKO-02188: All the node applications already exist. They were not recreated.

Cause: The command 'srvctl add nodeapps' was attempted when all the node applications already existed.

Action: If you want to modify node applications you should use the command 'srvctl modify nodeapps'.

PRKO-02190: VIP exists for node {0}, VIP name {1}

Cause: The VIP being added already exists.

Action: Check the input and if VIP needs to be modified use 'srvctl modify VIP' command.

PRKO-02199: Invalid address string:

Cause: VIP address being passed on the command line is not a valid address string.

Action: Address string should be of the format {name|ip}/netmask/[if1[|if2...]]. Check the usage and correct the address format.

PRKO-02200: Invalid interface specified on command line: {0}

Cause: VIP address specification '-address {name|ip}/netmask[/if1[|if2|...]]' or the network address specification '-subnet subnet/netmask[/if1[|if2|...]]' on the command line contained interfaces names, none of which exist on current node.

Action: Check the interfaces listed in the address string and make sure that they are enabled and are up. Use network interface names on the command line if there is more than one interfaces that connect to the same network.

PRKO-02207: Warning:-{0} option has been deprecated and will be ignored.

Cause: Deprecated option has been used in the command line. The option will be ignored.

Action: Check the documentation for the new syntax of the command.

PRKO-02208: {0} command has been deprecated and will be ignored.

Cause: The command being executed has been deprecated and will not do any action.

Action: Check the documentation for the commands supported by srvctl.

PRKO-02209: {0} command is not supported for configuration using server pool.

Cause: The given command failed because it isn't applicable to instances of policy managed-databases.

Action: Check the documentation on the commands that are applicable to policy-managed databases.

PRKO-02211: ASM listener was not found

Cause: ASM listener does not exist.

Action: Use the command 'srvctl modify asm -listener <lsnr_name>' to set the listener that ASM should register with.

PRKO-02214: Specified server pool {0} cannot be used to host single instance database {1}

Cause: An attempt to create a single instance database failed because the specified server pool had no configured candidate server.

Action: Use the command 'srvctl modify srvpool' with '-servers' option to configure a candidate server for the server pool. Make sure that the candidate server name specified with the '-servers' option matches that of the '-node' option in the command 'srvctl add database'.

PRKO-02215: Specified server pool {0} has more than one candidate server

Cause: An attempt to create a single instance database failed because a server pool with more than one candidate server was specified.

Action: Provide a server pool with only one candidate server when creating a single instance database.

PRKO-02310: VIP does not exist on node {0}.

Cause: VIP was not configured on that node on which modification was attempted.

Action: VIP must be added using the command 'srvctl add nodeapps', before it can be modified.

PRKO-02313: A VIP named {0} does not exist.

Cause: An attempt was made to operate on a VIP with the specified VIP name. No such VIP was configured on the cluster.

Action: Check the status of VIPs using the command 'srvctl status vip'. VIP must be added using the command 'srvctl add vip' before any operation on it.

PRKO-02318: Target instance {0} already supports service {1}.

Cause: Given database instance already provides the given service.

Action: Specify an instance that is not a preferred or available instance for this service.

PRKO-02331: ONS daemon does not exist.

Cause: ONS daemon was not configured on this cluster.

Action: ONS daemon can be configured using the 'srvctl add nodeapps' command.

PRKO-02339: eONS daemon does not exist.

Cause: eONS daemon was not configured on this cluster.

Action: eONS daemon can be configured using the command 'srvctl add nodeapps'.

PRKO-02377: eONS already uses {0} as listening port. Nothing to modify.

Cause: The listening port specified in this command is already in use by eONS.

Action: Check the input and if the listening port needs to be changed then specify a different port.

PRKO-02380: VIP {0} is still running on node: {1}

Cause: VIP to be removed is still running on a node.

Action: Stop the VIP before attempting to remove it or retry the command with force flag.

PRKO-02381: VIP {0} is not removed successfully:

Cause: VIP remove action failed because VIP was running and force flag was not specified or an exception occurred during the removal.

Action: Make sure that any applications, like for example listener, that depend on VIP are down. Try using -force option to remove the VIP. If you use force option to remove VIP then any application that depends on this VIP will stop working. Look at the help message for the accompanying exception.

PRKO-02383: Network {0} is not removed successfully:

Cause: Since there were no VIPs hosted on the network an attempt was made to remove the network and network removal failed.

Action: Make sure that all other applications that depend on default network are stopped. If force flag was not specified then specify force flag and try the command again.

PRKO-02385: The specified hostname or address {0} cannot be resolved.

Cause: An invalid IP address or irresolvable hostname was specified.

Action: If IP address is specified then make sure that it is of legal length. If a host name is specified then make sure that the host name resolves to an IP address.

PRKO-02386: Netmask is missing in address string:

Cause: NETMASK is missing in the VIP address that was passed in the command string.

Action: VIP address is of form <ip_or_name>/netmask[/interface1[|interface2...]]. Specify the netmask.

PRKO-02387: -node <node_name> option has been deprecated.

Cause: '-node <node_name>' option has been deprecated in this release.

Action: Remove the usage of '-node <node_name>' option in the command.

PRKO-02388: Command line option {0} should be followed by a value.

Cause: The value needs to be specified by the command line option.

Action: Look at the usage and of the command and specify an appropriate value.

PRKO-02389: Invalid command line options. Neither -address nor -node can be specified with -subnet.

Cause: Invalid combination of options specified for add/modify node application command. Option '-address' is node-specific and has to be used with '-node' option. '-subnet' option is a global option and it cannot be used with '-address' or '-node' option.

Action: Issue the command using either '-address' and '-node' options together or '-subnet' option without '-address' or '-node' option.

PRKO-02390: -node <node_name> option has been deprecated and is ignored.

Cause: '-node <node_name>' option has been deprecated and is ignored from this release. It has no effect on the command.

Action: Remove the usage of '-node <node_name>' from the command line.

PRKO-02391: Network resource {0},{1} already exists. Nothing to modify

Cause: The subnet specified is already the default subnet.

Action: Check the input and if the subnet needs to be modified then specify a different subnet.

PRKO-02392: eONS already uses {0} as Multicast address. Nothing to modify.

Cause: The Multicast address specified in this command is already in use by eONS.

Action: Check the input and if the Multicast address needs to be changed then specify a different address.

PRKO-02393: eONS already uses {0} as Multicast port. Nothing to modify.

Cause: The Multicast port specified in this command is already in use by eONS.

Action: Check the input and if the Multicast port needs to be changed then specify a different port.

PRKO-02394: ONS already uses {0} as port for local connections. Nothing to modify.

Cause: The modify node applications command failed because the ONS port for local connections is already used by ONS for local connections.

Action: Check the input and if the port used by ONS for local connections need to be modified specify a different address.

PRKO-02395: ONS already uses {0} as port for remote connections. Nothing to modify.

Cause: The modify node applications command failed because the ONS port for remote connections is already used by ONS for remote connections.

Action: Check the input and if the port used by ONS for remote connections need to be modified specify a different address.

PRKO-02396: The list of remote host/port ONS pairs matches the current list : {0}. Nothing to modify.

Cause: The modify node applications command failed because the remote host/port ONS pairs matches the current list.

Action: Check the input and if the remote host/port pairs need to be modified and specify a different host/port list.

PRKO-02405: Network resource does not exist on the cluster nodes.

Cause: Network resource does not exist on the cluster nodes.

Action: Node applications can be added by using the command 'srvctl add nodeapps'.

PRKO-02409: GSD is already disabled on node(s): {0}

Cause: The disable node applications command failed because GSD was already disabled.

Action: None required.

PRKO-02410: VIP is already disabled on node(s): {0}

Cause: The disable node applications command failed because VIP was already disabled.

Action: None required.

PRKO-02411: Network resource is already disabled.

Cause: The disable node applications command failed because Network resource was already disabled.

Action: None required.

PRKO-02412: ONS is already disabled on node(s): {0}

Cause: The disable node applications command failed because ONS was already disabled.

Action: None required.

PRKO-02413: eONS is already disabled on node(s): {0}

Cause: The disable node applications command failed because eONS was already disabled.

Action: None required.

PRKO-02414: GSD is already enabled on node(s): {0}

Cause: The enable node applications command failed because GSD is already enabled.

Action: None required.

PRKO-02415: VIP is already enabled on node(s): {0}

Cause: The enable node applications command failed because VIP is already enabled.

Action: None required.

PRKO-02416: Network resource is already enabled.

Cause: The enable node applications command failed because Network resource is already enabled.

Action: None required.

PRKO-02417: ONS is already enabled on node(s): {0}

Cause: The enable node applications command failed because ONS is already enabled.

Action: None required.

PRKO-02418: eONS is already enabled on node(s): {0}

Cause: The enable node applications command failed because eONS is already enabled.

Action: None required.

PRKO-02419: GSD is already started on node(s): {0}

Cause: The start node applications command failed because GSD is already started.

Action: None required.

PRKO-02420: VIP {0} is already started on nodes: {1}

Cause: The start node applications command failed because VIP was already started.

Action: None required.

PRKO-02421: Network resource is already started on node(s): {0}

Cause: The start node applications command failed because Network resource is already started.

Action: None required.

PRKO-02422: ONS is already started on node(s): {0}

Cause: The start node applications command failed because ONS is already started.

Action: None required.

PRKO-02423: eONS is already started on node(s): {0}

Cause: The start node applications command failed because eONS is already started.

Action: None required.

PRKO-02424: GSD is already stopped on node(s): {0}

Cause: The stop node applications command failed because GSD is already stopped.

Action: None required.

PRKO-02425: VIP is already stopped on node(s): {0}

Cause: The stop node applications command failed because VIP is already stopped.

Action: None required.

PRKO-02426: ONS is already stopped on node(s): {0}

Cause: The stop node applications command failed because ONS is already stopped.

Action: None required.

PRKO-02427: eONS is already stopped on node(s): {0}

Cause: The stop node applications command failed because eONS is already stopped.

Action: None required.

PRKO-02428: VIP is running on the node {0} and cannot be modified.

Cause: Modify nodeapps command failed because VIP being modified is running on a node.

Action: Stop the node application by issuing the command 'srvctl stop nodeapps' and retry the modify again.

PRKO-02429: -node <node_name> should be specified with -address {name|ip}/netmask[/if1[|if2]] for modifying VIP.

Cause: If '-node <node_name>' option is specified then '-address' option must also be specified for modifying VIP.

Action: If you want to modify the VIP then specify both the '-node' and '-address' options. Otherwise remove the '-node <node_name>' option.

PRKO-02430: Missing required '-node' option for 'srvctl modify nodeapps -address' VIP modification.

Cause: '-address options' was specified for the 'modify nodeapps' command without specifying which node VIP needs to be modified.

Action: Specify the node whose VIP needs to be modified by using '-node' option.

PRKO-02431: Warning: the -node option is obsolescent; 'srvctl remove vip' is preferred for removing per-node VIP resource

Cause: The command 'srvctl remove nodeapps' was issued with the '-node' option specifying one or more nodes. Support for this option will be removed in a future release, at which time you must use the preferred command 'srvctl remove vip -vip <vip_list>'.

Action: The command is processed normally and attempts to remove VIP resources for the specified node(s). This message is displayed only to alert you to a future change. Use the command 'srvctl remove nodeapps' to remove all node applications from the last node of the cluster.

PRKO-02438: Network resource does not exist.

Cause: Network resource to be started/stopped/modified/enabled/disabled does not exist.

Action: Network resource can be created using the command 'srvctl add nodeapps'.

PRKO-02439: VIP does not exist.

Cause: VIP to be started/stopped/modified/enabled/disabled does not exist.

Action: VIP can be created using the command 'srvctl add nodeapps'.

PRKO-02440: Network resource is already stopped.

Cause: The stop node applications command failed because network resource was already stopped.

Action: None required.

PRKO-02452: ONS already exists

Cause: A new instance of ONS daemon could not be created, as there is an existing instance of ONS.

Action: None required.

PRKO-02453: eONS already exists

Cause: A new instance of eONS daemon could not be created, as there is an existing instance of eONS.

Action: None required.

PRKO-02458: ONS does not exist

Cause: ONS daemon was not configured on this instance of Oracle Restart.

Action: Add ONS daemon using the command 'srvctl add ons' and try this command again.

PRKO-02463: eONS does not exist

Cause: eONS daemon was not configured on this instance of Oracle Restart.

Action: Add eONS daemon using the command 'srvctl add eons' and try this command again.

PRKO-02465: ONS does not exist.

Cause: ONS daemon was not configured on this instance of Oracle Restart.

Action: ONS daemon can be configured using the command 'srvctl add ons'.

PRKO-02466: Both '-address' and '-iptype' options cannot be specified when modifying VIP

Cause: Both '-address' and '-iptype' options were specified in the modify VIP command.

Action: Specify either '-address' or '-iptype' but not both in the modify VIP command.

PRKO-02467: adminhelper does not exist

Cause: adminhelper was not configured on this cluster.

Action: Configure the adminhelper with the 'srvctl add rhpserver' or 'srvctl add rhpclient' command.

PRKO-02468: adminhelper is already started on nodes: {0}

Cause: The adminhelper start command failed because adminhelper is already started.

Action: None required.

PRKO-02469: adminhelper is already stopped on nodes: {0}

Cause: The command to stop adminhelper failed because adminehelper is already stopped.

Action: None required.

PRKO-02470: adminhelper is already enabled on nodes: {0}

Cause: The adminhelper enable command failed because adminhelper is already enabled.

Action: None required.

PRKO-02471: adminhelper is already disabled on nodes: {0}

Cause: The adminhelper disable command failed because adminhelper is already enabled.

Action: None required.

PRKO-02567: eONS daemon does not exist.

Cause: eONS daemon was not configured on this instance of Oracle Restart.

Action: eONS daemon can be configured using the command 'srvctl add eons'.

PRKO-02569: ONS is already started.

Cause: The command 'srvctl start ons' failed because the ONS daemon was already started.

Action: None required.

PRKO-02571: eONS is already started.

Cause: The command 'srvctl start eons' failed because the eONS daemon was already started.

Action: None required.

PRKO-02573: ONS daemon is already stopped.

Cause: The command 'srvctl stop ons' failed because the ONS daemon was already stopped.

Action: None required.

PRKO-02575: eONS daemon is already stopped.

Cause: The command 'srvctl stop eons' failed because the eONS daemon was already stopped.

Action: None required.

PRKO-02576: ONS is already enabled.

Cause: The command 'srvctl enable ons' failed because the ONS was already enabled.

Action: None required.

PRKO-02579: eONS is already enabled.

Cause: The command 'srvctl enable eons' failed because the eONS was already enabled.

Action: None required.

PRKO-02581: ONS is already disabled.

Cause: The command 'srvctl disable ons' failed because the ONS was already disabled.

Action: None required.

PRKO-02583: eONS is already disabled.

Cause: The command 'srvctl disable eons' failed because the eONS was already disabled.

Action: None required.

PRKO-02588: ONS daemon could not be removed because it is still running.

Cause: The command 'srvctl remove ons' failed because ONS daemon was still running.

Action: Stop the ons daemon by using the command 'srvctl stop ons' and then attempt to remove it. You can also use the '-force' option to remove a running ons daemon.

PRKO-02589: eONS daemon could not be removed because it is still running.

Cause: The command 'srvctl remove eons' failed because eONS daemon was still running.

Action: Stop the ons daemon by using the command 'srvctl stop eons' and then attempt to remove it. You can also use the '-force' option to remove a running eons daemon.

PRKO-02590: None of the ONS daemon parameters were modified.

Cause: The configuration of the ONS daemon has remained the same after the 'srvctl modify ons' command.

Action: Make sure that at least one of the optional modification parameters was specified on the command line. The current values of parameters of the ONS daemon can be found by using 'srvctl config ons' command. Specify at least one value different then current value while issuing the 'srvctl modify ons' command.

PRKO-02591: None of the eONS daemon parameters were modified.

Cause: The configuration of the eONS daemon has remained the same after the 'srvctl modify eons' command.

Action: Make sure that at least one of the optional modification parameters was specified on the command line. The current values of parameters of the eONS daemon can be found by using the command 'srvctl config eons'. Specify at least one value different then current value while issuing the command 'srvctl modify eons'.

PRKO-02593: enable of GNS failed.

Cause: Enabling the GNS server failed.

Action: Examine the accompanying exception for details.

PRKO-02595: modify of GNS failed.

Cause: Modification the GNS server failed.

Action: Examine the accompanying exception for details.

PRKO-02597: disable of GNS failed.

Cause: Disabling the GNS server failed.

Action: Examine the accompanying exception for details.

PRKO-02599: relocation of GNS failed.

Cause: Relocation of the GNS server failed.

Action: Examine the accompanying exception for details.

PRKO-02601: removal of GNS failed.

Cause: Removal of the GNS server failed.

Action: Examine the accompanying exception for details.

PRKO-02603: addition of GNS failed.

Cause: The addition of the GNS server failed.

Action: Examine the accompanying exception for details.

PRKO-02604: Add client data operation is not allowed because GNS is configured

Cause: An attempt to add client data failed because the Grid Naming Service (GNS) was configured in this cluster. Client data can only be added on a GNS client cluster or a secondary GNS server cluster.

Action: Remove the GNS configuration and retry the command.

PRKO-02611: GNS VIP does not exist. Specify the {0} option to create one.

Cause: The attempt to add GNS failed because the VIP associated with it does not exist.

Action: Create the VIP.

PRKO-02621: The '-node node' option cannot be used to create RAC database {0}

Cause: The '-node' option was supplied to create a single-instance database, along with '-dbtype RAC' requesting a Oracle RAC database.

Action: Specify '-dbtype SINGLE' with '-node node or omit '-node' option and reissue the command.'

PRKO-02700: The CVU resource is not configured

Cause: The CVU resource was not configured on the cluster or an unexpected error occurred while querying Clusterware for the CVU resource.

Action: If the CVU resource was not configured then a new resource can be created using the command 'srvctl add cvu'. If the resource was configured, look at any accompanying error messages.

PRKO-02702: CVU is already disabled

Cause: CVU resource could not be disabled because it is already disabled.

Action: None required.

PRKO-02703: CVU is already enabled

Cause: CVU resource could not be enabled because it is already enabled.

Action: None required.

PRKO-02707: CVU resource must be stopped before removing

Cause: The command 'srvctl remove cvu' was issued while CVU instance was running.

Action: Stop the CVU resource using the command 'srvctl stop cvu' and then try removing.

PRKO-02708: Unable to convert RAC One Node database because it has an active online relocation request

Cause: Failed to convert an Oracle RAC One Node database to an Oracle RAC database because there was an active online relocation request for the database.

Action: Wait for the online relocation request to complete and then run the command 'srvctl convert database'.

PRKO-02709: Unable to convert RAC One Node database because it has a failed online relocation request

Cause: An attempt to convert an Oracle RAC One Node database to an Oracle RAC database failed because there was a failed online relocation request for the database.

Action: Use the command 'srvctl status database' to show the target node of the failed online relocation request process. Run the command 'srvctl relocate database' with either the '-abort' option or with '-node' option with the correct target node. Then run the command 'srvctl convert database'.

PRKO-02710: Option '-node' cannot be used to start RAC database {0}

Cause: The '-node' option was specified to start an Oracle RAC database, but '-node' option is only applicable to an Oracle RAC One Node databases.

Action: Either use the command 'srvctl start instance' to start an Oracle RAC database instance on the given node or use the command 'srvctl start database' without '-node' option to start the Oracle RAC database.

PRKO-02712: Administrator-managed database {0} is not supported with -eval option

Cause: A request with the '-eval' option specified an administrator-managed database.

Action: Specify a policy-managed database when using the '-eval' option.

PRKO-02713: Oracle Restart database {0} is not supported with -eval option

Cause: A request with the '-eval' option specified an oracle restart database.

Action: Specify a policy-managed database when using the '-eval' option.

PRKO-03026: Only one instance can be listed in -instance <inst_name_list> when -node option is specified

Cause: More than one instance was specified for '-instance' option when both '-instance' and '-node' options were used.

Action: Supply one instance name for '-instance' option when using both '-instance' and '-node' option.

PRKO-03031: Server pool {0} already exists

Cause: The command 'srvctl add serverpool' failed because the given server pool already exists.

Action: Make sure that the name of server pool is correct and a server pool with the given name doesn't exist.

PRKO-03032: Invalid instance name(s): {0}

Cause: Some of the supplied instance names do not exist in the database configuration.

Action: Please supply valid instance names and retry.

PRKO-03077: Failed to remove database {0}:

Cause: Failed to remove the database.

Action: Examine the accompanying message(s) for details of the error, and respond accordingly.

PRKO-03081: No such environment variable setting: {0}

Cause: The environment variable(s) does not exist for the specified resource.

Action: Supply a valid environment variable.

PRKO-03085: Volume device: {0}

Cause: Volume device label

Action: None

PRKO-03086: Mountpoint path: {0}

Cause: Mountpoint path label

Action: None

PRKO-03087: User: {0}

Cause: User label

Action: None

PRKO-03113: Administrator-managed database {1} can not support policy-managed service {0}.

Cause: The specified database does not support policy-managed services.

Action: Provide a database which supports policy-managed services.

PRKO-03114: Policy-managed database {1} can not support administrator-managed service {0}.

Cause: The specified database does not support administrator-managed services.

Action: Provide a database which supports administrator-managed services.

PRKO-03115: -tafpolicy option cannot be used with policy-managed service {0}.

Cause: The '-tafpolicy' option was specified for a policy-managed service.

Action: Use the '-failovermethod' option to specify failover processing for a policy-managed service.

PRKO-03116: '-serverpool' or '-preferred' option must be provided

Cause: An add service command was issued with neither '-serverpool' nor '-preferred'.

Action: Make sure that one of specified options is included on the command line.

PRKO-03117: Service {0} already exists in database {1}

Cause: The service being added already exists.

Action: If the service needs to be modified use the command 'srvctl modify service'.

PRKO-03118: Failed to check if service {0} exists: {1}

Cause: Failed to get the service data.

Action: Make sure that Oracle Clusterware is active.

PRKO-03119: Database {0} cannot be started since it has no configured instances.

Cause: The specified database is an administrator-managed database and it cannot be started because no instances were configured.

Action: Use the command 'srvctl add instance' to configure the instance and then retry.

PRKO-03120: Database {0} cannot be stopped since it has no configured instances.

Cause: The specified database is an administrator-managed database and it could not be stopped because no instances were configured.

Action: Use the command 'srvctl add instance' to configure the instance and then retry.

PRKO-03121: -instance option or -node option is required for starting an instance on the administrator-managed database {0}.

Cause: The specified database is an administrator-managed database and the srvctl start instance command requires the instance name or nodename to be specified.

Action: Use the commane 'srvctl start instance' with either the '-instance' or '-node' option to start the instance.

PRKO-03122: -instance option or -node option is required for stopping an instance of database {0}

Cause: Neither the instance name nor the nodename was provided during the command 'srvctl stop instance' invocation.

Action: Use the command 'srvctl stop instance' with either the '-instance' or '-node' option to specify which instance to stop.

PRKO-03125: Invalid value {0} for command line option {1}

Cause: Invalid value was specified for the command line option.

Action: Check the value printed and specify the correct value.

PRKO-03126: Invalid GNS logging level: "{0}"

Cause: The level of logging specified was not a positive integer.

Action: Specify a positive integer.

PRKO-03128: Unable to add database because the resource for diskgroup {0} could not be found. {1}

Cause: The resource for the specified disk group could not be found. Either the diskgroup name was misspelled or the diskgroup has not been mounted.

Action: Correct the diskgroup spelling or use sqlplus to create the diskgroup.

PRKO-03129: Unable to modify database because the resource for diskgroup {0} could not be found. {1}

Cause: The resource for the specified disk group could not be found. Either the diskgroup name was misspelled or the diskgroup has not been mounted.

Action: Correct the diskgroup spelling or use sqlplus to create the diskgroup.

PRKO-03130: Server pool {0} is internally managed as part of administrator-managed database configuration and therefore cannot be modified directly via srvpool object.

Cause: An attempt was made to alter configuration of an internally managed server pool that is hosting an administrator-managed configuration.

Action: Do not modify this server pool via srvpool object directly. Instead use the command 'srvctl add/remove instance' or use the command 'srvctl modify database/service' to alter this server pool's configuration.

PRKO-03132: -instance option or -node option is required for checking the status of an instance of database {0}

Cause: Neither the instance name nor the nodename was provided during 'srvctl status instance' command invocation.

Action: Use the command 'srvctl status instance' with either the '-instance' or '-node' option to check the status of the instance.

PRKO-03133: Database {0} has no instance on node {1}

Cause: The indicated database did not have an instance configured on the indicated node.

Action: Either the command 'srvctl add instance' or the command 'srvctl modify instance' can be used to change instance-node mapping in administrator-managed databases. For a policy-managed database, either use the command 'srvctl start instance' with the '-node' option to start the instance on the specified node or use the command 'srvctl modify instance' to configure an instance for that node.

PRKO-03134: -node option cannot be specified with -nonode option

Cause: '-node' and '-nonode' options were both provided during 'srvctl modify instance' command invocation.

Action: Use the command 'srvctl modify instance' with either the '-node' or '-nonode' option to modify the node instance mapping of the database instance.

PRKO-03135: -node option cannot be empty when used with administrator-managed database {0}

Cause: The '-node' option was specified as an empty string in an attempt to remove node to instance mapping of administrator-managed database.

Action: Use the command 'srvctl remove instance' to remove node instance mapping of an administrator-managed database.

PRKO-03136: Option '-cardinality' cannot be used with administrator-managed service {0}

Cause: The '-cardinality' option was specified for administrator-managed service.

Action: Reissue the command without the '-cardinality' option.

PRKO-03138: Node {0} does not belong to server pool {1} which defines nodes for service {2}

Cause: Node doesn't belong to the server pool which defines nodes which can be used to run the specified service.

Action: Supply a node which belongs to specified server pool.

PRKO-03139: Options '-oldinst' and '-newinst' cannot be used with policy-managed service {0}

Cause: The '-oldinst' and '-newinst' options were specified to relocate a policy-managed service.

Action: Use options '-currentnode' and '-targetnode' to relocate a policy-managed service.

PRKO-03140: Options '-currentnode' and '-targetnode' cannot be used with administrator-managed service {0}

Cause: The '-currentnode' and '-targetnode' options were specified to relocate an administrator-managed service.

Action: Use options '-oldinst' and '-newinst' to relocate a administrator-managed service.

PRKO-03141: Database {0} could not be removed because it was running

Cause: The command 'srvctl remove database' failed because the database was running.

Action: Stop the database by using the command 'srvctl stop database' and then attempt to remove it. You can also use the '-force' option to remove the running database.

PRKO-03142: Option '-instance' cannot be used to enable or disable services for policy-managed database {0}

Cause: An attempt to enable or disable a policy-managed database service specified the '-instance' option.

Action: Use the '-node node' option to specify nodes on which to enable or disable services for this policy-managed database.

PRKO-03143: Options '-preferred', '-toprefer', '-modifyconfig' and '-available' were specified to modify policy-managed service {0}

Cause: Options '-preferred', '-toprefer', '-modifyconfig' and '-available' can be used to modify administrator-managed service only.

Action: Make sure that the service you are going to modify is an administrator-managed service.

PRKO-03144: Missing option '-modifyconfig' or '-preferred' was required by supplying '-available'.

Cause: An attempt to modify a resource configuration was rejected because option '-available was specified without options '-modifyconfig' or '-preferred'.

Action: Retry the command ensuring that the -modifyconfig or -preferred option is provided when the -available option is specified.

PRKO-03145: Option '-preferred' requires '-modifyconfig' option to be specified

Cause: Option '-preferred' was specified without required '-modifyconfig' option.

Action: Make sure that required option is provided according to the command 'srvctl modify service' syntax.

PRKO-03146: Missing required '-preferred' option

Cause: Options '-available' or '-modifyconfig' were specified without required option '-preferred'.

Action: Make sure that required option is provided according to command 'srvctl modify service' syntax.

PRKO-03147: Instance {0} cannot be removed because it is the only preferred instance for service(s) {1} for database {2}

Cause: An attempt was made to remove the instance which is the only preferred instance for specified services.

Action: Make sure that specified services have more than one preferred instance or modify services to not have the instance as a preferred instance.

PRKO-03148: Instance {0} does not support service {1}.

Cause: The given database instance is not defined as a preferred or available instance for the given service.

Action: Specify an instance that is defined as preferred or available instance for the given service.

PRKO-03149: The candidate server {0} of server pool {1} is different from the server {2} specified with the '-node' option

Cause: Specified server must be the candidate server of the specified server pool.

Action: Make sure that the server specified with '-node' option is the same as the candidate server of the given server pool.

PRKO-03150: The server pools {0} specified with the '-serverpool' cannot be used to add an administrator-managed database

Cause: A request to add an administrator-managed database specified the '-serverpool' option.

Action: Use the command 'srvctl add database' without the '-serverpool' option to add an administrator-managed database.

PRKO-03151: Option '-serverpool' cannot have more than one specified server pool when converting an administrator-managed database to a policy-managed database

Cause: An attempt was made to convert an administrator-managed database to a policy-managed database by specifying more than one server pool.

Action: Make sure to specify only one server pool with the '-serverpool' option when converting an administrator-managed database to a policy-managed database.

PRKO-03152: The server pools {0} specified with the '-serverpool' option are subpools of Generic and therefore cannot be used to modify the server pool value of a policy-managed database

Cause: The supplied server pools are meant for managing administrator-managed databases because they are subpools of Generic.

Action: Make sure that none of the supplied server pools are meant for managing administrator-managed database. Only supply server pools meant for managing policy-managed databases to the '-serverpool' option of the command 'srvctl modify database'. Use the command 'srvctl config srvpool' to list the qualified server pools meant for managing policy managed databases.

PRKO-03153: -instance option or -node option is required for starting an instance on the policy-managed database {0}.

Cause: The specified database is a policy-managed database and the command 'srvctl start instance' requires the instance name or nodename to be specified.

Action: Use the command 'srvctl start instance' with either the '-instance' or '-node' option or both '-instance' and '-node' options to start the instance.

PRKO-03154: Both -instance and -node options are specified for starting an instance on the administrator-managed database {0}.

Cause: The specified database is an administrator-managed database and the command 'srvctl start instance' requires either the instance name or nodename to be specified but not both.

Action: Use the command 'srvctl start instance' with either the '-instance' or '-node' option to start the instance.

PRKO-03155: Can not start the instance {0} on the specified node {1} because the node is assigned to another user configured instance {2}

Cause: The database specified on the command 'srvctl start instance' was policy managed and had another instance already configured on the node name specified with the '-node' option.

Action: Either reformulate the command 'srvctl start instance' so that there is no conflict with configured instances' nodes, or use the command 'srvctl modify instance' to change configured instances' nodes.

PRKO-03160: Server pool {0} is internally managed as part of administrator-managed database configuration and therefore cannot be queried directly via srvpool object.

Cause: An attempt was made to query configuration of an internally managed server pool that is hosting an administrator-managed configuration.

Action: Do not query this server pool via srvpool object directly. Instead use srvctl config/status database/service command to query servers that are part of this pool's configuration.

PRKO-03161: Server pool {0} is internally managed as part of administrator-managed database configuration and therefore cannot be removed directly via srvpool object.

Cause: An attempt was made to remove configuration of an internally managed server pool that is hosting an administrator-managed configuration.

Action: Do not remove this server pool via srvpool object directly. Instead use the command 'srvctl remove service/database' to remove this server pool and any service/database hosted by the server pool.

PRKO-03162: The actions setenv, getenv, and unsetenv are not suppported for Single Client Access Name listener {0}

Cause: Failed to use the command 'srvctl setenv, getenv, and unsetenv listener' for specified Single Client Access Name Listener. The environment variables for Single Client Access Name Listener cannot be changed.

Action: Do not set, get, and unset environment variables for Single Client Access Name Listener.

PRKO-03163: Options '-update', '-preferred', '-available', '-serverpool' and '-cardinality' cannot be used to add service {0} for single instance database {1}

Cause: Failed to add specified service because provided options can not be used to add a service for single instance database.

Action: use the command 'srvctl add service' without options '-update', '-preferred', '-available', '-serverpool' or '-cardinality'.

PRKO-03164: Options '-toprefer', '-force', '-modifyconfig', '-instance', '-edition', '-available', '-cardinality' and '-dtp' cannot be used to modify service {0} for single instance database {1}

Cause: Failed to modify specified service because provided options can not be used to modify a service for single instance database.

Action: Use the command 'srvctl modify service' without options '-toprefer', '-force', '-modifyconfig', '-instance', '-edition', '-available', '-cardinality' or '-dtp'.

PRKO-03165: Service {0} is defined for single instance database {1} and therefore cannot be relocated

Cause: Failed to relocate specified service because provided options can not be used to relocate a service for single instance database.

Action: Make sure that you issue the command 'srvctl relocate service' for the service which is not defined for a single instance database.

PRKO-03166: Invalid GNS parameter: "{0}"

Cause: An invalid parameter value was specified.

Action: A parameter value must have the following format: name:value. The name may not contain a colon (":"). The value may not contain a comma (",").

PRKO-03167: EONS has been deprecated and ONS should be used to set and modify the local port for Enterprise Manager.

Cause: The command being executed has been deprecated and will not do any action.

Action: Use the command 'srvctl -help' for online help or check the documentation for the commands supported by srvctl.

PRKO-03174: 'srvctl relocate service' command is not supported on RAC One Node database service {0}

Cause: An attempt was made to relocate a Oracle RAC One Node database service using the command 'srvctl relocate service'.

Action: Use the command 'srvctl relocate database' to relocate the RAC One Node database and its services to the target server.

PRKO-03175: TAF policy 'PRECONNECT' cannot be used to add a service for single instance database {0}

Cause: Failed to add specified service because provided TAF specification can not be used with a single instance database.

Action: Use the command 'srvctl add service' without 'PRECONNECT' TAF policy.

PRKO-03176: Option '-serverpool' cannot be used with administrator-managed service {0}

Cause: An attempt to change the server pool of service was rejected because the '-serverpool' option cannot be used with administrator-managed service.

Action: Change the preferred and available instances of the service via the command 'srvctl modify service' to manage placement of administrator-managed service.

PRKO-03226: Upgrade from version {0} to version {1} using 'srvctl upgrade model' command of version {2} is not supported

Cause: The command 'srvctl upgrade model' was issued for a version change that is other than an increase in patch set level.

Action: Check that the versions provided are correct.

PRKO-03229: Option '-instance' cannot be used to enable or disable services {0} for single instance database {1}

Cause: Failed to enable/disable specified service because its database is a single instance database.

Action: Make sure that you issue the command 'srvctl enable/disable service' without option '-instance'.

PRKO-03241: The '-oraclehome <oracle_home>' option value "{0}" corresponds to a pathname that does not exist or is not a directory

Cause: The '-oraclehome <oracle_home>' option value did not resolve to an existing directory pathname.

Action: Ensure that the '-oraclehome <oracle_home>' option value correponds to an existing directory pathname.

PRKO-03242: The '-statfile <state_file>' option value "{0}" is a directory

Cause: The '-statfile <state_file>' option value resolved to an existing directory pathname instead of a file pathname.

Action: Ensure that the '-statfile <state_file>' option value correponds to file.

PRKO-03243: The '-statfile <state_file>' option value "{0}" is a file under a non-writable directory

Cause: The '-statfile <state_file>' option value resolved to a non-writable pathname.

Action: Ensure that the state file parent directory has write permissions.

PRKO-03244: The '-statfile <state_file>' option value "{0}" already exists

Cause: The '-statfile <state_file>' option value resolved to an existing file pathname.

Action: Ensure that the '-statfile <state_file>' option value corresponds to a non-existing file pathname.

PRKO-03245: Cannot determine the canonical path to the state file "{0}"

Cause: The '-statfile <state_file>' option value specified a pathname for which the canonical path cannot be retrieved.

Action: Provide the absolute pathname for '-statfile <state_file>' option value.

PRKO-03246: The '-statfile <state_file>' option value "{0}" does not exist or cannot be read

Cause: The '-statfile <state_file>' option value mapped to a non-existing or non-readable file pathname.

Action: Ensure that the '-statfile <state_file>' option value corresponds to an existing readable file pathname.

PRKO-03249: Failed to add service {0} with PRECONNECT TAF policy because PRECONNECT TAF policy requires at least one available instance

Cause: An attempt to add a service with the PRECONNECT TAF policy was rejected because an available instance was not specified.

Action: Specify at least one available instance with the '-available' option using the command 'srvctl add service' if the service TAF policy is to be PRECONNECT.

PRKO-03250: Failed to stop VIPs on node {0} because no VIP was running on the given node

Cause: An attempt to stop VIPs on a given node was rejected because VIP was not running on the given node.

Action: Check the status of VIPs running on the given node using the command 'srvctl status vip' and issue the command 'srvctl stop vip' only if there are VIPs running on the given node.

PRKO-03251: Failed to relocate as relocation is not supported in Oracle Restart mode

Cause: An attempt to relocate failed because relocation was not supported in Oracle Restart.

Action: Ensure you are in a cluster environment to relocate managed entities.

PRKO-03252: Failed to convert as convert action is not supported in Oracle Restart Mode

Cause: An attempt to convert failed because conversion is not supported in Oracle Restart.

Action: Ensure you are in a cluster environment to convert managed entities.

PRKO-03253: An attempt to modify the OC4J port failed because OC4J is running. Use -force to force stop/restart of OC4J.

Cause: A request to modify the port number of OC4J was rejected because such modification requires OC4J to be stopped and restarted.

Action: Use '-force' option to force restart of OC4J.

PRKO-03268: Unable to add ASM because the resource for diskgroup {0} could not be found. {1}

Cause: An attempt to add ASM has failed because the specified disk group could not be found. Either the diskgroup name was misspelled or the diskgroup has not been mounted.

Action: Correct the diskgroup spelling or use sqlplus to create the diskgroup.

PRKO-03269: Unable to modify ASM because the resource for diskgroup {0} could not be found. {1}

Cause: An attempt to add ASM has failed because the specified disk group could not be found. Either the diskgroup name was misspelled or the diskgroup has not been mounted.

Action: Correct the diskgroup spelling or use sqlplus to create the diskgroup.

PRKO-03270: The specified password file {0} does not conform to an ASM path syntax

Cause: When adding or modifying a database or an ASM, a password file that was not ASM syntax was supplied.

Action: Specify a password file in ASM syntax.

PRKO-03285: Leaf listener was not found

Cause: No leaf listener was found registered during the operation.

Action: Resolve the issue reported by the included error message and then retry the command. If the leaf listener does not exist, use 'srvctl add listener -leaflistener' to register it.

PRKO-03287: Cluster ASM listener was not found

Cause: Check the reported message, cluster ASM listener may not exist.

Action: Use the command 'srvctl add listener -asmlistener' to register the ASM listener.

PRKO-03303: Option '-eval' cannot be used to evaluate effects of modifications on administrator-managed service {0}

Cause: The '-eval' option can be used to evaluate modification on policy-managed service only.

Action: Make sure that the service you are going to evaluate modification is a policy-managed service.

PRKO-03304: Option '-eval' cannot be used to evaluate effects of relocation of administrator-managed service {0}

Cause: The '-eval' option can be used to evaluate relocation of policy-managed service only.

Action: Make sure that the service you are going to evaluate relocation is a policy-managed service.

PRKO-03305: Option '-eval' cannot be used without '-service' option

Cause: The '-eval' option can be used to evaluate only for one service.

Action: Supply a valid '-service' argument.

PRKO-03346: Unable to export instance: GNS is running

Cause: The command 'srvctl export gns' request was issued while Grid Naming Service (GNS) was running.

Action: Stop GNS by using the command 'srvctl stop gns' and reissue the request.

PRKO-03347: Unable to import instance: GNS is running

Cause: The command 'srvctl import gns' request was issued while Grid Naming Service (GNS) was running.

Action: Stop GNS by using the 'srvctl stop gns' and reissue the request.

PRKO-03350: '-node' option conflicts with multiple instance names {0} specified for '-instance <instance_list>'

Cause: Conflicting options were specified on a 'srvctl start service' or 'srvctl stop service' command. Can't start or stop multiple instances on one node.

Action: Reissue the command for one instance or without '-node' option.

PRKO-03351: Failed to add GNS with -client option because this cluster running as a GNS server

Cause: The command 'srvctl add gns -client filename' request was issued on the cluster where the GNS server is running.

Action: Remove GNS by using the command 'srvctl remove gns' and reissue the request.

PRKO-09059: Invalid command line options for listener. '-all' cannot be specified with '-listener'.

Cause: Invalid combination of options specified for listener command.

Action: Issue the command using either '-listener <listener_name>' or '-all' option.

PRKO-09063: Single Client Access Name must start with a letter unless it is an IP address

Cause: A SCAN was supplied which did not begin with a letter, however SCAN names must begin with a letter.

Action: Supply a SCAN name that begins with a letter.

PRKO-09066: Invalid upgrade phase ''{0}'' for upgrade model command

Cause: An invalid value was specified for upgrade phase.

Action: Upgrade phase must be either 'first' or 'last'.

PRKO-09067: Invalid network server type "{0}"

Cause: An invalid value was specified for network server type.

Action: Reissue the command specifying a network server type of 'static','mixed', 'dhcp', or 'autoconfig'.

PRKO-09068: Invalid port number {0}

Cause: A supplied port number was not in the valid, non-privileged range 1024-65535.

Action: Specify a port number that is bigger than 1023.

PRKO-09070: Invalid address type "{0}"

Cause: An invalid address type was specified for network or the VIP resource.

Action: The address type must be either 'IPv4' or 'IPv6'.

PRKO-09071: The specified network server type "{0}" is invalid for an "IPv4" network

Cause: An invalid value was specified for network server type.

Action: Network server type must be 'static' or 'dhcp' or 'mixed'.

PRKO-09072: The specified network server type "{0}" is invalid for an "IPv6" network

Cause: An invalid value was specified for network server type.

Action: Network server type must be 'static' or 'autoconfig' or 'mixed'.

PRKO-09082: Oracle Home is not set

Cause: Command failed to execute because Oracle Home was not set.

Action: Set the ORACLE_HOME environment variable to the Grid Infrastructure home directory path and retry.

PRKO-09083: Invalid content in file: {0}

Cause: An attempt to import a GNS instance failed because the supplied import file contains invalid content.

Action: Provide a correct import file as generated by using the command 'srvctl export gns'.

PRKO-09084: Invalid GNS version found in import file: {0}

Cause: An attempt to import a GNS instance failed because an invalid GNS version was found in import file.

Action: GNS import is supported on 12.1.0.0.0 or later.

PRKO-09085: Invalid key name in import file: {0}

Cause: An attempt to import a GNS instance failed because an OCR key other than GNS was found in the supplied import file.

Action: Provide a correct import file as generated by using the 'srvctl export gns'.

PRKO-09086: Failed to import GNS instance from file: {0}

Cause: An attempt to import a GNS instance failed due to an internal error.

Action: Contact Oracle Support Services.

PRKO-09087: Failed to export GNS instance to file: {0}.

Cause: An attempt to export a GNS instance was failed due to an internal error.

Action: Contact Oracle Support Services.

PRKO-09088: Invalid command options; either {0} must be supplied or both {1} and {2} must be supplied

Cause: Incomplete or conflicting command line options were supplied.

Action: Check the command line options entered and make sure that all the mandatory options in one set are specified.