User Tools

Site Tools


esxi:cyberpower_powerpanel_business

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
esxi:cyberpower_powerpanel_business [2022/08/22 18:33]
derek
esxi:cyberpower_powerpanel_business [2024/09/22 19:51] (current)
Line 34: Line 34:
  
 ===Pre-Config=== ===Pre-Config===
 +Extra things to be set in the command line before setting up PowerPanel.
 +
 One issue with PowerPanel is that it constantly writes to ''/usr/local/PPB/db_local/filedb.log'' ([[https://www.reddit.com/r/HomeServer/comments/usno37/cyberpower_powerpanel_business_linux_excessive/]]). We fix this by installing and using [[https://wiki.archlinux.org/title/Anything-sync-daemon|Anything-sync-daemon]] to put the directory into a ram disk that gets synced to disk occasionally. One issue with PowerPanel is that it constantly writes to ''/usr/local/PPB/db_local/filedb.log'' ([[https://www.reddit.com/r/HomeServer/comments/usno37/cyberpower_powerpanel_business_linux_excessive/]]). We fix this by installing and using [[https://wiki.archlinux.org/title/Anything-sync-daemon|Anything-sync-daemon]] to put the directory into a ram disk that gets synced to disk occasionally.
  
Line 42: Line 44:
  
 # Change the time zone to the one the server is in: # Change the time zone to the one the server is in:
-# Find your time zone in /usr/share/zoneinfo/ e.g.+# Find your time zone using: 
-sudo cp /usr/share/zoneinfo/Australia/Perth /etc/localtime+timedatectl list-timezones 
 +# Then set it with
 +sudo timedatectl set-timezone Australia/Perth 
 + 
 +# Set the hostname: 
 +sudo hostnamectl set-hostname Cyberpower-PPB
  
 # Make sure the system is up to date # Make sure the system is up to date
Line 82: Line 89:
     * Sign in again with the new details     * Sign in again with the new details
     * ''UPS Setting'' > ''Configuration'' > ''Set Replacement Date'' to when the unit was purchased or the battery was last replaced     * ''UPS Setting'' > ''Configuration'' > ''Set Replacement Date'' to when the unit was purchased or the battery was last replaced
 +    * ''Setting'' > ''Network Configurations'' > ''Network Configurations'':
 +      * Enable ''HTTPS Secure''
 +      * Change the default ''HTTPS Port'' to something slightly different
 +      * Click ''Apply''
     * ''Setting'' > ''Notifications'':     * ''Setting'' > ''Notifications'':
       * ''Notification Channels'':       * ''Notification Channels'':
esxi/cyberpower_powerpanel_business.1661193231.txt.gz · Last modified: 2024/09/22 19:51 (external edit)