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

A.5.4 sfcfrmstart command

ERROR: sfcfrmstart: 0001: Permission denied

Explanation

Execution was attempted with other than super-user permission.

Response

Retry execution with super-user permission.

ERROR: sfcfrmstart: 0002: Cannot open file path: errmsg

Explanation

File open processing for command lock failed.

Response

Apply countermeasures as described in errmsg.

ERROR: sfcfrmstart: 0003: sfcfrmstart or sfcfrmstop is already running

Explanation

Execution of this command failed as another sfcfrmstart(8) or sfcfrmstop(8) command was being executed.

Response

Once execution of the other command has terminated, re-execute this command.

ERROR: sfcfrmstart: 0004: Cannot connect to cluster faundation

Explanation

Connection with the cluster control facility failed.

Response

Confirm that the cluster control facility has already been started.

ERROR: sfcfrmstart: 0005: Operation of management partition may be performed

Explanation

The management partition may be being used on either the self-node or another node.

Response

Wait for the operation of the management partition to end, and then retry.

ERROR: sfcfrmstart: 0006: Cannot allocate memory

Explanation

Memory acquisition failed.

Response

Either wait for another process to end, or increase the size of the swap area.

ERROR: sfcfrmstart: 0007: Read error on sfcfsrm.conf: errmsg

Explanation

Setting file sfcfsrm.conf could not be read.

Response

Perform management according to errmsg.

ERROR: sfcfrmstart: 0008: Read error on management partition

Explanation

Reading of the management partition failed.

Response

If a disk of the management partition fails, restore the management partition by referring to "9.6 Backup of the management partition information" and "9.7 Restoring of the management partition information."
If a disk failure does not occur, field engineers.

ERROR: sfcfrmstart: 0009: Self-node does not belong to host group

Explanation

The self-node does not belong to a host group.

Response

Using the sfcsetup(8) command, add the self-node to a host group.

ERROR: sfcfrmstart: 0010: Starting processing of sfcfrmd went wrong

Explanation

Start processing for sfcfrmd failed.

Response

After confirming the state of the self-node and that sfcprmd is available, contact field engineers.

ERROR: sfcfrmstart: 0011: sfcfrmd has already existed

Explanation

The sfcfrmd has already been started.

Response

None.

ERROR: sfcfrmstart: 0012: sfcsetup may not be performed

Explanation

As no setting is made to the management partition, the management partition cannot be accessed.

Response

Use the sfcsetup(8) command to set up the management partition. For details, see "9.2 Creating of the management partition."

ERROR: sfcfrmstart: 0013: sfcprmd may not exist

Explanation

The communication path to sfcprmd cannot be established.

Response

After confirming the state of the self-node and that sfcprmd is available, contact field engineers.

ERROR: sfcfrmstart: 0014: State check processing to sfcprmd went wrong

Explanation

State confirmation processing for sfcprmd using several different daemons failed.

Response

After confirming the state of self-node and that sfcprmd is available, contact field engineers.

ERROR: sfcfrmstart: 0015: Write error on management partition

Explanation

Write processing for the management partition failed.

Response

After confirming that no disk error occurred, contact field engineers.

ERROR: sfcfrmstart: 0016: filename: open(2) error: errmsg

Explanation

File open processing for editing the sfcfsrm.vers file failed.

Response

Apply countermeasures as described in errmsg.

ERROR: sfcfrmstart: 0017: filename: write(2) error: errmsg

Explanation

File write processing for editing the sfcfsrm.vers file failed.

Response

Apply countermeasures as described in errmsg.

ERROR: sfcfrmstart: 0018: filename: rename(2) error: errmsg

Explanation

File rename processing for editing the sfcfsrm.vers file failed.

Response

Apply countermeasures as described in errmsg.

ERROR: sfcfrmstart: 0020: An error occurred while accessing a file path : errmsg

Explanation

File access to cancel the suspension of the sfcfrmd daemon's startup failed.

Response

Check if the sfcfrmd daemon is running by ps(1) command.
An example is shown below.

# /bin/ps -e | /bin/grep sfcfrmd <Enter>
27198 ?        00:00:00 sfcfrmd
# echo $? <Enter>
0

If grep(1)'s return code is 0, sfcfrmd daemon is running.

See

For details of ps(1) and grep(1), see the online manual page.

If the sfcfrmd daemon is not running, take corrective action according to errmsg. If the error message indicates "broken file", the file to cancel the suspension of the sfcfrmd daemon's startup might be broken. Reboot the system because this file is remade by booting the system.
If sfcfrmd daemon is running, no corrective action needs to be taken because it is thought the sfcfrmd daemon had been started before this file is broken.

ERROR: sfcfrmstart: 0021: The suspended sfcfrmd daemon does not exist

Explanation

Startup of the sfcfrmd daemon has not been suspended.

Response

If the sfcfrmd daemon that is not being suspended is activated, execute the sfcfrmstart(8) command without the -f option.