The error messages that might be displayed during the NFS hierarchy creation are listed below, along with a suggested explanation for each. The messages listed cover both the creation of the nfs and hanfs resources. Error messages displayed by the LifeKeeper core and by other Application Recovery Kits are not listed in this guide. Note that you may stop to correct any problem described here, and then continue with hierarchy creation from the point where you left off – including creating any new LifeKeeper resources you might need for your NFS configuration.
Error Number | Error Message | Description |
---|---|---|
106000 | create: Export point not specified | You must specify the export point for the NFS file system when you create the resource hierarchy. Command line only. |
106001 | create: The path “EXPORT POINT” is not exported by NFS | The export point you specified is not currently exported by NFS. Use exportfs(8) to export the path and verify the path is in the /var/lib/nfs/etabfile. Command line only. |
106002 | create: The export point “EXPORT POINT” on server “SERVER” for client “CLIENT” either does not contain an FSID export option or the value is not unique. A unique FSID will be generated and “EXPORTPOINT” will be re-exported using the new FSID value. | All export points under LifeKeeper protection must use a unique fsid= export option for high availability NFS. The selected export did not meet this requirement so a unique value was generated followed by a re-export for the selected export point. Note: a client of “*” or “world” indicates the export point is available to all clients. |
106003 | create: Unable to create the export entry file for “EXPORT POINT” in LifeKeeper | Possible causes:
|
106004 | The export point “EXPORT POINT” is not on a shared file system on server “SERVER” | Make sure that the export point is for a shared file system. Command line only. |
106005 | Unable to create the HA-NFS hierarchy “TAG” with child resource ID “ID” on server “SERVER” | Review the other error messages to determine the action to take. |
106006 | Unable to remove entry for export point “EXPORT POINT” from /etc/exports on server “SERVER” | Verify that the /etc/exports file exists and is readable. |
106014 | Usage: USAGE STRING | Usage of command run with incorrect arguments. Command line only. |
106016 | “REQUIRED SOFTWARE” cannot be found or does not have the expected permissions on server “SERVER” | NFS must be installed on the primary server and all backup servers. Verify that the nfs-utils has been installed |
106019 | Executing command: “COMMAND” | This message is displayed when LifeKeeper restarts an NFS daemon or exports/unexports an export point. It provides additional information that can be useful if there is a problem. |
106020 | The generated id “ID” conflicts with an existing resource id | The internally generated resource ID for the nfs or hanfs resource has produced a duplicate. |
106021 | An entry for export point “EXPORT POINT” already exists in /etc/exports. The entry that was being used by the NFS Server Recovery Kit has been placed in the file “FILENAME” | Verify that /etc/exports has the correct export entry. |
106025 | An unknown error has occurred while running “NEW TAG” on server “SERVER” | An unexpected error occurred while running the command newtag to generate a tag for the nfs for hanfs resource. |
106026 | Adding dependency between HA-NFS resource “HANFS TAG” and filesys resource “FILESYS TAG” on server “SERVER” failed. | Dependency creation between the selected hanfs resource and the filesys resource has failed for unknown reasons. See output for more information. |
106027 | Open of "FILE NAME" on server "SERVER" failed: "ERROR MSG" | The attempted open failed for the reason listed. |
106031 | Re-export of “EXPORT POINT” to add FSID option failed on server “SERVER” | The export point did not contain a fsid argument and the re-export after one was generated failed. Manually add a fsid argument to the /etc/exports entry and re-export to determine the failure. |
106032 | create: Dependent IP resource tag name not specified | You must specify the resource tag for the protected IP address when you create the NFS resource hierarchy. Command line only. |
106033 | Selected IP resource “TAG” does not exist on server “SERVER” | You must create the IP resource on the specified server before you can create the NFS resource. Also, make sure that you typed the IP resource correctly when you entered the command. Command line only. |
106034 | Adding dependency between NFS resource “TAG” and IP resource “TAG” on server “SERVER” failed | Verify the IP resource is in-service on the server where the NFS resource is being created. Command line only. |
106035 | Creation of HA-NFS resource “TAG” on server “SERVER” failed | Review other error messages to determine the action to take. |
106036 | Adding dependency between IP resource “TAG” and HA-NFS resource “TAG” on server “SERVER” failed | Verify that the IP resource is in-service on the server where the HA-NFS resource is being created. Command line only. |
106037 | Attempts to get exclusive lock on “FILE NAME” on server “SERVER” failed: “ERROR MSG” | Unable to obtain an exclusive lock for updating. See the error message for the cause. |
106038 | Unable to create directory “DIR NAME” on server “SERVER”: “ERROR MSG” | An attempt to create a directory on the exported file system has failed. See the error message for the cause. |
106039 | Open of “FILE” on server “SERVER” failed: “ERROR MSG” or Attempt to get exclusive lock on “FILE” on server “SERVER” failed: “ERROR MSG” |
An attempt to open or obtain an exclusive lock on a file has failed. See the error message for the cause. |
106041 | The selected IP resource “IP TAG” is not ISP on server “SERVER” | The selected IP resource does exist on the server but is not currently in service. Bring the IP resource in service on the server and then re-attempt the creation. Command line only. |
106042 | Unable to find HA-NFS resource instance “HA-NFS TAG” on server “SERVER” | The HA-NFS resource was not created for some reason. Please refer to other error messages to resolve the issue. |
106048 | Multiple NFS v4 root exports found on “SERVER”. | Multiple NFS v4 psuedo file systems found on SERVER where only one is supported. |
106057 | Failed to open new exportInfo file “TMP FILENAME”. Reason: “ERROR MSG”. | Failed to open a temporary file for the reason listed. |
106058 | Failed to add the entry “ENTRY” to “TMP FILENAME”. Reason: “ERROR MSG”. | Failed to write to the temporary file for the reason listed. |
106059 | Failed to close new exportInfo file “TMP FILENAME”. Reason: “ERROR MSG”. | Failed to close the temporary file for the reason listed. |
106060 | Failed to create the new exportInfo file “TMP FILENAME” as it’s size of “NEW SIZE” is less than the size of the current exportInfo with a size of “OLD SIZE”. The size should be at least the same as the old file size. | The newly created exportinfo file is not the expected size. |
106061 | Failed to rename temp exportInfo file from “TMP FILENAME” to “FILENAME”. Reason: “ERROR MSG”. | Failed to rename the file for the reason listed. |
106062 | fsid(FSID) does not match between resource info and etab on “SERVER”. | The expected fsid is not included in etab. |
Post your comment on this topic.