McAfee ePO client install failing or not, OSX 10.11.1

dmw3
Contributor III

Trying to track down what is actually happening and why JSS is reporting both a failed install and a successful install at the same time.

Policy installs the install.sh of McAfee ePO client 2.3.0, which will install the agent v5.0.2 from the ePO server.

JSS 9.81, JDS 9.81 (Both on RHEL 6.7)
Client OSX 10.11.1

We have a number of these "failed" installs all on 10.11.1, installs using the same policy on 10.9.5 do not report "failed" but "completed"
8b5cee4eab304f13a8e4262b2f411f22

2 REPLIES 2

bentoms
Release Candidate Programs Tester

@dmw3 I think this is due to the text:

buildInstallPlanReturningError

The JSS sees the word error & thinks it's an error.

There are a number of FR's to change this behaviour.

mattbomarc1
New Contributor

Mine does this too. @bentoms is correct that the buildInstallPlanReturningError is the culprit. I tack on a " > /dev/null 2>&1" to my ePO agent installer and the policy doesn't error any longer.