Enhanced Support Facility 2.6 User's Guide
Contents Index PreviousNext

Part 1 SCF Driver Features> Chapter 4 Driver Messages> 4.1 SCF driver

4.1.1 For PRIMEPOWER 1


 

WARNING: FJSVscf: _init: ddi_soft_state_init failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_soft_state_init(9F).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: _init: mod_install failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of mod_install(9F) (incorporates the driver into the system).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_attach: ddi_get_soft_state failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_get_soft_state(9F)(gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_attach: ddi_soft_state_zalloc failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_soft_state_zalloc(9F) (allocates an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_attach: ddi_get_iblock_cookie failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_get_iblock_cookie(9F) (allocates resources for interrupt processing).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_attach: ddi_create_minor_node failed.

Meaning
Failed to incorporate the SCF driver into the system because the creation of the device minor node failed.
Action
Make sure there is enough room in the /device file system.

 

WARNING: FJSVscf: scf_attach: ddi_add_intr failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_add_intr(9F) (registers interrupt functions).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_attach() failed.

Meaning
Failed to incorporate the SCF driver into the system.
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_map_regs: ddi_regs_map_setup failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_regs_map_setup(9F) (maps register).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_map_regs: ddi_dev_regsize failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_dev_regsize(9F) (gets the register size).
Action
Check the state of the System Monitor.

 

WARNING: FJSVscf: kstat_create failed

Meaning
kstat_create(9F) failed.
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_detach: ddi_get_soft_state failed

Meaning
Could not detach the SCF driver due to the abnormal termination of ddi_get_soft_state(9F) (gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_getinfo: ddi_get_soft_state failed

Meaning
Could not detach the SCF driver due to the abnormal termination of ddi_get_soft_state(9F) (gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_getinfo() failed

Meaning
getinfo failed.
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_open: ddi_get_soft_state failed

Meaning
Could not open the SCF driver due to the abnormal termination of ddi_get_soft_state(9F) (gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_read: ddi_get_soft_state failed

Meaning
Could not read the SCF driver due to the abnormal termination of ddi_get_soft_state(9F) (gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_ioctl: ddi_get_soft_state failed

Meaning
SCF driver ioctl failed due to the abnormal termination of ddi_get_soft_state(9F) (gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_intr: ddi_get_soft_state failed

Meaning
Could not detach the SCF driver due to the abnormal termination of ddi_get_soft_state(9F) (gets an area for the driver).
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: fan unit failure, FAN#?

Meaning
Detected a fan unit failure. FAN#? represents the fan unit number.
Action
Check the fan that had its number displayed.

 

WARNING: FJSVscf: power supply unit failure, FEP

Meaning
Detected a power supply unit failure.
Action
Check the power supply unit.

 

WARNING: FJSVscf: thermal alarm (X), SENSOR#?

Meaning
Detected an abnormal temperature.
X is a number representing the cause.
   1 : Ambient temperature low temperature warning
   2 : Ambient temperature low temperature alarm
   3 : Ambient temperature high temperature warning
   4 : Ambient temperature high temperature alarm
   5 : Unit/Processor low temperature warning, or sensor failure
   6 : Unit/Processor low temperature alarm, or sensor failure
   7 : Unit/Processor high temperature warning
   8 : unit/processor high temperature alarm
#? represents the sensor ID.
Action
Check the environment where the unit is set up. Also make sure there is nothing wrong with the inside of the unit.

 

WARNING: FJSVscf: power supply unit failure

Meaning
Detected a power supply unit(DDC) failure.
Action
Check the power supply unit.

 

WARNING: FJSVscf: fan unit failure on power supply unit

Meaning
Detected a fan unit failure on power supply unit.
Action
Check the fan unit of power supply unit.

 

panic[cpuX]/thread=0xXXXXXXXX: FJSVscf: memory dumping due to pressing REQUEST switch.

Meaning
Started saving memory dump due to the press of REQUEST switch

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2005