- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus VM Essentials
- >
- Even if you delete the network set up with the hpe...
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
06-18-2025 12:34 AM - last edited on 06-19-2025 03:54 AM by support_s
06-18-2025 12:34 AM - last edited on 06-19-2025 03:54 AM by support_s
Even if you delete the network set up with the hpe-vm command, the setting remains when yo
To check whether it worked, I configured a VLAN interface using "Configure Network" in hpe-vm.
After checking communication between the hosts with the ping command,
I deleted the settings, but when I ran the "ip a" command,
the network settings still remained.
The above settings were deleted by rebooting the hypervisor host.
Is a reboot necessary?
- Tags:
- virtualization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2025 12:10 PM
06-18-2025 12:10 PM
Re: Even if you delete the network set up with the hpe-vm command, the setting remains whe
You may try steps below to delete network interfaces :
Back Up Current Network Configuration:
# sudo cp /etc/netplan/*.yaml ~/network-backup/
Remove Netplan Configuration Files
# sudo rm /etc/netplan/*.yaml
Apply Changes:
# sudo netplan apply
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
06-18-2025 05:51 PM - last edited on 06-19-2025 03:44 AM by Thaufique_Mod
06-18-2025 05:51 PM - last edited on 06-19-2025 03:44 AM by Thaufique_Mod
Re: Even if you delete the network set up with the hpe-vm command, the setting remains whe
@MK_J,
The method you taught me seems like it would stop the network.
I tried it, but all networks stopped.
I connected to the local console and copied the backed up file to /etc/netplan, then ran "netplan apply" and the network was restored, but the VLAN interface settings remained.
When I rebooted after the above, the VLAN interfaces disappeared.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 05:38 PM - last edited on 07-07-2025 11:25 PM by Thaufique_Mod
07-07-2025 05:38 PM - last edited on 07-07-2025 11:25 PM by Thaufique_Mod
Re: Even if you delete the network set up with the hpe-vm command, the setting remains whe
@MK_J,
Is rebooting the OS the only solution?