HPE Morpheus VM Essentials
1836358 Members
2644 Online
110100 Solutions
New Discussion

Re: Deleting Morpheus version 8.0.8 and reinstalling version 8.0.9

 
SOLVED
Go to solution
Flying-Bee
Occasional Contributor

Deleting Morpheus version 8.0.8 and reinstalling version 8.0.9

Hi Guys, I destroyed my Morpheus server and undefined it so i can install version 8.0.9, I also remove the files from /var/mopheus/kvm/local , but when i provision the 8.0.9 they have me this error:

error: Failed to start domain "Morpheus Server"

error: internal error: cannot load AppArmor profile 'libvirt-f3rwfs234-23t223f2-2342-3fs3-23432fewr44'

do anyone knows how can i reinstall mopheus without reformatting ?

3 REPLIES 3
ScottHugh
Regular Visitor

Re: Deleting Morpheus version 8.0.8 and reinstalling version 8.0.9

Hi Flying-Bee

I have not tried the specific situation, so, this is just basic Linux error handling.

You should ensure AppArmor is enabled (return should be something like "AppArmor is enabled")
sudo aa-status

Maybe try to restart libvirt, this should trigger creating the profiles anew
sudo systemctl restart libvirtd

Maybe you can have a look at the logs for the libvirt
journalctl -xe | grep libvirt

Cheers,

Scott Hugh | Entrepreneur & Tech Strategist
Making the complex simple • Growth • Innovation • Mindset
Arnout_Verbeken
HPE Pro

Re: Deleting Morpheus version 8.0.8 and reinstalling version 8.0.9

Also make sure you update your hpe-vm package. (just a thought to be honest)



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
Flying-Bee
Occasional Contributor
Solution

Re: Deleting Morpheus version 8.0.8 and reinstalling version 8.0.9

Hi Scott! 

Thank you for the suggestion, unfortunately non of the solution worked here but thank you for the help! I have decided to just reformat the whole server and build it from scratch again :")

 

Thank you!