cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3534
Views
43
Helpful
10
Replies

Serial Number for MCS Server

amansoi_5
Level 1
Level 1

Hi ,

Is there any way to find the serial number of Cisco MCS server(IBM/HP ) on which cisco call manager version 4.X is installed.

regds,

aman

10 Replies 10

htluo
Level 9
Level 9

Yes, there any many ways. You may install any hardware reporting software (such as Sandra, Everest, etc.). They'll report the detailed info on your motherboard including serial number.

If you're asking "built-in" tools, there's none.

Michael

http://htluo.blogspot.com

Adrian Saavedra
Level 7
Level 7

Hi Aman,

Try this: copy the following in Notepad and save it in server's desktop as .vbs file.

strComputer = "."

Set objWMIService = GetObject("winmgmts:" _

& "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")

Set colBIOS = objWMIService.ExecQuery _

("Select * from Win32_BIOS")

For each objBIOS in colBIOS

Wscript.Echo "Manufacturer: " & objBIOS.Manufacturer

Wscript.Echo "Serial Number: " & objBIOS.SerialNumber

Next

Once finished, double click and should show you the Serial number.

Hope it helps.

Good luck,

- Adrián.

Awesome and impressive are the words Adrián. 5 points from me

What about 5+ CUCM- Any ideas?

For Linux platforms (5.x, 6.x, 7.x), you might be able to get the serial number from OS Admin web page or the "show hardware" CLI command.

See http://htluo.blogspot.com/ for screenshots.

Michael

Hi,

In case you can't retrieve the serial number from CUCM 5.x or 6.x with the show hardware or GUI, you can use SNMP.

1.- Configure an SNMP community string in Cisco Unified Serviceability Page (SNMP->V1/V2c->Community String).

2.- SSH to CUCM IP address and execute the following:

utils snmp walk 2c 127.0.0.1 .1.3.6.1.4.1.232.2.2.2.1.0

(In CUCM 7, the show hardware command is already fixed so it really shows the serial number).

Good luck,

- Adrián.

Hi Adrian,

Thaanks .I would try & let u know.

regds,

aman

Hi Adrian,

Thanks .I would try & let u know.

regds,

aman

Hi Adrian,

Thanks .I would try & let u know.

regds,

aman

Adrian , I'm running UCM v6.0.1.2000-3.

I gave your suggestion a try but it failed with "No valid Command Entered".

I ran help for "utils snmp" and 'walk' is not supported. Help shows that only "utils snmp test" is supported with my version of UCM.

Did I miss something? Any other suggestions?

Thanks

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: