Difference between revisions of "Time off"

From FOG Project
Jump to: navigation, search
m
m
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==As of July, 2016 in 1.3.0 ==
 +
 +
Local server time is displayed on the fog dashboard.
 +
 +
==As of 1.3.0-r3119==
 +
#The option to change your time zone from the web gui has been added. This only changes FOG components.
 +
#*[[File:Config.png]] Fog Configuration --> Fog Settings --> General Settings --> FOG_TZ_INFO
 +
#**Select your appropriate timezone.
 +
#You will still need to check your time on the server hardware, apache, and nodes to confirm they are correct.
 +
 
==Check Timezones==
 
==Check Timezones==
 
*If your time is off please check your timezone located in these two files:
 
*If your time is off please check your timezone located in these two files:
 
*Ubuntu:
 
*Ubuntu:
*<pre>/etc/php5/apache2/php.ini & /etc/php5/cli/php.ini</pre>
+
**<pre>/etc/php5/apache2/php.ini & /etc/php5/cli/php.ini</pre>
  
 
*Debian:
 
*Debian:
 
**<pre>/usr/share/zoneinfo</pre>
 
**<pre>/usr/share/zoneinfo</pre>
  
 +
*Redhat
 +
**<pre> /etc/php.ini </pre>
 
*Other:
 
*Other:
 
**[http://www.thegeekstuff.com/2010/09/change-timezone-in-linux/ TheGeekStuff.com]
 
**[http://www.thegeekstuff.com/2010/09/change-timezone-in-linux/ TheGeekStuff.com]
Line 13: Line 25:
 
*Then restart apache2 and Fog Services (or reboot entire server):
 
*Then restart apache2 and Fog Services (or reboot entire server):
 
<pre>
 
<pre>
sudo service apache2 restart
+
sudo service apache2 restart
 
sudo service FOGMulticastManager restart
 
sudo service FOGMulticastManager restart
 
sudo service FOGTaskScheduler restart
 
sudo service FOGTaskScheduler restart
Line 19: Line 31:
 
sudo service FOGSnapinReplicator restart
 
sudo service FOGSnapinReplicator restart
 
</pre>
 
</pre>
 +
 +
Restart Apache on CentOS/Fedora/Redhat:
 +
<pre>service httpd restart</pre>
  
 
==Check BIOS==
 
==Check BIOS==
Line 24: Line 39:
  
 
==Check on Server==
 
==Check on Server==
*Possibly your server's time could have been reset check it by running
+
*Possibly your server's time could have been reset. Check it by running
 
<pre> date </pre>
 
<pre> date </pre>
 +
 +
==Extra Info===
 +
* A question was brought up about the nodes needing to have the same time. The only ones that truly matter would be the Master nodes and Windows Nodes. Try to get them to the right time and everything should work.

Latest revision as of 05:07, 8 July 2016

As of July, 2016 in 1.3.0

Local server time is displayed on the fog dashboard.

As of 1.3.0-r3119

  1. The option to change your time zone from the web gui has been added. This only changes FOG components.
    • Config.png Fog Configuration --> Fog Settings --> General Settings --> FOG_TZ_INFO
      • Select your appropriate timezone.
  2. You will still need to check your time on the server hardware, apache, and nodes to confirm they are correct.

Check Timezones

  • If your time is off please check your timezone located in these two files:
  • Ubuntu:
    • /etc/php5/apache2/php.ini & /etc/php5/cli/php.ini
  • Debian:
    • /usr/share/zoneinfo

Restart Fog Services

  • Then restart apache2 and Fog Services (or reboot entire server):
sudo service apache2 restart	
sudo service FOGMulticastManager restart
sudo service FOGTaskScheduler restart
sudo service FOGImageReplicator restart
sudo service FOGSnapinReplicator restart

Restart Apache on CentOS/Fedora/Redhat:

service httpd restart

Check BIOS

  • Check the BIOS and verify that the time is correct.

Check on Server

  • Possibly your server's time could have been reset. Check it by running
 date 

Extra Info=

  • A question was brought up about the nodes needing to have the same time. The only ones that truly matter would be the Master nodes and Windows Nodes. Try to get them to the right time and everything should work.