Overview
VMs are not getting powered off as per the scheduled time set by the user. When the VMs are not following the criteria, it is left powered on and carries on, running endlessly. This can become a cause of concern.
Considerations
Make sure the
Auto-power control servers
Recurring Job has been enabled and is set to run every hour (located at Admin → Recurring Jobs). With this Recurring Job enabled, it will provide an output of servers powered on and off.
Double-check the timezone is correct in CloudBolt, by going to Admin → Support Tools → Django Settings and check that TIME_ZONE is set to your desired time.
Procedure
Step 1 - Go to the below directory location to edit the customer settings file:
/var/opt/cloudbolt/proserv/customer_settings.py
Open and edit the file with
vi customer_settings.py
Step 2 - Choose your own time zone from this link:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones or time buddy: https://www.worldtimebuddy.com/
Set the time zone for example:
TIME_ZONE = 'America/New_York'
Step 3 - Restart the apache service in your CloudBolt appliance
service httpd restart
0 Comments