- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Re: Reconfigure manually installed agent without i...
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
07-08-2022 12:47 PM
07-08-2022 12:47 PM
Reconfigure manually installed agent without internet
I’m trying to install a Morpheus agent where the instance has cloud-init enabled, but lacks internet access. I was able to SSH to the instance and test the it can reach the Morpheus node over port 443. I tried to manually install the agent using the rpm package from the package-repo on the Morpheus node. The agent appears to have been installed, but when I try to run a reconfigure it fails saying it could not fetch specs from https://www.rubygems.org/
Does the agent install / reconfigure require internet connectivity? Is there a way to install it in an air-gapped environment?
- Tags:
- agent

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2022 12:28 PM
07-11-2022 12:28 PM
Re: Reconfigure manually installed agent without internet
No it does not require internet connectivity. The regular vm agent package does try to install curl and wget if they are not already installed, which they typically already are. That and yum update after adding the morpheus repo will depend on repo config, which should be setup for local repos in air-gapped env.
This sounds like you manually copied a host agent rpm, which is the wrong rpm for regular vm and not the correct manual install method. While cloud-init should still work, you can download the agent install script from the target server record (Actions → Download Agent Script), which curls the full install script from the appliance. That script adds the proper config files, the morpheus repository, and installs the agent. You can view the script that is curl’d by removing the | bash
. to see the full process.