Sun Enterprise 10000 Dynamic Reconfiguration User Guide

Plugin Error Messages

The following error messages are generated by the libcfgadm system board plugin. They are sent to the netcon(1M) console window, to the /var/adm/messages directory, and to the $SSPLOGGER/domain_name/messages directory.

Table A-16 Plugin Error Messages

Error Message 

Probable Cause 

Suggested Action 

Configuration operation cancelled: command ap_id

You did not confirm a configuration operation that requires confirmation.  

See the cfgadm(1M) and/or the cfgadm_sbd(1M) man page for more information about which configuration operations require confirmation.

Hardware specific failure: command ap_id: error: resource

A system error occurred during the execution of the command. The error message, error, can be a standard error (that is, an errno), or it can be a more specific error message that is returned by the DR driver (see the DR driver error messages for more information about DR driver errors). The name of the resource, resource, that is causing the error (for example, a busy device) can also be returned by the DR driver.

For busy devices, identify and remove the usage of the device. For other errors, refer to the driver's documentation for possible recovery actions.  

Library Error: command invalid: command

The specified command is invalid for system boards.  

Refer to the cfgadm_sbd(1M) man page for a list of valid commands.

Library Error: command not supported: command ap_id

The specified command is not supported for the specified attachment point. For example, the connect operation is not allowed for CPUs.  

Refer to the cfgadm_sbd(1M) man page for a list of supported commands.

Library Error: command aborted: command

You aborted the command.  

N/A 

Library Error: option invalid: option

The specified option, option, is invalid.

Refer to the cfgadm_sbd(1M) man page for a list of the valid options.

Library Error: option requires value: option

The specified option, option, requires a value.

Refer to the cfgadm_sbd(1M) man page for a list of the option values.

Library Error: option requires no value: option

The specified option, option, does not require a value.

Refer to the cfgadm_sbd(1M) man page for a list of options that do not require values.

Library Error: option value invalid: option value

The specified value, value, for the option, option, is invalid.

Refer to the cfgadm_sbd(1M) man page for a list of valid option values.

Library Error: attachment point invalid: ap_id

The specified attachment point, ap_id, could not be parsed correctly. This error is rare and could indicate an internal error.

Refer to the cfgadm_sbd(1M) man page for a list of valid attachment points. If this error persists, contact your service representative.

Library Error: component invalid: ap_id

The specified component, ap_id, is invalid.

Refer to the cfgadm_sbd(1M) man page for a list of valid dynamic attachment points.

Library Error: sequence invalid: command (rstate ostate) ap_id

The specified command, command, is invalid for the receptacle and/or occupant state of the specified attachment point. For example, trying to connect an empty slot results in an invalid sequence error.

Refer to the cfgadm_sbd(1M) man page for a list of valid operations.

Library Error: offline ap_id (path): error

The Reconfiguration Coordination Manager (RCM) failed to take the resource, ap_id, offline. The error message, error, returned by the RCM will indicate the reason for the failure. Usually, the reason is a busy device.

For busy devices, identify and remove the usage of the device.  

Library Error: suspend ap_id (path): error

The Reconfiguration Coordination Manager (RCM) failed to suspend the resource, ap_id. The error message, error, returned by the RCM will indicate the reason for the failure. Usually, the reason is a busy device.

For busy devices, identify and remove the usage of the device.  

Library Error: not enough memory

The plugin operation failed due to a lack of memory.  

Check the memory usage.  

Library Error: change signal disposition failed

The plugin failed to set up the signals before it started the DR operation.  

None 

Library Error: cannot get RCM handle

The Reconfiguration Coordination Manager (RCM) failed to initialize.  

None 

Library Error: cannot open library: error

The Reconfiguration Coordination Manager (RCM) library, library, was found, but an error occurred when it was opened. The error message, error, will be returned by the dlopen(3DL).

Check for proper installation of the RCM.  

Library Error: cannot find symbol symbol in library

A required symbol, symbol, was not found in the Reconfiguration Coordination Manager (RCM) library, library.

Check for proper installation of the RCM.  

Library Error: cannot stat library: error

The Reconfiguration Coordination Manager (RCM) library, library, exists, but the stat(2) function failed to get the file status. The error message, error, will be returned by the Solaris operating environment.

None