Use Control F to search for a specific error code in each catalog. To search for any error code, select the Search button at the top right of the screen.
Code | Severity | Message | Cause/Action |
---|---|---|---|
000200 | ERROR | pam_start() failed | |
000201 | ERROR | pam_authenticate failed (user %s, retval %d | |
000202 | ERROR | pam_end() failed?!?! | |
000203 | ERROR | Did not find expected group ‘lkguest’ | |
000204 | ERROR | Did not find expected group ‘lkoper’ | |
000205 | ERROR | Did not find expected group ‘lkadmin’ | |
000208 | ERROR | pam_setcred establish credentials failed (user %s, retval %d | Cause: Unable to establish valid login credentials for user {user}. The pam_setcred call returned: {retval}. Action: Check /var/log/security and /var/log/messages for more information. |
000209 | ERROR | pam_setcred delete credentials failed (user %s, retval %d | Cause: Unable to clear login credentials for user {user}. The pam_setcred call returned: {retval}. Action: Check /var/log/security and /var/log/messages for more information. |
000902 | ERROR | Error removing system name from loopback address line in /etc/hosts file. You must do this manually before starting the GUI server. | Cause: System name did not get removed from /etc/hosts file. Action: Remove system name manually then restart the GUI server, then enter the following: |
000918 | ERROR | LifeKeeper GUI Server error during Startup | Cause: The GUI server terminated due to an abnormal condition. Action: Check the logs for related errors and try to resolve the reported problem. |
001052 | FATAL | Template resource "%s" on server "%s" does not exist | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
001053 | ERROR | Cannot access canextend script "%s" on server "%s" | Cause: LifeKeeper was unable to run pre-extend checks because it was unable to find the script CANEXTEND on {server}. Action: Check your LifeKeeper configuration. |
001054 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: LifeKeeper was unable to extend the resource {resource} on {server}. |
001055 | ERROR | Cannot access extend script "%s" on server "%s" | Cause: LifeKeeper was unable to extend the resource hierarchy because it was unable to the find the script EXTEND on {server}. Action: Check your LifeKeeper configuration. |
001057 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: LifeKeeper was unable to extend the resource {resource} on {server}. |
001059 | ERROR | Resource with tag "%s" already exists | Cause: The name provided for a resource is already in use. Action: Either choose a different name for the resource, or use the existing resource. |
001060 | ERROR | Resource with either matching tag "%s" or id "%s" already exists on server "%s" for App "%s" and Type "%s" | Cause: The name or id provided for a resource is already in use. Action: Either choose a different name or id for the resource or use the existing resource. |
001061 | ERROR | Error creating resource "%s" on server "%s" | Cause: An unexpected failure occurred while creating a resource. Action: Check the logs for related errors and try to resolve the reported problem. |
001081 | WARN | IP address \"$ip\" is neither v4 nor v6 | Cause: The IP address provided is neither an IPv4 nor an IPv6 address. Action: Please check the name or address provided and try again. If a name was provided, verify that name resolution returns a valid IP address. |
004024 | ERROR | Cause: LCD failed to fetch resource information for resource id {id} during resource recovery. Action: Verify the input resource id and retry the recovery operation. |
|
004028 | ERROR | %s occurred to resource \"%s\" | Cause: Local recovery failed for resource {resource}. Action: Check the logs for related errors and try to resolve the reported problem. |
004055 | ERROR | attempt to remote-remove resource \"%s\" that can’t be found | Cause: Remotely removing a resource from service failed while attempting to find the resource by tag name {tag}. Action: Check input tag name and retry the recovery operation. |
004056 | ERROR | attempt to remote-remove resource \"%s\" that is not a shared resource | Cause: Remotely removing a resource from service failed given that the tag name {tag} is not a shared resource. Action: Check input tag name and retry the recovery operation. |
004060 | ERROR | attempt to transfer-restore resource \"%s\" that can’t be found | Cause: Remote transfer of an in service resource failed given tag name {tag}. Action: Check input tag name and retry the recovery operation. |
004061 | ERROR | attempt to transfer-restore resource \"%s\" that is not a shared resource with machine \"%s\" | Cause: LifeKeeper failed to find a shared resource by {tag} name during remote transfer of a resource in service from a remote {machine}. Action: Check input tag name and retry the recovery operation. |
004089 | ERROR | ERROR: Parallel recovery initialization failed.\n | Cause: Parallel recovery failed to initialize the list of resources in the hierarchy. Action: Check the logs for related errors and try to resolve the reported problem. |
004091 | ERROR | ERROR: fork failed. continuing to next resource\n | Cause: Parallel recovery failed to fork a new process attempting to restore a single resource. |
004093 | ERROR | ERROR: reserve failed. continuing to next resource\n | Cause: Parallel recovery failed to reserve a single resource from the collective hierarchy. Action: Check the logs for related errors and try to resolve the reported problem. |
004096 | ERROR | ERROR: clone %d is hung, attempting to kill it\n | Cause: A single sub process of a resource recovery is hung during parallel recovery of a whole resource hierarchy. Action: A kill of the hanging sub process will be executed automatically. |
004097 | ERROR | ERROR: Could not kill clone %d\n | Cause: Failed to kill the hung sub process. |
004116 | ERROR | %s | Cause: Writing an on-disk version of an in-memory data object failed attempting to create the intermediate folder. This is a system error. Action: Check log for the error information in detail and determine why the intermediate folder is not created. |
004117 | ERROR | open(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to open a temporary file. This is a system error. Action: Check log for the error information in detail and determine why the file is not successfully opened. |
004118 | ERROR | write(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to write to a temporary file. This is a system error. Action: Check log for the error information in detail and determine why the file writing is failed. |
004119 | ERROR | fsync(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to fsync a temporary file. This is a system error. Action: Check log for the error information in detail and determine why the "fsync" is failed. |
004120 | ERROR | close(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to close a temporary file. This is a system error. Action: Check log for the error information in detail and determine why the file closing is failed. |
004121 | ERROR | rename(%s, %s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to rename a temporary file {file} to original file {file}. This is a system error. Action: Check log for the error information in detail and determine why the file renaming is failed. |
004122 | ERROR | open(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to open an intermediate directory {directory}. This is a system error." Action: Check log for the error information in detail and determine why the directory open is failed. |
004123 | ERROR | fsync(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to fsync an intermediate directory {directory}. This is a system error. Action: Check log for the error information in detail and determine why the directory "fsync" is failed. |
004124 | ERROR | close(%s | Cause: Writing an on-disk version of an in-memory data object failed while attempting to close an intermediate directory {directory}. This is a system error. Action: Check log for the error information in detail and determine why the directory close is failed. |
004125 | ERROR | wrote only %d bytes of requested %d\n | Cause: Writing an on-disk version of an in-memory data object failed as the final size {size} bytes of written data is less than the requested number {number} of bytes. Action: Check log for the related error information in detail and determine why the data writing is failed. |
004126 | ERROR | open(%s | Cause: Attempting to open a data file failed during the reading of an on-disk version of the data object into the buffer. This is a system error. Action: Check log for the error information in detail and determine why the file open is failed. |
004127 | ERROR | open(%s | Cause: Attempting to open a temporary data file failed during the reading of an on-disk version of the data object into the buffer. This is a system error. Action: Check log for the error information in detail and determine why the file open is failed. |
004128 | ERROR | read(%s | Cause: Reading a data file failed during the loading of an on-disk version of the data object into the buffer. This is a system error. Action: Check log for the error information in detail and determine why the file reading is failed. |
004129 | ERROR | read buffer overflow (MAX=%d)\n | Cause: The read buffer limit {max} was reached while attempting to read an on-disk version of the data object into the buffer. Action: Check the LifeKeeper configuration and restart the LifeKeeper. |
004130 | ERROR | close(%s | Cause: Failed to close a data file during reading an on-disk version of the data object into the buffer. This is a system error. Action: Check log for the error information in detail and determine why the file close is failed. |
004131 | ERROR | rename(%s, %s | Cause: Failed to rename a temporary data file during reading an on-disk version of the data object into the buffer. This is a system error. Action: Check log for the error information in detail and determine why the file renaming is failed. |
004132 | ERROR | Can’t open %s : %s | Cause: Failed to open a directory {directory} with error {error} during reading an on-disk version of the application and resource type information into the buffer. This is a system error. Action: Check log for the error information in detail and determine why the open directory is failed. |
004133 | ERROR | path argument may not be NULL | Cause: The command "lcdrcp" failed during a file copy because the input source path is missing. Action: Check the input source path and retry "lcdrcp". |
004134 | ERROR | destination path argument may not be NULL | Cause: The "lcdrcp" command failed during a file copy because the input destination path is missing. Action: Check the input destination path and retry "lcdrcp". |
004135 | ERROR | destination path can’t be zero length string | Cause: Input destination path was empty during file copy when using "lcdrcp". Action: Check the input destination path and retry "lcdrcp". |
004136 | ERROR | open(%s | Cause: Failed to open source file path during file copy using "lcdrcp". This is a system error. Action: Check the existence/availability of the input source path and retry "lcdrcp". Also check the related log for error information in detail. |
004137 | ERROR | fstat(%s | Cause: Failed to fetch file attributes using "fstat" during file copy by "lcdrcp". This is a system error. Action: Check the log for error information in detail. |
004138 | ERROR | file \"%s\" is not an ordinary file (mode=0%o | Cause: Detected source file as a none ordinary file during file copy using "lcdrcp". Action: Check the input source file path and retry "lcdrcp". |
004151 | FATAL | lcdMalloc failure | Cause: Failed to allocate memory with requested size in shared memory. Action: A fatal error will be produced. |
004152 | ERROR | having \"%s\" depend on \"%s\" would produce a loop | Cause: Adding the requested dependency would produce a loop of dependent relationship. Action: Correct the requested dependency and retry the dependency creation. |
004164 | ERROR | Priority mismatch between resources %s and %s. Dependency creation failed. | Cause: The priorities for {resource1} and {resource2} do not match. Action: Resource priorities must match. Change one or both priorities to the same value and retry creating the dependency. |
004176 | ERROR | %s | Cause: The command "doabort" failed to create the {directory} for writing the core file. This is a system error. Action: Check the logs for related errors and try to resolve the reported problem. |
004182 | ERROR | received signal %d\n | Cause: Received signal {signum}. |
004186 | ERROR | %s: ::receive(%d) protocol error on incoming_mailbox %s | Cause: In function {function}, attempting to receive message within timeout {timeout} seconds failed due to a non-idle status of incoming mailbox {mailbox}. Action: Check the status of the connections inside the cluster and retry the process. |
004190 | ERROR | %s: ::receive(%d) did not receive message within %d seconds on incoming_mailbox %s | Cause: In function {function}, attempting to receive message within timeout {timeout} seconds failed with incoming mailbox {mailbox}. Action: Check the status of the connections inside the cluster and retry the process. |
004204 | ERROR | attempt to send illegal message | Cause: Sending message failed due to a illegal message. |
004205 | ERROR | destination system \"%s\" is unknown | Cause: Sending message failed due to an unknown destination system name {system}. Action: Check the configuration and status of the system and check the logs for related errors. Retry the same process after the system is full initialized. |
004206 | ERROR | destination mailbox \"%s\" at system \"%s\" is unknown | Cause: Sending message failed due to an unknown mailbox {mailbox} on destination system name {system}. This error may be caused by sending a message before the LCD is fully initialized. Action: Check the configuration and status of the system and check the logs for related errors. Retry the same process after the system is full initialized. |
004208 | ERROR | destination system \"%s\" is alive but the \"%s\" mailbox process is not listening. | Cause: Sending message failed. The network connection to destination system {system} is alive but the contact to the destination mailbox is lost. Action: Check the configuration and status of the system and check the logs for related errors. Retry the same process after the system is full initialized. |
004209 | ERROR | destination system \"%s\" is dead. | Cause: Sending message failed due to losing connection with the destination system {system}. Action: Check the configuration and status of the system and check the logs for related errors. Retry the same process after the system is full initialized. |
004211 | ERROR | can’t send to destination \"%s\" error=%d | Cause: Sending message to destination system {system} failed due to internal error {error}. Action: Check the logs for related errors and try to resolve the reported problem. |
004217 | ERROR | destination system \"%s\" is out of service. | Cause: Sending message failed due to losing connection with the destination system {system}. Action: Check the configuration and status of the system and check the logs for related errors. Retry the same process after the system is full initialized. |
004221 | ERROR | destination system \"%s\" went out of service. | Cause: Sending message failed due to losing connection with the destination system {system}. Action: Check the configuration and status of the system and check the logs for related errors. Retry the same process after the system is full initialized. |
004228 | ERROR | Can’t get host name from getaddrinfo( | Cause: Creating network object failed due to a failure when getting host name using "getaddrinfo()". Action: Check the configuration and status of the system. Do the same process again. |
004234 | ERROR | IP address pair %s already in use | Cause: Creating network object failed due to the IP address pair {pair} is already used for a TCP communication path. Action: Check the input IP address pair and do the network creation again. |
004258 | WARN | Communication to %s by %s FAILED | Cause: Communication to system {system} by communication path {path} failed. Action: Check system configuration and network connection. |
004261 | WARN | COMMUNICATIONS failover from system \"%s\" will be started. | Cause: A failover from system {system} will be started due to all the communications path are down. Action: Check system configuration and network connection status. Confirm the system status when failover is done. |
004292 | ERROR | resource \"%s\" %s | Cause: A resource could not be brought in service because its current state is unknown. Action: Check the logs for related errors and try to resolve the reported problem. |
004293 | ERROR | resource \"%s\" %s | Cause: A resource could not be brought into service because its current state disallows it. Action: Check the logs for related errors and try to resolve the reported problem. |
004294 | ERROR | resource \"%s\" requires a license (for Kit %s/%s) but none is installed | Cause: The resource’s related recovery kit requires a license. Action: Install a license for the recovery kit on the server where the resource was to be brought into service. |
004297 | ERROR | secondary remote resource \"%s\" on machine \"%s\" is already in-service, so resource \"%s\" on machine \"%s\" can’t be brought in-service. | Cause: A resource {resource} could not be brought into service on machine {machine} because its secondary remote resource {resource} is already in service on machine {machine}. Action: Manually change the remote resource out of service and do in service on local resource again. |
004298 | ERROR | remote resource \"%s\" on machine \"%s\" is still in-service, restore of resource \"%s\" will not be attempted!\n | |
004300 | ERROR | restore of resource \"%s\" has failed | Cause: A resource could not be brought into service. Action: Check the logs for related errors and try to resolve the reported problem. |
004311 | ERROR | can’t perform \"remove\" action on resources in state \"%s\" | Cause: A resource could not be put out of service due to the current state being {state}. Action: Check the logs for related errors and try to resolve the reported problem. |
004313 | ERROR | remove of resource \"%s\" has failed | Cause: A resource {resource} could not be put out of service. Action: Check the logs for related errors and try to resolve the reported problem. |
004318 | ERROR | %s,priv_globact(%d,%s): script %s FAILED returning %d | Cause: A global action script failed with the specified error code. Action: Check the logs for related errors and try to resolve the reported problem. |
004332 | ERROR | action \"%s\" has failed on resource \"%s\" | Cause: A resource action failed. Action: Check the logs for related errors and try to resolve the reported problem. |
004351 | ERROR | a \"%s\" equivalency must have one remote resource | Cause: Creating of a {eqvtype} equivalency failed due to the two input tag names exist on the same system. Action: Correct the inputs resource tag names and do the same process again. |
004356 | WARN | Use unsupported option %s for remove. This option may be removed in future upgrades. | |
004376 | FATAL | wait period of %u seconds for LCM to become available has been exceeded (lock file \"%s\" not removed | Cause: The LCM daemon did not become available within a reasonable time and the LCD cannot operate without the LCM. Action: Check the logs for related errors and try to resolve the reported problem. |
004386 | ERROR | initlcdMalloc;shmget | Cause: A shared memory segment could not be initialized. Action: Check the logs for related errors and try to resolve the reported problem. Review the product documentation and ensure that the server meets the minimum requirements and that the operating system is configured properly. |
004444 | WARN | License key (for Kit %s/%s) has EXPIRED | Cause: Your license has expired. Action: Contact Support to obtain a new license. |
004445 | WARN | License key (for Kit %s/%s) will expire at midnight in %ld days | Cause: Your license is about to expire. Action: Contact Support to obtain a new license. |
004466 | ERROR | system \"%s\" not defined on machine \"%s\". | Cause: The specified system name is not known. Action: Verify the system name, and try the operation again. |
004467 | ERROR | system \"%s\" unknown on machine \"%s\" | Cause: The specified system name is not recognized. Action: Verify the system name, and try the operation again. |
004494 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004495 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004496 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004497 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004498 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004499 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004500 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004501 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004502 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004503 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004504 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004505 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004506 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004507 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004508 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004509 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004510 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004511 | ERROR | COMMAND OUTPUT: %s | Cause: An action or event script produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
004512 | ERROR | Cause: An error occured on the remote machine. Action: Check the logs on the remote machine for additional details. |
|
004565 | ERROR | can’t set resource state type to ILLSTATE | Cause: An attempt was made to put a resource in an illegal state. Action: Do not try to put a resource into an illegal state. |
004567 | ERROR | split brain detected while setting resource \"%s\" to \"%s\" state (SHARED equivalency to resource \"%s\" on machine \"%s\" which is in state \"%s\"). Setting local resource ISP but aborting the operation. | Cause: Changing resource {resource} to state {state} failed since its SHARED equivalent resource {resource} on machine {machine} is in state {state}. Action: A split brain situation has occurred. The failover operation has been aborted. You should manually put the split brain resources (ISP on multiple systems) in the proper state. |
004575 | ERROR | COMMAND OUTPUT: %s | |
004607 | ERROR | no resource instance has tag \"%s\" | Cause: No resource with the provided tag exists. Action: Provide a valid tag, or check the logs for related errors and try to resolve the reported problem. |
004608 | ERROR | no resource instance has identifier \"%s\" | Cause: No resource exists with the provided identifier. Action: Provide a valid identifier, or check the logs for related errors and try to resolve the reported problem. |
004619 | ERROR | resource with tag \"%s\" already exists with identifier \"%s\" | Cause: The provided tag name already exists. Action: Choose a different tag name. |
004620 | ERROR | resource with identifier \"%s\" already exists with tag \"%s\" | Cause: The provided identifier already exists. Action: Choose a different identifier to use for this resource. |
004643 | ERROR | Instance tag name is too long. It must be shorter than %d characters. | Cause: Tag name is too long. Action: Provide a tag name that is less than 256 characters. |
004646 | ERROR | Tag name contains illegal characters | Cause: Tag name contains an illegal character. Action: Specify a tag name that does not include one of these characters: _-./ |
004691 | ERROR | can’t set both tag and identifier at same time | Cause: Both a tag and an identifier were specified. Action: Provide only one of tag or identifier. |
004745 | ERROR | failed to access lkexterrlog path=%s | Cause: The utility "lkexterrlog" can not be accessed for collecting system information. Action: Check the installation of package "steeleye-lk" and make sure the utility "lkexterrlog" is accessible. |
004746 | ERROR | lkexterrlog failed runret=%d cmdline=%s | Cause: The execution of utility "lkexterrlog" failed when collecting system information. Action: Check the logs for related errors and try to resolve the reported problem. |
004782 | ERROR | Resource \"%s\" was in state \"%s\" before event occurred – recovery will not be attempted | Cause: The resource is already in service. Recovery will not be attempted. |
004783 | ERROR | Resource \"%s\" was already in state \"%s\" before event occurred | Cause: A resource was not in an appropriate state to allow recovery. Action: Put the resource in the ISP state if recovery is still needed. |
004786 | ERROR | %s on failing resource \"%s\" | Cause: An error occured why attempting to recover a resource. Action: Check the logs for related errors and try to resolve the reported problem. |
004788 | EMERG | failed to remove resource ‘%s’. SYSTEM HALTED. | Cause: A error occur that prevented a resource from being taken out of service during a recovery. The system has been restarted to ensure the resource is not active on two systems. Action: Check the logs for related errors and try to resolve the reported problem. |
004793 | ERROR | lcdsendremote transfer resource \"%s\" to \"%s\" on machine \"%s\" failed (rt=%d | Cause: A failure occured while transfering a resource and it’s dependencies to another system. Action: Check the logs for related errors and try to resolve the reported problem. Check the log on the other system for related errors. |
004797 | ERROR | Restore of SHARED resource \"%s\" has failed | Cause: There was an error while restoring a resource. Action: Check the logs for related errors and try to resolve the reported problem. |
004806 | ERROR | Restore in parallel of resource \"%s\" has failed; will re-try serially | Cause: Parallel recovery failed. Check the logs for related errors and try to resolve the reported problem. Action: No action is required. The system will continue to recover serially. If the recovery fails, check for error messages related to the resources which failed to recover to find out what further actions to take. |
004819 | ERROR | read_temporal_recovery_log(): failed to fopen file: %s. fopen() %s. | Cause: The opening of the temporal recovery log file {file} in preparation for loading into it into memory failed with the error {error}. Action: Check system log files and correct any reported errors before retying the operation. |
004820 | ERROR | read_temporal_recovery_log(): failed to malloc initial buf for temporal_recovery_stamp. | Cause: Loading the temporal recovery log information into memory failed when attempting to acquire memory to store the log information. Action: Check system log files and correct any reported errors before retying the operation. |
004821 | ERROR | read_temporal_recovery_log(): failed to reallocate buffer for temporal_recovery_stamp. | Cause: Loading the temporal recovery log information into memory failed when attempting to increase the amount of memory required to store the log information. Action: Check system log files and correct any reported errors before retrying the operation. |
004822 | ERROR | write_temporal_recovery_log(): failed to open file: %s. | Cause: The update of the temporal recovery log file was terminated when the open of the temporary file {temporary name} failed. Action: Check system log files and correct any reported errors before retrying the operation. |
004823 | ERROR | rename(%s, %s) failed. | Cause: The update of the temporal recovery log file was terminated when the rename of the temporary file {temporary name} to the real log file {real name} failed. Action: Check system log files and correct any reported errors before retrying the operation. |
004827 | ERROR | %s: [%d,%s] ERROR IN LOCK FUNCTIONS | |
004829 | FATAL | err=%s line=%d Semid=%d numops=%zd perror=%s | Cause: The modification of semaphore ID {semaphore} failed with error {err} and error message description {perror}. Action: Check adjacent log messages for more details. Also, check the system log files and correct any reported errors before retrying the operation. |
004860 | ERROR | restore ftok failed for resource %s with path %s | Cause: The attempt to generate an IPC key for use in semaphore operations for resource {tag} using path {path} failed. This is a system error. Action: Check adjacent log messages for more details. Also check system log files and correct any reported errors before retrying the operation. |
004861 | ERROR | semget failed with error %d | Cause: The attempt to retrieve the semaphore identification associated with the instances files has failed. This is a system error. Action: Check adjacent log messages for more details. Also check system log files and correct any reported errors before retying the operation. |
004862 | ERROR | semctl SEMSET failed with error %d | Cause: The attempt to create and initialize a semaphore used during the recovery process has failed with the error {error number}. This is a system error. Action: Check adjacent log messages for more details. Also, check system log files and correct any reported errors before retying the operation. |
004863 | ERROR | semop failed with error %d | Cause: The attempt to set a semaphore used during the recovery process has failed with the error {error number}. This is a system error. Action: Check adjacent log messages for more details. Also, check system log files and correct any reported errors before retying the operation. |
004864 | ERROR | semctl SEMSET failed with error %d | Cause: The attempt to release a semaphore used during the recovery process has failed with the error {error number}. This is a system error. Action: Check adjacent log messages for more details. Also, check system log files and correct any reported errors before retying the operation. |
004865 | ERROR | restore action failed for resource %s (exit: %d | Cause: The attempt to bring resource {tag} In Service has failed. Action: Check adjacent log messages for more details. Correct any reported errors and retry the operation. |
004872 | ERROR | Remote remove of resource \"%s\" on machine \"%s\" failed (rt=%d | Cause: The request to take resource {tag} Out of Service on {server} for transfer to the local system has failed. Action: Check adjacent log messages for more details on the local system. Also, check the log messages on {server} for further details on the failure to remove the resource. |
004875 | ERROR | remote remove of resource \"%s\" on machine \"%s\" failed | Cause: The request to take resource {tag} Out of Service on {server} for transfer to the local system has failed. Action: Check adjacent log messages for more details on the local system. Also, check the log messages on {server} for further details on the failure to remove the resource. |
004876 | ERROR | remote remove of resource \"%s\" on machine \"%s\" failed | Cause: The request to take resource {tag} Out of Service on {server} for transfer to the local system has failed. Action: Check adjacent log messages for more details on the local system. Also, check the log messages on {server} for further details on the failure to remove the resource. |
005045 | ERROR | tli_fdget_i::execute unable to establish a listener port | Cause: A network connection could not be properly configured. Action: Verify that all network hardware and drivers are properly configured. If this message continues and resources cannot be put into service, contact Support. |
005055 | ERROR | tli_fdget_o::execute – async connect failure | Cause: A network connection could not be properly configured. Action: Verify that all network hardware and drivers are properly configured. If this message continues and resources cannot be put into service, contact Support. |
005061 | ERROR | tli_fdget_o::execute – bind socket | Cause: A network connection could not be properly configured. Action: Verify that all network hardware and drivers are properly configured. If this message continues and resources cannot be put into service, contact Support. |
005090 | WARN | system_driver::add_driver: cmd=%s\n | |
005108 | WARN | system_driver::rm_driver: cmd=%s\n | |
005145 | ERROR | opening the file | Cause: A pipe could not be opened or created. Action: Check adjacent log messages for more details. |
005164 | ERROR | tli_handler::handle-error:sending/receiving data message | Cause: A message failed to be sent or received. Action: Check adjacent log messages for more details. This may be a temporary error but if this error continues and servers can’t communicate then verify the network configuration on the servers. |
005165 | WARN | errno %d\n | Cause: A message failed to be sent or received. Action: Check adjacent log messages for more details. This may be a temporary error but if this error continues and servers can’t communicate then verify the network configuration on the servers. |
005166 | WARN | poll 0x%hx\n | Cause: A message failed to be sent or received. Action: Check adjacent log messages for more details. This may be a temporary error but if this error continues and servers can’t communicate then verify the network configuration on the servers. |
005167 | WARN | handler for sys %s\n | Cause: A message failed to be sent or received. Action: Check adjacent log messages for more details. This may be a temporary error but if this error continues and servers can’t communicate then verify the network configuration on the servers. |
005225 | WARN | so_driver::handle_error: sending/receiving data message errno %d: %s | Cause: A message failed to be sent or received. Action: Check adjacent log messages for more details. This may be a temporary error, but if this error continues and servers cannot communicate, verify the network configuration on the servers. |
005235 | WARN | found tcp connection to iwstp\n | |
005236 | WARN | didn’t find tcp connection to iwstp\n | |
005237 | WARN | lcm_handler retry send from %s:%s to %s:%s (%d)\n | |
005238 | WARN | detected duplicate request from %s:%s to %s:%s\n | |
005239 | WARN | lcm_handler retry timer set to %d based on lcd remote timeout of %d s (%d s | |
005240 | WARN | lcm_handler retry count/time (%d/%zu) has exceeded the maximum. Giving up…\n | |
005241 | WARN | dup_list: %s %s %s %s %d %d (%d | |
005242 | WARN | clean up stale dup_list entry (%d s): %s:%s to %s:%s last: %s | |
005243 | WARN | add new dup_list entry %s:%s to %s:%s %d %d (%d | |
005244 | WARN | closing fd %d\n | |
005245 | WARN | openpoll fd %d\n | |
006012 | ERROR | quickCheck script ‘%s’ (%d) failed to exit after %lu seconds. Forcibly terminated. Please examine the script or adjust the LKCHECKINTERVAL parameter in %s. | Cause: A quickCheck script is probably taking too long or hanging. Action: Perform the steps listed in the message text. |
006014 | ERROR | LKCHECKINTERVAL parameter is too short. It is currently set to %ld seconds. It should be at least %ld seconds. Please adjust this parameter in %s and execute ‘kill %d’ to restart the lkcheck daemon. | |
006102 | ERROR | COMMAND OUTPUT: $LKROOT/bin/sendevent | Cause: This is output from a "sendevent "(event generator) command. Action: Check adjacent log messages for more details. |
006103 | ERROR | COMMAND OUTPUT: $LKROOT/bin/sendevent | Cause: This is output from a "sendevent" (event generator) command. Action: Check adjacent log messages for more details. |
006104 | ERROR | COMMAND OUTPUT: $LKROOT/bin/sendevent | Cause: This is output from a "sendevent" (event generator) command. Action: Check adjacent log messages for more details. |
006502 | ERROR | CPU usage has exceeded the threshold ($threshold%) for $count check cycles. | |
006504 | ERROR | Could not open /proc/meminfo | |
006505 | ERROR | Memory usage has exceeded the threshold ($threshold%) for $count check cycles. | |
006508 | ERROR | [$SUBJECT event] mail returned $err | |
006509 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | |
006511 | ERROR | snmptrap returned $err for Trap 190 | |
006512 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | |
006514 | ERROR | [$SUBJECT event] mail returned $err | |
006515 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | |
006517 | ERROR | snmptrap returned $err for Trap 200 | |
006518 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | |
006520 | ERROR | Failed to update error count in $cpu_file: $! | |
006521 | ERROR | Failed to update error count in $mem_file: $! | |
006523 | ERROR | The SNHC_CPUCHECK_THRESHOLD setting is not valid. Please set SNHC_CPUCHECK_THRESHOLD to a value between 10 and 99 in /etc/default/LifeKeeper. If not set, the value will default to 99. | |
006524 | ERROR | The SNHC_CPUCHECK_TIME setting is not valid. Please set SNHC_CPUCHECK_TIME to a value between 1 and 100 in /etc/default/LifeKeeper. If not set, the value will default to 1. | |
006525 | ERROR | The SNHC_MEMCHECK_THRESHOLD setting is not valid. Please set SNHC_MEMCHECK_THRESHOLD to a value between 10 and 99 in /etc/default/LifeKeeper. If not set, the value will default to 99. | |
006526 | ERROR | The SNHC_MEMCHECK_TIME setting is not valid. Please set SNHC_MEMCHECK_TIME to a value between 1 and 100 in /etc/default/LifeKeeper. If not set, the value will default to 1. | |
006528 | ERROR | Could not open /proc/stat | |
006529 | ERROR | Could not open /proc/stat | |
006530 | ERROR | Could not use $tmp_path | |
007053 | ERROR | malloc failed. Assume that it is a monitoring target device. | |
007058 | ERROR | %s: %s failed on ‘%s’, result:%d, Sense Key = %d. | Cause: A SCSI device couldn’t be reserved or have its status checked. This may be because the storage is malfunctioning or because the disk has been reserved by another server. Action: Check adjacent log messages for more details and verify that resources are being handled properly. |
007059 | ERROR | %s: %s failed on ‘%s’, result:%d. | Cause: A SCSI device couldn’t be reserved or have its status checked. This may be because the storage is malfunctioning or because the disk has been reserved by another server. Action: Check adjacent log messages for more details and verify that resources are being handled properly. |
007060 | EMERG | %s: failure on device ‘%s’. SYSTEM HALTED. | Cause: A SCSI device couldn’t be reserved or have its status checked. This may be because the storage is malfunctioning or because the disk has been reserved by another server. THE SERVER WILL BE REBOOTED/HALTED. Action: Verify that the storage is functioning properly and, if so, that resources were handled properly and have been put in service on another server. |
007072 | ERROR | %s: failed to open SCSI device ‘%s’, initiate recovery. errno=0x%x, retry count=%d. | Cause: The protected SCSI device could not be opened. The device may be failing or may have been removed from the system. Action: The system will be halted or a failover to the backup node will be initiated. The default action in this case is a failover, but this can be modified with the SCSIERROR tunable. |
007073 | ERROR | %s: failed to open SCSI device ‘%s’, RETRY. errno=%d, retry count=%d. | Cause: The protected SCSI device could not be opened. The device may be failing or may have been removed from the system. Action: This error is not critical. The operation will be retried in 5 seconds. If the problem persists, the system will perform a halt or resource failover. |
007075 | ERROR | %s: RESERVATION CONFLICT on SCSI device ‘%s’. ret=%d, errno=0x%x, retry count=%d. | Cause: A SCSI device couldn’t be reserved due to a conflict with another server. This may be because the storage is malfunctioning or because the disk has been reserved by another server. Action: Check adjacent log messages for more details and verify that resources are handled properly. |
007077 | ERROR | %s: DEVICE FAILURE on SCSI device ‘%s’, initiate recovery. ret=%d, errno=0x%x, retry count=%d. | Cause: A SCSI device couldn’t be reserved or have its status checked. This may be because the storage is malfunctioning or because the disk has been reserved by another server. Action: Check adjacent log messages for more details and verify that resources are handled properly. |
007078 | ERROR | %s: DEVICE FAILURE on SCSI device ‘%s’, RETRY. ret=%d, errno=0x%x, retry count=%d. | Cause: A SCSI device couldn’t be reserved or have its status checked. This may be because the storage is malfunctioning or because the disk has been reserved by another server. Action: Check adjacent log messages for more details and verify that resources are handled properly. |
010002 | WARN | flag $flag not present, send message again. | Cause: This message indicates an incomplete process that will be retried. Action: Check adjacent log messages for repeated errors. |
010003 | ERROR | COMMAND OUTPUT: $LKBIN/ins_remove | Cause: This message is part of the output from an "ins_remove" command. Action: Check adjacent log messages for more details. This may not be a true error. |
010006 | WARN | flg_list -d $i took more than $pswait seconds to complete… | Cause: A flag list operation on a server took much longer than expected. There may be a problem communicating with the other server. Action: Check adjacent log messages for more details. |
010007 | ERROR | flag $flag not present, switchovers may occur. | Cause: One of the servers in the cluster could not be told to disallow failover operations from the current server. Action: Check adjacent log messages for more details and monitor the cluster for unexpected behavior. |
010008 | WARN | flag $flag not present, send message again. | Cause: A process is incomplete but will be retried. Action: Check adjacent log messages for more details and for repeated warnings/errors. |
010023 | FATAL | LifeKeeper failed to initialize properly. | Cause: There was a fatal error while attempting to start LifeKeeper. Action: Check adjacent log messages for more details. |
010025 | ERROR | `printf ‘Unable to get a unique tag name on server "%s" for template resource "%s"’ $MACH $DISK` | Cause: A suitable tag during the create process for a storage resource could not be automatically generated. Action: Check adjacent log messages for more details. Retry the operation if there are no other errors. |
010034 | FATAL | Unable to start lcm. | Cause: A core component of the software could not be started. Action: Check adjacent log messages for more details and try to resolve the reported problem. |
010038 | WARN | Waiting for LifeKeeper core components to initialize has exceeded 10 seconds. Continuing anyway, check logs for further details. | Cause: Some parts of the software are taking longer than expected to start up. Action: Perform the steps listed in the message text. |
010039 | WARN | Waiting for LifeKeeper core components to initialize has exceeded 10 seconds. Continuing anyway, check logs for further details. | Cause: Some parts of the software are taking longer than expected to start up. Action: Perform the steps listed in the message text. |
010046 | ERROR | The dependency creation failed on server $SERVER:" `cat $TEMP_FILE` | Cause: A dependency relationship could not be created on the given server. Action: Check the logs for related errors and try to resolve the reported problem |
010063 | ERROR | $REMSH error | Cause: A command to request data to backup from another server failed. Action: Check the logs for related errors and try to resolve the reported problem. |
010085 | ERROR | lkswitchback($MACH): Automatic switchback of \"$loctag\" failed | Cause: The resource was not switched back over as expected. Action: Check the logs for related errors and try to resolve the reported problem. |
010102 | ERROR | admin machine not specified | Cause: Invalid parameters were specified for the "getlocks" operation. Action: Verify the parameters and retry the operation. If this error happens during normal operation, contact Support. |
010107 | WARN | Lock for $m is ignored because system is OOS | Cause: A lock was ignored because the system for which the lock was created is not alive. Action: Check the logs for related errors. This may be a harmless error. |
010108 | ERROR | lock acquisition timeout | Cause: Acquiring a lock tool longer than expected/allowed. Action: Check the logs for related errors and try to resolve the reported problem. |
010109 | ERROR | could not get admin locks." `cat /tmp/ER$$` | Cause: The software failed to acquire a lock that is required to manage resources. Action: Check the logs for related errors and try to resolve the reported problem. |
010112 | ERROR | lcdrcp failed with error no: $LCDRCPRES | Cause: A file could not be copied to another server. Action: Check the logs for related errors and try to resolve the reported problem. |
010116 | ERROR | unable to set !lkstop flag | Cause: A flag could not be set to indicate that the server is being stopped by user request. Action: Check the logs for related errors and try to resolve the reported problem. |
010121 | ERROR | Extended logs aborted due to a failure in opening $destination. ($syserrmsg | Cause: The execution of utility "lkexterrlog" failed when opening the extended log file. Action: Check the logs for related errors and try to resolve the reported problem. |
010132 | ERROR | Unable to retrieve reservation id from "%s". Error: "%s". Attempting to regenerate. | Cause: Unable to open the file /opt/LifeKeeper/config/.reservation_id to retrieve the unique id used for SCSI 3 persistent reservations. Action: None. An attempt will be made to regenerate the ID and update the file. |
010135 | ERROR | The current reservation ID of "%s" is not unique within the cluster. A new ID must be generated by running "%s/bin/genresid -g" on "%s". | Cause: The reservation id defined for the system is not unique within the cluster and cannot be used. Action: Take all resources out of service on this node and then run "/opt/LifeKeeper/bin/genresid -g" to generate a unique reservation id. |
010136 | ERROR | Unable to store reservation id in "%s". Error: "%s" | Cause: Unable to open the file /opt/LifeKeeper/config.reservation_id to store the unique id used for SCSI 3 persistent reservations. Action: Correct the error listed as the reason the open failed and then take all resources out of service on this node and then run "/opt/LifeKeeper/bin/genresid -g" to generate a new unique reservation id. |
010137 | ERROR | Failed to generate a reservation ID that is unique within the cluster. | Cause: The generated reservation id is already defined on another node in the cluster and must be unique within the cluster. Action: Take all resources out of service on this node and then run "/opt/LifeKeeper/bin/genresid -g" to generate a new unique reservation id. |
010138 | ERROR | $message | |
010139 | WARN | $message | |
010140 | ERROR | $COMMAND_SNMPTRAP returned $exitcode for Trap $oid:$result | |
010141 | ERROR | LK_TRAP_MGR is specified in /etc/default/LifeKeeper, but $COMMAND_SNMPTRAP command is not in PATH. | |
010142 | ERROR | $COMMAND_EMAIL returned $exitcode:$result | |
010143 | ERROR | LK_NOTIFY_ALIAS is specified in /etc/default/LifeKeeper, but $COMMAND_EMAIL command is not in PATH. | |
010144 | ERROR | can’t opendir $LICENSE_DIR: $! | |
010145 | ERROR | lktest failed | |
010146 | ERROR | lkcheck failed | |
010147 | ERROR | ins_list failed: exit code = $exit_code | |
010159 | ERROR | Maintenance mode disable currently in progress, can’t enable maintenance mode. If this problem persists, consider using the —force option. | |
010160 | ERROR | Maintenance mode enable currently in progress, can’t disable maintenance mode. If this problem persists, consider using the —force option. | |
010161 | ERROR | $tag is not a valid resource tag on the local machine, aborting. Please check the spelling and try again. | |
010163 | ERROR | $cmd script not found or not executable on system $sys. | |
010165 | ERROR | An error occurred while running \’$LKROOT/lkadm/subsys/appsuite/sap/bin/$cmd -m=${opt_mode}${tag_cmd}${force_cmd}\’ on system $sys (exit code: $remexec_ret). Please inspect the logs on that system for more information. | |
010168 | WARN | Maintenance mode was not fully ${opt_mode}d for at least one resource on system $sys. | |
010172 | ERROR | Maintenance mode was not fully ${opt_mode}d for the requested resources on at least one system in the cluster. | |
010173 | ERROR | LifeKeeper is not running on system $me. Unable to ${opt_mode} maintenance mode. Aborting. | |
010179 | ERROR | Maintenance mode action \’${opt_mode}\’ did not complete successfully for resource $tag on system $me. | |
010181 | ERROR | An error occurred while attempting maintenance mode action \’${opt_mode}\’ on system $me for resources: @{local_hier_tags}. | |
010187 | ERROR | Resource $tag has not been extended to system $sys. | |
010222 | ERROR | scsifree(%s): LKSCSI_Release(%s) unsuccessful | Cause: A SCSI device that appeared to be reserved was not released as expected. Action: Check the logs for related errors and try to resolve any reported problems. This error may be benign if the system is functioning properly. |
010231 | ERROR | scsiplock(%s): reserve failed. | Cause: A reservation on a SCSI device could not be acquired. Action: Check the logs for related errors and try to resolve the reported problem. |
010250 | ERROR | Failed to exec command ‘%s’ | Cause: The "lklogmsg" tool failed to execute a sub-command {command}. Action: Check the logs for related errors and try to resolve any reported problems. Verify that the sub-command exists and is a valid command or program. If this message happens during normal operation, contact Support. |
010402 | EMERG | local recovery failure on resource $opts{‘N’}, trigger VMware HA… | Cause: When in LifeKeeper Single Server Protection operation, a resource could not be recovered and VMware-HA is about to be triggered to handle the failure (if VMware-HA is enabled). Action: No action is required. VMware should handle the failure. |
010413 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | Cause: This is the output from an "snmptrap" command that may have failed. Action: Check the logs for related errors and try to resolve the reported problem. |
010420 | EMERG | local recovery failure on resource $opts{‘N’}, trigger reboot… | Cause: When in LifeKeeper Single Server Protection operation, a resource could not be recovered and a reboot is about to be triggered to handle the failure. Action: No action is required. |
010440 | ERROR | [$SUBJECT event] mail returned $err | Cause: This indicates a notification email could not be sent via the "mail" command. Action: Check the logs for related errors and try to resolve the reported problem. |
010443 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | Cause: This is the output from a "mail" command that may have failed. Action: Check the logs for related errors and try to resolve the reported problem. |
010445 | ERROR | COMMAND OUTPUT: cat /tmp/err$$ | Cause: This is the output from a "mail" command that may have failed. Action: Check the logs for related errors and try to resolve the reported problem. |
010463 | ERROR | LifeKeeper: name of machine is not specified, ARGS=$ARGS | Cause: Invalid arguments were specified for the "comm_down" event. Action: Check your LifeKeeper configuration and retry the operation. |
010471 | ERROR | COMM_DOWN: Attempt to obtain local comm_down lock flag failed | Cause: During the handling of a communication failure with another node, a local lock could not be acquired. This will likely stop a failover from proceeding. Action: Check the logs for related errors and try to resolve the reported problem. If failovers are not taking place properly, contact Support. |
010482 | ERROR | LifeKeeper: name of machine is not specified, ARGS=$ARGS | Cause: Invalid arguments were specified for the "comm_up" event. Action: Check your LifeKeeper configuration and retry the operation. |
010484 | WARN | flg_list -d $MACH check timed-out ($delay seconds). | Cause: "flg_list" command reached its timeout value {delay} seconds. |
010487 | WARN | flg_list -d $MACH check timed-out, unintended switchovers may occur. | Cause: "flg_list" command reached its timeout value. Action: Switch back the resource tree if unintended switchover occurs. |
010492 | WARN | $m | Cause: One of other servers looked dead to this server {server}, but witness servers did not agree. Action: Ensure other server is dead and switch over the resource manually. |
010494 | ERROR | LifeKeeper: COMM_UP to machine $MACH completed with errors. | Cause: An unexpected failure occurred during "COMM_UP" event. Action: Check adjacent log messages for more details. |
010503 | ERROR | lcdrecover hung or returned error, attempting kill of process $FPID | Cause: "lcdrecover" took too long or errored out. |
010506 | ERROR | Intelligent Switchback Check Failed | Cause: Failed 5 times to perform "lcdrecover." Action: Switch over the resource tree manually. |
010535 | ERROR | LifeKeeper: name of machine is not specified, ARGS=$ARGS | |
010600 | ERROR | removing hierarchy remnants | |
010627 | WARN | Equivalency Trim: does not have a full complement of equivalencies. Hierarchy will be unextended from | |
010629 | WARN | Your hierarchy exists on only one server. Your application has no protection until you extend it to at least one other server. | |
010712 | ERROR | Unextend hierarchy failed | Cause: A resource hierarchy failed to be unextended from a server. Action: Check the logs for related errors and try to resolve the reported problem. |
010746 | ERROR | $ERRMSG Target machine \"$TARGET_MACH\" does not have an active LifeKeeper communication path to machine \"$aMach\" in the hierarchy." >&2 | Cause: A hierarchy cannot be unextended because the target server does not have adequate communication with the other servers in the cluster. Action: Check the logs for related errors and try to resolve the reported problem. Ensure that all servers have communication paths to each other. |
010763 | ERROR | lock failed | |
011000 | ERROR | appremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011001 | ERROR | depremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011002 | ERROR | eqvremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011003 | ERROR | flgremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011004 | WARN | Illegal creation of resource | Cause: This will not occur under normal circumstances. |
011009 | ERROR | insremote: unknown change field command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011010 | ERROR | insremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011011 | FATAL | %s | Cause: LifeKeeper could not get IPC key. Action: Check adjacent log messages for more details. |
011012 | FATAL | semget(%s,%c | Cause: LifeKeeper could not get semaphore set id. Action: Check adjacent log messages for more details. |
011013 | FATAL | shmget(%s,%c | Cause: System could not allocate a shared memory segment. Action: Check adjacent log messages for more details. |
011014 | FATAL | prefix_lkroot("out" | Cause: A system error has occurred while accessing /opt/LifeKeeper/out. Action: Determine why /opt/LifeKeeper/out is not accessible. |
011015 | ERROR | DEMO_UPGRADE_MSG | Cause: You are running a demo license. Action: Contact Support to obtain a new license. |
011016 | ERROR | lic_single_node_msg | Cause: You have a license for LifeKeeper Single Server Protection but you do not have LifeKeeper Single Server Protection installed. Action: Either install LifeKeeper Single Server Protection or obtain a license that matches the product you are running. |
011018 | ERROR | lic_init_fail_msg, lc_errstring(lm_job | Cause: License manager initialization failed. Action: Check adjacent log messages for more details. |
011020 | EMERG | lic_init_fail_msg, lc_errstring(lm_job | Cause: License manager initialization failed. Action: Check adjacent log messages for more details. |
011021 | EMERG | lic_error_msg, lc_errstring(lm_job | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011022 | EMERG | lic_error_msg, lc_errstring(lm_job | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011023 | EMERG | lic_no_rest_suite, "" | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011024 | EMERG | lic_error_msg, lc_errstring(lm_job | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011025 | EMERG | lic_no_license, "" | Cause: LifeKeeper could not find valid license keys. Action: Ensure license keys are valid for the server and retry the operation. |
011026 | EMERG | lic_error_msg, lc_errstring(lm_job | Cause: There is an unknown problem with your license. Action: Contact Support to obtain a new license. |
011027 | EMERG | lic_no_license, "" | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011028 | ERROR | lang_error_msg | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011029 | FATAL | can’t set reply system | Cause: A message failed to be sent. Action: Check adjacent log messages for more details. This may be a temporary error. |
011030 | FATAL | can’t set reply mailbox | Cause: A message failed to be sent. Action: Check adjacent log messages for more details. This may be a temporary error. |
011031 | ERROR | Failure reading output of ‘%s’ on behalf of %s | Cause: A system error has occurred while accessing temporary file /tmp/OUT.{pid}. Action: Determine why /tmp/OUT.{pid} is not accessible. |
011032 | ERROR | Failure reading output of ‘%s’ | Cause: A system error has occurred while accessing temporary file /tmp/ERR.{pid}. Action: Determine why /tmp/ERR.{pid} is not accessible. |
011033 | ERROR | event \"%s,%s\" already posted for resource with id \"%s\" | Cause: This message is for information only. |
011034 | ERROR | no resource has id of \"%s\" | Cause: LifeKeeper could not find the {id} resource. Action: Verify the parameters and retry the "sendevent" operation. |
011044 | ERROR | flagcleanup:fopen(%s | Cause: A system error has occurred while reading /opt/LifeKeeper/config/flg. Action: Determine why /opt/LifeKeeper/config/flg is not readable. |
011045 | ERROR | flagcleanup:fopen(%s | Cause: A system error has occurred while writing /opt/LifeKeeper/config/flg. Action: Determine why /opt/LifeKeeper/config/flg is not writable. |
011046 | ERROR | flagcleanup:fputs(%s | Cause: A system error has occurred while writing /opt/LifeKeeper/config/flg. Action: Determine why /opt/LifeKeeper/config/flg is not writable. |
011047 | ERROR | flagcleanup:rename(%s,%s | Cause: A system error has occurred while renaming /opt/LifeKeeper/config/.flg to /opt/LifeKeeper/config/flg. Action: Determine why /opt/LifeKeeper/config/flg was not able to be renamed. |
011048 | ERROR | flagcleanup:chmod(%s | Cause: A system error has occurred while changing permissions in /opt/LifeKeeper/config/flg. Action: Determine why LifeKeeper could not change permissions in /opt/LifeKeeper/config/flg. |
011049 | ERROR | License check failed with error code %d | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011051 | ERROR | lcdinit: clearing Disk Reserve file failed | Cause: A system error has occurred while writing /opt/LifeKeeper/subsys/scsi/resources/disk/disk.reserve. Action: Determine why /opt/LifeKeeper/subsys/scsi/resources/disk/disk.reserve is not writable. |
011052 | FATAL | malloc() failed | Cause: The system could not allocate memory for LifeKeeper. Action: Increase the process limit for the data segment. |
011053 | FATAL | lcm_is_unavail | Cause: A system error has occurred while writing /tmp/LK_IS_UNAVAIL. Action: Determine why /tmp/LK_IS_UNAVAIL is not writable. |
011054 | FATAL | lk_is_unavail | Cause: A system error has occurred while writing /opt/LifeKeeper/config/LK_IS_ON. Action: Determine why /opt/LifeKeeper/config/LK_IS_ON is not writable. |
011055 | FATAL | usr_alarm_config_LK_IS_ON | Cause: A system error has occurred while writing /tmp/LCM_IS_UNAVAI. Action: Determine why /tmp/LCM_IS_UNAVAI is not writable. |
011056 | ERROR | License check failed with error code %d | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
011057 | ERROR | lcdremote: unknown command type %d(‘%c’)\n | Cause: A message failed to be received. Action: Check adjacent log messages for more details. This may be a temporary error, but if this error continues and servers cannot communicate, verify the network configuration on the servers. |
011059 | FATAL | Could not write to: %s | Cause: A system error has occurred while accessing /opt/LifeKeeper/config/LK_START_TIME. Action: Determine why /opt/LifeKeeper/config/LK_START_TIME is not accessible. |
011060 | FATAL | received NULL message | Cause: A message failed to be received. Action: Check adjacent log messages for more details. This may be a temporary error, but if this error continues and servers cannot communicate, verify the network configuration on the servers. |
011061 | ERROR | unknown data type %d(‘%c’) on machine \"%s\"\n | Cause: A message failed to be received. Action: Check adjacent log messages for more details. This may be a temporary error, but if this error continues and servers cannot communicate, verify the network configuration on the servers. |
011062 | WARN | LifeKeeper shutdown in progress. Unable to perform failover recovery processing for %s\n | Cause: LifeKeeper was unable to fail over the given resource during shutdown. Action: Switch over the resource tree to other server manually. |
011063 | WARN | LifeKeeper resource initialization in progress. Unable to perform failover recovery processing for %s\n | Cause: LifeKeeper was unable to fail over the given resource during start up. Action: Switch over the resource tree manually after LifeKeeper starts up. |
011068 | ERROR | ERROR on command %s | Cause: An error occurred while running the "rlslocks" command. Action: Check adjacent messages for more details. |
011070 | ERROR | ERROR on command %s | Cause: An error occurred while running the "getlocks" command. Action: Check adjacent log messages for more details. |
011080 | FATAL | out of memory | Cause: Internal error. Action: Increase the process limit for the data segment. |
011081 | FATAL | Failed to ask ksh to run: %s | Cause: A system error has occurred while invoking ksh. Action: Make sure the pdksh (v8.0 and earlier) or the steeleye-pdksh (v81 and later) package is installed. |
011082 | ERROR | Failed to remove: %s | Cause: A system error has occurred while removing /tmp/LCM_IS_UNAVAIL. Action: Determine why /tmp/LCM_IS_UNAVAIL is not removable. |
011083 | ERROR | Failed to remove: %s | Cause: A system error has occurred while trying to unlink /tmp/LK_IS_UNAVAIL. Action: Determine why /tmp/LK_IS_UNAVAIL is not removable. |
011084 | FATAL | Failed to generate an IPC key based on: %s | Cause: A system error has occurred while accessing /opt/LifeKeeper. Action: Determine why /opt/LifeKeeper is not accessible. |
011085 | ERROR | semget(%s,%c) failed | Cause: A system error has occurred while removing a semaphore. Action: Try to remove the semaphore manually. |
011086 | ERROR | shmget(%s,%c) failed | Cause: A system error has occurred while removing a shared memory segment. Action: Try to remove the shared memory segment manually. |
011087 | ERROR | semctl(IPC_RMID) failed | Cause: A system error has occurred while removing a semaphore. Action: Try to remove the semaphore manually. |
011088 | ERROR | shmctl(IPC_RMID) failed | Cause: A system error has occurred while removing a shared memory segment. Action: Try to remove the shared memory segment manually. |
011089 | FATAL | Execution of lcdstatus on remote system <%s> failed\n | Cause: The remote {node} is down, inaccessible via the network or some other system problem occurred on the remote node. Action: Bring the remote node back online, or check adjacent messages for additional information, or check the logs on the remote node for additional information. |
011090 | FATAL | Cause: Internal error. Action: Perform the steps listed in the message text. |
|
011091 | WARN | Cause: This will not occur under normal circumstances. |
|
011092 | FATAL | Cause: There is a problem with your license. Action: Perform the steps listed in the message text. |
|
011093 | FATAL | Cause: There is a problem with your license. Action: Perform the steps listed in the message text. |
|
011094 | FATAL | Cause: There is a problem with your license. Action: Perform the steps listed in the message text. |
|
011095 | FATAL | Cause: There is a problem with your license. Action: Perform the steps listed in the message text. |
|
011096 | FATAL | Cause: There is a problem with your license. Action: Perform the steps listed in the message text. |
|
011097 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011098 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011099 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011100 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011101 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011102 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011103 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011104 | FATAL | Cause: There is a problem with your license. Action: Contact Support to obtain a new license. |
|
011105 | FATAL | Cause: There is a problem with your license. Action: Perform the steps listed in the message text. |
|
011111 | ERROR | action \"%s\" on resource with tag \"%s\" has failed | Cause: The {action} for resource {tag} has failed. Action: See adjacent error messages for further details. |
011112 | ERROR | Cause: LifeKeeper could not find the network device. Action: Check your LifeKeeper configuration. |
|
011113 | ERROR | netremote: unknown subcommand type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011114 | ERROR | netremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011117 | ERROR | sysremote: system \"%s\" not found on \"%s\" | Cause: An invalid system name was provided. Action: Recheck the system name and rerun the command. |
011118 | ERROR | sysremote: unknown subcommand type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011119 | ERROR | sysremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011120 | ERROR | typremote: unknown command type %d(‘%c’)\n | Cause: Internal error. Action: Try restarting the product. |
011129 | ERROR | Failure during run of ‘%s’ on behalf of %s | Cause: Command execution failed. Action: See message details to determine the problem. |
011130 | ERROR | %s | Cause: The command {command} produced unexpected output. Action: Action should be determined by the content of adjacent error messages. |
011131 | EMERG | demo_update_msg | Cause: There is a problem with your demo license. Action: Contact Support to obtain a new license. |
011132 | EMERG | demo_tamper_msg | Cause: You have a demo license and clock tampering has been detected. Action: Contact Support to obtain a new license. |
011133 | EMERG | demo_tamper_msg | Cause: You have a demo license and clock tampering has been detected. Action: Contact Support to obtain a new license. |
011134 | EMERG | demo_expire_msg | Cause: The demo license for this product has expired. Action: Contact Support to obtain a new license. |
011135 | EMERG | demo_tamper_msg | Cause: You have a demo license and clock tampering has been detected. Action: Contact Support to obtain a new license. |
011136 | EMERG | buf | Cause: You are running a demo license. Action: Contact Support to obtain a new license. |
011138 | EMERG | buf | Cause: You are running a demo license. Action: Contact Support to obtain a new license. |
011142 | WARN | LifeKeeper Recovery Kit %s license key NOT FOUND | Cause: An Application Recovery Kit license for {kit} was not found. Action: Contact Support to obtain a new license. |
011150 | ERROR | COMMAND OUTPUT: %s | Cause: The command "eventslcm" produced unexpected output. Action: Check the logs for related errors and try to resolve the reported problem. |
011151 | EMERG | &localebuf3 | Cause: This version of the LifeKeeper core package is restricted to being used within the territories of the People’s Republic of China or Japan. |
011152 | EMERG | Localized license failure | Cause: There was a mis-match between your locale and the locale for which the product license was created. Action: Contact Support to obtain a new license which matches your locale. |
011154 | EMERG | Single Node flag check failed. | Cause: You have a license for LifeKeeper Single Server Protection but you do not have LifeKeeper Single Server Protection installed. Action: Either install LifeKeeper Single Server Protection or obtain a license that matches the product you are running. |
011155 | EMERG | lic_master_exp_msg, "" | Cause: Your license key for this product has expired. Action: Contact Support to obtain a new license. |
011162 | EMERG | lic_restricted_exp_msg, "" | Cause: Your license key for this product has expired. Action: Contact Support to obtain a new license. |
011163 | EMERG | Single Node license check failed | Cause: You have a license for LifeKeeper Single Server Protection but you do not have LifeKeeper Single Server Protection installed. Action: Either install LifeKeeper Single Server Protection or obtain a license that matches the product you are running. |
011164 | EMERG | demo_expire_msg, DEMO_UPGRADE_MSG | Cause: Your license key for this product has expired. Action: Please contact Support to obtain a permanent license key for your product. |
011165 | ERROR | LifeKeeper initialize timed out in tag \"%s\" | |
015000 | ERROR | COMMAND OUTPUT: /opt/LifeKeeper/sbin/chpst | Cause: An error has ocurred with the "steeleye-lighttpd" process. Specific details of the error are included in the actual log message. Action: Correct the configration and "steeleye-lighttpd" will automatically be restarted. |
103001 | ERROR | LifeKeeper has detected an error while trying to determine the node number(s) of the DB partition server(s) for the instance | Cause: The db2nodes.cfg does not contain any server names. Action: Ensure the db2nodes.cfg is valid. |
103002 | ERROR | LifeKeeper was unable to get the version for the requested instance "%s" | Cause: "db2level" command did not return DB2 version. Action: Check your DB2 configuration. |
103003 | ERROR | LifeKeeper has detected an error while trying to determine the node number(s) of the DB partition server(s) for the instance | Cause: The DB2 Application Recovery Kit was unable to find any nodes for the DB2 instance. Action: Check your DB2 configuration. |
103004 | ERROR | Unable to get the information for resource "%s" | Cause: Failed to get resource information. Action: Check your LifeKeeper configuration. |
103005 | ERROR | Unable to get the information for resource "%s" | Cause: Failed to get resource information. Action: Check your LifeKeeper configuration. |
103006 | ERROR | Unable to get the instance information for resource "%s" | Cause: Failed to get the instance information. Action: Check your LifeKeeper configuration. |
103007 | ERROR | Unable to get the instance home directory information for resource "%s" | Cause: Failed to get the instance home directory path. Action: Check your LifeKeeper configuration. |
103008 | ERROR | Unable to get the instance type information for resource "%s" | Cause: The DB2 Application Recovery Kit found invalid instance type. Action: Check your LifeKeeper configuration. |
103009 | ERROR | LifeKeeper has encountered an error while trying to get the database configuration parameters for database \"$DB\" | Cause: There was an unexpected error running "db2 get db cfg for $DB" command. Action: Check the logs for related errors and try to resolve the reported problem. |
103012 | ERROR | LifeKeeper was unable to start the database server for instance "%s" | Cause: The requested startup of the DB2 instance failed. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "restore" operation. |
103013 | ERROR | LifeKeeper was unable to start the database server for instance "%s" | Cause: The requested startup of the DB2 instance failed. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "restore" operation. |
103015 | ERROR | An entry for the home directory "%s" of instance "%s" does not exist in "/etc/fstab" | Cause: The home directory of instance of Multiple Partition database should exist in "/etc/fstab". Action: Ensure the home directory exists in "/etc/fstab". |
103016 | ERROR | LifeKeeper was unable to mount the home directory for the DB2 instance "%s" | Cause: Failed to mount the home directory of instance of Multiple Partition database. Action: Ensure the home directory is mounted and retry the operation. |
103017 | ERROR | Unable to get the instance nodes information for resource "%s" | Cause: Failed to get the instance nodes. Action: Check your LifeKeeper configuration. |
103018 | ERROR | LifeKeeper was unable to start database partition server "%s" for instance "%s" | Cause: The requested startup of the DB2 instance failed. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "restore" operation. |
103020 | ERROR | LifeKeeper was unable to stop the database server for instance "%s" | Cause: The requested shutdown of the DB2 instance failed. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "remove" operation. |
103021 | ERROR | LifeKeeper was unable to stop the database server for instance "%s" | Cause: The requested shutdown of the DB2 instance failed. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "remove" operation. |
103023 | ERROR | Unable to get the instance nodes information for resource "%s" | Cause: Failed to get the instance nodes. Action: Check your LifeKeeper configuration. |
103024 | ERROR | LifeKeeper was unable to stop database partition server "%s" for instance "%s" | Cause: The requested shutdown of the DB2 instance failed. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "remove" operation. |
103026 | ERROR | Unable to get the instance nodes information for resource "%s" | Cause: Failed to get the instance nodes. Action: Check your LifeKeeper configuration. |
103027 | FATAL | The argument for the DB2 instance is empty | Cause: Invalid parameters were specified for the create operation. Action: Verify the parameters and retry the operation. |
103028 | FATAL | Unable to determine the DB2 instance home directory | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance home directory. Action: Ensure the instance owner name is same as the instance name and retry the operation. |
103029 | FATAL | Unable to determine the DB2 instance type | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance type. Action: Check your DB2 configuration. |
103030 | FATAL | LifeKeeper has detected an error while trying to determine the node number(s) of the DB partition server(s) for the instance | Cause: The DB2 Application Recovery Kit was unable to find any nodes for the DB2 instance. Action: Check your DB2 configuration. |
103031 | ERROR | The path "%s" is not on a shared filesystem | Cause: The instance home directory should be on a shared filesystem. Action: Ensure the path is on shared filesystem and retry the create operation. |
103032 | ERROR | LifeKeeper was unable to get the DB tablespace containers for instance "%s" or the log path for one of its databases | Cause: LifeKeeper could not determine the location of the database table space containers or verify that they are located in a path which is on a mounted filesystem. Action: Check the logs for related errors and try to resolve the reported problem. Correct any reported errors before retrying the "create" operation. |
103033 | ERROR | The path "%s" is not on a shared filesystem | Cause: The path of database table space container should be on a shared filesystem. Action: Ensure database table space container is on a shared filesystem and retry the operation. |
103034 | ERROR | A DB2 Hierarchy already exists for instance "%s" | Cause: An attempt was made to protect the DB2 instance that is already under LifeKeeper protection. Action: You must select a different DB2 instance for LifeKeeper protection. |
103035 | ERROR | The file system resource "%s" is not in-service | Cause: The file system which the DB2 resource depends on should be in service. Action: Ensure the file system resource is in service and retry the "create" operation. |
103036 | ERROR | Unable to create the hierarchy for raw device "%s" | Cause: LifeKeeper was unable to create the resource {raw device} . Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the "create" operation. |
103037 | ERROR | A RAW hierarchy does not exist for the tag "%s" | Cause: LifeKeeper was unable to find the raw resource {tag} . Action: Check your LifeKeeper configuration. |
103038 | ERROR | LifeKeeper was unable to create a dependency between the DB2 hierarchy "%s" and the Raw hierarchy "%s" | Cause: The requested dependency creation between the parent DB2 resource and the child Raw resource failed. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the "create" operation. |
103039 | ERROR | LifeKeeper could not disable the automatic startup feature of DB2 instance "%s" | Cause: An unexpected error occurred while attempting to update the DB2 setting. Action: The DB2AUTOSTART will need to be updated manually to turn off the automatic startup of the instance at system boot. |
103040 | ERROR | DB2 version "%s" is not installed on server "%s" | Cause: LifeKeeper could not find DB2 installed location. Action: Check your DB2 configuration. |
103041 | ERROR | The instance owner "%s" does not exist on target server "%s" | Cause: An attempt to retrieve the DB2 instance owner from template server during a "canextend" or "extend" operation failed. Action: Verify the DB2 instance owner exists on the specified server. If the user does not exist, it should be created with the same uid and gid on all servers in the cluster. |
103042 | ERROR | The instance owner "%s" uids are different on target server "%s" and template server "%s" | Cause: The user id on the target server {target server} for the DB2 instance owner {user} does not match the value of the user {user} on the template server {template server}. Action: The user ids for the DB2 instance owner {user} must match on all servers in the cluster. The user id mismatch should be corrected manually on all servers before retrying the "canextend" operation. |
103043 | ERROR | The instance owner "%s" gids are different on target server "%s" and template server "%s" | Cause: The group id on the target server {target server} for the DB2 instance owner {user} does not match the value of the user {user} on the template server {template server}. Action: The group ids for the DB2 instance owner {user} must match on all servers in the cluster. The group id mismatch should be corrected manually on all servers before retrying the "canextend" operation. |
103044 | ERROR | The instance owner "%s" home directories are different on target server "%s" and template server "%s" | Cause: The home directory location of the user {user} on the target server {target server} does not match the DB2 instance owner’s home directory on the template server {template server}. Action: The home directory location of the DB2 instance owner {user} must match on all servers in the cluster. The location mismatch should be corrected manually on all servers before retrying the "canextend" operation. |
103045 | ERROR | LifeKeeper was unable to get the DB2 "SVCENAME" parameter for the DB2 instance | Cause: There was an unexpected error running "db2 get dbm cfg" command. Action: Check your DB2 configuration. |
103046 | ERROR | Unable to get the value of the DB2 "SVCENAME" parameter for the DB2 instance %s. | Cause: The DB2 "SVCENAME" parameter is set to null. Action: Check your DB2 configuration. |
103047 | ERROR | LifeKeeper was unable to get the contents of the "/etc/services" file on the server "%s" | Cause: "/etc/services" on the template server does not contain the service names for the DB2 instance. Action: The service names in "/etc/services" for the DB2 instance must match on all servers in the cluster. The service names mismatch should be corrected manually on all servers before retrying the "canextend" operation. |
103048 | ERROR | LifeKeeper was unable to get the contents of the "/etc/services" file on the server "%s" | Cause: "/etc/services" on the target server does not contain the service names for the DB2 instance. Action: The service names in "/etc/services" for the DB2 instance must match on all servers in the cluster. The service names mismatch should be corrected manually on all servers before retrying the "canextend" operation. |
103049 | ERROR | The "/etc/services" entries for the instance "%s" are different on target server "%s" and template server "%s" | Cause: The "/etc/services" entries for the instance are mismatched. Action: The service names in "/etc/services" for the DB2 instance must match on all servers in the cluster. The service names mismatch should be corrected manually on all servers before retrying the "canextend" operation. |
103050 | ERROR | The home directory "%s" for instance "%s" is not mounted on server "%s" | Cause: LifeKeeper could not find db2nodes.cfg for Multiple Partition instance. Action: Ensure the home directory is mounted and retry the operation. |
103051 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: Failed to get resource information from the template server. Action: Check your LifeKeeper configuration. |
103052 | ERROR | LifeKeeper was unable to add instance "%s" and/or its variables to the DB2 registry | Cause: There was an unexpected error running "db2iset" command. Action: Check the logs for related errors and try to resolve the reported problem. |
103053 | ERROR | Usage: %s instance | |
103054 | ERROR | Unable to determine the DB2 instance type | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance type. Action: Check your DB2 configuration. |
103055 | ERROR | LifeKeeper has detected an error while trying to determine the node number(s) of the DB partition server(s) for the instance | Cause: The DB2 Application Recovery Kit was unable to find any nodes for the DB2 instance. Action: Check your DB2 configuration. |
103056 | ERROR | Usage: %s instance | |
103058 | ERROR | Usage: %s instance | |
103059 | ERROR | Usage: %s instance | |
103060 | ERROR | Unable to determine the DB2 instance home directory | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance home directory. Action: Ensure the instance owner name is same as the instance name and retry the operation. |
103061 | ERROR | Unable to determine the DB2 instance type | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance type. Action: Check your DB2 configuration. |
103062 | ERROR | LifeKeeper has detected an error while trying to determine the node number(s) of the DB partition server(s) for the instance | Cause: The DB2 Application Recovery Kit was unable to find the node for the DB2 instance. Action: Check your DB2 configuration. |
103063 | ERROR | Unable to determine the DB2 install path | Cause: The DB2 Application Recovery Kit was unable to find DB2 for the instance. Action: Check your DB2 configuration. |
103064 | ERROR | Usage: nodes -t tag -a add_nodenum | nodes -t tag -d delete_nodenum | nodes -t tag -p | |
103065 | ERROR | Invalid input provided for "%s" utility operation, characters are not allowed. | Cause: Invalid parameters were specified for the "nodes" command. Action: Verify the parameters and retry the operation. |
103066 | ERROR | Unable to get the information for resource "%s" | Cause: LifeKeeper was unable to find the resource {tag}. Action: Verify the parameters and retry the operation. |
103067 | ERROR | The DB2 instance "%s" is not a EEE or Multiple Partition instance | Cause: The resource {tag} is single partition instance. Action: Verify the parameters and retry the operation. |
103069 | ERROR | Node "%s" is already protected by this hierarchy | Cause: Invalid parameters were specified for the "nodes" command. Action: Verify the parameters and retry the operation. |
103070 | ERROR | Node number "%s" is the last remaining node protected by resource "%s". Deleting all nodes is not allowed. | Cause: Invalid parameters were specified for the "nodes" command. Action: Verify the parameters and retry the operation. |
103071 | ERROR | LifeKeeper is unable to get the equivalent instance for resource "%s" | Cause: There was an unexpected error running "nodes" command. Action: Check the logs for related errors and try to resolve the reported problem. |
103072 | ERROR | Unable to set NodesInfo for resource "%s" on "%s" | Cause: There was an unexpected error running "nodes" command. Action: Check the logs for related errors and try to resolve the reported problem. |
103073 | ERROR | Unable to set NodesInfo for resource "%s" on "%s" | Cause: There was an unexpected error running "nodes" command. Action: Check the logs for related errors and try to resolve the reported problem. |
103074 | ERROR | Usage: %s instance | |
103075 | ERROR | Usage: %s instance | |
103076 | ERROR | Unable to determine the DB2 instance type | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance type. Action: Check your DB2 configuration. |
103077 | ERROR | Unable to determine the DB2 instance home directory | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance home directory. Action: Ensure the instance owner name is same as the instance name and retry the operation. |
103078 | ERROR | The database server is not running for instance "%s" | Cause: A process check for the DB2 instance did not find any processes running. Action: The DB2 instance must be started. |
103079 | ERROR | LifeKeeper has detected an error while trying to determine the node number(s) of the DB partition server(s) for the instance | Cause: The DB2 Application Recovery Kit was unable to find any nodes for the DB2 instance. Action: Check your DB2 configuration. |
103080 | ERROR | One or more of the database partition servers for instance "%s" is down | Cause: All database partition servers should be running. Action: Ensure all database partition servers are running and retry the operation. |
103081 | ERROR | DB2 local recovery detected another recovery process in progress for "%s" and will exit. | |
103082 | ERROR | Failed to create flag "%s" | Cause: An unexpected error occurred attempting to create a flag for controlling DB2 local recovery processing. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors. |
103083 | ERROR | Failed to remove flag "%s" | Cause: An unexpected error occurred attempting to remove a flag for controlling DB2 local recovery processing. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors. |
103084 | ERROR | Unable to determine the DB2 instance \"$Instance\" home directory | Cause: The DB2 Application Recovery Kit was unable to determine the DB2 instance home directory. Action: Ensure the instance owner name is same as the instance name and retry the operation. |
104002 | FATAL | $msg | Cause: This message indicates an internal software error. Action: The stack trace indicates the source of the error. |
104003 | FATAL | $self->Val(‘Tag’) . " is not an SDR resource" | Cause: A data replication action was attempted on a non data replication resource. Action: Check the logs for related errors and try to resolve the reported problem. |
104010 | ERROR | $self->{‘md’}: bitmap merge failed, $action | Cause: The bitmap merge operation has failed. Action: The target server may have the mirror and/or protected filesystem mounted, or the bitmap file may be missing on the target. Check the target server. |
104022 | ERROR | $argv1: mdadm failed ($ret | Cause: The "mdadm" command has failed to add a device into the mirror. Action: This is usually a temporary condition. |
104023 | ERROR | $_ | Cause: The message contains the output of the "mdadm" command. |
104025 | ERROR | failed to spawn monitor | Cause: The system failed to start the ‘mdadm -F’ monitor process. This should not happen under normal circumstances. Action: Reboot the system to ensure that any potential conflicts are resolved. |
104026 | ERROR | cannot create $md | Cause: The mirror device could not be created. Action: Ensure the device is not already in use and that all other parameters for the mirror creation are correct. |
104027 | ERROR | $_ | Cause: This message contains the "mdadm" command output. |
104035 | ERROR | Too many failures. Aborting resync of $md | Cause: The device was busy for an abnormally long period of time. Action: Reboot the system to be sure that the device is no longer busy. |
104036 | ERROR | Failed to start nbd-server on $target (error $port | Cause: The nbd-server process could not be started on the target server. Action: Ensure that the target disk device is available and that its Device ID has not changed. |
104037 | ERROR | Failed to start compression (error $port | Cause: The system was unable to start the ‘balance’ tunnel process or there was a network problem. Action: Ensure that the network is operating properly and that TCP ports in the range 10000-10512 are opened and unused. Ensure that the software is installed properly on all systems. |
104038 | ERROR | Failed to start nbd-client on $source (error $ret | Cause: The nbd-client process has failed to start on the source server. Action: Look up the reported errno value and try to resolve the problem reported. For example, an errno value of 110 means "Connection timed out", which may indicate a network or firewall problem. |
104039 | ERROR | Failed to add $nbd to $md on $source | Cause: This is usually a temporary condition. Action: If this error persists, reboot the system to resolve any potential conflicts. |
104045 | ERROR | failed to stop $self->{‘md’} | Cause: The mirror device could not be stopped. Action: Ensure that the device is not busy or mounted. Try running "mdadm —stop" manually to stop the device. |
104048 | WARN | failed to kill $proc, pid $pid | Cause: The process could not be signalled. This may indicate that the process has already died. Action: Ensure that the process in question is no longer running. If it is, then reboot the system to clear up the unkillable process. |
104050 | ERROR | Setting $name on $dest failed: $ret. Please try again. | Cause: The system failed to set a ‘mirrorinfo’ file setting. Action: Check the network and systems and retry the mirror setting operation. |
104052 | FATAL | Specified existing mount point "%s" is not mounted | Cause: The mount point became unmounted. Action: Ensure that the mount point is mounted and retry the operation. |
104055 | ERROR | Failed to set up temporary $type access to data for $self->{‘tag’}. Error: $ret | Cause: The filesystem or device was not available on the target server. The mirrored data will not be available on the target server until the mirror is paused and resumed again. Action: Reboot the target server to resolve any potential conflicts. |
104057 | ERROR | Failed to undo temporary access for $self->{‘tag’} on $self->{‘sys’}. Error: $ret. Please verify that $fsid is not mounted on server $self->{‘sys’}. | Cause: The filesystem could not be unmounted on the target server. Action: Ensure that the filesystem and device are not busy on the target server. Reboot the target server to resolve any potential conflicts. |
104062 | FATAL | Cannot find a device with unique ID "%s" | Cause: The target disk could not be identified. Action: Ensure that the appropriate storage recovery kits are installed on the target server. Ensure that the Device ID of the target disk has not changed. |
104066 | FATAL | Cannot get the hardware ID of device "%s" | Cause: A unique ID could not be found for the target disk device. Action: Ensure that the appropriate storage recovery kits are installed on the target server. Ensure that the Device ID of the target disk has not changed. |
104067 | FATAL | Asynchronous writes cannot be enabled without a bitmap file | Cause: An attempt was made to create a mirror with invalid parameters. Action: A bitmap file parameter must be specified or synchronous writes must be specified. |
104068 | FATAL | Failed to extend dependent resource %s to system %s. Error %s | Cause: The hierarchy extend operation failed. Action: Check the logs for related errors and try to resolve the reported problem. |
104070 | FATAL | Unable to extend the mirror "%s" to system "%s" | Cause: The hierarchy extend operation failed. Action: Check the logs for related errors and try to resolve the reported problem. |
104071 | ERROR | Failed to restore target device resources on $target->{‘sys’} : $err | Cause: The in-service operation has failed on the target server. Action: Check the logs for related errors and try to resolve the reported problem. |
104074 | FATAL | Cannot get the hardware ID of device "%s" | Cause: There is no storage recovery kit that recognizes the underlying disk device that you are attempting to use for the mirror. Action: Make sure the appropriate storage recovery kits are installed. If necessary, place your device name in the /opt/LifeKeeper/subsys/scsi/resources/DEVNAME/device_pattern file. |
104081 | FATAL | Cannot make the %s filesystem on "%s" (%d) | Cause: The "mkfs" command failed. Action: Ensure that the disk device is writable and free of errors and that the filesystem tools for the selected filesystem are installed. |
104082 | FATAL | %s | Cause: This message contains the output of the "mkfs" command. |
104083 | FATAL | Cannot create filesys hierarchy "%s" | Cause: The resource creation failed. Action: Check the logs for related errors and try to resolve the reported problem. |
104086 | ERROR | The "%s_data_corrupt" flag is set in "%s/subsys/scsi/resources/netraid/" on system "%s". To avoid data corruption, LifeKeeper will not restore the resource. | Cause: The data corrupt flag file has been set as a precaution to prevent accidental data corruption. The mirror cannot be restored on this server until the file is removed. Action: If you are sure that the data is valid on the server in question, you can either: 1) remove the file and restore the mirror, or 2) force the mirror online using the LifeKeeper GUI or ‘mirror_action force’ command. |
104092 | ERROR | Mirror target resource movement to system %s : status %s | Cause: The hierarchy switchover operation has failed. Action: Check the logs for related errors and try to resolve the reported problem. |
104099 | ERROR | Unable to unextend the mirror for resource "%s" from system "%s" | Cause: The hierarchy unextend operation failed. Action: Reboot the target server to resolve any potential conflicts and retry the operation. |
104106 | ERROR | remote ‘bitmap -m’ command failed on $target->{‘sys’}: $ranges | Cause: The bitmap merge command failed on the target server. This may be caused by one of two things: 1) The bitmap file may be missing or corrupted, or 2) the mirror (md) device may be active on the target. Action: Make sure that the mirror and protected filesystem are not active on the target. If the target’s bitmap file is missing, pause and resume the mirror to recreate the bitmap file. |
104107 | ERROR | Asynchronous writes cannot be enabled without a bitmap file | Cause: Invalid parameters were specified for the mirror create operation. |
104108 | ERROR | Local Partition not available | Cause: Invalid parameters were specified for the mirror create operation. |
104109 | ERROR | Cannot get the hardware ID of device "%s" | Cause: A unique ID could not be determined for the disk device. Action: Ensure that the appropriate storage recovery kits are installed on the server. Ensure that the Device ID of the disk has not changed. |
104111 | FATAL | Insufficient input parameters for "%s" creation | Cause: Invalid parameters were specified for the mirror create operation. |
104112 | FATAL | Insufficient input parameters for "%s" creation | Cause: Invalid parameters were specified for the mirror create operation. |
104113 | FATAL | Insufficient input parameters for "%s" creation | Cause: Invalid parameters were specified for the mirror create operation. |
104114 | FATAL | Insufficient input parameters for "%s" creation | Cause: Invalid parameters were specified for the mirror create operation. |
104115 | FATAL | Insufficient input parameters for "%s" creation | Cause: Invalid parameters were specified for the mirror create operation. |
104117 | FATAL | Insufficient input parameters for "%s" creation | Cause: Invalid parameters were specified for the mirror create operation. |
104118 | FATAL | Cannot unmount existing Mount Point "%s" | Cause: The mount point is busy. Action: Make sure the filesystem is not busy. Stop any processes or applications that may be accessing the filesystem. |
104119 | FATAL | Invalid data replication resource type requested ("%s" | Cause: An invalid parameter was specified for the mirror create operation. |
104124 | EMERG | WARNING: A temporary communication failure has occurred between systems %s and %s. In order to avoid data corruption, data resynchronization will not occur. MANUAL INTERVENTION IS REQUIRED. In order to initiate data resynchronization, you should take one of the following resources out of service: %s on %s or %s on %s. The resource that is taken out of service will become the mirror target. | Cause: A temporary communication failure (split-brain scenario) has occurred between the source and target servers. Action: Perform the steps listed in the message text. |
104125 | ERROR | failed to start ‘$cmd $_2 $user_args’ on ‘$_3‘ | Cause: The specified command failed. Action: Check the logs for related errors and try to resolve the reported problem. |
104126 | ERROR | $_ | Cause: This message contains the output of the command that was reported as failing in message 104125. |
104128 | FATAL | comm path/server not specified | Cause: The netraid.down script was called without specifying the communication path or the server name. This script is called internally so should always have the proper parameters. Action: Report this error to SIOS support. |
104129 | WARN | Cause: The replication connection for the mirror is down. Action: Check the network. |
|
104130 | ERROR | Mirror resize failed on %s (%s). You must successfully complete this operation before using the mirror. Please try again. | Cause: The mirror resize operation has failed to update the mirror metadata on the listed system. Action: You must successfully complete the resize before using the mirror. Re-run mirror_resize (possibly using -f to force the operation if necessary). |
104132 | ERROR | The partition "%s" has an odd number of sectors and system "%s&qquot; is running kernel >= 4.12. Mirrors with this configuration will not work correctly with DataKeeper. Please see the SIOS product documentation for information on how to resize the mirror. | Cause: The partition or disk chosen for mirror creation has an odd number of disk sectors and will have to be resized to be used with DataKeeper. Action: Resize the partition using the ‘parted’ command or resize the disk (is possible) using platform (VMware, AWS) tools. Caution: data may be lost if this is not done carefully. |
104136 | ERROR | Extend failed. | Cause: The hierarchy extend operation failed. Action: Check the logs for related errors and try to resolve the reported problem. |
104143 | ERROR | Mirror resume was unsuccessful ($ret | Cause: The mirror could not be established. Action: Check the logs for related errors and try to resolve the reported problems. |
104144 | ERROR | Unable to stop the mirror access for $self->{‘md’} on system $self->{‘sys’}. Error: $ret. Use the \"mdadm —stop $self->{‘md’}\" command to manually stop the mirror. | Cause: The mirror device created on the target node when the mirror was paused could not be stopped. Action: Ensure that the device is not busy or mounted. Try running "mdadm —stop" manually to stop the device. |
104145 | WARN | Unable to dirty full bitmap. Setting fullsync flag. | Cause: A full resync could not be done by dirtying the full bitmap. The fullsync flag will be used instead. This is a non-fatal error as a full synchronization will still be done. Action: None |
104146 | EMERG | WARNING: The target system %s for mirror %s has the target mirror %s currently active. In order to avoid data corruption, data resynchronization will not occur. MANUAL INTERVENTION IS REQUIRED. In order to initiate data resynchronization, you should reboot system %s. | Cause: The mirror is configured on the target system. Action: The target system should be rebooted. DataKeeper should then be able to resync the mirror. |
104147 | EMERG | WARNING: The target system %s for mirror %s has the target disk %s currently mounted. In order to avoid data corruption, data resynchronization will not occur. MANUAL INTERVENTION IS REQUIRED. In order to initiate data resynchronization, you should unmount %s on %s. A full resync will occur. | Cause: The mirror disk is mounted on the target system. Action: The mirror disk should be unmounted on the target system, in order to initiate a full mirror resync. A full resync is required because untracked changes have occurred on the disk. |
104148 | EMERG | The storage configuration for mirror "%s (%s)" does not have a unique identifier and may have potential for data corruption in some environments in certain circumstances. Please refer to the SIOS Product Documentation for details on DataKeeper storage configuration options. | Cause: The disk chosen for mirroring does not provide a UUID to the operating system. DataKeeper cannot mirror a disk without a UUID. Action: You may be able to create a GPT partition table on the disk to provide a UUID for the disk partitions. |
104156 | WARN | Resynchronization of "%s" is in PENDING state. Current sync_action is: "%s" | Cause: The resynchronization of the md device is detected in PENDING state. Action: LifeKeeper will try to fix the issue by forcing a resynchronization. Check the logs for related errors. When successful assure that the PENDING state has been cleared in /proc/mdstat and the resynchronization is in progress or has been completed for the datarep resource. |
104157 | WARN | /etc/sysconfig/raid-check update failed. Please %s \"md%d\" to SKIP_DEVS. | Cause: Unable to make changes in /etc/sysconfig/raid-check to add or remove an entry to the list of MD devices to skip (SKIP_DEVS). Action: Check system logs for any errors related to raid-check or SKIP_DEVS. Manually add or remove md listed. |
104158 | EMERG | WARNING: The local disk partition $self->{‘part’} for data replication device\n$self->{‘md’} has failed. MANUAL INTERVENTION IS REQUIRED. | Cause: The local device for a mirror failed. The recovery action has been set to nothing in LKDR_FAILURE requiring manual intervention to recover. Action: Check system logs and LifeKeeper logs for errors related to the local disk. |
104163 | WARN | The "%s_data_corrupt" flag is set in "%s/subsys/scsi/resources/netraid/" on system "%s". The mirror is being forced online. | Cause: The mirror is being forced online, overriding the data_corrupt flag. The data on the specified system will be treated as the latest data. If this is not correct then this can lead to data corruption or data loss. Action: None |
104164 | ERROR | The "%s_data_corrupt" flag for related mirror resource "%s" is set in "%s/subsys/scsi/resources/netraid/" on system "%s". To avoid data corruption, LifeKeeper will not restore this mirror or any related mirrors in the hierarchy. | Cause: The data_corrupt flag exists for one or more mirrors in the hierarchy. To avoid corrupting additional data none of the mirrors are brought in-service until all of the data_corrupt flags are resolved. Action: Check the LifeKeeper logs to determine where each mirror was last in-service, aka where the latest data for each mirror resides. The mirrors should be brought in-service on the previous source where the full hierarchy was in-service and allow the mirrors to synchronize with all targets. |
104165 | ERROR | The "%s_data_corrupt" flag for related mirror resource "%s" is set in "%s/subsys/scsi/resources/netraid/" on system "%s". The mirror resource "%s" is being forced online. | Cause: The mirror is being forced online, overriding the data_corrupt flag. The data on the specified system will be treated as the correct data to be synchronized with all targets. This can lead to data corruption or data loss if this is not the latest data. Action: None |
104170 | ERROR | Failed to create \"source\" flag file on shared source %s to track mirror source. This may result in a full resync. | Cause: The ‘source’ flag file was not created on the specified system to track the mirror source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104171 | ERROR | Failed to create \"source\" flag file on %s to track mirror source. Target %s will not be added to mirror. | Cause: The ‘source’ flag file was not created on the specified system to track the mirror source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104172 | ERROR | The \"source\" flag file on %s does not contain a valid target (%s). Full resync to remaining targets is required. | Cause: The ‘source’ flag file should contain the system name of a previous source but the name listed was not found in the list of systems configured. Action: Report this problem to SIOS support. |
104173 | ERROR | Failed to create \"source\" flag file on %s to track mirror source. | Cause: The ‘source’ flag file was not created on the specified system to track the mirror source Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104174 | ERROR | Failed to create \"previous_source\" flag file to track time waiting on source. Will not be able to timeout. | Cause: The ‘previous_source’ flag file was not created on the mirror source to track the mirror’s previous source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104175 | ERROR | Failed to create "data_corrupt" flag file on target "%s". | Cause: The ‘data_corrupt’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104176 | ERROR | The \"source\" flag file on %s to track mirror source does not exist. Full resync is required. | Cause: The source flag file should exist on the system and without it the consistency of the mirror can not be verified. A full resync is required to assure data reliability. Action: Check the LKROOT (/opt/LifeKeeper) file system for error or that it is full. |
104177 | ERROR | Failed to determine amount of time waiting on %s. | Cause: The amount of time waiting for the previous source could not be determined. Targets will be added with a full resync if the previous source is not found. Action: none |
104178 | ERROR | Failed to update "source" flag file on target "%s", previous source must be merged first. | Cause: The source flag file on the target is updated when it is in-sync and stopped so the the next in-service does not require the previous source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104180 | ERROR | Internal Error: \"previous_source\" has the local system name (%s). | Cause: The local system name should not be in the previous_source flag file. Action: Report this error to SIOS support. |
104181 | ERROR | Internal Error: There are no targets waiting on %s to be merged. | Cause: There are no targets waiting for a previous source to merge. Action: Report this error to SIOS support. |
104182 | ERROR | Failed to create \"source\" flag file on %s to track mirror source. This may result in a full resync. | Cause: The ‘source’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104186 | ERROR | Failed to create \"last_owner\" flag file on %s to track mirror source. This may allow in-service of mirror on old data. | Cause: The ‘last_owner’ flag file was not created on the source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104187 | WARN | $REM_MACH has ${REM_TAG}_last_owner file, create flag ${FLAGTAG}_data_corrupt. | Cause: The system listed had the mirror in-service last. Action: The system listed has the last_owner file that indicates it has the most recent data and is most likely the best system to in-service the mirror to avoid losing data. |
104188 | WARN | $REM_MACH is not alive, create flag ${FLAGTAG}_data_corrupt. | Cause: The system listed is not alive. Action: Since the system listed is not alive, it cannot be determined whether that system was a more recent mirror source than the local system. Therefore the local system should not automatically be allowed to bring the mirror in-service. |
104200 | EMERG | Continue to wait for %s to merge bitmap and do partial resyncs to all targets, no timeout set. | Cause: In a multi-target configuration targets will not be configured until the previous source is available to merge its bitmap so that all targets will be able to partially resynchronize. The LKDR_WAIT_ON_PREVIOUS_SOURCE_TIMEOUT entry in /etc/defaults/LifeKeeper is set to “-1” to wait indefinitely. Action: Check on the status of the previous source listed in the message and resolve any issues that are preventing it from rejoining the cluster. |
104201 | EMERG | To stop waiting for the previous source (forcing a full resync to remaining waiting targets) run: \"%s/bin/mirror_action %s fullresync %s %s\" on %s. | Cause: In a multi-target configuration targets are not being configured, waiting on the previous source to rejoin the cluster. Action: Run the command listed in the message to force an immediate full resynchronization to this target and any remaining targets waiting to be resynchronized. |
104202 | EMERG | Continue to wait for %s to merge bitmap and do partial resyncs to all targets. Continue to wait %d more seconds. | Cause: In a multi-target configuration targets will not be configured until the previous source is available to merge its bitmap so that all targets will be able to partially resynchronize. The LKDR_WAIT_ON_PREVIOUS_SOURCE_TIMEOUT entry in /etc/defaults/LifeKeeper is set to the number of seconds to wait. If the previous source does not join the cluster in that time then targets will be added with a full resynchronization. Action: Check on the status of the previous source listed in the message and resolve any issues that are preventing it from rejoining the cluster. |
104203 | EMERG | To stop waiting for the previous source (forcing a full resync to remaining waiting targets) run: \"%s/bin/mirror_action %s fullresync %s %s\" on %s. | Cause: In a multi-target configuration targets are not being configured, waiting on the previous source to rejoin the cluster. Action: Run the command listed in the message to force an immediate full resynchronization to this target and any remaining targets waiting to be resynchronized. |
104207 | ERROR | Failed to create "data_corrupt" flag file on "%s". | Cause: The ‘data_corrupt’ flag file was not created on the source listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104208 | ERROR | Failed to create "data_corrupt" flag file on target "%s". | Cause: The ‘data_corrupt’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104209 | ERROR | Failed to create "data_corrupt" flag file on "%s". | Cause: The ‘data_corrupt’ flag file was not created on the source listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104210 | ERROR | Failed to create "data_corrupt" flag file on target "%s". | Cause: The ‘data_corrupt’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104211 | ERROR | Failed to create "data_corrupt" flag file on target "%s". | Cause: The ‘data_corrupt’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104212 | ERROR | The \"source\" flag file on %s to track mirror source does not exist. Full resync to remaining targets is required. | Cause: The source flag file should exist on the system and without it the consistency of the mirror can not be verified. A full resync is required to assure data reliability. All targets not already being mirrored will require a full resync. Action: Check the LKROOT (/opt/LifeKeeper) file system for error or that it is full. |
104214 | ERROR | Failed to create \"source\" flag file on %s to track mirror source. | Cause: The ‘source’ flag file was not created on the specified system to track the mirror source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104216 | ERROR | Failed to create "data_corrupt" flag file on target "%s". | Cause: The ‘data_corrupt’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104217 | ERROR | Failed to create \"source\" flag file on shared source %s to track mirror source. This may result in a full resync. | Cause: The ‘source’ flag file was not created on the specified system to track the mirror source. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104218 | ERROR | Failed to create "data_corrupt" flag file on target "%s". | Cause: The ‘data_corrupt’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full |
104221 | ERROR | Failed to create \"last_owner\" flag file on %s to track mirror source. This may allow in-service of mirror on old data. | Cause: The ‘last_owner’ flag file was not created on the target listed. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104222 | ERROR | Failed to create "last_owner" flag file to track mirror source". This may allow in-service of mirror on old data. | Cause: The ‘last_owner’’ flag file is used to know where the mirror was last in-service. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104223 | ERROR | Failed to create "last_owner" flag file to track mirror source". This may allow in-service of mirror on old data. | Cause: The ‘last_owner’’ flag file is used to know where the mirror was last in-service. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104224 | ERROR | Failed to create \"previous_source\" flag file. | Cause: The ‘previous_source’ flag file was not created. This is needed to merge the previous source bitmap to avoid a full resync. Action: Check the LKROOT (/opt/LifeKeeper) file system for errors or that it is full. |
104227 | ERROR | Failed to set %s to %s. | Cause: This message indicates a failure to set a sysfs parameter for the nbd driver (/sys/block/nbdX). Action: It may be necessary to adjust one or more of: NBD_NR_REQUESTS in /etc/default/LifeKeeper to avoid this error. |
104232 | ERROR | Mirror resize failed on %s (%s). Could not set size to %d. | Cause: The mirror resize operation failed. |
104233 | ERROR | Mirror resize failed on %s (%s). Could not set bitmap to %s and bitmap-chunk to %d. | Cause: The mirror resize operation failed. |
104234 | ERROR | The mirror %s failed to resize. You must successfully complete this operation before using the mirror. Please try again. | Cause: The mirror resize operation failed. |
104235 | ERROR | mirror_resize of mirror %s failed due to signal "%s". | Cause: The mirror resize operation failed. |
104251 | ERROR | There is no LifeKeeper protected resource with tag $tag on system $me. | Cause: The given tag does not correspond to a LifeKeeper protected resource on the given system. Action: Verify that the resource tag and system name are correct. |
104252 | ERROR | Resource $tag is not a $app/$typ resource. Please use the $ins_app/$ins_typ resource-specific canfailover script instead. | Cause: The scsi/netraid-specific canfailover script was called for a non-scsi/netraid resource. Action: Use the canfailover script, if it exists, corresponding to the appropriate app and type of the given resource. |
112976 | ERROR | There is no LifeKeeper protected resource with tag $tag on system $me. | |
112977 | ERROR | Resource $tag is not a $app/$typ resource. Please use the $ins_app/$ins_typ resource-specific canfailover script instead. | |
122005 | ERROR | Unable to "%s" on "%s" | Cause: There was an unexpected error running "getlocks". Action: Check the logs for related errors and try to resolve the reported problem. |
122007 | ERROR | Unable to "%s" on "%s" | Cause: There was an unexpected error running "rlslocks". Action: Check the logs for related errors and try to resolve the reported problem. |
122009 | ERROR | The path %s is not a valid file. | Cause: There is no listener.ora file. Action: Ensure the file exists and retry the operation. |
122010 | ERROR | The listener user does not exist on the server %s. | Cause: "Stat" command could not get user id. Action: Retry the operation. |
122011 | ERROR | The listener user does not exist on the server %s. | Cause: UID is not in passwd file. Action: Ensure the UID exists in passwd file and retry the operation. |
122012 | ERROR | The listener user does not exist on the server %s. | Cause: User name is not in passwd file. Action: Ensure the user name exists in passwd file; retry the operation. |
122023 | ERROR | The %s command failed (%d | Cause: This message contains the return code of the "lsnrctl" command. Action: Check the logs for related errors and try to resolve the reported problem. |
122024 | ERROR | $line | Cause: The message contains the output of the "lsnrctl" command. Action: Check the logs for related errors and try to resolve the reported problem. |
122039 | ERROR | Usage error | Cause: Invalid parameters were specified for the restore operation. Action: Verify the parameters and retry the operation. |
122040 | ERROR | Script $cmd has hung on the restore of \"$opt_t\". Forcibly terminating. | Cause: The listener restore script reached its timeout value. Action: Ensure listener.ora is valid and that LSNR_START_TIME (default 35 seconds) in /etc/default/LifeKeeper is set to a value greater than or equal to the time needed to start the listener. |
122041 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: LifeKeeper was unable to restore the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122045 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: Failed to get resource information. Action: Check your LifeKeeper configuration. |
122046 | ERROR | Usage error | Cause: Invalid parameters were specified for the restore operation. Action: Verify the parameters and retry the operation. |
122049 | ERROR | The script $cmd has hung on remove of \"$opt_t\". Forcibly terminating. | Cause: The listener remove script reached its timeout value. Action: Ensure listener.ora is valid and that LSNR_STOP_TIME (default 35 seconds) in /etc/default/LifeKeeper is set to a value greater than or equal to the time needed to stop the listener. |
122051 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122055 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: LifeKeeper was unable to quickCheck the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122057 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122064 | WARN | The %s level is set to %s a %s will not occur. | Cause: The minimal Listener protection level is Start and Monitor. Action: Start the listener manually. |
122066 | ERROR | Script has hung checking \"$tag\". Forcibly terminating. | Cause: The listener quickCheck script reached its timeout value. Action: Ensure listener.ora is valid and that LSNR_STATUS_TIME (default 15 seconds) in /etc/default/LifeKeeper is set to a value greater than or equal to the time needed to check the listener. |
122067 | ERROR | Usage error | Cause: Invalid parameters were specified for the quickCheck operation. Action: Verify the parameters and retry the operation. |
122069 | ERROR | Usage error | Cause: Invalid parameters were specified for the delete operation. Action: Verify the parameters and retry the operation. |
122072 | ERROR | %s: resource "%s" not found on local server | Cause: Invalid parameters were specified for the recover operation. Action: Verify the parameters and retry the operation. |
122074 | WARN | The local recovery attempt has failed but %s level is set to %s preventing a failover to another node in the cluster. With %s recovery set all local recovery failures will exit successfully to prevent resource failovers. | Cause: The optional listener recovery level is set to local recovery only. Action: Switch over the resource tree manually. |
122078 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: LifeKeeper was unable to recover the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122082 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122083 | ERROR | $cmd has hung checking \"$tag\". Forcibly terminating | Cause: The recover script was stopped by signal. Action: Ensure listener.ora is valid. |
122084 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: LifeKeeper was unable to extend the resource {resource} on {server}. Action: Verify the parameters and retry the operation. |
122085 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the canextend operation. Action: Verify the parameters and retry the operation. |
122086 | ERROR | The values specified for the target and the template servers are the same. Please specify the correct values for the target and template servers. | Cause: The values specified for the target and the template servers are the same. Action: Perform the steps listed in the message text. |
122087 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122088 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: Failed to get listener user name from resource information. Action: Ensure the resource info field is valid then retry the operation. |
122089 | ERROR | The listener user %s does not exist on the server %s. | Cause: User name is not in passwd file. Action: Ensure the user name exists in passwd file and retry the operation. |
122090 | ERROR | The id for user %s is not the same on template server %s and target server %s. | Cause: User ID should be same on both servers. Action: Trim user ID to the same. |
122091 | ERROR | The group id for user %s is not the same on template server %s and target server %s. | Cause: Group ID should be same on both servers. Action: Trim group ID to the same. |
122092 | ERROR | Cannot access canextend script "%s" on server "%s" | Cause: LifeKeeper was unable to run pre-extend checks because it was unable to find the "canextend" script on {server}. Action: Check your LifeKeeper configuration. |
122097 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "configActions" operation. Action: Verify the arguments and retry the operation. |
122098 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122099 | ERROR | Unable to update the resource %s to change the %s to %s on %s. | Cause: LifeKeeper failed to put information into the info field. Action: Restart LifeKeeper and retry the operation. |
122100 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122101 | ERROR | Unable to update the resource %s to change the %s to %s on %s. | Cause: LifeKeeper failed to put information to info field on {server}. Action: Restart LifeKeeper on {server} and retry the operation. |
122103 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the create operation. Action: Verify the parameters and retry the operation. |
122124 | ERROR | END failed hierarchy "%s" of resource "%s" on server "%s" with return value of %d | Cause: LifeKeeper was unable to create the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122126 | ERROR | Unable to "%s" on "%s | Cause: There was an unexpected error running "rlslocks". Action: Check the logs for related errors and try to resolve the reported problem. |
122127 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: LifeKeeper was unable to create the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122129 | ERROR | Unable to "%s" on "%s | Cause: There was an unexpected error running "getlocks." Action: Check the logs for related errors and try to resolve the reported problem. |
122131 | ERROR | Error creating resource "%s" on server "%s" | Cause: LifeKeeper was unable to create the resource {resource} on {server}. Action: Check your LifeKeeper configuration. |
122133 | ERROR | Unable to create a file system resource hierarchy for the file system %s. | Cause: There was an unexpected error running "filesyshier." Action: Check adjacent log messages for further details. |
122135 | ERROR | Unable to create a dependency between parent tag %s and child tag %s. | Cause: There was an unexpected error running "dep_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122140 | ERROR | Resource "%s" is not ISP on server "%s" Manually bring the resource in service and retry the operation | Cause: IP resource {tag} which the listener resource depends on should be ISP. Action: Perform the steps listed in the message text. |
122141 | ERROR | Unable to create a dependency between parent tag %s and child tag %s. | Cause: There was an unexpected error running "dep_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122144 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the "create_ins" operation. Action: Verify the parameters and retry the operation. |
122145 | ERROR | An error has occurred in utility %s on server %s. View the LifeKeeper logs for details and retry the operation. | Cause: There was an unexpected error running "app_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122146 | ERROR | An error has occurred in utility %s on server %s. View the LifeKeeper logs for details and retry the operation. | Cause: There was an unexpected error running "typ_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122147 | ERROR | An error has occurred in utility %s on server %s. View the LifeKeeper logs for details and retry the operation. | Cause: There was an unexpected error running "newtag." Action: Check the logs for related errors and try to resolve the reported problem. |
122148 | ERROR | Error creating resource "%s" on server "%s" | Cause: LifeKeeper was unable to create the resource {resource} on {server}. Action: Check your LifeKeeper configuration. |
122149 | ERROR | An error has occurred in utility %s on server %s. View the LifeKeeper logs for details and retry the operation. | Cause: There was an unexpected error running "ins_setstate." Action: Check the logs for related errors and try to resolve the reported problem. |
122150 | ERROR | Error creating resource "%s" on server "%s" | Cause: LifeKeeper was unable to create the resource {resource} on {server}. Action: Check your LifeKeeper configuration. |
122151 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "depstoextend" operation. Action: Verify the arguments and retry the operation. |
122152 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the "extend" operation. Action: Verify the parameters and retry the operation. |
122153 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122154 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: LifeKeeper was unable to extend the resource {resource} on {server}. |
122155 | ERROR | Resource with either matching tag "%s" or id "%s" already exists on server "%s" for App "%s" and Type "%s" | Cause: During the Listener resource extension, a resource instance was found using the same {tag} and/or {id} but with a different resource application and type. Action: Resource IDs must be unique. The resource instance with the ID matching the Oracle Listener resource instance must be removed. |
122156 | ERROR | Cannot access extend script "%s" on server "%s" | Cause: LifeKeeper was unable to extend the resource hierarchy because it was unable to the find the script EXTEND on {server}. Action: Check your LifeKeeper configuration. |
122157 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "getConfigIps" operation. Action: Verify the arguments and retry the operation. |
122158 | ERROR | The file %s is not a valid listener file. The file does not contain any listener definitions. | Cause: Failed to find any listener definitions. Action: Ensure listener definition is in the listener.ora and retry the operation. |
122159 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "getSidListeners" operation. Action: Verify the arguments and retry the operation. |
122160 | ERROR | The file %s is not a valid listener file. The file does not contain any listener definitions. | Cause: Failed to find any listener definitions. Action: Ensure listener definition is in the listener.ora and retry the operation. |
122161 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "lsn-display" operation. Action: Verify the arguments and retry the operation. |
122162 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: LifeKeeper was unable to find the resource {tag} on {server}. Action: Check your LifeKeeper configuration. |
122163 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the updateHelper operation. Action: Verify the parameters and retry the operation. |
122164 | ERROR | END failed hierarchy "%s" of resource "%s" on server "%s" with return value of %d | Cause: LifeKeeper was unable to update the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122166 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the "updateHelper" operation. Action: Verify the parameters and retry the operation. |
122170 | ERROR | Unable to create a dependency between parent tag %s and child tag %s. | Cause: There was an unexpected error running "dep_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122171 | ERROR | Unable to create a dependency between parent tag %s and child tag %s. | Cause: There was an unexpected error running "dep_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122172 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "updIPDeps" operation. Action: Verify the arguments and retry the operation. |
122173 | ERROR | END failed hierarchy "%s" of resource "%s" on server "%s" with return value of %d | Cause: LifeKeeper was unable to update the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122175 | ERROR | Unable to "%s" on "%s | Cause: There was an unexpected error running "rlslocks." Action: Check the logs for related errors and try to resolve the reported problem. |
122177 | ERROR | Unable to "%s" on "%s | Cause: There was an unexpected error running "getlocks." Action: Check the logs for related errors and try to resolve the reported problem. |
122180 | ERROR | Unable to create a dependency between parent tag %s and child tag %s. | Cause: There was an unexpected error running "dep_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122181 | ERROR | Unable to create a dependency between parent tag %s and child tag %s. | Cause: There was an unexpected error running "dep_create." Action: Check the logs for related errors and try to resolve the reported problem. |
122183 | ERROR | The path %s is not a valid file. | Cause: There is no listener.ora file. Action: Ensure the file exists and retry the operation. |
122185 | ERROR | The file %s is not a valid listener file. The file does not contain any listener definitions. | Cause: LifeKeeper failed to find any valid listener definitions. Action: Ensure there are valid listener definitions in the listener.ora and retry the operation. |
122186 | ERROR | The value specified for %s cannot be empty. Please specify a value for this field. | Cause: The config and/or executable {path} field is empty. Action: Input a non-empty value for {path} and retry the operation. |
122187 | ERROR | The path %s is not a valid file or directory. | Cause: The defined {path} is invalid. Action: Ensure the {path} exists and retry the operation. |
122188 | ERROR | The path %s is not a valid file or directory. | Cause: There is no {path}. Action: Ensure the {path} exists and retry the operation. |
122189 | ERROR | The value specified for %s cannot be empty. Please specify a value for this field. | Cause: The config and/or executable Path field is empty. Action: Input path for the field. |
122190 | ERROR | Usage: %s %s | Cause: Invalid arguments were specified for the "valid_rpath" operation. Action: Verify the arguments and retry the operation. |
122191 | ERROR | The values specified for the target and the template servers are the same. | Cause: Invalid argument of valid_rpath. Action: Ensure arguments and retry the operation. |
122192 | ERROR | Unable to find the configuration file "oratab" in its default locations, /etc/oratab or %s on "%s" | Cause: There is no oratab file in /etc/oratab or {path}. Action: Ensure oratab file exists in {path} or ORACLE_ORATABLOC in /etc/default/Lifekeeper is set to a valid path. |
122193 | ERROR | Unable to find the configuration file "oratab" in its default locations, /etc/oratab or %s on "%s" | Cause: There is no oratab file in /etc/oratab or {path}. Action: Ensure oratab file exists in {path} or ORACLE_ORATABLOC in /etc/default/Lifekeeper is set to a valid path. |
122194 | ERROR | Unable to find the configuration file "oratab" in its default locations, /etc/oratab or %s on "%s" | Cause: There is no oratab file in /etc/oratab or {path}. Action: Ensure oratab file exists in {path} or ORACLE_ORATABLOC in /etc/default/Lifekeeper is set to a valid path. |
122195 | ERROR | Unable to find the configuration file "oratab" in its default locations, /etc/oratab or %s on "%s" | Cause: There is no oratab file in /etc/oratab or {path}. Action: Ensure oratab file exists in {path} or ORACLE_ORATABLOC in /etc/default/Lifekeeper is set to a valid path. |
122196 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: LifeKeeper was unable to remove the resource {resource} on {server}. Action: Check the logs for related errors and try to resolve the reported problem. |
122197 | ERROR | Unable to find the configuration file \"oratab\" in its default locations, /etc/oratab or $listener::oraTab on \"$me\" | Cause: There is no oratab file in /etc/oratab or {path}. Action: Ensure oratab file exists in {path} or ORACLE_ORATABLOC in /etc/default/Lifekeeper is set to a valid path. |
122198 | ERROR | remove for $okListener failed. | |
122251 | ERROR | Update of pluggable database info field for "%s" on "%s" failed (%s). | |
122252 | ERROR | Initial connect with query buffer to database "%s" on "%s" failed, testing output. | |
122253 | ERROR | The Oracle database "%s" is not running or no open connections are available on "%s". | |
122261 | ERROR | The Oracle resource (%s) and dependency are not set on %s. | |
122262 | ERROR | Usage: %s %s | |
122263 | ERROR | The restore of %s has timed out on server %s. The default TIMEOUT is 300 seconds. To increase the TIMEOUT, set ORACLE_RESTORE_TIMEOUT in /etc/default/LifeKeeper. | |
122264 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | |
122268 | ERROR | Failed to create object instance for Oracle on "%s". | |
122269 | ERROR | no dependency for Oracle on "%s". | |
122270 | ERROR | Unable to find the Oracle executable "%s" on "%s". | |
122271 | ERROR | Usage: %s %s | |
122272 | ERROR | The remove of %s has timed out on server %s. The default TIMEOUT is 300 seconds. To increase the TIMEOUT, set ORACLE_REMOVE_TIMEOUT in /etc/default/LifeKeeper. | |
122273 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | |
122277 | ERROR | Usage: %s %s | |
122278 | ERROR | Failed to create object instance for Oracle on "%s". | |
122279 | ERROR | no dependency for Oracle on "%s". | |
122280 | ERROR | Unable to find the Oracle executable "%s" on "%s". | |
122281 | ERROR | The quickCheck of %s has timed out on server %s. The default TIMEOUT is 45 seconds. To increase the TIMEOUT, set ORACLE_QUICKCHECK_TIMEOUT in /etc/default/LifeKeeper. | |
122282 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | |
122284 | ERROR | Failed to create object instance for Oracle on "%s". | |
122285 | ERROR | no dependency for Oracle on "%s". | |
122287 | ERROR | Unable to find the Oracle executable "%s" on "%s". | |
122288 | ERROR | Usage: %s %s | |
122291 | ERROR | Cannot extend resource "%s" to server "%s" | |
122292 | ERROR | The values specified for the target and the template servers are the same: "%s". | |
122294 | ERROR | Cannot access canextend script "%s" on server "%s" | |
122295 | ERROR | Usage: %s %s | |
122296 | ERROR | DB instance "%s" is not protected on "%s". | |
122297 | ERROR | Failed to create object instance for OraclePDB on "%s". | |
122298 | ERROR | Unable to locate the oratab file "%s" on "%s". | |
122299 | ERROR | END failed hierarchy "%s" of resource "%s" on server "%s" with return value of %d | |
122301 | ERROR | Unable to "%s" on "%s" during resource create. | |
122302 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | |
122304 | ERROR | Unable to "%s" on "%s" during resource create. | |
122305 | ERROR | Unable to determine Oracle user for "%s" on "%s". | |
122306 | ERROR | Error creating resource "%s" on server "%s" | |
122308 | ERROR | Dependency creation between Oracle pluggable database "%s (%s)" and the dependent resource "%s" on "%s" failed. Reason | |
122309 | ERROR | %s | |
122311 | ERROR | In-service attempted failed for tag "%s" on "%s". | |
122312 | ERROR | Usage: %s %s | |
122313 | ERROR | Create of app "%s" on "%s" failed with return code of "%d". | |
122314 | ERROR | Create of typ "%s" for app "%s" on "%s" failed with return code of "%d". | |
122316 | ERROR | Create of resource tag via "newtag" on "%s" failed. | |
122318 | ERROR | Error creating resource "%s" on server "%s" | |
122320 | ERROR | Setting "resstate" for resource "%s" on "%s" failed with return code of "%d". | |
122321 | ERROR | Error creating resource "%s" on server "%s" | |
122322 | ERROR | Usage: %s %s | |
122323 | ERROR | Usage: %s %s | |
122324 | ERROR | Usage: %s %s | |
122325 | ERROR | Cannot extend resource "%s" to server "%s" | |
122326 | ERROR | Resource with either matching tag "%s" or id "%s" already exists on server "%s" for App "%s" and Type "%s" | |
122327 | ERROR | Error creating resource "%s" on server "%s" | |
122328 | ERROR | Cannot access extend script "%s" on server "%s" | |
122329 | ERROR | Cannot extend resource "%s" to server "%s" | |
122330 | ERROR | Usage: %s %s | |
122331 | ERROR | Failed to create object instance for OraclePDB on "%s". | |
122332 | ERROR | Usage: %s %s | |
122334 | ERROR | Backup node %s is unreachable; abort protection PDB changes. | |
122336 | ERROR | Update of protection PDB failed for "%s" on "%s". | |
122339 | ERROR | Usage: %s %s | |
122340 | ERROR | Usage: %s %s | |
122341 | ERROR | Usage: %s %s | |
122342 | ERROR | Failed to create object instance for OraclePDB on "%s". | |
122343 | ERROR | Usage: %s %s | |
122344 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | |
122348 | ERROR | Failed to create flag "%s" on "%s". | |
122350 | ERROR | Failed to create object instance for Oracle on "%s". | |
122351 | ERROR | no dependency for Oracle on "%s". | |
122353 | ERROR | Unable to find the Oracle executable "%s" on "%s". | |
122356 | ERROR | Usage: %s %s | |
122357 | ERROR | Failed to create object instance for OraclePDB on "%s". | |
122358 | ERROR | The selected oracle SID "%s" is not a CDB. | |
122359 | ERROR | No protectable PDB found for the selected SID "%s". | |
122360 | ERROR | No protected Oracle database found on "%s". | |
122500 | ERROR | Usage: %s %s | Cause: Invalid parameters were specified for the create operation. Action: Verify the parameters are correct and retry the operation. |
122501 | ERROR | DB instance "%s" is already protected on "%s". | Cause: An attempt was made to protect an Oracle database instance {sid} that is already under LifeKeeper protection on {server}. Action: You must select a different database instance {sid} for LifeKeeper protection. |
122502 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122503 | ERROR | Unable to locate the oratab file "%s" on "%s". | Cause: The oratab file was not found at the default or alternate locations on {server}. Action: Verify the oratab file exists and has proper permissions for the Oracle user. A valid oratab file is required to complete the "create" operation. |
122504 | ERROR | Unable to determine Oracle user for "%s" on "%s". | Cause: The Oracle Application Recovery Kit was unable to determine the ownership of the Oracle database installation binaries. Action: The owner of the Oracle binaries must be a valid non-root user on {server}. Correct the permissions and ownership of the Oracle database installation and retry the operation. |
122505 | ERROR | The Oracle database "%s" is not running or no open connections are available on "%s". | Cause: The database instance {sid} was not running or connections to the database were not available via the credentials provided. Action: The database instance {sid} must be started on {server} and the proper credentials must be provided for the completion of the "create" operation. |
122506 | ERROR | Unable to determine Oracle dbspaces and logfiles for "%s" on "%s". | Cause: A query to determine the location of required tablespaces, logfiles and related database files failed. This may have been caused by an internal database error. Action: Check the adjacent log messages for further details and related errors. Check the Oracle log (alert.log) and related trace logs (*.trc) for additional information and correct the reported problem(s). |
122507 | ERROR | Unknown chunk type found for "%s" on "%s". | Cause: The specified tablespace, logfile or other required database file is not one of the LifeKeeper supported file or character device types. Action: The specified file {database_file} must reference an existing character device or file. Consult the Oracle installation documentation to recreate the specified file {database_file} as a supported file or character device type. |
122508 | ERROR | DB Chunk "%s" for "%s" on "%s" does not reside on a shared file system. | Cause: The specified tablespace, logfile or other required database file {database_file} does not reside on a file system that is shared with other systems in the cluster. Action: Use the LifeKeeper UI or "lcdstatus (1M)" to verify that communication paths have been properly created. Use "rpm" to verify that the necessary Application Recovery Kits for storage protection have been installed. Verify that the file is, in fact, not on shared storage, and if not, move it to a shared storage device. |
122510 | ERROR | File system create failed for "%s" on "%s". Reason | Cause: LifeKeeper was unable to create the resource {filesystem} on the specified server {server}. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the "create" operation. |
122511 | ERROR | %s | Cause: The message contains the output of the "filesyshier" command. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors. |
122513 | ERROR | Dependency creation between Oracle database "%s (%s)" and the dependent resource "%s" on "%s" failed. Reason | Cause: LifeKeeper was unable to create a dependency between the database resource {tag} and the necessary child resource {childtag}. Action: Check adjacent log messages for further details and related messages. Once any problems have been corrected, it may be possible to create the dependency between {tag} and {childtag} manually. |
122514 | ERROR | Unable to "%s" on "%s" during resource create. | Cause: The Oracle Application Recovery Kit was unable to release the administrative lock using the "rlslocks" command. Action: Check adjacent log messages for further details and related messages. |
122516 | ERROR | Raw device resource created failed for "%s" on "%s". Reason | Cause: LifeKeeper was unable to create the resource {raw device} on the specified server {server}. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the "create" operation. |
122519 | ERROR | In-service attempted failed for tag "%s" on "%s". | Cause: The "perform_action" command for {tag} on {server} failed to start the database {sid}. The in-service operation has failed. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the "create" operation. |
122521 | ERROR | Create of app "%s" on "%s" failed with return code of "%d". | Cause: There was an error running the command "app_create" to create the internal application type. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122522 | ERROR | Create of typ "%s" for app "%s" on "%s" failed with return code of "%d". | Cause: There was an error running the command "typ_create" to create the internal resource type. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122524 | ERROR | Setting "resstate" for resource "%s" on "%s" failed with return code of "%d". | Cause: There was an error running the command "ins_setstate" to set the resource state to {state}. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122525 | ERROR | The values specified for the target and the template servers are the same: "%s". | Cause: The value specified for the target and template servers for the "extend" operation were the same. Action: You must specify the correct parameter for the {target server} and {template server}. The {target server} is the server where the {tag} will be extended. |
122526 | ERROR | Unable to locate the oratab file in "/etc" or in "%s" on "%s". | Cause: The oratab file was not found at the default or alternate locations on {server}. Action: Verify the oratab file exists and has proper permissions for the Oracle user. A valid oratab file is required to complete the "extend" operation. |
122527 | ERROR | Unable to retrieve the Oracle user on "%s". | Cause: An attempt to retrieve the Oracle user from {template server} during a "canextend" or "extend" operation failed. Action: The owner of the Oracle binaries must be a valid user on {target server} and {template server}. Correct the permissions and ownership of the Oracle database installation and retry the operation. |
122528 | ERROR | The Oracle user and/or group information for user "%s" does not exist on the server "%s". | Cause: LifeKeeper is unable to find the Oracle user and/or group information for the Oracle user {user} on the server {server}. Action: Verify the Oracle user {user} exists on the specified {server}. If the user {user} does not exist, it should be created with the same uid and gid on all servers in the cluster. |
122529 | ERROR | The id for user "%s" is not the same on template server "%s" and target server "%s". | Cause: The user id on the target server {target server} for the Oracle user {user} does not match the value of the user {user} on the template server {template server}. Action: The user ids for the Oracle user {user} must match on all servers in the cluster. The user id mismatch should be corrected manually on all servers before retrying the "extend" operation. |
122530 | ERROR | The group id for user "%s" is not the same on template server "%s" and target server "%s". | Cause: The group id on the target server {target server} for the Oracle user {user} does not match the value of the user {user} on the template server {template server}. Action: The group ids for the Oracle user {user} must match on all servers in the cluster. The group id mismatch should be corrected manually on all servers before retrying the "extend" operation. |
122532 | ERROR | No file system or raw devices found to extend for "%s" on "%s". | Cause: There were no dependent file system or raw device resources found for the Oracle resource {tag} on server {template server}. Action: Check adjacent log messages for further details and related messages. |
122533 | WARN | A RAMDISK (%s) was detected in the ORACLE Database configuration for "%s" on "%s". LifeKeeper cannot protect RAMDISK. This RAMDISK resource will not be protected by LifeKeeper! ORACLE hierarchy creation will continue. | Cause: The specified tablespace, logfile or other database file {database_file} was detected as a ramdisk. No protection is available for this type of resource in the current LifeKeeper product. Action: The ramdisk will not be protected. You must manually ensure that the required database file {database_file} will be available during all Oracle database operations. |
122534 | ERROR | Failed to initialize object instance for Oracle sid "%s" on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122537 | ERROR | Update of instance info field for "%s" on "%s" failed (%s). | Cause: There was an error while running the command "ins_setinfo" to update the internal resource information field. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122538 | ERROR | Initial connect with query buffer to database "%s" on "%s" failed, testing output. | Cause: A connection attempt to the Oracle database {sid} to determine the database status has failed. Action: The connection attempt failed with the specified credentials. Check the adjacent log messages for further details and related errors. Check the Oracle log (alert.log) and related trace logs (*.trc) for additional information and correct the reported problem(s). |
122542 | ERROR | The "%s [ %s ]" attempt of the database "%s" appears to have failed on "%s". | Cause: The attempted Oracle action {action} using method {action_method} for the database instance {sid} failed on the server {server}. Action: Check the adjacent log messages for further details and related errors. Check the Oracle log (alert.log) and related trace logs (*.trc) for additional information and correct the reported problem(s). |
122543 | ERROR | All attempts to "%s" database "%s" on "%s" failed | Cause: All efforts to perform the action {action} on the Oracle database {sid} on server {server} have failed. Action: Check the adjacent log messages for further details and related errors. Check the Oracle log (alert.log) and related trace logs (*.trc) for additional information and correct the reported problem(s). |
122544 | ERROR | Update of "%s" sid "%s" on "%s" failed. Reason: "%s" "%s" failed: "%s". | Cause: An unexpected error occurred while attempting to update the oratab entry for the database {sid}. The error occurred while attempting to open the oratab file. Action: The oratab file entry for {sid} will need to be updated manually to turn off the automatic start up of the database at system boot. |
122545 | ERROR | Unable to locate the oratab file in "/etc" or in "%s" on "%s". | Cause: The oratab file was not found at the default or alternate locations on {server}. Action: Verify the oratab file exists and has proper permissions for the oracle user. A valid oratab file is required to complete the "extend" operation. |
122546 | ERROR | Unable to open file "%s" on "%s" (%s). | Cause: The specified file {file} could not be opened or accessed on the server {server} due to the error {error}. Action: Verify the existence and permissions on the specified file {file}. Check adjacent log messages for further details and related errors. You must correct any reported errors before retrying the operation. |
122547 | ERROR | (cleanUpPids):Forcefully killing hung pid(s):pid(s)="%s" | Cause: The process {pid} failed to respond to the request to terminate gracefully. The process {pid} will be forcefully terminated. Action: Use the command line to verify that the process {pid} has been terminated. Check the adjacent log messages for further details and related messages. |
122548 | ERROR | Unable to locate the DB utility (%s/%s) on this host. | Cause: The Oracle binaries and required database utility {utility} located at {path/utility} were not found on this server {server}. Action: Verify that the Oracle binaries and required software utilities are installed and properly configured on the server {server}. The Oracle binaries must be installed locally on each node or located on shared storage available to all nodes in the cluster. |
122549 | ERROR | Oracle internal error or non-standard Oracle configuration detected. Oracle User and/or Group set to "root". | Cause: The detected ownership of the Oracle database installation resolves to the root user and/or root group. Ownership of the Oracle installation by root is a non-standard configuration. Action: The owner of the Oracle binaries must be a valid non-root user on {server}. Correct the permissions and ownership of the Oracle database installation and retry the operation. |
122550 | ERROR | Initial inspection of "%s" failed, verifying failure or success of received output. | Cause: The previous Oracle query {query} or command {cmd} failed to return success. Action: Check the adjacent log messages for further details and related errors. Check the Oracle log (alert.log) and related trace logs (*.trc) for additional information and correct the reported problem(s). |
122551 | ERROR | Logon failed with "%s" for "%s" on "%s". Please check username/password and privileges. | Cause: The logon with the credentials {credentials} for the database instance {sid} on server {server} failed. An invalid user {user} or password was specified. Action: Verify that the Oracle database user {user} and password {password} are indeed valid. In addition, the Oracle database user {user} must have sufficient privileges for the attempted action. |
122552 | ERROR | %s | Cause: The message contains the output of the "sqlplus" command. Action: Check adjacent log messages for further details and related messages. |
122553 | ERROR | Unable to open file "%s" on "%s" (%s). | Cause: The specified file {file} could not be opened or accessed on the server {server} due to the error {error}. Action: Verify the existence and permissions on the specified file {file}. Check adjacent log messages for further details and related errors. You must correct any reported errors before retrying the operation. |
122554 | ERROR | The tag "%s" on "%s" is not an Oracle instance or it does not exist. | Cause: The specified tag {tag} on server {server} does not refer to an existing and valid Oracle resource instance. Action: Use the UI or "lcdstatus (1M)" to verify the existence of the resource tag {tag}. The resource tag {tag} must be an Oracle resource instance to use the command "ora-display." |
122555 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected while attempting to update the authorized user, password and database role for the Oracle resource instance. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122557 | ERROR | Update of user and password failed for "%s" on "%s". | Cause: A request to update the user and password for the resource tag {tag} failed. The specified credentials failed the initial validation/connection attempt on server {server}. Action: Verify the correct credentials {user/password} were specified for the attempted operation. Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122559 | ERROR | Update of user and password failed for "%s" on "%s". | Cause: The update of the user and password information for the resource tag {tag} on server {server} failed. Action: Verify the correct credentials {user/password} were specified for the attempted operation. Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122562 | ERROR | Unable to find the Oracle executable "%s" on "%s". | Cause: The required Oracle executable {exe} was not found on this server {server}. Action: Verify that the Oracle binaries and required software utilities are installed and properly configured on the server {server}. The Oracle binaries must be installed locally on each node or located on shared storage available to all nodes in the cluster. |
122566 | ERROR | Unable to find Oracle home for "%s" on "%s". | Cause: The Oracle home directory {Oracle home} does not appear to contain files necessary for the proper operation of the Oracle instance {sid}. Action: Verify using the command line that the Oracle home directory {Oracle home} contains the Oracle binaries, a valid spfile{sid}.ora or init{sid}.ora file. |
122567 | ERROR | Oracle SID mismatch. The instance SID "%s" does not match the SID "%s" specified for the command. | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected. The specified internal ID {id} does not match the expected SID {sid}. Action: Verify the parameters are correct. Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122568 | ERROR | DB Processes are not running on "%s". | Cause: A process check for the Oracle instance did not find any processes running on server {server}. Action: If local recovery is enabled, the Oracle instance will be restarted locally. Check adjacent log messages for further details and related messages. |
122572 | ERROR | Failed to create flag "%s" on "%s". | Cause: An unexpected error occurred attempting to create a flag for controlling Oracle local recovery processing causing a failover to the standby node. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors. |
122574 | ERROR | all attempts to shutdown the database %s failed on "%s". | Cause: The shutdown of the Oracle database failed during a local recovery process most likely caused because the maximum number of database connections has been reached. Action: Check the Oracle logs for connection failures caused by the maximum number of available connections being reached, and if found, consider increasing the value. Additionally, set the tunable LK_ORA_NICE to 1 to prevent connection failures from causing a quickCheck failure followed by a local recovery attempt. |
122597 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected during pre-extend checking. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors |
122598 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being created while attempting to determine the validity of the Oracle home directory. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors |
122599 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected while attempting to look up the Oracle user on the template system. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors |
122600 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected while attempting to display the resource properties. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors before retrying the display of the resource properties. |
122601 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected while attempting to check for valid database authorization. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors before retrying the command. |
122603 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected while attempting to perform health checks on the Oracle resource instance. Action: Check that correct arguments were passed to the quickCheck command and also check the adjacent log messages for further details and related messages. Correct any reported errors before retrying the restore. |
122604 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: There was an unexpected error creating an internal representation of the Oracle instance being protected while attempting to perform a local recovery on the Oracle resource instance. Action: Check that correct arguments were passed to the "recover" command, and also check the adjacent log messages for further details and related messages. Correct any reported errors before retrying the recover. |
122606 | ERROR | The Oracle database "%s" is not running or no open connections are available on "%s". | Cause: The database instance {sid} was not running or connections to the database are not available via the credentials provided. Action: The database instance {sid} must be started on {server} and the proper credentials must be provided for the completion of the selected operation. |
122607 | ERROR | The Oracle database "%s" is not running or no open connections are available on "%s". | Cause: The database instance {sid} was not running or connections to the database are not available via the credentials provided. Action: The database instance {sid} must be started on {server} and the proper credentials must be provided for the completion of the selected operation. |
122608 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: The "remove" operation failed to create the resource object instance required to take the Oracle resource Out of Service. Action: Check that correct arguments were passed to the "remove" command and also check the adjacent log messages for further details and related messages. Correct any reported errors before retrying the restore. |
122609 | ERROR | Failed to create object instance for Oracle on "%s". | Cause: The "restore" operation failed to create the resource object instance required to put the Oracle resource In Service. Action: Check that correct arguments were passed to the "restore" command and also check the adjacent log messages for further details and related messages. Correct any reported errors before retrying the "restore." |
122610 | ERROR | Unable to "%s" on "%s" during resource create. | Cause: The Oracle Application Recovery Kit was unable to create the administrative lock using the "getlocks" command during resource creation. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the create. |
122611 | ERROR | %s | Cause: The requested dependency creation between the parent Oracle resource and the child File System resource failed. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the create operation. |
122612 | ERROR | %s | Cause: The requested dependency creation between the parent Oracle resource and the child Raw resource failed. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the create operation. |
122613 | ERROR | %s | Cause: The requested dependency creation between the parent Oracle resource and the child Raw resource failed. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the create operation. |
122614 | ERROR | %s | Cause: The requested dependency creation between the parent Oracle resource and the child Listener resource failed. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the create operation. |
122616 | ERROR | %s | Cause: The requested start up or shutdown of the Oracle database failed. Action: Check adjacent log messages for further details and related messages. Correct any reported errors before retrying the "restore" or "remove" operation. |
122618 | ERROR | Dependency creation between Oracle database "%s (%s)" and the dependent resource "%s" on "%s" failed. Reason | Cause: LifeKeeper was unable to create a dependency between the database resource {tag} and the necessary child resource {childtag}. Action: Check adjacent log messages for further details and related messages. Once any problems have been corrected, it may be possible to create the dependency between {tag} and {childtag} manually. |
122619 | ERROR | Dependency creation between Oracle database "%s (%s)" and the dependent resource "%s" on "%s" failed. Reason | Cause: LifeKeeper was unable to create a dependency between the database resource {tag} and the necessary child resource {childtag}. Action: Check adjacent log messages for further details and related messages. Once any problems have been corrected, it may be possible to create the dependency between {tag} and {childtag} manually. |
122625 | ERROR | Unable to find the Oracle executable "%s" on "%s". | Cause: The quickCheck process was unable to find the Oracle executable "sqlplus." Action: Check the Oracle configuration and also check adjacent log messages for further details and related messages. Correct any reported problems. |
122626 | ERROR | Unable to find the Oracle executable "%s" on "%s". | Cause: The remove process was unable to find the Oracle executable "sqlplus." Action: Check the Oracle configuration and also check adjacent log messages for further details and related messages. Correct any reported problems. |
122627 | ERROR | Unable to find the Oracle executable "%s" on "%s". | Cause: The restore process was unable to find the Oracle executable "sqlplus." Action: Check the Oracle configuration and also check adjacent log messages for further details and related messages. Correct any reported problems. |
122628 | ERROR | Unable to find the Oracle executable "%s" on "%s". | Cause: The recover process was unable to find the Oracle executable "sqlplus." Action: Check the Oracle configuration and also check adjacent log messages for further details and related messages. Correct any reported problems. |
122632 | ERROR | Oracle SID mismatch. The instance SID "%s" does not match the SID "%s" specified for the command. | Cause: During a remove, the resource instance {sid} passed to the remove process does not match internal resource instance information for the {sid}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122633 | ERROR | Oracle SID mismatch. The instance SID "%s" does not match the SID "%s" specified for the command. | Cause: During a restore, the resource instance {sid} passed to restore does not match internal resource instance information for the {sid}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122634 | ERROR | Oracle SID mismatch. The instance SID "%s" does not match the SID "%s" specified for the command. | Cause: During resource recovery, the resource instance {sid} passed to recovery does not match internal resource instance information for the {sid}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122636 | ERROR | END failed hierarchy "%s" of resource "%s" on server "%s" with return value of %d | Cause: The create of the Oracle resource hierarchy {tag} failed on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122638 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: The create action for the Oracle database resource {tag} on server {server} failed. The signal {sig} was received by the create process. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
122640 | ERROR | Error creating resource "%s" on server "%s" | Cause: An unexpected error occurred attempting to create the Oracle resource instance {tag} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122641 | ERROR | Error creating resource "%s" on server "%s" | Cause: An unexpected error occurred attempting to create the Oracle resource instance {tag} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122642 | ERROR | Error creating resource "%s" on server "%s" | Cause: An unexpected error occurred attempting to create the Oracle resource instance {tag} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122643 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: LifeKeeper was unable to extend the resource {resource} on {server}. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors. |
122644 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: An unexpected error occurred attempting to retrieve resource instance information for {tag} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors and retry the extend. |
122645 | ERROR | Cannot access canextend script "%s" on server "%s" | Cause: LifeKeeper was unable to run pre-extend checks because it was unable to find the "canextend" script on {server} for a dependent child resource. Action: Check your LifeKeeper configuration. |
122646 | ERROR | Error getting resource information for resource "%s" on server "%s" | Cause: An unexpected error occurred attempting to retrieve resource instance information for {tag} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors and retry the extend. |
122647 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: LifeKeeper was unable to extend the resource {resource} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122648 | ERROR | Resource with either matching tag "%s" or id "%s" already exists on server "%s" for App "%s" and Type "%s" | Cause: During the database resource extension, a resource instance was found using the same {tag} and/or {id} but with a different resource application and type. Action: Resource IDs must be unique. The resource instance with the ID matching the Oracle resource instance must be removed. |
122649 | ERROR | Error creating resource "%s" on server "%s" | Cause: An unexpected error occurred attempting to create the Oracle resource instance {tag} on {server}. Action: Check adjacent log messages for further details and related messages. Correct any reported errors. |
122650 | ERROR | Cannot access extend script "%s" on server "%s" | Cause: The request to extend the database resource {resource} to {server} failed because it was unable to the find the script {extend} on {server} for a dependent child resource. Action: Check your LifeKeeper configuration. |
122651 | ERROR | Cannot extend resource "%s" to server "%s" | Cause: The request to extend the database resouce {resource} to {server} failed because of an error attempting to extend a dependent child resource. Action: Check the adjacent log messages for further details and related messages. Correct any reported errors. |
122654 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: The health check for the database {sid} was terminated because the quickCheck process received a signal. This is most likely caused by the quickCheck process requiring more time to complete than was allotted. Action: The health check time for an Oracle resource is controlled by the tunable value ORACLE_QUICKCHECK_TIMEOUT. Set it to a value greater than 45 seconds to allow more time for the health check process to complete. |
122655 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: The request to take database {sid} "Out of Service" was terminated because the remove process received a signal. This is most likely caused by the remove process requiring more time to complete than was allotted. Action: The remove time for an Oracle resource is controlled by the tunable value ORACLE_REMOVE_TIMEOUT. Set the tunable to a value greater than 240 seconds to allow more time for the remove process to complete. |
122659 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: The request to place database {sid} "In Service" was terminated because the restore process received a signal. This is most likely caused by the restore process requiring more time to complete than was allotted. Action: The restore time for an Oracle resource is controlled by the tunable value ORACLE_RESTORE_TIMEOUT. Set the tunable to a value greater than 240 seconds to allow more time for the restore process to complete. |
122663 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: The recovery of the failed database was terminated because the recovery process received a signal. This is most likely caused by the recovery process requiring more time to complete than was allotted. Action: The recovery time for an Oracle resource is controlled by the tunable values ORACLE_RESTORE_TIMEOUT and ORACLE_REMOVE_TIMEOUT. Set one or both of these to a value greater than 240 seconds to allow more time for a recovery to complete. |
122670 | ERROR | Update of "%s" sid "%s" on "%s" failed. Reason: "%s" "%s" failed: "%s". | Cause: An unexpected error occurred while attempting to update the oratab entry for the database {sid}. The error occurred while attempting to open the temporary file used in the update process. Action: The oratab file entry for {sid} will need to be updated manually to turn off the automatic start up of the database at system boot. |
122671 | ERROR | Update of "%s" sid "%s" on "%s" failed. Reason: "%s" "%s" failed: "%s". | Cause: An unexpected error occurred while attempting to update the oratab entry for the database {sid}. The error occurred while attempting to close the temporary file used in the update process. Action: The oratab file entry for {sid} will need to be updated manually to turn off the automatic start up of the database at system boot. |
122672 | ERROR | Update of "%s" sid "%s" on "%s" failed. Reason: "%s" "%s" failed: "%s". | Cause: An unexpected error occurred while attempting to update the oratab entry for the database {sid}. The error occurred while attempting to rename the temporary file back to oratab. Action: The oratab file entry for {sid} will need to be updated manually to turn off the automatic start up of the database at system boot. |
122673 | ERROR | Unable to log messages queued while running as oracle user %s on %s. Reason: $! | Cause: An unexpected error {reason} occurred while attempting to add messages to the log file. These messages were generated while running as the Oracle user. Action: Review the reason for the failure and take corrective action. |
122674 | ERROR | Unable to open %s Reason: %s. | Cause: An unexpected error occurred while attempting to open a connection to the Oracle database and run the database {cmd}. Action: Check adjacent log messages for further details and related messages. Additionally, check the Oracle log (alert.log) and related trace logs (*.trc) for additional information and correct any reported problems. |
122680 | ERROR | Unable to find Oracle home for "%s" on "%s". | |
122681 | ERROR | Failed to create object instance for Oracle on "%s". | |
122682 | ERROR | Unable to find the Oracle executable "%s" on "%s". | |
122683 | ERROR | Backup node %s is unreachable; abort username/password changes. | |
122684 | ERROR | The restore of %s has timed out on server %s. The default TIMEOUT is 300 seconds. To increase the TIMEOUT, set ORACLE_RESTORE_TIMEOUT in /etc/default/LifeKeeper. | |
122685 | ERROR | The remove of %s has timed out on server %s. The default TIMEOUT is 300 seconds. To increase the TIMEOUT, set ORACLE_REMOVE_TIMEOUT in /etc/default/LifeKeeper. | |
122686 | ERROR | The quickCheck of %s has timed out on server %s. The default TIMEOUT is 45 seconds. To increase the TIMEOUT, set ORACLE_QUICKCHECK_TIMEOUT in /etc/default/LifeKeeper. | |
122687 | ERROR | Usage: %s %s | |
123006 | FATAL | Unknown version %s of IP address | Cause: The IP address does not appear to be valid for either IPv4 or IPv6. Action: Provide a valid IP address. |
123008 | ERROR | No pinglist found for %s. | Cause: Problem while opening the pinglist for this IP address. Action: Make sure you have provided a pinglist for this IP address. |
123009 | ERROR | List ping test failed for virtual IP %s | Cause: No response was received from any of the addresses in the ping list. Action: Check network connectivity of this node and the systems on which the IPs in the ping list reside. |
123013 | ERROR | Link check failed for virtual IP %s on interface %s. | Cause: The requested interface is showing ‘NO-CARRIER’ indicating that no link is present on the phycial layer connection. Action: Check the physical connections for the interface and bring the physical layer link up. |
123015 | ERROR | Link check failed for virtual IP %s on interface %s. | Cause: The requested interface is a bonded interface, and one of the slaves is showing ‘NO-CARRIER’ indicating that no link is present on the phycial layer connection. Action: Check the physical connections for the slave interface and bring the physical layer link up. |
123024 | ERROR | IP address seems to still exist somewhere else. | Cause: The IP address appears to be in use elsewhere on the network. Action: Either select a different IP address to use or locate and disable the current use of this IP address. |
123037 | ERROR | must specify machine name containing primary hierarchy | Cause: Not enough arguments were provided to creIPhier. Action: Supply all of the needed arguments to creIPhier. |
123038 | ERROR | must specify IP resource name | Cause: Not enough arguments were passed to creIPhier. Action: Supply all of the needed arguments to creIPhier. |
123039 | ERROR | must specify primary IP Resource tag | Cause: The argument specifying the primary IP Resource tag was missing from the "creIPhier" command. Action: Supply all of the needed arguments. |
123042 | ERROR | An unknown error has occurred in utility validmask on machine %s. | Cause: There was an unexpected error running the "validmask" utility. Action: Check adjacent log messages for additional details. |
123045 | ERROR | An unknown error has occurred in utility getlocks. | Cause: There was an unexpected error running the "getlocks" utility. Action: Check adjacent log messages for additional details. |
123053 | ERROR | Cannot resolve hostname %s | Cause: A hostname was provided for the IP address, but the system was unable to resolve the name to an IP address. Action: Check the correctness of the hostname and verify that name resolution (DNS or /etc/hosts) is working correctly and returns the IP for the hostname. |
123055 | ERROR | An unknown error has occurred in utility %s on machine %s. | Cause: There was a failure while creating the IP resource. Action: Check the logs for related errors and try to resolve the reported problem. |
123056 | ERROR | create ip hierarchy failure: perform_action failed | Cause: Unexpected error trying to restore the IP address during creation. Action: Check adjacent log messages for additional details. |
123059 | ERROR | Resource already exists on machine %s | Cause: Attempted to create an IP address that already exists. Action: Reuse the existing resource or manually remove the IP address if it exists or use a different IP address. |
123060 | ERROR | ins_create failed on machine %s | Cause: An unexpected failure occurred while creating an IP resource. Action: Check adjacent log messages for further details. |
123064 | ERROR | An unknown error has occurred in utility %s on machine %s. | Cause: There was a failure while creating a dependency for the IP resource. Action: Check the logs for related errors and try to resolve the reported problem. |
123066 | ERROR | An error occurred during creation of LifeKeeper application=comm on %s. | Cause: A failure occured while calling "app_create." Action: Check the logs for related errors and try to resolve the reported problem. |
123068 | ERROR | An error occurred during creation of LifeKeeper resource type=ip on %s. | Cause: A failure occured while calling "typ_create." Action: Check the logs for related errors and try to resolve the reported problem. |
123089 | ERROR | Link check failed for virtual IP %s on interface %s. | |
123091 | ERROR | the link for interface %s is down | Cause: The requested interface is showing ‘NO-CARRIER’ indicating that no link is present on the phycial layer connection. Action: Check the physical connections for the interface and bring the physical layer link up. |
123093 | ERROR | the ping list check failed | Cause: No response was received from any of the addresses in the ping list. Action: Check network connectivity of this node and the systems on which the IPs in the ping list reside. |
123095 | ERROR | broadcast ping failed | Cause: No replies were received from a broadcast ping. Action: Verify that at least one host on the subnet will respond to broadcast pings. Verify that virtual IP is on the correct network interface. Consider using a pinglist instead of a broadcast ping. |
123096 | ERROR | $msg | Cause: The broadcast ping used to determine the viability of the virtual IP failed. Action: Please ensure that the ping list for this resource is properly configured in the properties panel or that broadcast ping checking is disabled by adding NOBCASTPING=1 to the /etc/default/LifeKeeper configuration file. |
123097 | ERROR | exec_list_ping(): broadcast ping failed. | Cause: The broadcast ping used to determine the viability of the virtual IP failed. Action: Ensure that the ping list for this resource is properly configured in the properties panel or that broadcast ping checking is disabled by adding NOBCASTPING=1 to the /etc/default/LifeKeeper configuration file. |
123299 | ERROR | Unable to open %s. Reason %s | |
123410 | ERROR | Usage error OSUquickCheck | |
123411 | ERROR | OSUquickCheck: both tag and id name not specified | |
123412 | ERROR | resource $Tag not found on local server | |
123414 | ERROR | The link for network interface $IPObj->{‘device’} is down | |
123415 | ERROR | No pinglist found for $IPObj->{‘ipaddr’} | |
123416 | ERROR | List ping test failed for virtual IP $IPObj->{‘ipaddr’} | |
124004 | FATAL | resource tag name not specified | Cause: Invalid arguments were specified for the "quickCheck" operation. Action: Ensure that the correct arguments are passed. |
124005 | FATAL | resource id not specified | Cause: Invalid arguments were specified for the "quickCheck" operation. Action: Ensure that the correct arguments are passed. |
124007 | FATAL | Failed to get resource information | Cause: The filesystem resource’s info field does not contain the correct information. Action: Put the correct information in the resource’s info field or restore the system from a recent "lkbackup" to restore the original info field. |
124008 | ERROR | getId failed | Cause: The filesystem resource could not find the underlying disk device. Action: Check adjacent log messages for further details. Verify that the resource hierarchy is valid and that all required storage kits are installed. |
124009 | ERROR | LifeKeeper protected filesystem is in service but quickCheck detects the following error | Cause: The filesystem kit has found something wrong with the resource. Action: Check the messages immediately following this one for more details. |
124010 | ERROR | \"$id\" is not mounted | Cause: The filesystem resource is no longer mounted. Action: No action is required. Allow local recovery to remount the resource. |
124011 | ERROR | \"$id\" is mounted but with the incorrect mount options (current mount option list: $mntopts, expected mount option list: $infoopts | Cause: The filesystem resource is mounted incorrectly. Action: No action is required. Allow local recovery to remount the resource. |
124012 | ERROR | \"$id\" is mounted but on the wrong device (current mount device: $tmpdev, expected mount device: $dev | Cause: The filesystem resource has the wrong device mounted. Action: No action is required. Allow local recovery to remount the resource. |
124015 | ERROR | LifeKeeper protected filesystem \"$tag\" ($id) is $percent% full ($blocksfree free blocks). | Cause: The filesystem is getting full. Action: Remove or migrate data from the filesystem. |
124016 | WARN | LifeKeeper protected filesystem \"$tag\" ($id) is $percent% full ($blocksfree free blocks). | Cause: The filesystem is getting full. Action: Remove or migrate data from the filesystem. |
124020 | FATAL | cannot find device information for filesystem $id | Cause: The filesystem resource could not find the underlying disk device. Action: Check adjacent log messages for further details. Verify that the resource hierarchy is valid and that all required storage kits are installed. |
124029 | ERROR | Failed to find child resource. | Cause: The filesystem resource could not determine its underlying disk resource. Action: Ensure that the resource hierarchy is correct. |
124032 | FATAL | Script has hung. Exiting. | Cause: Processes had files open on a mounted filesystem that needed to be unmounted. Killing those processes has taken too long. Action: If this error continues, try to temporarily stop all software that may be using the mount point to allow it to be unmounted. If the filesystem still cannot be unmounted, contact Support. |
124042 | ERROR | file system $fs failed unmount; will try again | Cause: Processes had files open on a mounted filesystem that needed to be unmounted. It can take multiple attempts to clear those processes. Action: No action is required. Allow the process to continue. |
124046 | ERROR | file system $fsname failed unmount | Cause: A filesystem could not be unmounted. Action: If this error continues, try to temporarily stop all software that may be using the mount point to allow it to be unmounted. If the filesystem still cannot be unmounted, contact Support. |
124049 | ERROR | Local recovery of resource has failed (err=$err | Cause: A filesystem resource has a problem that cannot be repaired locally. Action: No action is required. Allow the resource to be failed over to another system. |
124051 | WARN | getId failed, try count : $cnt/$try | |
124052 | ERROR | \"$id\" is mounted but filesystem is shutdown state. | |
124103 | ERROR | $ERRMSG Script was terminated for unknown reason | Cause: This message should not occur under normal circumstances. Action: Check adjacent log messages for further details. |
124104 | ERROR | $ERRMSG Required template machine name is null | Cause: Invalid arguments were specified for the canextend operation. Action: Ensure that the arguments are correct. If this error happens during normal operation, please contact Support. |
124105 | ERROR | $ERRMSG Required template resource tag name is null | Cause: Invalid arguments were specified for the canextend operation. Action: Ensure that the arguments are correct. If this error happens during normal operation, please contact Support. |
124106 | ERROR | $ERRMSG Unable to access template resource \"$TemplateTagName\ | Cause: The resource’s underlying disk information cannot be determined. Action: Ensure the hierarchy is correct on the template system before extending. |
124107 | ERROR | $ERRMSG Resource \"$TemplateTagName\" must have one and only one device resource dependency | Cause: The resource has too many underlying devices in the hierarchy. Action: Ensure the hierarchy is correct on the template system before extending. |
124108 | ERROR | $ERRMSG Unable to access template resource \"$TemplateTagName\ | Cause: The resource cannot be found on the template system. Action: Ensure the hierarchy is correct on the template system before extending. |
124109 | ERROR | $ERRMSG Can not access canextend for scsi/$DeviceResType resources on machine \"$TargetSysName\ | Cause: The target system is missing some required components. Action: Ensure that the target system has all the correct kits installed and licensed. |
124110 | ERROR | $ERRMSG Either filesystem \"$TemplateLKId\" is not mounted on \"$TemplateSysName\" or filesystem is not shareable with \"$TargetSysName\ | Cause: The filesystem isn’t in service on the template system or doesn’t meet the requirements for extending to the target system. Action: Make sure the resource is in service on the template system and review the product documentation regarding the requirements for extending filesystems. |
124111 | ERROR | $ERRMSG File system type \"${FSType}\" is not supported by the kernel currently running on \"${TargetSysName}\ | Cause: The filesystem’s type cannot be mounted on the target system due to lack of kernel support. Action: Ensure that the target system has all its kernel modules configured correctly before extending the resource. |
124112 | ERROR | must specify machine name containing primary hierarchy | Cause: Invalid arguments were specified for the creFShier operation. Action: If this error happens during normal operation, please contact Support. |
124113 | ERROR | must specify primary ROOT tag | Cause: Invalid arguments were specified for the creFShier operation. Action: If this error happens during normal operation, please contact Support. |
124114 | ERROR | must specify primary mount point | Cause: Invalid arguments were specified for the creFShier operation. Action: If this error happens during normal operation, please contact Support. |
124115 | ERROR | must specify primary switchback type | Cause: Invalid arguments were specified for the creFShier operation. Action: If this error happens during normal operation, please contact Support. |
124118 | ERROR | dep_remove failure on machine \""$PRIMACH"\" for parent \"$PRITAG\" and child \"$DEVTAG.\ | Cause: Cleanup after a dependency creation failed. Action: Check adjacent log messages for further details. |
124119 | ERROR | ins_remove failure on machine \""$PRIMACH"\" for \"$PRITAG.\ | Cause: Cleanup after an instance creation failed. Action: Check adjacent log messages for further details. |
124121 | ERROR | ins_remove failure on machine \""$PRIMACH"\ | Cause: Cleanup after a resource creation failed. Action: Check adjacent log messages for further details. |
124122 | ERROR | $ERRMSG Script was terminated for unknown reason | Cause: This message should not occur under normal circumstances. Action: Check adjacent log messages for further details. |
124123 | ERROR | $ERRMSG Required template machine name is null | Cause: Invalid arguments were specified for the depstoextend operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124124 | ERROR | $ERRMSG Required template resource tag name is null | Cause: Invalid arguments were specified for the depstoextend operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124125 | ERROR | $ERRMSG Unable to access template resource \"$TemplateTagName\ | Cause: The resource was unable to locate its underlying disk resource. Action: Ensure the hierarchy and all dependencies are correct before extending. |
124126 | ERROR | unextmgr failure on machine \""$PRIMACH"\ | Cause: The cleanup, after a failed resource extend operation, failed. Action: Manually clean up any remaining resources and check adjacent log messages for further details. |
124128 | ERROR | unextmgr failure on machine \""$PRIMACH"\" for \"$PRITAG.\ | Cause: The cleanup, after a failed resource extend operation, failed. Action: Manually clean up any remaining resources and check adjacent log messages for further details. |
124129 | ERROR | $ERRMSG Script was terminated for unknown reason | Cause: This message should not occur under normal circumstances. Action: Look for additional log messages for more details. |
124130 | ERROR | $ERRMSG Required template machine name is null | Cause: Invalid arguments were specified for the extend operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124131 | ERROR | $ERRMSG Required template resource tag name is null | Cause: Invalid arguments were specified for the extend operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124132 | ERROR | $ERRMSG Required target mount point is null | Cause: Invalid arguments were specified for the extend operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124133 | ERROR | $ERRMSG Unable to access template resource \"$TemplateTagName\ | Cause: The tag being extended doesn’t exist on the template system. Action: Ensure that the hierarchy is correct on the template system before extending. |
124134 | ERROR | $ERRMSG Detected conflict in expected tag name \"$TargetTagName\" on target machine. | Cause: A resource already exists on the target system with the same tag as the resource being extended. Action: Recreate one of the conflicting resources with a different tag. |
124135 | ERROR | $ERRMSG Resource \"$TemplateTagName\" does not have required device resource dependency or unable to access this resource on template machine. | Cause: The resource or its underlying disk resource cannot be found on the template system. Action: Ensure that the hierarchy is correct on the template system before extending. |
124136 | ERROR | $ERRMSG Resource \"$TemplateTagName\" must have one and only one device resource dependency | Cause: The resource has multiple underlying devices in the hierarchy on the template system. Action: Ensure the hierarchy is correct before extending and that the filesystem resource only depends on a single disk resource. |
124137 | ERROR | $ERRMSG Can not access extend for scsi/$DeviceResType resources on machine \"$TargetSysName\ | Cause: The files required to support the given storage type aren’t available on the target system. Action: Ensure that the required kits are installed on the target system and licensed. |
124138 | ERROR | $ERRMSG Unable to access target device resource \"$DeviceTagName\" on machine \"$TargetSysName\ | Cause: The required underlying disk resource doesn’t exist on the target system. Action: Check adjacent log messages for further details and ensure that the target system is properly configured for hosting the resources being extended. |
124139 | ERROR | $ERRMSG Unable to access template \"/etc/mtab\" file | Cause: The target system cannot read the template system’s /etc/mtab file. Action: Check adjacent log messages for further details. Ensure that the /etc/mtab file exists on the template system. |
124140 | ERROR | $ERRMSG Unable to find mount point entry \"$TemplateLKId\" in template \"/etc/mtab\" file. Is template resource in-service? | Cause: The resource doesn’t appear to be mounted on the template system. Action: Make sure the resource is in service before extending. |
124141 | ERROR | $ERRMSG Unable to find mount point \"$TemplateLKId\" mode on template machine | Cause: The details of the mount point on the template system cannot be determined. Action: Ensure that the resource is in service and accessible on the template system before extending. |
124142 | ERROR | $ERRMSG Unable to create or access mount point \"$TargetLKId\" on target machine | Cause: The mount point could not be created on the target system. Action: Ensure that the mount point’s parent directory exists and is accessible on the target system. |
124143 | ERROR | $ERRMSG Two or more conflicting entries found in /etc/fstab on \"$TargetSysName\ | Cause: The device or mount point appears to be mounted more than once on the target system. Action: Ensure that the mount point is not mounted on the target system before extending. |
124144 | ERROR | $ERRMSG Failed to create resource instance on \"$TargetSysName\ | Cause: The resource creation on the target system failed. Action: Check adjacent log messages for further details. Make sure to check the logs on the target server. |
124145 | ERROR | $ERRMSG Failed to set resource instance state for \"$TargetTagName\" on \"$TargetSysName\ | Cause: The source state could not be changed to OSU on the target system. Action: Check adjacent log messages for further details. |
124146 | ERROR | must specify machine name containing primary hierarchy | Cause: Invalid arguments were specified for the filesyshier operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124147 | ERROR | must specify primary mount point | Cause: Invalid arguments were specified for the filesyshier operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124149 | ERROR | create file system hierarchy failure | Cause: The process of finding the resource instance failed. Action: Check adjacent log messages for further details. |
124150 | ERROR | create file system hierarchy failure | Cause: The system failed to read the /etc/mtab file. Action: Check adjacent log messages for further details. |
124151 | ERROR | create file system hierarchy failure | Cause: The mount point could not be found in the /etc/mtab file. Action: Check adjacent log messages for further details. |
124152 | ERROR | create file system hierarchy failure | Cause: The underlying disk resource could not be found. Action: Check adjacent log messages for further details. |
124153 | ERROR | create file system hierarchy failure | Cause: Creating the filesystem resource failed. Action: Check adjacent log messages for further details. |
124154 | ERROR | create file system hierarchy failure | Cause: The info field for the resource could not be updated. Action: Check adjacent log messages for further details. |
124155 | ERROR | create file system hierarchy failure | Cause: The switchback strategy could not be set on the resource. Action: Check adjacent log messages for further details. |
124157 | ERROR | create file system hierarchy failure \(conflicting entries in /etc/fstab\ | Cause: The mount point could not be removed from the /etc/fstab file. Action: Check adjacent log messages for further details. |
124160 | ERROR | Unknown error in script filesysins, err=$err | Cause: This message should not occur under normal circumstances. Action: Check adjacent log messages for further details. |
124161 | ERROR | create filesys instance – existid – failure | Cause: This message should not occur under normal circumstances. Action: Check adjacent log messages for further details. |
124163 | ERROR | create filesys instance – ins_list – failure | Cause: Checking for an existing resource failed. Action: Check adjacent log messages for further details. |
124164 | ERROR | create filesys instance – newtag – failure | Cause: The system failed to generate a suggested tag for the resource. Action: If this error happens during normal operation, contact Support. |
124168 | ERROR | create filesys instance – ins_create – failure | Cause: The filesystem resource could not be created. Action: Check adjacent log messages for further details. |
124169 | ERROR | filesys instance – ins_setstate – failure | Cause: The new filesystem resource’s state could not be initialized. Action: Check adjacent log messages for further details. |
124173 | ERROR | create filesys instance – dep_create – failure | Cause: The resource’s dependency relationship with its underlying disk could not be created. Action: Check adjacent log messages for further details. |
124174 | ERROR | machine not specified | Cause: Invalid arguments were specified for the rmenu_mp operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124175 | ERROR | mount point not specified | Cause: Invalid arguments were specified for the rmenu_mp operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124177 | ERROR | unexpected multiple matches found | Cause: One or more systems show a filesystem or mount point used more than once. Action: Verify filesystem devices and mount points and ensure that filesystems are only mounted once. Look for additional log messages for more details. |
124178 | ERROR | machine name not specified | Cause: Invalid arguments were specified for the rmenump operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124180 | ERROR | must specify filesystem type | Cause: Invalid arguments were specified for the validfstype operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124181 | ERROR | mount point not specified | Cause: Invalid arguments were specified for the validmp operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124182 | ERROR | The mount point $MP is not an absolute path | Cause: A mount point was specified that isn’t an absolute path (doesn’t start with a ‘/’). Action: Specify a mount point as an absolute path starting with a ‘/’. |
124183 | ERROR | $MP is already mounted on $MACH | Cause: The requested mount point is already in use on the system. Action: Specify a mount point that isn’t in use or unmount it before retrying the operation. |
124184 | ERROR | The mount point $MP is already protected by LifeKeeper on $MACH | Cause: The system is already protecting the specified mount point. Action: Choose a different mount point that isn’t already being protected. |
124185 | ERROR | The mount point $MP is not a directory on $MACH | Cause: The mount point refers to a non-directory such as a regular file. Action: Choose a mount point that refers to a directory. |
124186 | ERROR | The mount point directory $MP is not empty on $MACH | Cause: The specified mount point refers to a directory that isn’t empty. Action: Choose a mount point that is empty or remove the contents of the specified directory before retrying the operation. |
124187 | ERROR | server name not specified | Cause: Invalid arguments were specified for the valuepmp operation. Action: Ensure the script is called correctly. If this error happens during normal operation, please contact Support. |
124188 | ERROR | There are no mount points on server $MACH | Cause: There are no possible mount points for filesystem resource on the server. Action: Check adjacent log messages for further details. |
124194 | WARN | Please correct conflicting \"/etc/fstab\" entries on server $UNAME for: $FSDEV, $FSNAME | Cause: After deleting a filesystem resource, some entries in /etc/fstab need to me manually cleaned up. Action: Manually clean up the /etc/fstab file. |
124195 | ERROR | getchildinfo found no $OKAPP child for $PTAG | Cause: The system could not find a child resource in the hierarchy. Action: Check adjacent log messages for further details and ensure that the hierarchy is correct before retrying the operation. |
124196 | ERROR | enablequotas – quotacheck may have failed for $FS_NAME | Cause: The quota operation failed. Action: Check adjacent log messages for further details in both the lifekeeper log and in /var/log/messages. |
124198 | ERROR | enablequotas – quotaon failed to turn on quotas for $FS_NAME, reason | Cause: The quota operation failed. Action: Check adjacent log messages for further details in both the lifekeeper log and /var/log/messages. |
124200 | ERROR | The device node $dev was not found or did not appear in the udev create time limit of $delay seconds | Cause: A device node (/dev/…) was not created by udev. This may indicate an issue with the storage or the server’s connection to the storage. Action: Check adjacent log messages for further details in both the lifekeeper log and in /var/log/messages. |
124201 | WARN | Device $device not found. Will retry wait to see if it appears. | Cause: This can happen under normal conditions while udev creates device node entries for storage. This message should not happen repeatedly. Action: Check adjacent log messages for further details in both the lifekeeper log and in /var/log/messages. |
124202 | ERROR | Command \"$commandwithargs\" failed. Retrying …. | Cause: The given command failed but may have failed temporarily. This failure may happen during normal operations but should not keep failing. Action: Check adjacent log messages for further details if this message continues. |
124204 | WARN | cannot make file system $FSNAME mount point | Cause: The mount point directory could not be created. Action: Ensure that the mount point can be created. This may be due to filesystem permissions, mount options, etc. |
124207 | ERROR | \"fsck\"ing file system $FSNAME failed, trying alternative superblock | Cause: This message indicates that the typical filesystem check failed. This message may be ok for ext2 filesystems or other filesystems where an alternative superblock location is used. Action: Check adjacent log messages for further details. |
124209 | ERROR | \"fsck\"ing file system $FSNAME with alternative superblock failed | Cause: This indicates that an ext2 filesystem (or other filesystem where an alternative superblock location is used) check failed with the alternative superblock location. Action: Check adjacent log messages for further details and instructions on how to proceed. |
124210 | WARN | POSSIBLE FILESYSTEM CORRUPTION ON $FSNAME ($FPNAME | Cause: A filesystem was put in service or failed over when it was out of sync with its mirror source. Action: Check adjacent log messages for further details and review the product documentation for information on how to bring the filesystem in service safely. |
124211 | ERROR | Reason for fsck failure ($retval): $ret | Cause: This log message is part of a series of messages and gives the actual exit code from the fsck process. Action: Check adjacent log messages for further details and instructions on how to proceed. |
124212 | ERROR | \"fsck\" of file system $FSNAME failed | Cause: The check of the filesystem failed. This is usually due to the filesystem having corruption. Action: Check adjacent log messages for further details. Review the product documentation for instructions on how to handle possible filesystem corruption. |
124213 | WARN | POSSIBLE FILESYSTEM CORRUPTION ON $FSNAME ($FPNAME | Cause: The system or user tried to bring into service a filesystem that may be corrupted. This can happen if a filesystem is switched or failed over when it was out of sync with its mirror source. Action: Check adjacent log messages for further details and review the product documentation for instructions on how to bring the resource into service safely. |
124214 | ERROR | Reason for fsck failure ($retval) | Cause: This message should follow a previous log message about a filesystem check failure and gives the process exit code of the fsck process. Action: Check adjacent log messages for further details. |
124218 | ERROR | File system $FSNAME was found to be already | Cause: This message is part of a series of messages. Action: Check adjacent log messages for further details. |
124219 | ERROR | mounted after initial mount attempt failed. | Cause: This message is part of a series of messages. This should not happen under normal circumstances but may not be fatal if the resource can be put in service. Action: Check adjacent log messages for further details in both the lifekeeper log and in /var/log/messages. |
124220 | ERROR | File system $FSNAME failed to mount. | Cause: The filesystem could not be mounted. Action: Check adjacent log messages for further details. |
124221 | WARN | Protected Filesystem $ID is full | Cause: The filesystem is full. Action: Remove unused data from the filesystem or migrate to a larger filesystem. |
124222 | WARN | Dependent Applications may be affected <> | Cause: This indicates that an operation on a resource is likely to cause operation on other resources based on the resource hierarchy. Action: Make sure it’s acceptable for the indicated resources to be affected before continuing. |
124223 | ERROR | Put \"$t\" Out-Of-Service Failed By Signal | Cause: This message should not occur under normal circumstances. Action: Check adjacent log messages for further details. |
124227 | ERROR | Put \"$i\" Out-Of-Service Failed | Cause: The operation failed. Action: Check adjacent log messages for further details. |
124230 | ERROR | Put \"$t\" In-Service Failed By Signal | Cause: This message should not occur under normal circumstances. Action: Check adjacent log messages for further details. |
124231 | ERROR | Put \"$t\" In-Service Failed | Cause: The operation failed. Action: Check adjacent log messages for further details. |
124234 | ERROR | Put \"$t\" In-Service Failed | Cause: The operation failed. Action: Check adjacent log messages for further details. |
125102 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $TemplateTagName $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
125103 | ERROR | `printf ‘%s is not shareable with any machine.’ $DEV` | Cause: The device does not appear to be shared with any other systems. Action: Verify that the device is accessible from all servers in the cluster. Ensure that all relevant storage drivers and software are installed and configured properly. |
125104 | ERROR | `printf ‘Failed to create disk hierarchy for "%s" on "%s"’ $PRIMACH $DEV` | Cause: The creation of a resource to protect a physical disk failed. Action: Check adjacent log messages for more details and try to resolve the reported problem. |
125107 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $TemplateTagName $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
125114 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $TemplateTagName $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
125120 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $TemplateTagName $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
125123 | ERROR | `printf ‘Cannot access depstoextend script "%s" on server "%s"’ $depstoextend $TargetSysName` | Cause: LifeKeeper was unable to run pre-extend checks on the resource hierarchy because it was unable to find the script "DEPSTOEXTEND" on {server}. Action: Check your LifeKeeper configuration. |
125126 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $ChildTag $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
125129 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $TemplateTagName $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
125155 | ERROR | SCSI $DEV failed to lock. | Cause: There was a problem locking a SCSI device. Action: Check adjacent log messages for more details and try to resolve the reported problem. |
125164 | ERROR | SCSI $INFO failed to unlock. | Cause: There was a problem unlocking a SCSI device. Action: Check adjacent log messages for more details and try to resolve the reported problem. |
125181 | ERROR | `printf ‘Template resource "%s" on server "%s" does not exist’ $TemplateTag $TemplateSysName` | Cause: LifeKeeper was unable to find the resource {tag} on {server}. |
126105 | ERROR | script not specified – $PTH is a directory | Cause: The specified script path is a directory. Action: Correct the path of the script. |
126110 | ERROR | script $PTH does not exist | Cause: The specified script path does not exist. Action: Correct the path of the script. |
126115 | ERROR | script $PTH is a zero length file | Cause: The specified script is an empty file. Action: Correct the script’s file path and check the contents inside the script. |
126117 | ERROR | script $PTH is not executable | Cause: The specified script is not executable. Action: Correct the script’s file path, check the contents inside the script file and make sure it has the proper execute permissions. |
126125 | ERROR | required template machine name is null | Cause: The input template machine name is null. Action: Correct the input template machine name. |
126130 | ERROR | required template resource tag name is null | Cause: The input template resource {tag} is null. Action: Correct the input template resource tag name. |
126135 | ERROR | Unable to generate a new tag | Cause: Failed to generate a new tag as the same as the template tag name on the target node using the "newtag" script during the extension. The tag name is already existing. Action: Avoid using duplicate tag name on the same node and check the log for detail. |
126140 | ERROR | Unable to generate a new tag | Cause: Failed to generate a new tag as input target tag name on the target node using the "newtag" script during the extension. The tag name is already existing. Action: Avoid using duplicate tag name on the same node and check log for detail. |
126150 | ERROR | unable to remote copy template \"$_lscript\" script file | Cause: Failed to remote copy template script file. The cause may be due to the non-existence/availability of template script file on template node or any transaction failure during "lcdrcp" process. Action: Check the existence/availability of template script and the connection to template node. Also check the logs for related errors and try to resolve the reported problem. |
126155 | ERROR | failed to create resource instance on \"$TargetSysName\ | Cause: Failed to create resource instance using "ins_create". Action: Check the logs for related errors and try to resolve the reported problem. |
126160 | ERROR | failed to set resource instance state for \"$TargetTagName\" on \"$TargetSysName\ | Cause: Failed to set resource instance state using "ins_setstate" during GenApp resource extension. Action: Check the logs for related errors and try to resolve the reported problem. |
126170 | ERROR | getlocks failure | Cause: Failed to get the administrative lock when creating a resource hierarchy. Action: Check the logs for related errors and try to resolve the reported problem. |
126175 | ERROR | instance create failed | Cause: Failed to create a GenApp instance using "appins". Action: Check the logs for related errors and try to resolve the reported problem. |
126180 | ERROR | unable to set state to OSU | Cause: Failed to set resource instance state using "ins_setstate" during GenApp resource creation. Action: Check the logs for related errors and try to resolve the reported problem. |
126190 | ERROR | resource restore has failed | Cause: Failed to restore GenApp resource. Action: Check the logs for related errors and try to resolve the reported problem. |
126200 | ERROR | create application hierarchy rlslocks failure | Cause: Failed to release lock after GenApp resource created. Action: Check the logs for related errors and try to resolve the reported problem. |
126210 | ERROR | copy $ltype script $lscript failure | Cause: Failed to copy user provided script to appropriate GenApp directory during resource creation. Action: Check the existence/availability of user provided script and the GenApp directory as well. Also check the logs for related errors and try to resolve the reported problem. |
126215 | ERROR | no $ltype script specified | Cause: Missing user defined script during GenApp resource creation. Action: Check the input action script and run resource creation again. |
126220 | ERROR | no machine name specified | Cause: Missing specified machine name during GenApp resource creation. Failed to copy specified user script due to missing the input for machine name. Action: Check the input for machine name and run resource creation again. |
126225 | ERROR | no resource tag specified | Cause: Missing specified tag name during resource creation. Action: Check the input for source tag name and run resource creation again. |
126230 | ERROR | $ERRMSG Script was terminated for unknown reason | Cause: Failed to extend GenApp resource due to unknown reason. Action: Check the logs for related errors and try to resolve the reported problem. |
126235 | ERROR | $ERRMSG Required template machine name is null | Cause: Missing the input for template machine name during GenApp resource extension. Action: Check the input for template machine name and do the resource extension again. |
126240 | ERROR | $ERRMSG Required template resource tag name is null | Cause: Missing the input for template resource tag name during GenApp resource extension. Action: Check the input for template resource tag name and do the resource extension again. |
126245 | ERROR | $ERRMSG Can not access extend for $AppType/$ResType resources on machine \"$TargetSysName\ | Cause: Failed to locate "extend" script during GenApp resource extension on target node. Action: Check the existence/availability of "extend" script and do GenApp resource extension again. |
126250 | ERROR | create application failure – ins_list failed | Cause: Failed when calling "ins_list" during GenApp resource creation. Action: Check the logs for related errors and try to resolve the reported problem. |
126255 | ERROR | create application failure – unable to generate a new tag | Cause: Failed to generate a new tag during the GenApp resource creation. Action: Avoid using duplicate tag name on the same node. Also check the logs for related errors and try to resolve the reported problem. |
126270 | ERROR | create application failure – ins_create failed | Cause: Failed using "ins_create" to create GenApp instance. Action: Check the logs for related errors and try to resolve the reported problem. |
126275 | ERROR | create application failure – copy_actions failed | Cause: Failed using "copy_actions" to copy user specified template script file. Action: Check the existence/availability of template script. Also check the logs for related errors and try to resolve the reported problem. |
126290 | ERROR | Unable to obtain tag for resource with id $ID | Cause: Failed to fetch GenApp resource tag name by input ID during recovery. Action: Check the correctness of input ID and existance/availability of GenApp resource in LCD. Also check the logs for related errors and try to resolve the reported problem. |
126300 | ERROR | generic application recover script for $TAG was not found or was not executable | Cause: Failed to locate the user defined script for GenApp resource during recovery. Action: Check the existence/availability of the user defined script and do the GenApp recovery process again. |
126310 | ERROR | -t flag not specified | Cause: Missing the input for resource tag name during GenApp resource restore. Action: Check the input for resource tag name and do resource restore again. |
126315 | ERROR | -i flag not specified | Cause: Missing the input for resource internal id during GenApp resource restore. Action: Check the input for resource internal id and do resource restore again. |
126327 | ERROR | END timeout restore of \"$TAG\" (forcibly terminating | |
126335 | ERROR | restore script \"$LCDAS/$APP_RESTOREDIR/$TAG\" was not found or is not executable | Cause: Failed to locate the user defined script for GenApp resource during restore. Action: Check the existence/availability of the user defined script and do the GenApp restore process again. |
126340 | ERROR | -t flag not specified | Cause: Missing the input for resource tag name during GenApp resource remove. Action: Check the input for resource tag name and do resource remove again. |
126345 | ERROR | -i flag not specified | Cause: Missing the input for resource internal id during GenApp resource remove. Action: Check the input for resource internal id and do resource remove again. |
126357 | ERROR | END timeout remove of \"$TAG\" (forcibly terminating | |
126365 | ERROR | remove script \"$LCDAS/$APP_REMOVEDIR/$TAG\" was not found or was not executable | Cause: Failed to locate the user defined script for GenApp resource during remove. Action: Check the existence/availability of the user defined script and do the GenApp remove process again. |
126375 | ERROR | Script has hung checking \"$tag\". Forcibly terminating. | Cause: The "quickCheck" Script will be forcibly terminated for GenApp resource with tag name {tag} due to a waiting time over the user defined timeout. Action: Check the GenApp resource performance and restart quickChecking. Also check the logs for related errors and try to resolve the reported problem. |
126380 | ERROR | Usage error: no tag specified | Cause: Missing the input for resource tag name during GenApp resource quickCheck. Action: Check the input for resource tag name and retry resource quickCheck. |
126385 | ERROR | Internal error: ins_list failed on $tag. | Cause: Failed using "ins_list" to fetch the GenApp resource information by input tag name during the quickCheck process. Action: Correct the input tag name and do the quickCheck process again. Also check the logs for related errors and try to resolve the reported problem. |
126390 | FATAL | Failed to fork process to execute $userscript: $! | Cause: Failed to fork process to execute user defined "quickCheck" script during the GenApp resource "quickCheck" process. Action: Check the existency/availability of the user defined "quickCheck" script and do the "quickCheck" process again. |
126391 | ERROR | quickCheck has failed for \"$tag\". Starting recovery. | Cause: The GenApp resource with tag name {tag} is determined to be failed by using the user defined health monitoring script – "quickCheck" and the recovery process will be initiated. Action: Check the performance of the GenApp resource when local recovery finished. Also check the logs for related errors and try to resolve the reported problem. |
126392 | WARN | ${convtag}_TIMEOUT: This parameter is old. This parameter will not be supported soon. | |
126400 | ERROR | -t flag not specified | Cause: Missing the input for resource tag name during GenApp resource deletion process. Action: Check the input for resource tag name and do resource deletion process again. |
126405 | ERROR | -i flag not specified | Cause: Missing the input for resource internal id during GenApp resource deletion process. Action: Check the input for resource internal id and do resource deletion process again. |
126478 | ERROR | Failed to create tag \’$new_leaf\’. | Cause: The ‘creapphier’ utility failed to create the specified tag. Action: Check /var/log/lifekeeper.log for additional messages from ‘creapphier’. |
126479 | ERROR | Failed to extend tag \’$new_leaf\’. | Action: Check /var/log/lifekeeper.log for additional errors from extend manager. |
126481 | ERROR | Failed to create dependency on \’$sys\’ for \’$new_leaf\’ to \’$hier{$leaf}{$sys}{‘Tag’}\’. | Action: Check /var/log/lifekeeper.log for errors from the ‘dep_create’ function |
126484 | ERROR | Tag \’$root_tag\’ is not in-service. | Cause: The specified tag is not in-service on any node in the cluster. Action: Bring the specified tag in-service on any node in the cluster and re-run ‘create_terminal_leaf’. |
126485 | ERROR | Tag \’$root_tag_1\’ was not found, select the root tag for a hierarchy to add a terminal leaf resource. | Cause: The first tag passed to ‘create_terminal_leaf’ was not found on the system where the utility was run. Action: Verify the resource is in-service on a node in the cluster and fully extended to all nodes. |
126486 | ERROR | Unable to create leaf tag from \’$tag\’. | Cause: A unique terminal leaf tag could not be created. A unique terminal leaf tag could not be created after 100 tries. Action: Check for multiple leaf tags and for errors in /var/log/lifekeeper.log that may indicate the problem. |
126487 | ERROR | Tag \’$root_tag_2\’ was not found, select the root tag for a hierarchy to add a terminal leaf resource. | Cause: The second tag passed to ‘create_terminal_leaf’ was not found on the system where the utility was run. Action: Verify the resource is in-service on a node in the cluster and fully extended to all nodes. |
126488 | ERROR | Tag \’$root_tag_1’ is not extended to 3 or more systems. | Cause: The specified tag is not extended to 3 or more nodes. Action: Extend the specified tag to at least 3 nodes and retry ‘create_terminal_leaf’. |
126489 | ERROR | $cmd does not support SDRS resources. | Cause: A multi-site configuration was detected. Action: none |
126492 | ERROR | Remove resource $tag failed. | |
126494 | ERROR | Delete dependency failed on \’$sys\’ for \’$tag\’ to \’$parent\’. | |
126495 | ERROR | New tag \’$new_tag\’ was modified during create, expected \’$new_leaf\’. | |
126496 | ERROR | Tag \’$root_tag_1\’ is not in-service. | |
126497 | ERROR | Tag \’$root_tag_2\’ is not in-service. | |
126498 | ERROR | Tag \’$root_tag_1\’ and \’$root_tag_2’ are not extended to same systems. | |
128005 | ERROR | END failed %s of "%s" on server "%s" due to a "%s" signal | Cause: The quickCheck of {resource} on {server} failed due to an operating system signal {signal}. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
128008 | ERROR | Usage: quickCheck -t <tag name> -i <id> | Cause: Incorrect arguments have been supplied to the dmmp device quickCheck command preventing it from running. Action: Make sure all software components are properly installed and at the correct version. Rerun the command and supply the correct argument list: -t <Resource Tag> and -i <Resource ID> that identifies the dmmp device resource to be quickChecked. |
128010 | ERROR | quickCheck for "%s" failed checks of underlying paths, initiate recovery. retry count=%s. | Cause: The dmmp kit failed to quickCheck a device after {count} times of retries. A recovery of the protected dmmp resource will be executed. Action: Check adjacent log messages for further details and related messages. |
128021 | ERROR | unable to find device for uuid "%s". | Cause: The device could not be found by unique id during a restore operation. Action: Verify that the resource is configured properly. Rerun the command and supply the correct device id that identifies the dmmp device resource to be restored. |
128025 | ERROR | Device "%s" failed to unlock. | Cause: A non working {device} was detected and could not be unlocked during the restore operation. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
128026 | ERROR | Device "%s" failed to lock. | Cause: The {device} could not be locked during the resotre. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
128031 | ERROR | unable to find device for uuid "%s". | Cause: The device could not be found by unique id during the remove operation. Action: Verify that the resource is configured properly. Rerun the command and supply the correct device id that identifies the dmmp device resource to be removed. |
128034 | ERROR | Device "%s" failed to unlock. | Cause: The {device} could not be unlocked during the remove. Action: Check adjacent log messages for further details and related messages. You must correct any reported errors before retrying the operation. |
128036 | ERROR | unable to load existing information for device with uuid "%s". | Cause: The device information could not be loaded by unique id. Action: Make sure the resource is configured properly. Rerun the command and supply the correct device id that identifies the dmmp device resource. |
128037 | ERROR | unable to load existing information for device "%s". | Cause: The device information could not be loaded by name. Action: Make sure the resource is configured properly. Rerun the command and supply the correct device name that ide |