HPE Morpheus VM Essentials
1822439 Members
2741 Online
109642 Solutions
New Discussion юеВ

Unattended installation of HPE VM Essentials Manager

 
SOLVED
Go to solution
jorgejcv
Member

Unattended installation of HPE VM Essentials Manager

Hello everyone!
Once Ubuntu 22.04 is deployed, is there any way to perform an unattended installation of HPE VM Essentials Manager with a "answers.conf" file that includes all the information requested by the graphical wizard?

Thanks.

2 REPLIES 2
Arnout Verbeken
HPE Pro
Solution

Re: Unattended installation of HPE VM Essentials Manager

What GUI are you talking about?  I assume hpe-vm tool that lets you install the VME Manager?

You can install the VME Manager unattened.  It is documented in

hpe-vm --h

Here is an example command:

sudo hpe-vm --install -a IP -d -g GW -D DNS -H vmemgrcli -n MASK -P 1234 -q file:///home/morpheus/hpe-vme-8.0.4-1.qcow2 -u https://IP -U morpheus -i bond0 -s S



You can of course also install the console itself in an unattend way by using:

apt install -f {full path to console file}  (e.g. apt install -f ./tmp/hpe-vm.deb)

 



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
jorgejcv
Member

Re: Unattended installation of HPE VM Essentials Manager

Thank you Arnout !

I installed the hpe-vm.deb package and was able to see all the possible options in the help (hpe-vm -help). Now I can perform an unattended installation of the console and VME Manager.