Explanation
filename is not found.
Response
Check if the file name is correct and the file exists.
Also check if the GFS Shared File System is mounted.
Explanation
filename is not the absolute path name.
Response
Specify the absolute path, and then execute the command again.
Explanation
inodeno is not the i-node number of an existing file.
Possible causes:
If -i option is specified, the specified inodeno may be invalid.
If -f option is specified, the specified representative partition may be different from the one of the file system where filename exists.
Response
If -i option is specified, check inodeno then execute the command again.
If -f option is specified, specify the representative partition of the file system where filename exists, and then execute the command again.
Explanation
The user executing this command is not a super-user.
Response
Re-execute the command as a super-user.
Explanation
special is not a representative partition.
Response
Specify the representative partition, and then execute the command again.
Explanation
Memory allocation failed. System memory is insufficient.
Response
Check the system status then wait for the other process to be completed. After that, execute the command again.
Explanation
Failed to open special. errno is the error number of open(2).
Response
Check if special is specified correctly, and then execute the command again.
Take the appropriate action according to errno.
Explanation
Failed to lseek special. errno is the error number of lseek(2).
Response
Take the appropriate action according to errno.
Explanation
Failed to read special. errno is the error number of read(2).
Response
Take the appropriate action according to errno.
Explanation
The read area is not the indirect extent management information.
The specified file may be updated while the sfcextcount command is executed.
Response
Make sure the specified file is not updated, and then execute the command again after a short period of time.