Exit code 6 as integer

I am doing SLES 12 patching using bigfix standard plugin based method & patches are getting pushed on clients but all action are getting failed at the last line of action, which says -

Command succeeded (6) exit {(parameter “exit_code”) as integer}

Any idea what is the reason behind it & how to rectify it.

Any suggestion please.

That indicate that the process executed, but returned a non-zero return code. You need to identify which patches are being installed, and why they are failing to install on your system. The easiest way to troubleshoot that is usually to try installing the patch manually and see what error messages are displayed.

1 Like

Issue was with credentials of plugin due to that error was getting generated, after rectifying that its working fine.

problem got solved after re-configuring the plugin.