Main Menu

Search

LINUX - UBIOSCONFIG COMMANDS FOR CHECKING AND MANAGING BIOS SETTINGS ON LINUX NODES

 

Following are ubiosconfig commands to check the C State BIOS settings on the Linux Nodes.

ubiosconfig export all | grep "CPU_C.*_report"

ubiosconfig export all | grep "C_State"

Below is ubiosconfig to check if PCI 64 bit mode is enable on Linux nodes.

ubiosconfig export all | grep "PCI_64_bit_Resources_allocation"

 

Below is ubiosconfig command to check if SR IOV is enabled at BIOS level.

ubiosconfig export all | grep "SR-IOV"

 

Below is ubiosconfig command to check if ARI is enabled at BIOS level.

ubiosconfig export all | grep "ARI"

 

Below is ubiosconfig command to cancel the bios config changes which were done.

ubiosconfig cancel config

 

Below is ubiosconfig command to list BIOS settings.

ubiosconfig list status

 

 

Below is ubiosconfig command import all BIOS config settings to XML file.

ubiosconfig import all -y -x <bios settings xml file> -U=root

 

 

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Products to which Article Applies

All Linux OS’s

Article Author: Tarun Boyella

No comments:

Post a Comment