HPE Morpheus VM Essentials
1836603 Members
3296 Online
110102 Solutions
New Discussion

I want to install Morpheus CLI on HVM Manager.

 
amaru
Regular Visitor

I want to install Morpheus CLI on HVM Manager.

I would like to install Morpheus CLI on HVM Manager.

How do I install the prerequisite ruby?

My HVM Manager version is 8.0.8.

https://clidocs.morpheusdata.com/en/8.0.7/CLI-Manual.html#installation

2 REPLIES 2
Arnout_Verbeken
HPE Pro

Re: I want to install Morpheus CLI on HVM Manager.

Don't install it on the manager, but use a seperata host/VM. The manager does not have the correct repo's to install all the bits.
I deployed a Ubuntu 24.04 VM and installed morpheus-cli on that VM.

I did run into some issues to install morpheus-cli due to some missing dependency that I could not solve initally (missing lib-ffi-so-6).
I was able to solve it with:

sudo apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev libffi-dev
sudo gem install morpheus-cli


Also read the following docs:

Install Guide: https://clidocs.morpheusdata.com/en/8.0.7/CLI-Manual.html

Be sure to check:
Getting Started: https://github.com/gomorpheus/morpheus-cli/wiki/Getting-Started
Managing Instances: https://github.com/gomorpheus/morpheus-cli/wiki/Managing-Instances
For additional tips on using Morpheus CLI, visit https://github.com/gomorpheus/morpheus-cli/wiki/Getting-Started
To learn more about the Morpheus API, visit https://apidocs.morpheusdata.com



 



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]
Accept or Kudo
amaru
Regular Visitor

Re: I want to install Morpheus CLI on HVM Manager.

It was a struggle, but I managed to install Morpheus CLI on HVM Manager. I can now also shut down virtual machines using the CLI.
Is it not recommended to install Morpheus CLI on HVM Manager?