Had same issue after upgrade VCSA 6.7 U2 to U2b. #service-control --start applmgmt works but not a permanent solution, need to run again after reboot This is my sultion: #shell into the...
See more...
Had same issue after upgrade VCSA 6.7 U2 to U2b. #service-control --start applmgmt works but not a permanent solution, need to run again after reboot This is my sultion: #shell into the shell #systemctl list-unit-files Found the applmgmt.service is in Masked status #systemctl unmask applmgmt unmask it #systemctl list-unit-files check it agin and should see applmgmt.service turned into Enabled status and should start correctly automatically after reboot.