转载一个。。。rac安装错误号

来源:互联网 发布:唱吧手机修音软件 编辑:程序博客网 时间:2024/05/16 10:50

http://www.stanford.edu/dept/itss/docs/oracle/10gR2/rac.102/b14197/apperror.htm

 

 

Oracle Real Application Clusters Tools Messages

This appendix describes the Oracle Real Application Clusters (Oracle RAC) management toolsmessages. The messages in this appendix appear alphabetically by group. The topics in this appendix are:

  • Overview of Oracle Real Application Clusters-Specific Messages

  • PRKA—Cluster Node Applications Messages

  • PRKC—Cluster Command Messages

  • PRKD—Global Services Daemon Messages

  • PRKE—Global Services Daemon Controller Utility Messages

  • PRKH—Server Manager (SRVM) Messages

  • PRKI—Cluster Pre-Install Messages

  • PRKN—Server Manager (SRVM) System Library Messages

  • PRKO—Server Control (SRVCTL) Utility Messages

  • PRKP—Cluster Database Management Messages

  • PRKR—Cluster Registry Messages

  • PRKS—Automatic Storage Management Messages

  • PRKU—Command-Line Parser Utility Messages

  • PRKV—Virtual IP Configuration Assistant Messages

See Also:

Oracle Database Platform Guide for Microsoft Windows (32-Bit) for Windows-based messages and for all other messages refer search online at

http://tahiti.oracle.com

Overview of Oracle Real Application Clusters-Specific Messages

Within Oracle Database 10g, Oracle RAC messages use the same ORA prefix and reside in the samee*.msg files as single-instance Oracle database messages. Additionally, some Oracle RAC messages are issued by the single-instance Oracle database. These messages appear online by way of a Tahiti error message search as described in the Oracle database documentation in the Preface of this book under the heading"Related Documents".

Prefixes and Message Codes for Oracle RAC-Specific Messages

Message prefixes indicate where to find information about the messages in this chapter. In addition, the prefixes indicate which Oracle RAC component issued the messages.

Types of Oracle Real Application Clusters Messages and Related Files

The Oracle RAC high availability and cluster database management tools use the following syntax for internal messages:

PRKx-0000: Cause description "variable" text {variable} text {variable}

A message might appear as follows:

PRKC-1022 "Could not get "node name" for node {0} in {1}"

The variables in the previous example represent numbers, names, and character strings for objects in the physical or logical cluster and the cluster database. you can ignore empty variables.

PRKA—Cluster Node Applications Messages

PRKA-2001: GSD already exists
Cause: An attempt was made to create the Global Services Daemon (GSD) application while there is a running GSD application.
Action: Stop and remove the running GSD and create the GSD application again using the 'srvctl add nodeapps' command.
PRKA-2002: Listener already exists
Cause: An attempt was made to create a Listener application while there is a running Listener application.
Action: Stop and remove the running Listener and create the Listener application again using the 'srvctl add nodeapps' command.
PRKA-2003: EM Agent already exists
Cause: An attempt was made to create an Agent application while there is a running Agent application.
Action: Stop and remove the running Agent and create the Agent application again using the 'srvctl add nodeapps' command.
PRKA-2004: No database found for the cluster.
Cause:
Action:
PRKA-2005: Netmasks are different for starting and ending IP addresses
Cause: Invalid range of VIP addresses specified for the cluster.
Action: Check if the starting and ending addresses in the VIP range belong to the same netmask.
PRKA-2006: Invalid VIP address range
Cause: Invalid range of VIP addresses specified for the cluster.
Action: Check if the starting address is less than ending address.
PRKA-2007: Empty VIP address range
Cause: Invalid range of VIP addresses specified for the cluster.
Action: Enter valid non-null VIP address range.
PRKA-2008: No VIP address is available in the VIP pool
Cause: No IP addresses are available for use in the range of IP addresses that you specified earlier.
Action: Check the VIP address pool to ensure that you are using valid VIP addresses.
PRKA-2009: VIP address is not found
Cause: IP address is not found.
Action: Enter valid VIP address.
PRKA-2010: VIP address already exists
Cause: An attempt was made to create a Virtual IP while there is a running Virtual IP application.
Action: Stop and remove the running Virtual IP application and create the Virtual IP application using the 'srvctl add nodeapps' command.
PRKA-2011: Remote command failed - not used?
Cause: The command failed to execute on remote node.
Action: Check the command for syntax and semantics and reissue the command.
PRKA-2012: Failed to get the VIP address range configuration from the OCR
Cause: There might not be any IP address ranges in the OCR or it is possible that an OCR error occurred while retrieving the VIP address range.
Action: Refer to the OCR logs for detailed error information.
PRKA-2013: Failed to add the VIP address range configuration to the OCR
Cause: An OCR error occurred while adding the VIP address range into the OCR.
Action: Refer to the OCR logs for detailed error information.
PRKA-2014: Failed to remove the VIP address range configuration from the OCR
Cause: An OCR error occurred while adding the VIP address range into the OCR.
Action: Refer to the OCR logs for detailed error information.
PRKA-2015: Invalid node name
Cause: The node name that you entered does not belong to the cluster.
Action: Enter a node that belongs to the cluster.
PRKA-2016: Invalid listener name
Cause: The listener name entered is invalid.
Action: Correct the listener name.
PRKA-2017: There are no IP addresses in the specified range. Make sure to specify the correct range for the IP addresses.
Cause:
Action: Specify valid range for IP addresses.
PRKA-2018: Virtual IP can only be created or removed by the system privilege user.
Cause: Only users with administrative privileges can configure Virtual IPs on the system.
Action: Verify the privileges of the user who is attempting to create or remove the VIP address.
PRKA-2019: Error executing command \"{0}\". File is missing.
Cause:
Action:

PRKC—Cluster Command Messages

PRKC-1023: Invalid IP address format: {0}
Cause: The given IP address does not adhere to the IP address format standard.
Action: Use the correct IP address format.
PRKC-1024: Invalid netmask: {0}
Cause: The given netmask format does not adhere to the format standard.
Action: Change the netmask format to a valid netmask format.
PRKC-1025: Failed to create a file in directory {0}
Cause: Might be due to insufficient permission or due to insufficient disk space.
Action: Check the permission on the directory and available space.
PRKC-1026: Failed doing I/O to file {0}
Cause: Might be due to insufficient permission or due to insufficient disk space or network issue.
Action: Check the permission on the directory and available space. Make sure the storage medium is accessible.
PRKC-1027: Error checking existence of file {0} on {1}
Cause: Might be due to an improper user equivalence configuration or due to insufficient permissions on the parent directory.
Action: Verify that user equivalence is correctly configured and that the directory has read and execute permissions.
PRKC-1028: Error checking write permission for directory {0} on {1}
Cause: Might be due to an improper user equivalence configuration or due to insufficient permissions on the parent directory.
Action: Verify that user equivalence is correctly configured and that the directory has read and execute permissions.
PRKC-1029: Failed to get modification time for file {0} on node {1}, [2]
Cause: Might be due to an improper user equivalence configuration or due to insufficient permissions on the parent directory.
Action: Verify that user equivalence is correctly configured and that the directory has read and execute permissions.
PRKC-1030: Error checking accessibility for node {0}, {1}
Cause: Might be due to a network issue or to an improper user equivalence setup.
Action: Check node reachability between the local and the remote nodes and make sure user equivalence is correctly configured.
PRKC-1031: Error checking free space for {0} on {1}
Cause: Might be due to a network issue or to an improper user equivalence setup.
Action: Check node reachability between the local and the remote nodes and make sure that user equivalence is correctly configured.
PRKC-1032: Directory {0} does not exist
Cause: The specified directory does not exist.
Action: Make sure that the specified directory exists. Use an absolute path for the directory.
PRKC-1033: Executable {0} does not exist
Cause: The specified executable does not exist.
Action: Verify the existence of the executable before retrying.
PRKC-1034: No local node name found for host {0}
Cause: The local node may not be part of the cluster or an error may have occurred while retrieving the local node name.
Action: Check CRS logs in ORA_CRS_HOME/log/<hostname> and OCR logs in ORA_CRS_HOME/srvm/log.
PRKC-1035: Node names for this cluster could not be retrieved
Cause: An error occurred while retrieving node names from the cluster.
Action: Check CRS logs in ORA_CRS_HOME/log/<hostname> and OCR logs in ORA_CRS_HOME/srvm/log.
PRKC-1036: CRS_HOME name passed to the method was null
Cause: The CRS home name cannot be null.
Action: Pass non-null CRS_HOME to the method.
PRKC-1037: Error removing files listed in {0} from node {1}
Cause: Might be due to an improper user equivalence configuration or due to insufficient permissions.
Action: Verify that user equivalence is correctly configured and that the mentioned files have the correct permissions.
PRKC-1038: Error copying files listed in {0} to node {1}
Cause: Might be due to an improper user equivalence configuration or due to insufficient permissions.
Action: Verify that user equivalence is correctly configured and that the mentioned files have the correct permissions.
PRKC-1039: Error creating directories listed in {0} on node {1}
Cause: Might be due to an improper user equivalence configuration or due to insufficient permissions.
Action: Verify that user equivalence is correctly configured and that the mentioned files have the correct permissions.
PRKC-1040: Remote Shell is not known yet.
Cause: User equivalence is not yet configured.
Action: Configure user equivalence.
PRKC-1041: Remote Copy command is not known yet.
Cause: User equivalence is not yet configured.
Action: Configure user equivalence.
PRKC-1042: The Remote Shell {0} requested by client is not recognized
Cause: The system does not recognize the given remote shell command.
Action: Use ssh or rsh as the remote shell.
PRKC-1043: The Remote Copy command {0} requested by client is not recognized
Cause: The system does not recognize the given remote copy command.
Action: Use scp or rcp for remote copy.
PRKC-1044: Failed to check remote command execution setup for node {0} using shells {1} and {2}
Cause: Could not find the remote shell commands {1} and {2} on node {0}.
Action: Configure user equivalence. Use environment variables to pass remote shell commands.
PRKC-1045: Node name is null
Cause: Node name received is null.
Action: Pass non-null node name to method/command.
PRKC-1046: The file list passed to the method was null
Cause: The list of files obtained is null.
Action: Pass non-null file list to method.
PRKC-1047: The directory list passed to the method was null
Cause: The list of directories obtained is null.
Action: Pass non-null directory list to method.
PRKC-1048: {0} is not supported on Windows platform
Cause: Unsupported operation.
Action: Do not attempt {0} on Windows.
PRKC-1049: CRS is not supported in version {0}. It is supported from version {1} onwards
Cause: Unsupported operation.
Action: Upgrade to version {1} before attempting CRS commands.
PRKC-1050: EVM is not supported in version {0}. It is supported from version {1} onwards
Cause: Unsupported operation.
Action: Upgrade to version {1} before attempting to use EVM.
PRKC-1051: Invalid data to set for registry key {0}.
Cause: Data validation failed for registry operation.
Action: Check data passed as value for registry key {0}.
PRKC-1052: Invalid data type for registry key {0}.
Cause: Data validation failed for registry key {0}.
Action: Check data type of value for registry key {0}.
PRKC-1053: Error returned from node {0} is \"{1}\"
Cause:
Action: Contact your customer support representative.
PRKC-1054: Node {0} is not accessible
Cause: Might be due to a network issue or due to an improper user equivalence configuration.
Action: Contact your network or system administrator to verify connectivity and the health of node {0}.
PRKC-1055: Directory name passed was null
Cause:
Action: Ensure non-null directory name is passed to command.
PRKC-1056: Failed to get the hostname for node {0}
Cause: Unable to fetch the hostname.
Action: Check hostname of node {0}.
PRKC-1057: The computername and hostname do not match for node {0}. Make sure that they match.
Cause:
Action: Contact your network or computer administrator to reconfigure the computer name and/or the hostname before re-attempting the operation.
PRKC-1058: The hostname registry key {0} has an empty value on node {1}
Cause: Null value was passed for the registry key {0}.
Action: Contact your customer service representative.
PRKC-1059: The computername registry key {0} has an empty value on node {1}
Cause: Null value was passed for the registry key {0}.
Action: Contact your customer service representative.
PRKC-1060: Cluster misconfigured on node \"{0}\", \"{1}\" property in {2} does not match with configured data in Oracle Cluster Registry
Cause: Improper setup for the cluster.
Action: Contact your customer service representative.
PRKC-1061: Failed to list contents of the directory {0}
Cause: Might be due to insufficient permission.
Action: Check the permission and the contents of directory {0}.
PRKC-1062: Node list is null
Cause: The node list is null.
Action: Pass non-null node list to method/command.
PRKC-1063: Node list {0} contained {1} nodes, minimum number of nodes required is {2}
Cause:
Action: Modify nodelist to contain appropriate number of nodes before retrying method/command.
PRKC-1064: Node list {0} contained {1} nodes whereas the cluster has {2} nodes
Cause: The node list that is configured for the cluster does not match the given node list.
Action: Modify the nodelist to contain {2} nodes.
PRKC-1065: Nodes {0} do not belong to this cluster
Cause: The provided nodes are not configured for the cluster.
Action: Remove the invalid nodes that do not belong to cluster.
PRKC-1066: Failed to retrieve node number for node \"{0}\
Cause: Cluster was not properly setup.
Action: Check CRS logs for detailed error information.
PRKC-1067: File name is null
Cause:
Action: Change file name to non-null value and retry method invocation.
PRKC-1068: Failed to get private interconnect node name for node {0}, {1}
Cause: Cluster was not properly setup.
Action: Check logs for detailed error information.
PRKC-1069: Failed to get sub keys of \"{0}\" registry key, {1}
Cause: Either the parent or the sub-key does not exist.
Action: Contact your customer service representative.
PRKC-1070: Failed to get sub keys of \"{0}\" registry key on node \"{1}\", {2}
Cause: Either the parent or the sub-key does not exist.
Action: Contact your customer service representative.
PRKC-1071: Nodes \"{0}\" did not respond to ping in \"{1}\" seconds, {2}
Cause: The node might be down or there could be a network outage.
Action: Contact your network administrator to verify connectivity between the specified nodes.
PRKC-1072: Invalid node \"{0}\" specified for checking the result of operation
Cause: Node name validation for the operation failed.
Action: Check the value of node {0}. Specify valid values for the nodes.
PRKC-1073: Failed to transfer directory \"{0}\" to any of the given nodes \"{1}\". {2}
Cause: Could not copy the directory \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1074: Error on node {0}:{1}
Cause:
Action: Contact your customer support representative.
PRKC-1075: User equivalence does not exist with nodes \"{0}\", {1}
Cause: User equivalence was not configured.
Action: Contact your system administrator to verify user equivalence between the specified nodes.
PRKC-1076: Oracle Home is null
Cause:
Action: Contact your customer support representative.
PRKC-1077: List file {0} has the following invalid files:{1}
Cause: Filename validation failed for the given files.
Action: Remove invalid entries from list file.
PRKC-1078: Failed to transfer directories listed in \"{0}\" to any of the given nodes \"{1}\": {2}
Cause: Could not copy the directory \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1079: {0} is not contained within an Oracle Home
Cause:
Action: Use {0} contained within an Oracle home.
PRKC-1080: Failed to transfer file \"{0}\" to any of the given nodes \"{1}\". {2}
Cause: Could not copy the file \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1081: Failed to transfer listed files in \"{0}\" to any of the given nodes \"{1}\". {2}
Cause: Could not copy the files \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1082: Failed to create listed directory in \"{0}\" to any of the given nodes \"{1}\". {2}
Cause: Could not create the directory \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory on the given nodes.
PRKC-1083: Failed to remove listed directory in \"{0}\" to any of the given nodes \"{1}\". {2}
Cause: Could not remove the directory \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory on the given nodes.
PRKC-1084: Failed to create path \"{0}\" in any of the given nodes \"{1}\". {2}
Cause: Could not create the path \"{0}\" to any of the given nodes \"{1}\".
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory on the given nodes.
PRKC-1085: Failed to retrieve Oracle private name for node \"{0}\"
Cause: Cluster is not properly configured.
Action: Check whether node {0} is part of the cluster. If so, contact your customer support representative. If not, correct node name.
PRKC-1086: Unknown path type \"{0}\" specified for path \"{1}\" existence check
Cause: Unknown path type.
Action: Specify a valid path type for the path existence check.
PRKC-1087: Failed to retrieve virtual IP for node \"{0}\"
Cause: Cluster is not properly configured.
Action: Check whether node {0} is part of the cluster. If so, contact your customer support representative. If not, correct node name.
PRKC-1088: Failed to recursively list files from the directories specified in file: {0}
Cause: File access issue.
Action: Verify that the files exist and make sure that the files permissions are correct.
PRKC-1089: List file {0} is empty
Cause: An empty list file was passed to a transfer/copy command.
Action: Edit the contents of the list file before reattempting the command.
PRKC-1090: Failed to update environment on nodes \"{0}\", {1}
Cause: Might be due to improper privilege.
Action: Check user privilege on nodes \"{0}\".
PRKC-1091: The include list file passed is null
Cause:
Action: Pass non-null include file list to retry command/method.
PRKC-1092: Failed to retrieve the location of votedisks: {0}
Cause: Node name passed to command is not part of cluster.
Action: Invalid node name passed to command. Use a name for a node that is part of the cluster.
PRKC-1093: Failed to retrieve the version of crs software on node \"{0}\" : {1}
Cause: Cluster is not setup properly.
Action: Contact your customer support representative.
PRKC-1094: Failed to retrieve the active version of crs: {0}
Cause: Cluster is not setup properly.
Action: Contact your customer support representative.
PRKC-1095: OLE initialization or OCX load error while registering OCX library on nodes \"{0}\", {1}
Cause: Cluster is not setup properly.
Action: Contact your customer support representative.
PRKC-1096: Failed to do node reboot on nodes \"{0}\", {1}
Cause: Cluster is not setup properly.
Action: Contact your customer support representative.
PRKC-1097: PRKC- The file, \"{0}\" is not an OCX
Cause: Cluster is not setup properly.
Action: Contact your customer support representative.
PRKC-1098: Failed to create new listfile with proper UNC path from the path specified in file: {0}
Cause: Internal error.
Action: Contact your customer support representative.
PRKC-1099: The host names or IP addresses passed as an argument are null
Cause:
Action: Pass non-null arguments for hostnames or IP addresses.
PRKC-1100: The network port {0} is already in use
Cause: Preoccupied network port {0}.
Action: Free port {0} for use by CRS infrastructure.
PRKC-1101: The network port {0} is not available for use.
Cause: The port {0} might be used by another application.
Action: Make port {0} available for use.
PRKC-1102: CSS is not configured with local-only OCR on node \"{0}\"
Cause: CSS is not configured to run in a stand alone environment.
Action: Follow the documentation to setup CSS properly.
PRKC-1102: CSS is not configured with local-only OCR on node \"{0}\"
Cause: CSS is not configured to run in a standalone environment.
Action: Follow the documentation to setup CSS properly.
PRKC-1103: Failed to check CSS status for any of the given nodes \"{0}\", {1}
Cause: CSS might be down. User equivalence might not be set or there could be a network issue.
Action: Check the logs to see details.
PRKC-1104: Property, \"{0}\" is not found in file \"{1}\"
Cause: File \"{1}\" does not contain the property \"{0}\".
Action: Check the file '{1}'.
PRKC-1105: Failed to retrieve the local CSS home for node \"{0}\"
Cause: Cluster is not setup properly.
Action: Contact your customer support representative.
PRKC-1106: Failed to remove file \"{0}\" on node \"{1}\", {2}
Cause: Could not remove the file \"{0}\" on node \"{1}\".
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory as well as for the file on the given nodes.
PRKC-1107: Failed to create symbolic link from file \"{0}\" to \"{1}\" on node \"{2}\", {3}
Cause: Could not create symbolic link.
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory as well as for the file on the given nodes.
PRKC-1108: Failed to copy file \"{0}\" on node \"{1}\" to file \"{2}\" on node \"{3}\", {4}
Cause: Could not copy the file \"{0}\" on node \"{1}\".
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory as well as for the file on the given nodes.
PRKC-1109: Failed to move file \"{0}\" to file \"{1}\" on node \"{2}\", {3}
Cause: Could not move the file \"{0}\" to file \"{1}\" on node \"{2}\".
Action: Verify that user equivalence is properly configured. Verify the permissions for the parent directory as well as for the file on the given nodes.
PRKC-1110: Failed to create directory \"{0}\" on node \"{1}\", {2}
Cause: Could not create the directory \"{0}\" on node \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1111: Failed to remove directory \"{0}\" on node \"{1}\", {2}
Cause: Could not remove the directory \"{0}\" on node \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1112: Failed to list contents of directory \"{0}\" on node \"{1}\", {2}
Cause: Could not read the directory \"{0}\" on node \"{1}\".
Action: Verify that user equivalence is properly configured. Check the log files for details.
PRKC-1113: Directory \"{0}\" does not exist on node \"{1}\"
Cause: The mentioned directory does not exist.
Action: Check for existence of directory {0}. Use absolute path for the directory.
PRKC-1114: Registry key name is null
Cause:
Action: Correct registry key name passed to command.
PRKC-1115: Registry subkey name is null
Cause:
Action: Correct registry subkey name passed to command.
PRKC-1116: Failed to create registry subkey \"{0}\" under key \"{1}\" on node \"{2}\", [3]
Cause: Registry operation failed.
Action: See logs for detail.
PRKC-1117: Failed to delete registry subkey \"{0}\" under key \"{1}\" on node \"{2}\", [3]
Cause: Registry operation failed.
Action: See logs for detail.
PRKC-1118: Failed to check existence of registry key \"{0}\" on node \"{1}\", [2]
Cause: Registry operation failed.
Action: See logs for detail.
PRKC-1119: Failed to set data for value \"{0}\" of registry key \"{1}\" on node \"{2}\", [3]
Cause: Registry operation failed.
Action: See logs for detail.
PRKC-1120: Failed to retrieve data for value \"{0}\" of registry key \"{1}\" on node \"{2}\", [3]
Cause: Registry operation failed.
Action: See logs for detail.
PRKC-1121: Failed to delete value \"{0}\" of registry key \"{1}\" on node \"{2}\", [3]
Cause: Registry operation failed.
Action: See logs for detail.
PRKC-1122: Service name is null
Cause: Empty service name provided.
Action: Reattempt the command with a non-null service name.
PRKC-1123: Failed to create service \"{0}\" on node \"{1}\", [2]
Cause:
Action: Please refer to logs for detailed error information.
PRKC-1124: Failed to create service dependency between services \"{0}\" and \"{1}\" on node \"{2}\", [3]
Cause:
Action: Please refer to logs for detailed error information.
PRKC-1125: Failed to start service \"{0}\" on node \"{1}\", [2]
Cause:
Action: Please refer to logs for detailed error information.
PRKC-1126: Failed to stop service \"{0}\" on node \"{1}\", [2]
Cause:
Action: Please refer to logs for detailed error information.
PRKC-1127:Failed to delete service \"{0}\" on node \"{1}\", [2]
Cause:
Action: Please refer to logs for detailed error information.
PRKC-1128: Invalid Interface type {0} is specified as an argument.
Cause:
Action: Correct interface type before retrying command.
PRKC-1129: Invalid IP address type {0} is specified as an argument.
Cause:
Action: Change IP address type before reattempting command.
PRKC-1130: Version argument is null.
Cause:
Action: Correct version argument and retry method invocation.
PRKC-1131: Failed to set user permissions on path {0} on nodes {1}, [{2}]
Cause: Might be due to improper user equivalence setup.
Action: Verify that user equivalence is correctly configured.
PRKC-1132: Failed to set administrator permissions on path {0} on nodes {1}, [{2}]
Cause: Might be due to improper user equivalence setup.
Action: Verify that user equivalence is correctly configured.
PRKC-1133: Names of services on which this service \"{0}\" is dependent on is null.
Cause:
Action: Invalid dependency list passed to method. Correct dependency list and retry command.
PRKC-1134: Failed to remove service dependency between services \"{0}\" and \"{1}\" on node \"{2}\", [3]
Cause:
Action: Refer to logs for detailed error information.
PRKC-1135: Registry key name {0} is not valid, it must be fully defined registry key path
Cause: Invalid registry key format.
Action: Provide valid registry key path.

PRKD—Global Services Daemon Messages

PRKD-3000: Failed to initialize and register with clusterware
Cause: This can occur if cluster synchronization services was not functioning properly.
Action: Check the state of your clusterware by running olsnodes from ORA_CRS_HOME/bin. It should list the nodes in the cluster.
PRKD-3001: Ready to receive client requests
Cause: Global Services Daemon is ready.
Action: No action needed at this time.

PRKE—Global Services Daemon Controller Utility Messages

PRKE-1008: Failed to get list of active nodes from clusterware
Cause: Not operating in cluster mode, failure to load srvm libraries, failure to initialize clusterware context.
Action: Verify the health of the Oracle Clusterware by running the "lsnodes" command to obtain a list of the active nodes in the cluster. Also verify the presence of the SRVM libraries in the load library path. If the active node list is correct and the SRVM libraries are in the load path, then contact your customer support representative.
PRKE-1009: Failed to start GSD on local node
Cause: GSD is already running on the local node, or GSD could not be started because of some other reason.
Action: Run "srvctl status" to check if a daemon is already running on the local node. If a daemon is not running on local node, please contact your customer support representative to check for the other reasons for failure.
PRKE-1010: Failed to stop GSD on local node
Cause: GSD is not running on the local node, or GSD could not shutdown gracefully.
Action: Run "srvctl status" to check if a GSD is running on the local node. If a GSD is running, please contact your customer support representative to check for other reasons for failure.
PRKE-1011: Failed to get status of GSD on local node
Cause: Failure to get the list of active nodes from the cluster, or failure to query the list of live daemons from the clusterware.
Action: Run "lsnodes" to check the health of the clusterware. If the clusterware is working fine, check for the presence of srvm libraries in the load library path. If the libraries are present, please contact your customer support representative for further assistance.