Posted on 11-02-2022 10:31 AM
Good afternoon,
I am doing some research into why a small number of machines in our fleet were missing a specific product that should have been installed upon enrollment. I've determined a couple of things already but there are a number of endpoints that are checking in that seem to have this specific policy stuck in a 'pending' state. I was hoping to be able to remotely flush each log for the affected machines but those options are greyed out since its in the 'pending' state. Is there a simple way for me to clear out the pending status on each and force it to run again from the backend?
Thanks
D
11-02-2022 11:59 AM - edited 11-02-2022 12:00 PM
@bravestface Pending should indicate that the policy will run the next time the machine checks in. You can't force the policy execution on the server side, but you can make the Mac check in by running the following command in Terminal:
sudo jamf policy
Posted on 11-02-2022 12:02 PM
Thanks. Yes that is the last resort. There are a number of machines to address and many have been managed for years. So there might be more going on with these.
11-02-2022 02:13 PM - edited 11-02-2022 03:35 PM
Are they running any policies? Maybe these machines have a policy that is running for a long time. Software Update policies had this issue not long ago where they would essentially never finish and block other policies from running.
Posted on 11-02-2022 02:38 PM
I second this. Look at the jamf log on the Mac and see if it's hanging. I've run into this issue out of the blue earlier this year and haven't turned on software update collection since and am not turning it back on until I don't see any more Jamf Nation posts with the issue. I am absolutely not going to run into that problem again.
Posted on 11-03-2022 05:30 AM
Ive seen it before if your upgrading a application and its removing a old Version, The policy might stay in a pending state due to a script running on the machine whcih is waiting for a application to finish uninstalling (requires a reboot). so the policy never completes and reports back as sucessfull.
Posted on 11-03-2022 07:48 AM
In this case, there is a removal script that fires before paying it down. I'll look into that angle.
Thank you!