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.3 For PRIMEPOWER 250/450


 

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_probe: 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_probe: 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: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#),scf_probe: ddi_dev_nregs failed.

Meaning
The register information in the SCF device is incorrect.
Action
Check the state of the system board.

 

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_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_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_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: kmem_zalloc failed.

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

 

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: ddi_get_soft_iblock_cookie failed.

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

 

WARNING: FJSVscf: scf_attach: ddi_add_softintr failed.

Meaning
Failed to incorporate the SCF driver into the system due to the abnormal termination of ddi_add_softintr(9F) (registers soft interrupt functions).
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: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#), IOCHRDY interrupt occurred.

Meaning
IOCHRDY timeout(Ebus2 timeout) interrupt occurred.
Action
Check the state of the system board and SCF device.

 

WARNING: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#), DMA host bus error.

Meaning
Host bus error interrupt occurred to the Ebus2 DMA.
Action
Check the state of the system board and SCF device.

 

WARNING: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#), SCF command (0xXXXX) receive data sum check error

Meaning
Detected Sum check error to the receive data of SCF command(0xXXXX).
Action
Check the state of the system board and SCF device.

 

WARNING: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#), SCF command (0xXXXX) error. Status register = 0xYYYY

Meaning
SCF command (0xXXXX) terminated abnormally. 0xYYYY represents the SCF-2 Status register.
Status register has the following meaning by the value of the least significant four bits.
0xX1XX : Sending a command to SCF device was repeated five times due to RCI BUFFER-FULL
         on the SCF device.  But they were not processed normally. 
0xX2XX : Sending a command to SCF device was repeated fifteen times due to RCI device
         BUSY on the SCF device.  But they were not processed normally.
0xX3XX : Sending a command to SCF device due to the error on the command Interface
         with the SCF device. 
0xX8XX : The command and sub-command that it was sent to the SCF device was not
         supported.
0xX9XX : The command that it was sent to the SCF device failed with the parameter
         error.
0xXBXX : The device specified with the address for the command that it was sent to
         the SCF device does not exist on the RCI network, or RCI is inactive.
0xXCXX : The command that it was sent to the SCF device failed with the access error
         to hardware.
0xXDXX : The command that it was sent to the SCF device failed with the violation
         of the execution condition
0xXEXX : The command that it was sent to the SCF device failed with the BUFFER-FULL.
Action
Check the state of the SCF device.

 

WARNING: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#),XXX register parity error. Status register = 0xYYYY

Meaning
Parity error interrupt occurred to the XXX register read. 0xYYYY represents the XXX register.
XXX is register name.
   SCF command/status
   SCF interrupt status
   SCF interrupt mask
   SCF mode-sw
   SCF length
Action
Check the state of the system board and SCF device.

 

WARNING: FJSVscf: SCF HALT was detected.

Meaning
All SCF devices stopped. After this message was displayed, access to SCF device will be failed.
Action
Follow the instruction of the message displayed before this message.

 

WARNING: FJSVscf: /pci@#,#/#@#/FJSV,scfc@#,#(scfc#), SCF command (0xXXXX) timeout

Meaning
The SCF command(0xXXXX) could not complete a command within the prescribed time.
Action
Check the state of the system board and SCF device.

 

WARNING: FJSVscf: scf_intr: Unexpected POFF interrupt occurred

Meaning
A POWER switch interrupt occurred while the mode switch on the operator panel was set to LOCK.
Action
Check the state of the mode switch.

 

WARNING: FJSVscf: AC power down was detected. UPS is activated. RCI(addr = 0xXXXXXXXX)

Meaning
Power of RCI device (addr=0xXXXXXXXX) is now being supplied by the UPS due to a power down.
Action
Check the state of the power supply of RCI device.

 

WARNING: FJSVscf: AC power down was detected. UPS is activated. AAA#?

Meaning
Power is now being supplied by the UPS due to a power down of power supply unit.
AAA represents the power supply unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   PSU
Action
Check the state of the power supply of power supply unit displayed in AAA#? .

 

WARNING: FJSVscf: Input power down was detected. UPS is activated. RCI(addr = 0xXXXXXXXX)

Meaning
Power of RCI device (addr=0xXXXXXXXX) is now being supplied by the UPS due to a power down.
Action
Check the state of the power supply of RCI device.

 

WARNING: FJSVscf: Input power down was detected. UPS is activated. AAA#?

Meaning
Power is now being supplied by the UPS due to a power down of power supply unit.
AAA represents the power supply unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   PSU
Action
Check the state of the power supply of power supply unit displayed in AAA#? .

 

WARNING: FJSVscf: power supply was stopped. AAA#?

Meaning
The power supplied to power supply unit (AAA#?) stopped.
AAA represents the power supply unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   PSU
Action
Check the state of the power supply of power supply unit displayed in AAA#? .

 

FJSVscf: AC power recovered. RCI(addr = 0xXXXXXXXX)

Meaning
The power supply of RCI device (addr=0xXXXXXXXX) was restored.

 

FJSVscf: AC power recovered. AAA#?

Meaning
The power supply to UPS connected with power supply unit (AAA#?) was restored.
AAA represents the power supply unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   PSU

 

FJSVscf: Input power recovered. RCI(addr = 0xXXXXXXXX)

Meaning
The power supply of RCI device (addr=0xXXXXXXXX) was restored.

 

FJSVscf: Input power recovered. AAA#?

Meaning
The power supply to UPS connected with power supply unit (AAA#?) was restored.
AAA represents the power supply unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   PSU

 

FJSVscf: power supply was restored. AAA#?

Meaning
The power supply to power supply unit (AAA#?) was restored.
AAA represents the power supply unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   PSU

 

WARNING: FJSVscf: fan unit failure on RCI(addr = 0xXXXXXXXX), AAA#? BBB#?, sub status = 0xX1,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0xNN 0xMM

Meaning
Detected a fan unit failure(sub status=0x01 or 0x81) on RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When "sub status" is 0x81 and this system is abnormal, after this message is displayed the power off of the system is executed.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
AAA represents the unit type. #? represents the unit number.
AAA#? will be displayed only if a unit failure occurred on the following units.
   FANTRAY : Fan tray
BBB represents the fan unit. #? represents the fan unit number.
BBB#? will be displayed only if a fan unit failure occurred on the following units.
   FAN : Fan unit 
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x01 : Fan rotation decrease
   0x02 : Fan rotation stop
0xYY is fan number, and the number which depends on the corresponding RCI device.
0xNN is fan tray number, and the number which depends on the corresponding RCI device.
0xMM shows the notified sense information, and depends on the corresponding RCI device.
Action
When this message is displayed, it is necessary to check the abnormality of the RCI device displayed with addr.
Check the fan unit of the CCC#? , and please contact our customer engineer.

 

WARNING: FJSVscf: power supply unit failure on RCI(addr = 0xXXXXXXXX), AAA#?, sub status = 0xX2,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0xNN 0xMM

Meaning
Detected a power supply unit failure(sub status=0x02 or 0x82) on RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When "sub status" is 0x82 and this system is abnormal, after this message is displayed the power off of the system is executed.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
AAA represents the power supply unit name. #? represents the power supply unit number.
AAA#? will be displayed only if a power supply unit failure occurred on the following power supply units.
   FEP
   PSU
   CPUDDC
   DDC-A
   DDC-B
   DDC-B
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x00    : An abnormal power supply unit cannot be specified.
   0x01-04 : Power supply and voltage are abnormal.
   0x05    : Power supply unit which depends on device is abnormal.
0xYY is detailed information which supplements the event code (0xZZ).
0xNN is a power supply unit type or number, and it depends on the corresponding RCI device.
0xMM shows the notified sense information, and depends on the corresponding RCI device.
Action
When this message is displayed, it is necessary to check the abnormality of the RCI device displayed with addr.
Check the power supply unit of the BBB#?, and please contact our customer engineer.

 

WARNING: FJSVscf: thermal alarm on RCI(addr = 0xXXXXXXXX), AAA#?, sub status = 0xX6,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0xNN 0xNN

Meaning
Detected an abnormal temperature (sub status=0x06 or 0x86) on RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When "sub status" is 0x86 and this system is abnormal, after this message is displayed the power off of the system is executed.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
AAA represents the sensor type. #? represents the sensor number. AMBIENT is an environmental temperature, and the number of # ? is not displayed.
AAA#? will be displayed only if a sensor failure occurred on the following sensors.
   CPU
   SENSOR
   AMBIENT
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x01 : Ambient temperature low temperature warning
   0x02 : Ambient temperature low temperature alarm
   0x03 : Ambient temperature high temperature warning
   0x04 : Ambient temperature high temperature alarm
   0x05 : Unit/Processor low temperature warning, or sensor failure
   0x06 : Unit/Processor low temperature alarm, or sensor failure
   0x07 : Unit/Processor high temperature warning
   0x08 : unit/processor high temperature alarm
0xYY is sensor number, and it depends on the corresponding RCI device.
0xNN shows the notified sense information, and depends on the corresponding RCI device.
Action
When this message is displayed, it is necessary to check the abnormality of the RCI device displayed with addr.
Check the environment where the unit is set up.
Also make sure there is nothing wrong with the inside of the RCI device.

 

WARNING: FJSVscf: node error on RCI(addr = 0xXXXXXXXX), sub status = 0x08,
sense info = 0xXX 0xXX 0xXX 0xXX 0x00 0xZZ 0xYY 0xXX

Meaning
Detected a node error (sub status=0x08) on RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x01    : The internal failure of RCI-I/O device
   0x01-05 : SCF unit self-diagnosis error
   0x90    : RCI network is abnormal (status check time-out)
   0x91    : RCI address multiple error
   0x92    : Host node is abnormal
   0x93    : RCI device connection failure of unregistration
   0x94    : SCF degeneracy
   0x95    : Sensor failure of Host node
   0xc0-ff : Hard error of RCI-I/O device
0xYY shows detailed information of RCI network abnormality(event code 0x90) or host node abnormality(event code 0x92). Or, when the inside abnormality of RCI-I/O device (event code 0x00), detailed information that depends on RCI-I/O device is shown. Other event codes are irregular values, and it does not have the meaning.
Action
When this message is displayed, it is necessary to check the abnormality of the RCI device displayed with addr.
Check RCI address is uniquely assigned to each RCI device, there are no RCI cable problems, RCI device are turned power on, unconfigured RCI devices are not connected or there are no internal failure in RCI devices. Please contact our customer engineer.

 

panic[cpuX]/thread = 0xXXXXXXXX: FJSVscf: panic request from RCI(addr = 0xXXXXXXXX)

Meaning
The RCI device that has RCI address of 0xXXX requested the system panic.
Action
This message shows the state.
However, at the cluster environment etc. , another node (RCI address 0xXXXXXXXX) which detected abnormality issues the panic instruction to this node via RCI. And, when OS panic is executed, this node outputs this message.
Please investigate this node from information on another node (RCI address 0xXXXXXXXX).

 

NOTICE: FJSVscf: I/O node status sense from RCI(addr = 0xXXXXXXXX),sub status = 0x62,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0xYY 0xMM 0x00

Meaning
Detected a sensed information of I/O node status (sub status=0x062) from RCI device (addr = 0xXXXXXXXX).
This message displays the change of the state of this system or another device connected on the RCI network.
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
When the RCI address is this system, details of sense info become as follows.
     0xZZ shows the event code.
        0x01 : add
        0x02 : delete
     0xYY shows unit type, and 0xMM shows unit number.
        0x02 : FAN
        0x03 : PSU
When the RCI address is another device, details of sense info become as follows.
     0xZZ shows the event code.
        0x01 : RCI-I/O device connection or power supply reentry
        0x02 : RCI-I/O device disconnect
     0xYY is type or number of RCI-I/O device, and it depends on corresponding RCI-I/O device.
Action
It is not necessary.
This message might be output in this system at maintenance.
When this message is frequently displayed, it is necessary to investigate. Please contact our customer engineer.

 

WARNING: FJSVscf: device sense from RCI(addr = 0xXXXXXXXX), sub status = 0xYY,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xZZ 0xZZ 0xZZ 0xZZ

Meaning
Detected a sensed information form RCI device(addr = 0xXXXXXXXX) that SCF driver does not support or undefined.
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
0xYY shows the event code notified the SCF driver.
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows notified sense information, and is an irregular value.
Action
When this message is displayed, it is necessary to check the abnormality of the RCI device displayed with addr.
Check the corresponding RCI device, and please contact our customer engineer.
When RCI device is this system, check whether to operate about "Machine Administration".

 

WARNING: FJSVscf: UPS low battery on RCI(addr = 0xXXXXXXXX) was detected. sub status = 0xX5,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0x00 0x00

Meaning
Detected a power supply end of UPS (sub status=0x05 or 0x85) of RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x01 : UPS became an electrical discharge end voltage.
0xYY is UPS number, and it depends on the corresponding RCI device.
Action
When this message is displayed, it is necessary to check the abnormality of UPS connected with the RCI device displayed with addr.
UPS battery is charged, or please contact our customer engineer.

 

WARNING: FJSVscf: UPS failure on RCI(addr = 0xXXXXXXXX) was detected. sub status = 0xX5,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0x00 0x00

Meaning
Detected a UPS failure (sub status=0x05 or 0x85) of RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x02 : UPS hardware failure
   0x03 : UPS battery failure
   0x04 : UPS circuit protector failure
0xYY is UPS number and detail information, and it depends on the corresponding RCI device.
Action
When this message is displayed, it is necessary to check the abnormality of UPS connected with the RCI device displayed with addr..
Check to make sure that nothing is wrong with the UPS, or please contact our customer engineer.

 

WARNING: FJSVscf: battery alarm on RCI(addr = 0xXXXXXXXX), AAA#?, sub status = 0xX3,
sense info = 0xXX 0xXX 0xXX 0xXX 0xZZ 0xYY 0x00 0x00

Meaning
Detected the lithium battery failure in the device (sub status=0x03 or 0x83) of RCI device (addr = 0xXXXXXXXX).
This message displays abnormality that this system detected, and abnormality that another device connected on the RCI network detected.
When another device on RCI network is abnormal, the abnormal is notified to this system through RCI.
AAA represents the lithium battery type. #? represents the lithium battery number.
AAA will be displayed only if a lithium battery failure occurred on the following lithium battery.
   NVRAM
Sense info shows the following meanings.
Four bytes of 0xXX show the address of the RCI device, and are the same as "addr = 0xXXXXXXXX".
0xZZ shows the event code.
   0x02 : Abnormality of low voltage
0xYY is the lithium battery number and detail information, and it depends on the corresponding RCI device.
Action
When this message is displayed, it is necessary to check the abnormality of the RCI device displayed with addr.
Check the lithium battery of the AAA#?, and please contact our customer engineer.

 

WARNING: FJSVscf: cannot report PANIC.

Meaning
Could not notify the system panic on the other HOST when it occurred.

 

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 SCF device.

 

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: kstat_create failed.

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

 

NOTICE: FJSVscf: switch status is unknown

Meaning
There is a problem with the panel switch setting.
Action
Check the state of the panel switch.

 

WARNING: FJSVscf: kstat memory allocation error

Meaning
There is not enough memory.
Action
Allocate memory since there might not be enough kernel resources.

 

FJSVscf: ignoring debug enter sequence

Meaning
STOP-A was entered while the MODE switch on the operator panel was set to LOCK.

 

FJSVscf: allowing debug enter

Meaning
STOP-A was entered.

 

WARNING: FJSVscf: SCF went to offline mode and was restarted

Meaning
SCF entered the OFFLINE state and was reset.
Action
Follow the output message of after this.

 

NOTICE: FJSVscf: SCF online

Meaning
Resetting of the SCF device completed, and the device entered the ONLINE state.

 

WARNING: FJSVscf: SCF went to offline mode again.

Meaning
SCF entered the ONLINE state after resetting the SCF device, but SCF entered the OFFLINE state again.
Action
Check the state of the SCF device.

 

WARNING: FJSVscf: SCF did not become online.

Meaning
SCF did not enter the ONLINE state after resetting the SCF device.
Action
Check the state of the SCF device.

 

WARNING: FJSVscf: scf_get_scftracelog: kmem_alloc failed. cannot dump firm area

Meaning
Failed in the memory securing in reset of the SCF device, and it failed in the firmware dump collection of the SCF device.
Action
Allocate memory since there might not be enough kernel resources.

 

WARNING: FJSVscf: scf_get_scftracelog: kmem_alloc failed. cannot event trace area

Meaning
Failed in the memory securing in reset of the SCF device, and it failed in the event trace collection of the SCF device.
Action
Allocate memory since there might not be enough kernel resources.

 

NOTICE: FJSVscf: SCF went to offline mode by firm update

Meaning
SCF device entered the OFFLINE state by update of the SCF firmware.

 

NOTICE: FJSVscf: SCF went to offline mode by XSCF network activation

Meaning
SCF device entered the OFFLINE state by network activation of the XSCF.

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2005