I wonder if there is any automated tool to get HP serial number from my datacenter, because I'd like to do server refresh and there are more than hundreds of it that I need to identify its base warranty up to date ?

ANy help would be greatly appreciated.

Thanks

link|improve this question

72% accept rate
3  
Hier Student,. Have student make pictures of service tags. They are not in the computer, so this is your only way. Fire person responsible for not tracking business relevant information (legal obligation) when hardware came in, then send him the invoice for the student (gross neglect = legal obligation to pay for damage). – TomTom Mar 7 '11 at 7:57
3  
@TomTom, the Service Tag may be read by appropriate software. – John Gardeniers Mar 7 '11 at 10:02
@TomTom - I advise you read the answers below before re-evaluating your assertion! – Coops Mar 7 '11 at 13:45
@TomTom, do what now? – DanBig Mar 7 '11 at 14:01
feedback

4 Answers

up vote 1 down vote accepted

There is a tool for this exact question you have asked. It's called HP Systems Insight Manager, coupled with SNMP/WMI protocols and a small server-side client it will make your automation processes very smooth. There are a lot of possibilities with the tool, as i've used this extensively within an enterprise. I suggest you check it out.

http://h18000.www1.hp.com/products/servers/management/hpsim/index.html

link|improve this answer
well I'm about to rebuild the HP SIM into v 6.23 since the current SIM server is broken – Albert Widjaja Mar 7 '11 at 14:19
1  
story of my life, i hope it works out for you. – Split71 Mar 7 '11 at 14:41
feedback

You don't mention OS, however:

Linux: You should be able to get at least the Product Name and Serial from the output of dmidecode

Windows: Run the following on the command line: wmic csproduct get vendor,name,identifyingnumber. You can also run wmic /node:computername .... to get the information remotely.

link|improve this answer
1  
+1 for dmidecode - it's an superb tool and gives you access to a lot of information which people believe are hidden from the OS. – Coops Mar 7 '11 at 13:47
I <3 WMIC, it's the best thing since pstools IMHO. – JamesBarnett Jun 8 '11 at 17:29
feedback

HP has a product that can help gather all this information for you. It's called Asset Manager.

link|improve this answer
thanks Mr. Denny is it this one: h10078.www1.hp.com/cda/hpms/display/main/…^1480_4000_100__ ? doesn't seems to be freeware ? – Albert Widjaja Mar 7 '11 at 14:19
Yep, that's the one. – mrdenny Mar 7 '11 at 18:09
feedback

If you know the host names or IP addresses, you can use SNMP to fetch this info.

Having just tried this on a few of my servers, they all respond with their correct serial number with the command snmpget SERVERNAME 1.3.6.1.4.1.232.2.2.2.1.0.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.