Forum Discussion
BIGIQ - resource groups
Maybe see JMCalalang suggestion and try to use article for Ansible debug to see the API traffic https://support.f5.com/csp/article/K63577238
Enable restnoded debug logging for F5 Modules for Ansible version 2 troubleshooting
Impact of procedure: Features that make use of F5 REST Node.js will be interrupted while the service restarts. In addition, enabling debug logging can increase disk and CPU activity. F5 does not recommend leaving debugging enabled on a production device for extended periods of time.
- Log in to the BIG-IP command line.
- Create an empty debug file to notify the process to enter debug mode upon the next restart using the following command:
touch /service/restnoded/debug
- Restart restnoded by entering the following the command:
bigstart restart restnoded
- Leave debug mode on while you reproduce the issue.
- Review the contents of /var/log/restnoded/restnoded.log.
- Revert to standard logging by removing the debug file. To do so, enter the following command:
rm /service/restnoded/debug
-
- Log in to the BIG-IP command line.
- Use the tcpdump utility to capture restjavad traffic on the loopback interface and port 8100. To do so enter the following command:
tcpdump -nni lo -s0 port 8100 -w /shared/tmp/restjavad-$(date +%H%M%S-%m%d%y).pcap
Note: The date command will include the current time in hours, minutes and seconds followed by the current date in the capture file name for example: restjavad-173643-060322.pcap.
- Leave the capture running while you reproduce the issue.
- Stop the capture by entering Ctrl + C.
- Collect the file from the /shared/tmp directory.
- Restart the service once more by entering the following command:
bigstart restart restnoded
You can analyze network traffic to and from the restjavad process to aid in troubleshooting. It is typically not necessary to also capture restnoded traffic; however, if desired you can capture on port 8105 to see traffic from this process.
Impact of procedure: Capturing network traffic can increase disk and CPU activity. F5 recommends only capturing traffic during active troubleshooting sessions.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com