I want to get the BIOS information of ESXi.

kuroiwa
Tera Contributor

Discovery via vCenter with OOTB,
Is the BIOS information of the ESXi server retrieved?

Looking at the product documentation, it appears that BIOS information cannot be obtained.

Thank you in advance.

1 ACCEPTED SOLUTION

@_Yash24  You can use below command to get Bios Information from Linux Host.

 

sudo dmidecode -t bios

RahulPriyadars_0-1703753310512.png

If U see Linux Server Pattern DMIDECODE Command is used many times to fetch Other Info.

 

RahulPriyadars_1-1703753720537.png

 

Regards

RP

View solution in original post

4 REPLIES 4

Trent Landreth
Tera Contributor

I am curious of this for Windows as well.

Hi Trent

 

Use below WMI Command to get Windows BiOS Information.

RahulPriyadars_0-1696055653425.png

 

In Windows OS Pattern You extend the Pattern for this and get your Windows CI Bios Information Populated in Service Now CMDB.

 How to extend windows Pattern--- https://developer.servicenow.com/connect.do#!/event/knowledge19/LAB1542/knowledge19_LAB1542_extendin...

Regards

RP

 

Hi @Rahul Priyadars ,
How to obtain BIOS/UEFI information Linux devices?

Thanks,

Yash

@_Yash24  You can use below command to get Bios Information from Linux Host.

 

sudo dmidecode -t bios

RahulPriyadars_0-1703753310512.png

If U see Linux Server Pattern DMIDECODE Command is used many times to fetch Other Info.

 

RahulPriyadars_1-1703753720537.png

 

Regards

RP