GetCpuERoTInfo
Gets the ERoT (External Root of Trust) CPU firmware image information of NVIDIA MGX systems from the managed system.
Syntax
OOB
saa -i <IP or host name> -u <username> -p <password> -c GetCpuERoTInfo
In-Band
saa -I Redfish_HI -u <username> -p <password> -c GetCpuERoTInfo
Multiple Systems OOB
saa -l <system list file> [-u <username> -p <password>] -c GetCpuERoTInfo
Options
None.
Examples
OOB
[SAA_HOME]# ./saa -i 192.168.34.56 -u ADMIN -p PASSWORD -c GetCpuERoTInfo
In-Band Redfish Host Interface
[SAA_HOME]# ./saa -c GetCpuERoTInfo -I Redfish_HI -u ADMIN -p ADMIN
Multiple Systems OOB
[SAA_HOME]# ./saa -l SList.txt -u ADMIN -p PASSWORD -c GetCpuERoTInfo
SList.txt:
192.168.34.56
192.168.34.57
Output
Managed system..........................192.168.34.56
[CPU 0]
ERoT version....................01.03.0103.0000_n01
[CPU 1]
ERoT version....................01.03.0103.0000_n01
Notes
- This command is specific to NVIDIA MGX systems.
- The execution progress for the managed system is continuously updated in the Execution Message section of the created log file.