- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
VMWare Photon Linux 1.0
PHOTON_BUILD_NUMBER=62c543d
However, since vCenter version 6.7 U3 the Photon OS kernel is 4.4.182, according to the VMware documentation:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As per my understanding the upgrade process and the changes in the Photon OS kernel version and build number may vary depending on the specific version of vCenter Server you are upgrading from and to. It is recommended to refer to the official VMware documentation for detailed instructions and specific version compatibility information.
Regards,
Shen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Kernel version is different from the photon OS version. What you are able to see using cat /etc/photon-release is the operating system version, not the kernel version. To check the kernel version run the following command:
uname -r
Regards,
Sachchidanand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, I misunderstood the documentation. Indeed, I confused the kernel version with that of the operating system.
With your explanation, I realized my mistake.
I ran the command uname, the results are below:
- uname -r : 4.4.302-2.ph1
- uname -a : Linux vcenter-server 4.4.302-2.ph1 #1-photon SMP Sun Mar 27 02:58:11 UTC 2022 x86_64 GNU/Linux