PRIMECLUSTER Global File Services Configuration and Administration Guide 4.2 (Solaris(TM) Operating Environment)
Contents Index PreviousNext

Appendix E List of Messages> E.5 Management Command messages Specific to GFS Shared File System

E.5.21 sfcsetup command

E.5.21.1 ERROR: sfcsetup: 0001: Permission denied

[Explanation]

Execution was attempted with other than super user permission.

[Action]

Please execute sfcsetup(1M) with the super user permission.

E.5.21.2 ERROR: sfcsetup: 0002: Cannot connect to cluster foundation

[Explanation]

Communication with the cluster control could not be established.

[Action]

Check whether the cluster control is operating normally.

E.5.21.3 ERROR: sfcsetup: 0003: Cannot acquire lock: type(n): sfcfrmd or sfcsetup has the lock

[Explanation]

Because the lock for exclusion cannot be acquired, it is not possible to change. The sfcfrmd daemon is operating on either of node in the cluster domain. Or, it is thought while sfcsetup(1M) is acquiring the lock on either of node in the cluster domain.

[Action]

Please stop the sfcfrmd demon with sfcfrmstop(1M) on all nodes of the cluster domain. Or, please wait for the processing completion of sfcsetup(1M). Afterwards, please execute sfcsetup(1M).

E.5.21.4 ERROR: sfcsetup: 0004: Cannot acquire lock: config

[Explanation]

Because other commands of the GFS shared file system are executing, it is not possible to change.

[Action]

Please wait for the completion of other commands of the GFS shared file system, and unmount all file systems if necessary. Afterwards, please stop the sfcfrmd daemon with sfcfrmstop(1M) on all nodes in the cluster domain, and execute sfcsetup(1M).

E.5.21.5 ERROR: sfcsetup: 0005: Too many arguments

[Explanation]

Too many arguments have been specified.

[Action]

Please correct the mistake of the argument, and execute sfcsetup(1M).

E.5.21.6 ERROR: sfcsetup: 0006: A few option

[Explanation]

Too few arguments have been specified. -f option should specify -c option together at the same time.

[Action]

Check the command format, and then re-execute.

E.5.21.7 ERROR: sfcsetup: 0007: Wrong command format

[Explanation]

The command format is invalid.

[Action]

Check the command format, and then re-execute.

E.5.21.8 ERROR: sfcsetup: 0008: Cannot get cipname

[Explanation]

The CIP address for the node executing the command could not be acquired.

[Action]

By remaking and restoring the management partition, back the configuration of the partition to a previous one before a value of the CIP address changed. For details to remake and restore, see Section 20.5, " Backup of the management partition information." and Section 20.6, "Restoration of the management partition information."

E.5.21.9 ERROR: sfcsetup: 0009: Bad data exists in management partition

[Explanation]

The management partition contain invalid data.

[Action]

Contact local Customer Support.

E.5.21.10 ERROR: sfcsetup: 0010: Cannot write to sfcfsrm.conf

[Explanation]

Failed to write into /var/opt/FJSVsfcfs/sfcfsrm.conf.

[Action]

Make sure that /var directory has a space by df(1M) command. Make sure that /var/opt/FJSVsfcfs directory exists. If it dose not exist, it is possible to fail to install the FJSVsfcfs package of GFS Shared File System. In this case, install the FJSVsfcfs package again. Otherwise, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.11 ERROR: sfcsetup: 0011: Cannot open management partition

[Explanation]

The management partition could not be opened.

[Action]

Check whether the path to the management partition, specified in the sfcfsrm.conf file, is correct.

E.5.21.12 ERROR: sfcsetup: 0012: Node information area is full

[Explanation]

The maximum possible amount of node information has already been stored.

[Action]

Delete information of an unnecessary node by sfcsetup(1M) command with -d option and do it again.

E.5.21.13 ERROR: sfcsetup: 0013: Cannot write node information

[Explanation]

An error occurred when trying to write new node information.

[Action]

Contact local Customer Support.

E.5.21.14 ERROR: sfcsetup: 0014: Wrong argument format

[Explanation]

The format of an argument specified with the command is invalid.

[Action]

Check the format of the argument, and then re-execute the command.

E.5.21.15 ERROR: sfcsetup: 0015: Invalid argument

[Explanation]

An argument specified with the command contains an invalid character string.

[Action]

Check the argument, and then re-execute the command.

E.5.21.16 ERROR: sfcsetup: 0016: Cannot acquire lock: master. sfcfrmd may be working now

[Explanation]

The command cannot be executed, either because another command is being executed, or because sfcfrmd daemon is operating.

[Action]

Wait for execution of the other command to terminate or, after executing sfcfrmstop(1M) on all the nodes, re-execute the command.

E.5.21.17 ERROR: sfcsetup: 0017: Node(hostid=0xhostid) is busy

[Explanation]

Node (hostid=0xhostid) has still file system information in management partition. It is configured as sharing node of a GFS shared file system. sfcsetup -d did not do anything.

[Action]

Delete node information by following procedure:

  1. Restart file system recovery manager by sfcfrmstart(1M).
  2. Check sharing node information of all GFS shared file system by sfcinfo -an.
  3. Reconfigure sharing node information of GFS shared file system by sfcadm -u, or delete file system information by sfcadm -D.
  4. Stop the file system recovery manager by sfcfrmstop(1M).
  5. Retry sfcsetup -d.

E.5.21.18 ERROR: sfcsetup: 0018: Communication initialize error

[Explanation]

Communication could not be initialized.

[Action]

Contact local Customer Support. Or, review your system environment.

E.5.21.19 ERROR: sfcsetup: 0019: Socket open error to sfcfrmd

[Explanation]

Communication with the sfcfrmd daemon failed.

[Action]

Use ps(1) and check whether the sfcfrmd daemon exists. If the daemon does not exist, either execute sfcfrmstart(1M) or execute sfcsetup(1M) in one of the nodes in which the sfcfrmd daemon has been started.

E.5.21.20 ERROR: sfcsetup: 0020: data(data) is not found in management partition

[Explanation]

No information could be found for a node that was to be deleted.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.21 ERROR: sfcsetup: 0021: ERROR occurred. errcode= ecode

[Explanation]

An internal error occurred.

[Action]

Contact local Customer Support.

E.5.21.22 ERROR: sfcsetup: 0022: Cannot allocate memory

[Explanation]

Memory could not be allocated. Memory of system is insufficient.

[Action]

Please check the state of a system, and wait for the termination of another process, or increase the swap space or real memory. After it and re-execute the command.

E.5.21.23 ERROR: sfcsetup: 0023: Read error of sfcfsrm.conf

[Explanation]

Reading of sfcfsrm.conf failed.

[Action]

Collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.24 ERROR: sfcsetup: 0025: sfcfrmd is active on this node

[Explanation]

The file system recovery manager daemon is running on a node for which an attempt was made to execute a command.

[Action]

Execute sfcfrmstop(1M), and then re-execute the command.

E.5.21.25 ERROR: sfcsetup: 0026: Cluster function may not be working

[Explanation]

The cluster system may not be operating normally

[Action]

Check the state and the error message of the cluster system, and operate the cluster system normally.

E.5.21.26 ERROR: sfcsetup: 0027: Input error

[Explanation]

An input error was made.

[Action]

None.

E.5.21.27 ERROR: sfcsetup: 0028: raw_device_file is already used as management partition

[Explanation]

The specified character device (raw_device_file) has already been initialized as a management partition.

[Action]

After checking whether this device really should be initialized, re-execute the command with the -f option specified.

E.5.21.28 ERROR: sfcsetup: 0029: Management partition read error

[Explanation]

Reading of the management partition failed.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.29 ERROR: sfcsetup: 0030: Management partition write error

[Explanation]

Writing to the management partition failed.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.30 ERROR: sfcsetup: 0031: Cannot initialize management partition. errcode=ecode

[Explanation]

Initialization of the management partition failed.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.31 ERROR: sfcsetup: 0032: raw_device_file is invalid disk device

[Explanation]

Either the specified device (raw_device_file) does not exist, or is not a GDS volume.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.32 ERROR: sfcsetup: 0033: Cannot open vfstab

[Explanation]

The /etc/vfstab file could not be opened.

[Action]

Make sure that /etc/vfstab exists. If not, restore it from a backup, or see Section 22.2.3, "Setting vfstab" and redefine it.

E.5.21.33 ERROR: sfcsetup: 0034: raw_device_file is already exist in vfstab

[Explanation]

The device specified (raw_device_file) in the management partition may already be being used by the system.

[Action]

Either specify a different device in the management partition or, if an entry in /etc/vfstab is not needed, delete it and then re-execute the command.

E.5.21.34 WARNING: sfcsetup: 0035: Illegal line exists in vfstab

[Explanation]

An invalid row is included in /etc/vfstab.

[Action]

Confirm the contents of /etc/vfstab and correct it if necessary.

E.5.21.35 ERROR: sfcsetup: 0036: Cannot open mnttab

[Explanation]

The /etc/mnttab file could not be opened and may be lost.

[Action]

The problem of Solaris OE occurs when generated in the multiuser mode. Please investigate and deal with the message of Solaris OE.

E.5.21.36 ERROR: sfcsetup: 0037: raw_device_file is already exist in mnttab

[Explanation]

The device specified (raw_device_file) in the management partition may already be being used by the system.

[Action]

Either specify a different device in the management partition or, if an entry in the /etc/mnttab file is not needed, delete it and then re-execute the command.

E.5.21.37 WARNING: sfcsetup: 0038: Illegal line exists in mnttab

[Explanation]

There was an illegal entry in /etc/mnttab.

[Action]

Please check whether the entry of which file system is a cause, and unmount it at once. Moreover, correct entry of above file system in /etc/vfstab.

E.5.21.38 ERROR: sfcsetup: 0039: Cannot open raw_device_file

[Explanation]

The specified device file (raw_device_file) could not be opened.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.39 ERROR: sfcsetup: 0040: Cannot get vtoc information

[Explanation]

The VTOC information for the disk containing the management information could not be acquired.

[Action]

Show a state of the management partition by sdxinfo(1) command of GDS and make sure that all of the below conditions hold. (For details of the command, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide.")

- The GDS class that includes the management partition must show "shared" in "TYPE" and must show all the nodes that use GFS Shared File System in "SCOPE."

- The volume that is specified as the management partition must have 40MB or more capacity. (In other words, the value of "BLOCKS" is equal to or greater than 8192.)

- The slice that is specified as the management partition must show "ACTIVE" in "STATUS."

If not, see Chapter 16, "Management Partition" and try the setting of the management partition again. If this message is output when all the conditions above hold, collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.40 ERROR: sfcsetup: 0041: Cannot get major number

[Explanation]

The major number of disk containing the management partition could not be obtained.

[Action]

Check whether the system environment is satisfactory, and whether the specified special file is correct.

E.5.21.41 ERROR: sfcsetup: 0042: Cannot get driver name

[Explanation]

The diver name for the disk containing the management partition could not be obtained.

[Action]

Check whether the system environment is satisfactory, and whether the specified special file is correct.

E.5.21.42 ERROR: sfcsetup: 0043: Cannot get node information

[Explanation]

Node information could not be acquired from the management partition.

[Action]

Collect the diagnostic data with fjsnap and contact local Customer Support.

E.5.21.43 ERROR: sfcsetup: 0044: Node information does not exist

[Explanation]

The information for the node for which the command was executed has already been deleted.

[Action]

None.

E.5.21.44 ERROR: sfcsetup: 0045: raw_device_file is not raw_device_file

[Explanation]

The specified device (raw_device_file) is other than a character special device.

[Action]

Check the device name, and then re-execute the command.

E.5.21.45 ERROR: sfcsetup: 0046: Illegal entry exists, or no entry of path to management partition in sfcfsrm.conf

[Explanation]

The sfcfsrm.conf file contains no entry that indicates the path to the management partition. Either node information has not yet been added to the management partition, or it was on a node that has already been deleted.

[Action]

Check whether node information has not yet been added to the management partition, or whether the node containing the entry has already been deleted.

E.5.21.46 ERROR: sfcsetup: 0047: raw_device_file does not exist

[Explanation]

The specified special file (raw_device_file) does not exist in the system environment.

[Action]

Check whether the specified special file is correct.

E.5.21.47 ERROR: sfcsetup: 0048: Too small disk size, need more than 40MB

[Explanation]

The size of the device specified in the management partition is too small.

[Action]

Specify a shared disk with a volume size of 40 MB or more.

E.5.21.48 WARNING: sfcsetup: 0049: No entry of path to management partition in sfcfsrm.conf

[Explanation]

No entry of management partition in /var/opt/FJSVsfcfs/sfcfsrm.conf. Node information has not been added to the management partition yet or the management partition has been already deleted.

[Action]

Restore the /var/opt/FJSVsfcfs/sfcfsrm.conf from the backup when it is destroyed.

Add node information to the management partition using sfcsetup -a, if the node is shared node of GFS Shared File System. If the management partition has not been initialized, it must be initialized by sfcsetup -c before adding of node information.

E.5.21.49 ERROR: sfcsetup: 0050: Cannot open sfcfsrm.conf: msg

[Explanation]

Due to the reason displayed in the message (msg), opening of the FsRM setup file sfcfsrm.conf failed.

[Action]

Apply the countermeasures described in the message. Please initialize the management partition by sfcsetup(1M) with -c option when msg is No such file or directory.

E.5.21.50 ERROR: sfcsetup: 0051: raw_device_file is not management partition

[Explanation]

The volume of the specified shared disk (raw_device_file) is not initialized for the management partition.

[Action]

Perform sfcsetup(1M) command with -c option to initialize the volume of the shared disk and then re-execute.

E.5.21.51 ERROR: sfcsetup: 0052: sfcfsrm.conf does not exist. sfcsetup may not be executed

[Explanation]

The setup file sfcfsrm.conf cannot be found. Node information may not be registered in the node.

[Action]

Register node information in the management partition by using the sfcsetup(1M) command.

E.5.21.52 ERROR: sfcsetup: 0053: Volume(raw_device_file) may not be active. Please activate volume

[Explanation]

The volume of the shared disk that has been specified in the management partition may not be valid.

[Action]

Make sure that the slice that is specified as the management partition shows "ACTIVE" in "STATUS" by sdxinfo(1) command. If not, start the slice by sdxvolume(1M) command of GDS. For details, see "PRIMECLUSTER Global Disk Services Configuration and Administration Guide."

E.5.21.53 ERROR: sfcsetup: 0054: syscall failed: errmsg

[Explanation]

The system call syscall failed.

[Action]

Apply countermeasures described in errmsg.

E.5.21.54 ERROR: sfcsetup: 0055: Cannot register node information. Please restart command

[Explanation]

Node configuration information could not be added to the management partition because the sfcfrmd daemon was executing recovery processing or the operation status of the added node changed.

[Action]

Re-execute sfcsetup(1M).

E.5.21.55 ERROR: sfcsetup: 0056: Communication with sfcfrmd failed. opcode=opcode, errcode=errcode

[Explanation]

Communication with the sfcfrmd daemon failed.

[Action]

Collect the diagnostic data with fjsnap for all nodes and contact local Customer Support.

E.5.21.56 ERROR: sfcsetup: 0057: Cannot execute the remote command on the node(nodename). status=stat

[Explanation]

Executing the command by clexec(1M) was unsuccessful in the nodename node.

[Action]

If the stat termination status is 0, check whether the nodename node specified in sfcsetup(1M) is correct. If the node is correct, re-execute sfcsetup(1M).

If the stat termination status is a value other than 0, check the reference manual for clexec(1M), and apply countermeasures in the stat termination status.

E.5.21.57 ERROR: sfcsetup: 0058: Cannot set the path of management partition on the node(nodename)

[Explanation]

Path name setup of the management partition failed in the nodename node.

[Action]

In all nodes that operate GFS, use ps(1) to check that the sfcfrmd daemon is operating. If the sfcfrmd daemon is not operating in any node, add node configuration information by executing sfcsetup(1M) without using the -r option.

Use cftool(1M) to check that the nodename node is registered in the cluster. In the nodename node, check that the nodename node entry has been set in the /etc/cip.cf file. If a problem is found in either case, set up the cluster for the nodename node.

For details on cluster setup, see the "PRIMECLUSTER Configuration and Administration Guide."

E.5.21.58 ERROR: sfcsetup: 0059: The node(nodename) is being registered

[Explanation]

The nodename node is already adding node configuration information to the management partition.

[Action]

None.

E.5.21.59 ERROR: sfcsetup: 0060: CIP of node(nodename) is not set up

[Explanation]

The CIP host name of the nodename node is not defined in /etc/cip.cf.

[Action]

Define the CIP host name of nodename node in /etc/cip.cf.

For details on /etc/cip.cf, see the "PRIMECLUSTER Cluster Foundation Configuration and Administration Guide."

E.5.21.60 ERROR: sfcsetup: 0061: Illegal packet was received

[Explanation]

The sfcfrmd daemon received an invalid data packet while node configuration information was being added to the management partition.

[Action]

Collect the diagnostic data with fjsnap for all nodes and contact local Customer Support.

E.5.21.61 ERROR: sfcsetup: 0062: The node(nodename) has never been joined to cluster yet

[Explanation]

The nodename node has not been incorporated into the cluster system.

[Action]

Set up the cluster in the nodename node, and then start that node.

For details on cluster setup, see the "PRIMECLUSTER Configuration and Administration Guide."

E.5.21.62 ERROR: sfcsetup: 0063: Invalid the message from clexec command

[Explanation]

Invalid information was returned as the execution result of clexec(1M).

[Action]

Collect the diagnostic data with fjsnap for all nodes and contact local Customer Support.

E.5.21.63 ERROR: sfcsetup: 0064: Sfcfrmd is not active. Cannot use -r option

[Explanation]

The -r option cannot be used because the sfcfrmd daemon has not been started.

[Action]

Execute sfcsetup(1M) without the -r option and add the node configuration information.

E.5.21.64 INFO: sfcsetup: 0002: Waiting to be able to acquire lock:master

E.5.21.65 INFO: sfcsetup: 0003: Waiting to be able to acquire lock:config

[Explanation]

The acquisition of domain-wide lock(master, config) is in progress.

[Action]

Wait for a short while.

E.5.21.66 INFO: sfcsetup: 0004: This node is already added. Management partition is not update

[Explanation]

This node has already been registered in management partition.

[Action]

None.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2004