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

A.2.6 Error messages (sfcfs_mount command)

This section explains the sfcfs_mount command messages that is called sfcfsd daemon of GFS Shared File System.

ERROR: sfcfs_mount:0001:special : cannot allocate memory

Explanation

The mounting failed due to a memory allocation failure.

Response

Check the system status and wait for the termination of another process or increase the swap space, and re-execute the command.

ERROR: sfcfs_mount:0002:special : signal(2) is error: errmsg

Explanation

The mounting failed due to an internal error.

Response

Collect a file output with FJQSS, fjsnap, or pclsnap for troubleshooting information then contact field engineers.

ERROR: sfcfs_mount:0003:special : cannot connect to FsRM

Explanation

The file system monitoring mechanism is not operating.

Response

Check whether the file system monitoring mechanism is running.

ERROR: sfcfs_mount:0004: special is not found in file system configuration information

Explanation

The specified partition (special) does not exist in the file system configuration information.

Response

Check whether the specified partition is correct.

ERROR: sfcfs_mount:0005:special : cannot read file system configuration information

Explanation

Reading the file system configuration information failed.

Response

Collect a file output with FJQSS, fjsnap, or pclsnap for troubleshooting information then contact field engineers.

ERROR: sfcfs_mount:0006:special : Cannot get port number of sfcfs-n for [P-MDS | S-MDS] not found in /etc/services

Explanation

The port number definition used in AC-to-MDS communication is not found.

Response

Review the port number definition in /etc/services.

ERROR: sfcfs_mount:0007:special : Cannot get host address of hostname for [P-MDS | S-MDS], not found in /etc/hosts

Explanation

The host name information for AC-to-MDS communication cannot be obtained.

Response

Check following points:

  • Setting of network is normal.
    Check whether the IP addresses of the MDS nodes are correctly registered in host database (such as /etc/hosts). For details, see "11.2.2 Registering information in host database."

  • The file system configuration information is normal.
    Execute sfcrscinfo(8) with the -m option to check whether the host names of the MDS nodes are correct.
    If the host names are not correct, change them by using sfcadm(8) with the -u option.

If the problem cannot be solved after taking the above actions, collect a file output with FJQSS, fjsnap, or pclsnap for troubleshooting information then contact field engineers.

For details on the commands, see sfcrscinfo(8) and sfcadm(8) in this manual.

ERROR: sfcfs_mount:0009:special : can not make directory path :errmsg

Explanation

Creating a directory failed.

Response

Take action according to errmsg.

ERROR: sfcfs_mount:0010: special is already mounted, mount_point is busy

Explanation

The mounting fails because it has already been mounted.

Response

Check whether the mounting has not been done with mount(8), and take action.

ERROR: sfcfs_mount:0011:special : recovery mount is in progress

Explanation

The mounting cannot be performed because recovery processing is in progress.

Response

None.

ERROR: sfcfs_mount:0012:special : cannot connect to Primary-MDS
ERROR: sfcfs_mount:0013:
special : cannot connect to Secondary-MDS

Explanation

AC cannot connect to MDS. Therefore, mount the file system will be failed.

Response

Check MDS down. In this case, try mount again.

ERROR: sfcfs_mount:0014:special : sfcfs is not supported by kernel

Explanation

The sfcfs module has not been loaded.

Response

Check whether the sfcfs module has been loaded.

ERROR: sfcfs_mount:0015:special,mountpoint: mount(2) is error:errmsg

Explanation

An unexpected error was detected on the mounting.
Possible causes:

  • The special or mountpoint specified is invalid.

  • The network setting of a shared node is invalid.

  • The host name of a shared node specified is invalid.

  • The shared node fails during command execution.

Response

Execute sfcmount(8) again after correcting the cause of the failure according to the following procedures:

  • Check whether a file and a directory specified with special and mountpoint exist. If the specification is not correct, specify the correct special and mountpoint. Create the directory specified with mountpoint, if it has not been created.

  • Check whether the IP address of the node that shares the file system is correctly registered in host database (such as /etc/hosts). For details, see "11.2.2 Registering information in host database."

  • Execute sfcinfo(8) with the -n and -a options to check whether the host name of a shared node is correct. If the host name is not correct, change it by using sfcadm(8) with -u option.

  • If any warning message was output immediately before this message, take an action to deal with the warning message.

If the problem cannot be solved by the response above, collect the diagnostic data FJQSS, fjsnap, or pclsnap, and contact field engineers.

For details on the commands, see sfcinfo(8) and sfcadm(8) in this manual.

ERROR: sfcfs_mount:0016:special : cannot add mount information to /etc/mtab

Explanation

The mounting succeeded, but adding the mount information to /etc/mtab failed.

Response

Check the /etc/mtab settings and add the relevant mount information to /etc/mtab.

ERROR: sfcfs_mount:0017:special : cannot delete mount information in /etc/mtab

Explanation

Deleting the mount information from /etc/mtab failed.

Response

Check the /etc/mtab settings and delete the relevant mount information from /etc/mtab.

ERROR: sfcfs_mount:0018:special : unknown error(errno)

Explanation

An unknown error was detected.

Response

Collect a file output with FJQSS, fjsnap, or pclsnap for troubleshooting information then contact field engineers.

ERROR: sfcfs_mount:0019: cannot open special: errmsg

Explanation

Opening of the partition (special) failed.

Response

Take corrective action according the detailed information errmsg.

ERROR: sfcfs_mount:0020: cannot read the {superblock | volume information} of special

Explanation

Reading of the super block information or partition configuration information on the partition (special) failed.

Response

Collect a file output with FJQSS, fjsnap, or pclsnap for troubleshooting information then contact field engineers.

ERROR: sfcfs_mount:0021: special is not sfcfs file system

Explanation

The specified partition (special) is not of the GFS Shared File System.

Response

Specify a special file that is being used for the GFS Shared File System.

ERROR: sfcfs_mount:0023:special : invalid parameter(param)

Explanation

An invalid value was detected in the tuning parameter param for the file system.

Response

Collect a file output with FJQSS, fjsnap, or pclsnap for troubleshooting information then contact field engineers.