Error numbers specific to GPFS applications calls
This topic describes the error numbers specific to GPFS application calls.
When experiencing installation and configuration problems, GPFS may report these error numbers
in the operating system error
log facility, or return them to an application:
- ECONFIG = 215, Configuration invalid or inconsistent between different nodes.
- This error is returned when the levels of software on different nodes cannot coexist. For information about which levels may coexist, see the IBM Storage Scale FAQ in IBM® Documentation.
- ENO_QUOTA_INST = 237, No Quota management enabled.
- To enable quotas for the file system issue the mmchfs -Q yes command. To disable quotas for the file system issue the mmchfs -Q no command.
- EOFFLINE = 208, Operation failed because a disk is offline
- This is most commonly returned when an open of a disk fails. Since GPFS attempts to continue operation with failed disks, this operation is returned when the disk is first needed to complete a command or application request. If this return code occurs, check your disk subsystem for stopped states and check to determine if the network path exists. In rare situations, this operation is reported if disk definitions are incorrect.
- EALL_UNAVAIL = 218, A replicated read or write failed because none of the replicas were available.
- Multiple disks in multiple failure groups are unavailable. Follow the procedures in Disk issues for unavailable disks.
- 6027-341 [D]
- Node nodeName is incompatible because its maximum compatible version (number) is less than the version of this node (number).
- 6027-342 [E]
- Node nodeName is incompatible because its minimum compatible version is greater than the version of this node (number).
- 6027-343 [E]
- Node nodeName is incompatible because its version (number) is less than the minimum compatible version of this node (number).
- 6027-344 [E]
- Node nodeName is incompatible because its version is greater than the maximum compatible version of this node (number).