Top
PRIMECLUSTER Global File Services Configuration and Administration Guide 4.5
FUJITSU Software

A.5.12 sfcextcount command

sfcextcount: ERROR: 0001: filename is not found

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.

sfcextcount: ERROR: 0002: filename is not full path name

Explanation

filename is not the absolute path name.

Response

Specify the absolute path, and then execute the command again.

sfcextcount: ERROR: 0003: inodeno is not an i-node number of the existing file

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.

sfcextcount: ERROR: 0004: Permission denied

Explanation

The user executing this command is not a super-user.

Response

Re-execute the command as a super-user.

sfcextcount: ERROR: 0005: special is not representative partition

Explanation

special is not a representative partition.

Response

Specify the representative partition, and then execute the command again.

sfcextcount: ERROR: 0006: Cannot allocate memory

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.

sfcextcount: ERROR: 0007: Cannot open special: errno=errno

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.

sfcextcount: ERROR: 0008: lseek error at special: errno=errno

Explanation

Failed to lseek special. errno is the error number of lseek(2).

Response

Take the appropriate action according to errno.

sfcextcount: ERROR: 0009: Cannot read special: errno=errno

Explanation

Failed to read special. errno is the error number of read(2).

Response

Take the appropriate action according to errno.

sfcextcount: ERROR: 0010: Read-in data is not IEX

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.