on 30-Jan-2017 03:00
Contacting F5 for support can sometimes feel like an overwhelming and daunting task if you're not prepared. Opening your case with accurate diagnostics, and a detailed description of your issues will help us route your case to the appropriate technicians, but where do you start? We'll help you prepare for your first or tenth call to support and ensure it's an easy process. Bookmark this page and stop worrying about what you'll need. Clear focus and a calm head during a critical issue is your best advantage.
There are several key pieces of information support will ask for regardless of what module you're opening a ticket on. It's best to have most or all of the data ready in case support asks. In our experience being over prepared is never a bad thing.
There are several ways to contact support, and we've found success by opening a web case for all issues, even when calling in for support. This allows you to get files to F5 engineers quicker and expedite your case routing process prior to calling in.
The default QKView will gather 5MB of recent log activity but support may ask for additional logs to help diagnose your issue.
logfiles.tar.gz
in /var/tmp
directory containing all of the files in /var/log
by typing the following command:
tar -czpf /var/tmp/logfiles.tar.gz /var/log/*
MD5 checksum files give support a method to validate your upload is free of problems. It's best to use the md5sum command directly on the BIG-IP to reduce potential issues by transferring the file off host prior to running MD5 tools. To create an md5sum:
logfiles.tar.gz
from the above as example:
md5sum /var/tmp/logfiles.tar.gz > /var/tmp/logfiles.tar.gz.md5
cat /var/tmp/logfiles.tar.gz.md5
1ebe43a0b0c7800256bfe94cdd079311 /var/tmp/logfiles.tar.gz
I have been reading the "DevCentralBasics". Is a basic level for me (as expected), but I am reading just for fun.
Is definitely a good idea, so some improvement suggestions:
cat, and not CAT. 😛
Maybe include information about core files (https://support.f5.com/csp/article/K10062).
Good suggestions Leonardo! Updated to cat and I'll throw some core file info in here. Not sure why CAT is capitalized myself.