I want to use systemtap for extracting details of my linux production server from remote access. I have some of the doubts regarding this:
- Whether is it necessary to have same kernel in both the linux production server and linux development server.If not then how to add the support for that?
- What are the minimum requirements to be present in the production server? Whether is it necessary to compile the kernel of the production server with the debuginfo ?
- How to enable users in some particular group to run the stap scripts?