server type (HP etc)


 
Thread Tools Search this Thread
Operating Systems Linux server type (HP etc)
# 1  
Old 06-21-2007
server type (HP etc)

hello,
what is the command to have information about commercial server type ?
rgds
# 2  
Old 06-21-2007
Do you mean

Code:
uname -a

always a good start.
# 3  
Old 06-21-2007
I've already used it, but it contains only OS information
I want commercial information like "HP Prolian DL360" or "HP Prolian DL380" or another one...
TY
# 4  
Old 06-21-2007
On linux, you can try 'dmidecode' (kernel-utils package on RH-based Linux), this shows a lot of information such Bios version, System information, S/N, etc.

Be careful to run this command on production environments, it can be buggy on some systems (it usually crashes some Dell servers).
# 5  
Old 06-22-2007
Thanks a lot ! Smilie
Rgds
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

Finding the type of AIX server using command line

Hi All, I am trying to find out type of AIX servers , for eg : server A is eServer p5 520 , server B is pSeries 630-6C4 etc. Can some one suggest me the best way to retrive this information through command line. is there any direct command or script by which i can retrieve this information... (9 Replies)
Discussion started by: omkar.jadhav
9 Replies

2. Shell Programming and Scripting

KSH fetching files from server A onto server B and putting on server C

Dear Friends, Sorry for this basic request. But I just started learning Ksh recently and still I am a newbie in this field. Q: I have files on one server and the date format is 20121001000009_224625.in which has year (yyyy) month (mm) and date (dd). I have these files on server A. The task... (8 Replies)
Discussion started by: BrownBob
8 Replies

3. Solaris

identify server type from ufsdump

Hi guys I have a little problem. I need to identify the server type from some ufsdumps. How can i do that? I grepped with: grep Sun messages* but with this command, if there server was never rebooted, i cannot recognize the server type. any other idea? thx in advance Ivan (5 Replies)
Discussion started by: beta17
5 Replies

4. Shell Programming and Scripting

How can i hide Server Type Plz

Helo .. How Can i Hide My Server Type Here Hostpres.com - Host Pres And writing Secureb By .... And how Can i Hide uname -a: Linux server.xxxx.net 2.6.18-ovz028stab053.14-enterprise #1 SMP Mon Jun 2 18:25:30 MSD 2008 i686 From Php Shell Like c99... (3 Replies)
Discussion started by: a7medo
3 Replies

5. UNIX for Dummies Questions & Answers

Link type between working machine and server machine

There are two servers where my machine is connected. Is there any type of link formed between my machine and server machine? (1 Reply)
Discussion started by: palash2k
1 Replies

6. Programming

array type has incomplete element type

Dear colleagues, One of my friend have a problem with c code. While compiling a c program it displays a message like "array type has incomplete element type". Any body can provide a solution for it. Jaganadh.G (1 Reply)
Discussion started by: jaganadh
1 Replies

7. Shell Programming and Scripting

String type to date type

Can one string type variable changed into the date type variable. (1 Reply)
Discussion started by: rinku
1 Replies
Login or Register to Ask a Question