-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TIP] use ESXi shutdown instead of local shutdown #18
Comments
Very good. FYI with a clean copy of PowerPanel Business this is already set, just checked my ESXi copy. |
In PPB VM edition this is already set. But when using PPB Linux edition this is not set as default, even when manually installed in Linux VM in ESXi. With this tip you can shut down ESXi instance on your existing linux server, so no need to set up new VM for PPB with template (which also has older, 20.04, Ubuntu installation) |
Yeap, cool. I just upgraded my ESXi image from 20.04 to 22.04. Everything still looking good. Took a snapshot before hand, just in case. |
I add a note about this in the README. I'll leave this open if I, or someone else, gets around to adding this as an environment variable in |
Thank you so much for sharing this! Works also for the remote version! |
After comparing linux version with VM version I found out that you can enable ESXi shutdown also in linux installation.
(this replaces local shutdown option in
Setting => Shutdown Setting => Shutdown events
)/usr/local/PPB/etc/config.properties
isVirtualAppliance = true
Linux one-liner to write this file
Tested with current latest version of PowerPanel Business 4.8.6
The text was updated successfully, but these errors were encountered: