How to troubleshoot when having error 'No data available' for Network Adapter?

How to troubleshoot when having error 'No data available' for Network Adapter?

Issue: When attempting to monitor AIX servers, you encounter a "No data available" error message for the Network Adapter.

Solution: To address this issue and resolve the "No data available" error for the Network Adapter when monitoring AIX servers, please follow these steps:

Step 1: Make sure that your connection to the AIX server is established exclusively through either TELNET or SSH mode.

Step 2: Run the following command on the AIX server:

  1. for i in $(lsdev -Cc adapter | grep -i fcs | awk '{print $1}'); do fscsi_adapter="fscsi${i: -1}"; echo "FCS_Adapter $i"; status=$(lsdev -Cc adapter | grep -i fcs | awk 'NR==2{print $2}'); echo "STATUS $status";echo "FSCSI_Adapter $fscsi_adapter"; lsattr -El "${fscsi_adapter}" | awk '{print $1, $2}'; echo  "##END##";done;

This command will help you diagnose the issue by displaying relevant information about the FCS (Fiber Channel Storage) Adapter. Ensure that it returns the expected output.

By following these steps, you can troubleshoot and resolve the "No data available" error for the Network Adapter when monitoring AIX servers.


                  New to ADManager Plus?

                    New to ADSelfService Plus?