ARX::Chassis::ProcessorStateType

Introduced : ARX V6.02.000
The possible states of a processor. CLI References: show processor.

Members

Member

Value

Description

ARX_PROCESSOR_STATE_UNKNOWN

0

This processor state is unknown.

ARX_PROCESSOR_STATE_RESET

1

This processor is being reset. It appears very briefly, just before ARX_PROCESSOR_STATE_BOOT.

ARX_PROCESSOR_STATE_BOOT

2

This processor is waiting.

ARX_PROCESSOR_STATE_DOWNLOAD

3

This processor discovers that it needs new software. It enters this state to fetch and install the software.

ARX_PROCESSOR_STATE_INIT

4

This processor is waiting.

ARX_PROCESSOR_STATE_STANDBY

5

This NSM processor failed over to a peer processor and then came back online.

ARX_PROCESSOR_STATE_UP

6

This processor is up.

ARX_PROCESSOR_STATE_WAITING

7

This processor is waiting for configuration parameters before it can begin processing.

ARX_PROCESSOR_STATE_FAILED

8

This processor failed.

ARX_PROCESSOR_STATE_FLASHING

9

The module is upgrading its firmware.

ARX_PROCESSOR_STATE_FWUPGRADE_FAILED

10

The module failed an attempted firmware upgrade.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.