Skip to content
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

Open
Racle opened this issue Jan 4, 2023 · 5 comments
Open

[TIP] use ESXi shutdown instead of local shutdown #18

Racle opened this issue Jan 4, 2023 · 5 comments

Comments

@Racle
Copy link

Racle commented Jan 4, 2023

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)

  1. Add file /usr/local/PPB/etc/config.properties
  2. write this to file isVirtualAppliance = true
  3. Reboot ppbd

Linux one-liner to write this file

echo "isVirtualAppliance = true" | sudo tee -a /usr/local/PPB/etc/config.properties 

Tested with current latest version of PowerPanel Business 4.8.6

@war59312
Copy link

war59312 commented Jan 8, 2023

Very good.

FYI with a clean copy of PowerPanel Business this is already set, just checked my ESXi copy.

@Racle
Copy link
Author

Racle commented Jan 8, 2023

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)

@war59312
Copy link

war59312 commented Jan 8, 2023

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.

@NathanVaughn
Copy link
Owner

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 docker-entrypoint.sh.

@4Syno
Copy link

4Syno commented Dec 2, 2023

I found out that you can enable ESXi shutdown also in linux installation

Thank you so much for sharing this! Works also for the remote version!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants