Unable to fetch BIOS configuration details


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Unable to fetch BIOS configuration details
# 1  
Old 11-21-2019
Unable to fetch BIOS configuration details

Hi All,


unable to fetch the bios configuration information and service provider information in centos 5 using dmidecode command.



Code:
ServiceProvider=`dmidecode -s system-product-name |awk '{print $1}'`




BIOS_Configuration=`dmidecode | grep "BIOS Information" -A10 | grep -e "Version:" -e "Vendor:" -e "Release Date:" |awk -F ":" '{print $2}'|xargs | sed 's/\n/,/g'`




is there any command available to find the same.
# 2  
Old 11-21-2019
You should post the output of this:

Code:
dmidecode

(in code tags so it is easy for others to read)
# 3  
Old 11-21-2019
Code:
# dmidecode
# dmidecode 2.11
# No SMBIOS nor DMI entry point found, sorry.




Nothing is displaying for dmidecode command in centos 5.
# 4  
Old 11-21-2019
Isn't this the same AWS server in this thread?

https://www.unix.com/unix-for-beginn...-new-post.html

Why would you think you can get detailed hardware information in a virtual server in AWS?

Confused....
# 5  
Old 11-21-2019
the current post is different to https://www.unix.com/unix-for-beginn...-new-post.html.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Ubuntu

BIOS configuration

I have a problem with a brand new Dell laptop. BioLinux was installed on it without making the necessary changes on BIOS. The installation was completed successfully but the BIOS system cant find the OS after rebooting the machine. I have tried to modify the BIOS setting with no luck this far. I... (7 Replies)
Discussion started by: Xterra
7 Replies

2. Shell Programming and Scripting

Auto input to fetch cluster manager details

Team, Presently i am trying to do basic checks on my my-sql cluster boxes. The command ndb_mgm checks for the cluster environment details by typing the show command, and exit to come out of the ndb_mgm command. Rather, than typing i have made a script abc.sh with the below contents in the... (4 Replies)
Discussion started by: whizkidash
4 Replies

3. Shell Programming and Scripting

Read Oracle connection details from a configuration file

Hi, Is it possible to pass oracle connection information from a configuration file and use that to connect to oracle database in my unix shell scripts. Following is the scenario: (1) I would like to save oracle connection string details in a configuration file (ex., dbconfig.txt) (2) from my... (6 Replies)
Discussion started by: sudhakaratp
6 Replies

4. Linux

Unable to access CentOS setup Network Configuration after attempting Python update

I attempted to update Python on my CentOS 5.6 VM and have encountered some issues after then. Initially yum wouldn't work, but I have resolved that. However, now I am unable to access the Network Configuration section under setup. When I do select this option I see this at the command line: ... (2 Replies)
Discussion started by: crmpicco
2 Replies

5. UNIX for Advanced & Expert Users

[Solved] Unable to fetch the UNIX variable information

I am having a file called variable_info.ksh in that file I am having following global variable information like… EMAIL_PATH=/var/mail TMP_PATH=/home/tmp And we are having another temporary parameter file abcd.txt, in that file we are having the following information like… EMAIL|EMAI_PATH I... (4 Replies)
Discussion started by: mesahammad
4 Replies

6. UNIX for Dummies Questions & Answers

at -l doesnt give details of the scheduled job. How to get the details?

I have scheduled couple of shell scripts to run using 'at' command. The o/p of at -l is: $ at -l 1320904800.a Thu Nov 10 01:00:00 2011 1320894000.a Wed Nov 9 22:00:00 2011 1320876000.a Wed Nov 9 17:00:00 2011 $ uname -a SunOS dc2prcrptetl2 5.9 Generic_122300-54 sun4u sparc... (2 Replies)
Discussion started by: superparticle
2 Replies

7. UNIX for Advanced & Expert Users

UNIX / LINUX OS CPU configuration details

Hi, How to find the cpu configuration details of Cores, Speed MHz, virtual processors for the following servers: LINUX OS Servers: Linux 2.6.9-89.0.3.ELsmp #1 SMP Sat Jun 13 07:05:54 EDT 2009 i686 i686 i386 GNU/Linux. (Cores, Speed, Processor) Linux 2.6.18-164.el5 #1 SMP Tue Aug 18... (5 Replies)
Discussion started by: jagtheesh
5 Replies

8. Solaris

Solaris configuration details.

How to find the entire configuration details of a solaris. I need to know what partion were made, which OS is used and wat version is used etc... Thanks to tell (4 Replies)
Discussion started by: kkalyan
4 Replies

9. Shell Programming and Scripting

Unable to fetch the output using AWK

Hi all, From the below file I need to fetch the data in the below output format. ToolInstanceID "diw_dm_sales" Identifier "Sales_source_load" Promt Default ParamType ParamLength ParamScale "Database_Name" "ORCL" "0" "0" "0" Identifier "retail_source_load" Promt Default... (4 Replies)
Discussion started by: onesuri
4 Replies

10. Solaris

Configuration details

hi can you please tell me how to get the configuration details from unix server. Rajesh. (6 Replies)
Discussion started by: pmrajesh21
6 Replies
Login or Register to Ask a Question