- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Unattended installation of HPE VM Essentials Manag...
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
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
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
3 weeks ago - last edited 3 weeks ago by support_s
3 weeks ago - last edited 3 weeks ago by support_s
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
SolutionWhat 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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
3 weeks ago
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.