Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Avaya Server Serial numbers remotely

Status
Not open for further replies.

bignose21

Programmer
Joined
Jul 4, 2003
Messages
2,232
Location
GB
Have several Avaya AVP servers used for SMGR, SM, CM, etc. dotted about the world that we do not know the serial numbers for, they need adding into GRT is there a way to get the 18Nxxxxxxxxxx Avaya serial number from the devices? If you login to the AVP ESXi Shell and issue the command "esxcli hardware platform get" you get a serial number but not the Avaya one that is in the GRT Install Base.
 
Use putty and console into the server Linux shell with an account that has some admin privileges. Issue the command "dmidecode -t system". Serial Number should be about 7 or 8 lines down.
 
so on AVP 8.0 I am guessing that cannot be done in the ESXi so if you do it on Utils or on Session Manager server VM's output is:

$ sudo dmidecode -t system

# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.4 present.

Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: VMware, Inc.
Product Name: VMware Virtual Platform
Version: None
Serial Number: VMware-56 4d 90 a4 41 b7 76 55-0e ef 86 b3 62 c2 a7 62
UUID: 564D90A4-41B7-7655-0EEF-86B362C2A762
Wake-up Type: Power Switch
SKU Number: Not Specified
Family: Not Specified

So the serial is not the Avaya one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top