marvel Posted February 26, 2016 #1 Posted February 26, 2016 Hi, I knew it is an existing problem when installing Xpenology on HP Gen8 microserver that every reboot will reset BIOS time to default. Temporary I have done a work around to make a boot script under /usr/syno/etc.defaults/rc.d/S09synctime.sh #!/bin/sh #set -x /usr/sbin/ntpdate -u -b pool.ntp.org exit 0 So it will run the script every time it boot. Also I put "/usr/sbin/ntpdate -u -b pool.ntp.org" into Task Schedule as well just in case the DSM update will get rid of the custom boot script. Is there a better work around to Xpenboot loader? thanks, Marvel
Seb@tien Posted February 26, 2016 #2 Posted February 26, 2016 Hello, Why not setup the NTP directly in iLo ? Seb@stien
Recommended Posts