Update FFDC YAML config support for AIX

Change-Id: I867fa44be87dce6dbf4c2f86725c84acea6a88e0
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index 55f9de2..5a3d830 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -117,3 +117,14 @@
         - '/tmp/OS_sosreport.txt'
     PROTOCOL:
         - 'SSH'
+
+# Commands and Files to collect for AIX only
+AIX_LINUX:
+    COMMANDS:
+        - 'errpt >/tmp/OS_errpt.txt 2>&1 ; errclear 0;'
+        - 'bindprocessor -q >/tmp/OS_processors.txt 2>&1'
+    FILES:
+        - '/tmp/OS_errpt.txt'
+        - '/tmp/OS_processors.txt'
+    PROTOCOL:
+        - 'SSH'