OS - Verify Time Server: Fail (time.apple.com.)

osxadmin
Contributor II

Hi, I'm having this issue in our JSS 9.96 under Inventory->General
some devices are showing up with "OS - Verify Time Server: Fail (time.apple.com.)" and others are showing up with "OS - Verify Time Server: Pass (time.apple.com.)"

when I check on the mac date and time it has the correct time and its using the same time.apple.com

I any ideas on why I get the "OS - Verify Time Server: Fail (time.apple.com.)"

thank you.

1 ACCEPTED SOLUTION

SGill
Contributor III

Are DNS lookups OK on the macs seeing the problem?

If they are, you could run this command on the macs with the issue to see if that solves it for you:

sudo systemsetup -setnetworktimeserver time.apple.com

View solution in original post

4 REPLIES 4

SGill
Contributor III

Are DNS lookups OK on the macs seeing the problem?

If they are, you could run this command on the macs with the issue to see if that solves it for you:

sudo systemsetup -setnetworktimeserver time.apple.com

osxadmin
Contributor II

@SGill thank you that worked.

do you have a recommendation on how to create a policy or configuration profile so I can send it to all the macs that are enrolled to my JSS?

also how often should I run that?

thank you very much!

eseok
New Contributor II

Create a policy to push out to all managed devices once per computer. You won't need sudo in the script when you push it out. Set the payload to be the script in question and that should do it.

osxadmin
Contributor II

@eseok perfect! thanks!