Shelf manager CLI commands
Using the shelf manager CLI
FortiGate-5140B Chassis Guide
42
01-500-156415-20151104
Shelf manager CLI commands
activate/deactivate
clia activate <IPMB-address> <FRU-id>
clia deactivate <IPMB-address> <FRU-id>
Use these commands to activate and deactivate a specified FRU. After you enter the
deactivate
command to deactivate a FortiGate board the board’s IPM or hot swap
LED changes to blue and the board will no longer be accessible. The board is ready to be
hot-swapped.
For example, to deactivate a board in physical slot 11 of a chassis (IPMB address 90,
logical slot 8), enter:
# clia deactivate 90 0
Pigeon Point Shelf Manager Command Line Interpreter
Command issued via IPMB, status = 0 (0x0)
Command executed successfully
You can re-activate this deactivated board with the following command:
# clia activate 90 0
Pigeon Point Shelf Manager Command Line Interpreter
Command issued via IPMB, status = 0 (0x0)
Command executed successfully
alarm
clia alarm [clear | info| minor | major | critical]
This command provides access to the TELCO alarm outputs.
Enter
clia alarm
without parameters to view the current status of TELCO alarm
outputs:
# clia alarm
Pigeon Point Shelf Manager Command Line Interpreter
alarm mask: 0x00
Alarm mask
0x00
means no alarm.
Clearing alarms
Enter
clia alarm clear
to clear the minor and major alarm outputs. By default,
critical alarm outputs cannot be cleared. However, the
shelfman.conf
file contains the
following lines:
# ALLOW_CLEARING_CRITICAL_ALARM: This parameter of boolean type
enables the
# ability to clear the critical alarm condition without the
alarm cutoff
# button. Default is FALSE.
#
ALLOW_CLEARING_CRITICAL_ALARM = FALSE