How to Verify if the Configured Guest OS details are matching with the installed OS details in a VM.
book
Article ID: 339726
calendar_today
Updated On:
Products
VMware vCenter ServerVMware vSphere ESXi
Issue/Introduction
This article guides you through determining the correct guest operating system type for your virtual machines. Setting the wrong guest operating system type can lead to the following issues:
Determining the version of the guest operating system from within the virtual machine
To determine the version of guest operating system for Windows:
Click Start > Run.
Type winver.
Click OK. Adialog appears and indicates the version of operating system that you are running.
Record the information from two places within the About Windows dialog. The version displayed as a graphical image next to the flag, and the text version below the graphics.
To determine the version of guest operating system for Linux:
Log in to the command-line console of the virtual machine.
Find the file that describes your version of Linux. Run:
To determine the version of guest operating system for Novell Netware:
Log in to the console of the virtual machine.
Run the version command:
:version
Record the version information.
To determine the version of guest operating system for Solaris:
Log in to the command-line console of the virtual machine.
View the /etc/release file. Run:
# cat /etc/release
Record the version information.
Determining the current operating system setting of your virtual machine
To determine the current operating system setting of your virtual machine:
Right-click the name of the virtual machine to examine andclick Edit Settings in the vSphere Client.
Click the Options tab at the top of the Virtual Machine Properties window.
The Guest Operating System section on the right displays the class of OS and version, set it to match the description you recorded above.Take care to select the proper bit-size. For example, 32bit versus 64bit.
Click OK to apply the settings and exit the Virtual Machine Properties window.
If the version of the virtual machine's operating system that you recorded is not shown in the Virtual Machine Properties, confirm that your guest operating system is supported for this version of ESX/ESXi. For more information on Guest OS compatibility, see the Guest Operating System Installation Guide.
Additional Information
Refer to the section 'Change the Configured Guest Operating System' in the below document.