NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
The following example JSON files are useful to reference when updating specific hardware components. In all of these examples, the overrideDryrun
field will be set to false
; set them to true
to perform a live update.
When updating an entire system, walk down the device hierarchy component type by component type, starting first with routers (switches), proceeding to chassis, and then finally to nodes. While this is not strictly necessary, it does help eliminate confusion.
NOTE: Any node that is locked remains in the state inProgress
with the stateHelper
message of "failed to lock"
until the action times out, or the lock is released.
If the action is timed out, these nodes report as failed
with the stateHelper
message of "time expired; could not complete update"
.
This includes NCNs which are manually locked to prevent accidental rebooting and firmware updates.
Refer to FAS Filters for more information on the content used in the example JSON files.
ChassisBMC
| Target: BMCNEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
IMPORTANT: Before updating a CMM, make sure all slot and rectifier power is off and the discovery job is stopped. See Update Chassis Management Module (CMM) Firmware for the detailed procedure.
{
"inventoryHardwareFilter": {
"manufacturer": "cray"
},
"stateComponentFilter": {
"deviceTypes": [
"chassisBMC"
]
},
"targetFilter": {
"targets": [
"BMC"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of Cray Chassis Controllers"
}
}
NodeBMC
| Target: BMC{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC"
]
},
"inventoryHardwareFilter": {
"manufacturer": "cray"
},
"targetFilter": {
"targets": [
"BMC"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of Olympus node BMCs"
}
}
NodeBMC
| Target: NodeBIOS
NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
IMPORTANT:
- The nodes themselves must be powered off in order to update their BIOS. The BMC will still have power and will perform the update.
- When the BMC is updated or rebooted after updating the
Node0.BIOS
and/orNode1.BIOS
on liquid-cooled nodes, the node BIOS version will not report the new version string until the nodes are powered back on. It is recommended that theNode0.BIOS
/Node1.BIOS
be updated in a separate action, either before or after a BMC update, and that the nodes are powered back on after a BIOS update. The liquid-cooled nodes must be powered off for the BIOS to be updated.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC" ]
},
"inventoryHardwareFilter": {
"manufacturer": "cray"
},
"targetFilter": {
"targets": [
"Node0.BIOS",
"Node1.BIOS"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of Node BIOS"
}
}
NOTE
If this update does not work as expected, follow the Compute Node BIOS Workaround for HPE CRAY EX425 procedure.
NodeBMC
| Target: Redstone FPGA (AccFPGA0
)NOTE
: Redstone FPGAs requires HFP release 23.12 or later.
Previous versions did not contain the Redstone FPGA firmware.
NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
IMPORTANT:
- The nodes themselves must be powered on in order to update the firmware of the Redstone FPGA on the nodes.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC" ]
},
"inventoryHardwareFilter": {
"manufacturer": "cray"
},
"targetFilter": {
"targets": [
"Node0.AccFPGA0",
"Node1.AccFPGA0"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of Node Redstone FPGA"
}
}
NodeBMC
| Target: Management EthernetNEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC" ]
},
"inventoryHardwareFilter": {
"manufacturer": "cray"
},
"targetFilter": {
"targets": [
"Node0.ManagementEthernet",
"Node1.ManagementEthernet"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of Node Management Ethernet"
}
}
NodeBMC
| Target: AccVBIOS
NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC" ]
},
"inventoryHardwareFilter": {
"manufacturer": "cray"
},
"targetFilter": {
"targets": [
"Node0.AccVBIOS"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of Node AccVBIOS"
}
}
NodeBMC
| Target: iLO 5 (BMC)NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
IMPORTANT: Updating to iLO 5 version above 2.78 requires an install of 2.78 first. See FAS Update iLO 5 to 2.78
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC"
]
},
"inventoryHardwareFilter": {
"manufacturer": "hpe"
},
"targetFilter": {
"targets": [
"iLO 5"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of HPE node iLO 5"
}
}
NodeBMC
| Target: iLO 6 (BMC)NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC"
]
},
"inventoryHardwareFilter": {
"manufacturer": "hpe"
},
"targetFilter": {
"targets": [
"iLO 6"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of HPE node iLO 6"
}
}
NodeBMC
| Target: System ROM (BIOS)NEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
IMPORTANT:
- If updating the System ROM of an NCN, the NTP and DNS server values will be lost and must be restored. For NCNs other than
ncn-m001
, this can be done using the/opt/cray/csm/scripts/node_management/set-bmc-ntp-dns.sh
script. Use the-h
option to get a list of command line options required to restore the NTP and DNS values. See Configure DNS and NTP on Each BMC.- Node should be powered on for System ROM update and will need to be rebooted to use the updated BIOS.
{
"stateComponentFilter": {
"deviceTypes": [
"NodeBMC"
]
},
"inventoryHardwareFilter": {
"manufacturer": "hpe"
},
"targetFilter": {
"targets": [
"System ROM"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 1000,
"description": "Dryrun upgrade of HPE node system rom"
}
}
NOTE
Update of System ROM may report as an error when it actually succeeded because of an incorrect string in the image metadata in FAS. Manually check the update version to get around this error.
NodeBMC
| Target: BMCNEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC"
]
},
"inventoryHardwareFilter": {
"manufacturer": "gigabyte"
},
"targetFilter": {
"targets": [
"BMC"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 4000,
"description": "Dryrun upgrade of Gigabyte node BMCs"
}
}
NOTE
ThetimeLimit
is4000
because the Gigabytes can take a lot longer to update.
A node may fail to update with the output:
stateHelper = "Firmware Update Information Returned Downloading – See /redfish/v1/UpdateService"
FAS has incorrectly marked this node as failed. It most likely will complete the update successfully.
To resolve this issue, do either of the following actions:
FirmwareInventory
(/redfish/v1/UpdateService/FirmwareInventory/BMC
).Make sure to wait for the current firmware to be updated before starting a new FAS action on the same node.
NodeBMC
| Target: BIOSNEW: The FASUpdate.py script
can be used to perform default updates to firmware and BIOS.
NOTE
This is a collection of various FAS recipes for performing updates.
For step by step directions and commands, see FAS Use Cases.
{
"stateComponentFilter": {
"deviceTypes": [
"nodeBMC"
]
},
"inventoryHardwareFilter": {
"manufacturer": "gigabyte"
},
"targetFilter": {
"targets": [
"BIOS"
]
},
"command": {
"version": "latest",
"tag": "default",
"overrideDryrun": false,
"restoreNotPossibleOverride": true,
"timeLimit": 4000,
"description": "Dryrun upgrade of Gigabyte node BIOS"
}
}
See Uploading BIOS and BMC Firmware for NCNs in FAS Use Cases.