Posts Tagged "Service Console"

Want to find out what version of OpenSSH is running on your ESX host

Was approached by someone on the security team to find out what version of OpenSSH was on some hosts that had been patched recently. Now that is something that you don’t get asked every day. So if you need to find this out you can use a simple command that I listed below.

# ssh -v

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (170)
read more

Find the Service tag or Serial number of VMware ESX host

There might be a few reasons that you would need to do this. But if you need to locate the Serial Number of server or Service Tag of your Dell server you can do this from the service console command line.  In the past I have needed this to schedule service and also to confirm the identity of a server for the Vendor that was on site. In case you do not have a database to reference or maybe someone mistyped the digits you can always fall back to this method.

Type the following command from the command line on the service console and you will get some Vendor details and serial number information.

[root@host name]#  /usr/sbin/dmidecode |grep -A4 “System Information”

About Brian

Brian is a Technical Architect for a VMware partner and owner of this website. He is active in the VMware community and is helps lead the Chicago VMUG group. This blog Virtualize Tips was started to document and remember things that I come across while working with tech.

Mail | Web | Twitter | LinkedIn | More Posts (170)
read more