Check server configuration in Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Check server configuration in Linux
# 1  
Old 11-04-2010
Check server configuration in Linux

Hi,
How do i check the server configuration in Linux like the RAM size, OS version, type of database configured etc...basically i need everything about the server.
Is there a command to see this information??

Thanks in advance!!!
# 2  
Old 11-04-2010
There is not a single command that will retrieve all this information for you on most GNU/Linux platforms.

You need to run a number of different tools such as lspci, lshw, hwinfo, dminfo, and more to retrieve the hardware information.

Obtaining the exact OS version is usually problematic unless it is a fresh install because typically /etc/release is not updated as you update a system. There is no centralized patch depot as on Solaris, AIX or HP-UX so figuring out what patches (updates) have been applied is not straightforward but can be done.
# 3  
Old 11-04-2010
I was trying to search for the commands but couldn't find one. Does these commands help me in finding atleast the minimun information: lspci, lshw, hwinfo, dminfo.
If not is there any other way to find this information??

Thanks!!
# 4  
Old 11-05-2010
I suggest you try them and see if they do what you need instead of repeating questions already asked and answered, then ask about what you still need.
# 5  
Old 11-05-2010
There is also dmidecode.
# 6  
Old 11-05-2010
i tried:
cat /proc/meminfo
cat /proc/cpuinfo
but im not able to see what im looking for.

dmesg => this is not working in linux!!
# 7  
Old 11-05-2010
Quote:
Originally Posted by stunnerz_84
i tried:
cat /proc/meminfo
cat /proc/cpuinfo
but im not able to see what im looking for.
Take a closer look at those two; they do contain at least some of what you're looking for.
Quote:
dmesg => this is not working in linux!!
it's a very odd variety of linux that wouldn't have dmesg.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

What are Linux configuration changes required after a cloned VM Server is started?

Dear Expert Users, VMware Admin Tool is used to create a "clone" of an existing VM RHEL Server. Now, I have a Project where a cloned VM Server image is started for run . Please share what are all configuration changes required to ensure this runs fine ? I will be grateful for quick and... (2 Replies)
Discussion started by: schandrakar1
2 Replies

2. Shell Programming and Scripting

Wich tool for check that two system have the same configuration

Hello , On a couple of system I have to check that systems have the same configuration. This system are part of manual cluster but when application are going to switch from one side to another side I would like to be sure I am not going to experience incidents. It is why I wonder if on the web... (2 Replies)
Discussion started by: xavier38450
2 Replies

3. UNIX and Linux Applications

Configuration of Linux cluster managment on Red Hat 5.x server

Hi Experts, I have question regarding linux cluster managment on Red Hat 5.x server. When I try to install 'luci' or 'ricci' in one of our linux servers it is giving me below error:- yum install luci Loaded plugins: katello, product-id, rhnplugin, security, subscription-manager Updating... (0 Replies)
Discussion started by: Amey Joshi
0 Replies

4. Shell Programming and Scripting

Linux Server Check

Hi, Is there a way to check linux server is up or not from my desktop (windows 7)? from the command prompt or powershell script. I have about 100 servers which I have to check daily..right now, i ssh to terminal with my login to verify. Thanks, vasu (2 Replies)
Discussion started by: myguess21
2 Replies

5. Shell Programming and Scripting

Condition to check whether configuration file is empty or not?

CMD=$(find "${Release_Container}" -iname "${Release_Name}"_Release.txt) for i in `cat $CMD` do if ];then cd ${Sandbox_dir} CMD1=$(find "${Sandbox_dir}"/* -iname "${Release_Name}" -type d | awk -F/ '{print $(NF)}' | head -1 ) if ];then echo -e "################### CHECKOUT START... (2 Replies)
Discussion started by: anuragpgtgerman
2 Replies

6. SCO

Server Configuration

hi, I am new to this forum as well new to unix . i also wish to know the commands to find out the configuration of our server. i did try these commands uname -a and it gave this unixware agk2 5 7.1.4 i386 x86at sco unix - svr5. i did try out these commands to get more info on cpu... (11 Replies)
Discussion started by: lacchhii
11 Replies

7. UNIX for Dummies Questions & Answers

samba server configuration on linux.

Today I have configured samba server on my linux machine .I thought it would be better if i share it here and get feedback from an experienced users. This configuration is based on Redhat release 5. # lsb_release -a LSB Version: ... (0 Replies)
Discussion started by: pinga123
0 Replies

8. Solaris

ntp server configuration

hi Please give me the configuration steps for NTP server. How do i sync other servers with this NTP server thanks to all (1 Reply)
Discussion started by: sijocg
1 Replies

9. Shell Programming and Scripting

To check the system configuration on Sun solaris

Hi, Could you pls. let me know what is cammand in unix to check the system configuration on Sun solaris. Thanks in advance. Cheers (2 Replies)
Discussion started by: krackjack
2 Replies

10. UNIX for Dummies Questions & Answers

Check HP-UX configuration

How to check configuration in HP-UX? For example, no. of CPU, memory, scsi devices, etc. and the software installed? Thanks (2 Replies)
Discussion started by: dickson_chung
2 Replies
Login or Register to Ask a Question