An OM command that queries the attributes of the fan box.
To query the attributes of all the fan boxes, do not set any parameter.
To query the attributes of a specified fan box, set Subrack No..
| ID | Name | Description |
|---|---|---|
| SRN | Subrack No. | Meaning:Subrack No. Value range:0~11 Explanation:This parameter specifies the number of the subrack where the fan box is located. Default value:None |
1. Query attributes of the fan box in subrack 0:
+++ HUAWEI 2008-07-04 17:06:09
O&M #1453
%%LST BSCFAN: SRN=0;%%
RETCODE = 0 Operation succeeded
LST BSCFAN Result
-----------------
Subrack No. = 0
Fan Type = Default Fanbox
Fan Adjust Speed Mode = Software Auto Adjust Mode
Communication Fail Mask = OPEN
Fan Block Alarm Mask = OPEN
Hardware Fault Alarm Mask = OPEN
InLet OutLet Temperature Fault Alarm Mask = OPEN
Sensor Fault Alarm Mask = OPEN
Channel 1 Power Alarm Mask = OPEN
Channel 2 Power Alarm Mask = OPEN
Fan Speed Ratio(%) = 60
(Number of results = 1)
--- END
2. Query attributes of fan boxes in all subracks:
+++ HUAWEI 2008-07-04 17:06:09
O&M #1454
%%LST BSCFAN:;%%
RETCODE = 0 Operation succeeded
LST BSCFAN Result
-----------------
Subrack No. Fan Type Fan Adjust Speed Mode Communication Fail Mask Fan Block Alarm Mask Hardware Fault Alarm Mask InTake Temperature Fault Alarm Mask Sensor Fault Alarm Mask Channel 1 Power Alarm Mask Channel 2 Power Alarm Mask Fan Speed Ratio[%]
0 Default Fanbox Software Auto Adjust Mode CLOSE CLOSE OPEN OPEN OPEN OPEN CLOSE 100
1 Default Fanbox Software Auto Adjust Mode OPEN OPEN OPEN OPEN OPEN OPEN OPEN 60
(Number of results = 2)
--- END