- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Re: Changing the Manager's IP Address
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
Wednesday
Wednesday
If you need to change the IP address or DNS server after deploying the Manager, what should you do?
For the Manager:
* cloud-init.service is enabled
* /etc/cloud/cloud-init.disabled does not exist
I asked this question because I'm unsure whether it's acceptable to disable cloud-init on the Manager.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
Re: Changing the Manager's IP Address
Hello dya,
I am not sure why the cloud init is coming here in place. If you need to change the IP of the VME, that depends on how the VME is installed. If the VME is installed via FQDN, nothing is to be changed as the IP direction is coming from the DNS servers. If the VME is been deployed via FQDN, you will have to change the IP inside of the VME by running "virsh console vme_name" on the ubuntu host where the VME is running on and eventually if the VME is been entered in the /etc/hosts files, you need to modify there too. Also you will have to modify the /etc/morpheus/morpheus.rb file as the IP will reflect there too if IP based install and then you need to run a morpheus-ctl reconfigure.
With regards
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
Thursday - last edited Thursday
Thursday - last edited Thursday
Re: Changing the Manager's IP Address
Thank you for your reply.
The section I wish to change is the one highlighted in the image below.
To change the IP address after installation on Ubuntu, proceed as follows:
Edit 55-base.yaml to change the IP address.
1. Create /etc/cloud/cloud-init.disabled
2. mv -i /etc/netplan/50-cloud-init.yaml /etc/netplan/55-base.yaml
3. vi 55-base.yaml
Since cloud-init is disabled for hosts installed via the HVM OS installer, I'd appreciate confirmation if this approach is acceptable for HVM.
Also, if another method is recommended, please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Thursday
SolutionHi dya,
that setting is set in the /etc/netplan/50-cloud-init.yaml and you need only to change it and run an netplan apply.
With regards
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
Thursday
Thursday
Re: Changing the Manager's IP Address
Thank you for your prompt response.
I understood that /etc/netplan/50-cloud-init.yaml is a file generated by cloud-init, so I assumed manual editing was not recommended.
While I understood that modifying that file would change the IP address, I was concerned whether this was acceptable for an HVM.
Since it seems to be fine, I will directly edit /etc/netplan/50-cloud-init.yaml.