BMC and BlueField Logs
The BMC and NVIDIA® BlueField® logs can be collected using Redfish commands for BMC and openbmctool for BlueField system dump.
Two types of dump are supported:
BMC dump, which is a collection of logs from BMC
System dump, which is a collection of logs from BlueField. To create a system dump, users must provide the BlueField credentials and IP address of the tmfifo_net0 network interface.
The following table lists BMC dump operations:
Operation |
Command |
Description |
Create BMC dump task |
Where:
|
Creates a BMC dump task and gets the task ID Note
This is important for the next stages.
|
Get dump task state |
Where:
|
Gets dump task state. When TaskState is Completed, then the dump is ready for download. |
Download BMC dump |
Where:
|
Download BMC dump after TaskState is Completed. Dump is saved in the path given to --output. |
The following table lists system dump operations:
Operation |
Command |
Description |
Create system dump |
Where:
|
Creates a system dump and stores the tar on the BMC |
List system dumps |
Where:
|
Lists all system dumps existing on BMC |
Download system dump |
Where:
|
Downloads the user-specified system dump |
Delete system dump |
Where:
|
Deletes the user-specified system dump on BMC |
The downloaded dump tar must be extracted to get the logs for BMC or BlueField.
Upon creating a dump, please allow the system ~5 mins to prepare the dump. The created dump will appear on the dump list when the system finishes dump creation. The created dump can be downloaded from the BMC using the retrieve command.