sadc is running on the production server.
When a incident happens, I want the admin to give me all the data (going back in the past as far as possible) so that I can analyze the incident and also might have lead to it during the previous week.
Analyzing directly on the production server sounds to me like a bad idea because:
- With every passing hour, past data gets lost due to file rotation.
- As a consultant I don't have access to the server, so I would have to 1. Ask the admin "Please give me the output of this sar command" 2. Analyze 3. Ask "I see, now give me the output of that other sar command" etc. Right at a time when the admin is very busy.
- Doing things on the production server always bears the risk of doing a mistake, so better do as much as possible outside of it.
So:
- Can I ask the admin to just send me the whole data, so that I can analyze it on my system?
- Is it as simple as sending me the whole
/var/log/sa/
directory? Or do I need the admin to send me other things too? - To analyze the data, do I need the exact same OS (Red Hat Enterprise Linux Server 6.3)? Or can I do the same on my Debian? I can install CentOS if necessary. Do I need the exact same sysstat version, or should it work if both are recent (>9.0.4)?