- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Updating the HPE VME Hypervisor
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday - last edited Thursday
Thursday - last edited Thursday
Updating the HPE VME Hypervisor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Updating the HPE VME Hypervisor
It's in the documentation:
Download the .deb(s), drop it on manager VM with WinSCP or some other method, ssh the manager, and run:
sudo morpheus-ctl stop morpheus-ui sudo dpkg -i /path/to/HPE_VM_Essential_8.0.9_AMD64_Debian_S5Q83-11025.deb sudo dpkg -i /path/to/HPE_VM_Essential_Supplemental_8.0.9_Debian_S5Q83-11026.deb # Optional -- Only for offline upgrades where manager can not connect to the internet sudo morpheus-ctl reconfigure
dcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Updating the HPE VME Hypervisor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Updating the HPE VME Hypervisor
My bad. As near as I can tell, there is no update for the HVM with 8.0.9, but I'm sure someone from the VME team can answer that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Updating the HPE VME Hypervisor
In the 8.0.9 documentation under Getting Started --> Installation, a little more than halfway down the page is a paragraph that begins with:
"Now that the host system has been installed, ensure the image is up to date by running apt update -y && apt upgrade -y as a super user."
So it appears you just need to apt update / upgrade on the HVM host. I did note on my hosts that a couple of the repositories point to my VME Manager, so it will need to be up and running when you run your updates.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Updating the HPE VME Hypervisor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Updating the HPE VME Hypervisor
Go to Help → About (top-right corner menu).
The version number (e.g., VME Manager 1.2.3) will be displayed there.orSSH into the VME Manager VM.
Run:

You would also find at as a footer:
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Re: Updating the HPE VME Hypervisor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Re: Updating the HPE VME Hypervisor
Let's go over the full process and different steps needed:
VME Manager upgrade: https://support.hpe.com/hpesc/public/km/product/1014875616/Product?kmpmoid=1014875616&tab=manuals&cep=on#t=null
sudo morpheus-ctl stop morpheus-ui
sudo dpkg -i xxxx.deb
sudo dpkg -i xxxx.supplemental.deb # Optional -- Only for offline upgrades
sudo morpheus-ctl reconfigure
I always install the supplemental bundle also. It never hurts and takes 1 minute.
The above will update and reconfigure the VME Manager itself. Not the appliance (VM) OS, just the VME bits
Part of this update is that it will add new "agent" versions to a repository it hosts.
Hypervisor updates:
Simple as it is:
- Set host in maintenance from VME UI
- sudo apt update && sudo apt upgrade
- exit maintenance from VME UI
This will update your whole Hypervisor OS (Ubuntu) based on the configured apt repositories
One of those repositories is a repo that is hosted in the VME Manager. This repo contains the Morpheus Agents. Those agents are responsible for the communication between the hypervisor host and the VME Manager .
You can run the hypervisor updates whenever you want. But it's not needed to update the hypervisors.
In production, a best practice could be to keep the hypervisors stable and just update the Morpheus Agents after a VME upgrade. You should have a test environment where you can test the hypervisor updates itself and its compatibility with VME, before doing the same exercise in production.
Morpheus Agent upgrade:
While not explicitely mentioned in the docs, you can upgrade the Morpheus Agents after a VME upgrade.
Not every VME version/upgrade has new agent versions.
Agent updates are sometimes needed for new functionality (e.g. Vmware Migration Tool needs agent > 2.10.0).
You can upgrade the agent straight from the UI by going to the hypervisor host and selecting "Upgrade Agent" under actions. This is the recommended way.
You can also upgrade the agent via the procedure above (Hypervisor updates). Since the agent is part of a repo that is configured on your hosts. An apt update/upgrade will also update the agent.
You can find the agent version in the summary page of the hypervisor in the UI.
If you have chosen to also install the agent in your VM's, you can update them in the same way as for a host:
- Select the VM (or multiple VM's under "Clouds")
- Actions - Upgrade Agent
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Re: Updating the HPE VME Hypervisor
Arnout - just for clarification, you call out that installing the .deb on the Manager does not upgrade the Manager VM's OS, just the Manager's code. Is it safe to assume we need to apt update and apt upgrade the Manager's OS too just like the hypervisor?
dcc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Friday
Re: Updating the HPE VME Hypervisor
I personally don't do that myself.
Adn even more, there are no repositores configured in apt on the VME Manager VM OS. The only repo configured is its own Morpheus repo.
So you can do an apt update/upgrade, but it will do nothing, except a possible Morpheus Agent upgrade.
check/compare / etc/apt/sources.list.d from the VME Manager VM OS and your Hypervisor hosts. You'll see the difference.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
