Helli Weiliu,
- What Hardware model of Netapp are you working on with what version of OS?
- If is it ONTAP, you can run the following commands to check which exact component had the amber light.
::> set adv
::*> system controller fru led show
- You have to verify the EMS logs and any other related logs for that component to understand the reason for it.
- Below command will turn of the fru in most cases.
::*> system controller fru led modify -node <node> -fru-id <fru_type, e.g. dimm> -fru-slot <slot#> -fru-state off
Note: The amber light may reappear if the issue is still there.
Possible KB match: https://kb.netapp.com/on-prem/ontap/OHW/OHW-KBs/Amber_fault_LED_is_on_without_hardware_failure
Hope this information helps.