Skip to main content

Check Hardware Configuration on ESXi with CLI

Hello guys.
Sometimes we need to check what kind of hardware we have on our Servers or PCs. With windows it's easy we can install some software and look there, what CPU or RAM is installed, what frequency or speed they have and so on.
When we have installed ESXi on server, we can find host hardware configuration with Vsphere or web access, but there is few information. For see more about hardware, there we need look on CLI. For this first time we need enable SSH, if it's not already enabled.
We will talk based on ESXi Version 6.5.0
For enable SSH, go to web access, go to Host tab,  Actions, Services and Enable Secure Shell (SSH).
Then you need some SSH connection tool, e.g. putty or what you love. Add your ESXi host name or IP address, check SSH and connect. Enter root user name and password.
After this you need to enter:
cd /sbin
smbiosDump | more
You will get detailed information about you hardware - CPU, RAM, BIOS, Motherboard, etc.

Comments

Popular posts from this blog

How to run Winbox (x64) on Linux

 How to run Winbox on Centos 8 About one week ago I moved from Windows 10 to Linux CentOS 8, it’s not my first try but, before I was not too observed and motivated and because, always was going back after few days. Now having change my mind and approach, because it’s not too painful work on Linux and configure it for my needs. Of course, it’s not like Windows, almost everything is different from software till configuration but so far everything is in order One big thing on Linux is run software, what I used on Windows and it don’t have alternative on Linux. Of course, many software have their alternatives but there are many of them without it, they are just .exe files and how you know, Linux can’t run .exe files by default. Because I have few Mikrotik routers, also use them in different projects, I need configure them. Of course I can use SSH for terminal configuration but, as usual I use Winbox for this job. Here is one trouble, Winbox is just in .exe file mode, it’s not configured fo

How to change Mikrotik Ethernet Port MAC address

When we work with network devices, configuring it and make some changes, sometimes we need to change MAC address of different ports or whole devices. With Mikrotik devices this is very simple task. For change MAC address to port of Mikrotik device, we need few steps. When I write this article I assume, you know how to use Winbox and basics of networking and Mikrotik, if no then you can see What is Winbox and how to use it article.   First step open Winbox and connect to Mikrotik router or switch, that where you need to change port Mac address. (Pic 1) Pic 1 On left panel find New Terminal and open it. (Pic 2) Pic 2   In terminal windows write - /interface ethernet set ether1 mac-address=xx:xx:xx:xx:xx:xx and press enter. In this command ether1 is name of port, you want to change MAC address, you can change it ith your port name. xx:xx:xx:xx:xx:xx – here you need to enter new MAC address.   (Pic 3) Pic 3 That’s all, MAC if you write everything correctly, MAC