Patching problem in Linux(RHEL5) Server

Dear All,

I have a problem in bigfix (IBM endpoint manager 9.0.876.0).

If I have patched a linux server(RHEL5) then all script action is completed successfully but this patch is failed. tell me what is the problem ans tell me solution.

Is this with custom content or an external site?

The default for an action is that its original relevance needs to go false to “succeed” the action. A “task” just needs to go through every line of the action without failing anything. And additionally there is custom success criteria (you can look at the platform upgrade fixlets for examples) in which the relevance there has to go false.

For *NIX platforms, depending on the patch, you may have to restart the system or the item patched as *NIX will keep running from the older “unlinked” part until you do.