OK, this one is really short (mainly I forgot to publish it 3 weeks back :-/ )
"The program sappfpar lets you check the minimum and maximum (worst case) swap space requirements for an SAP application server. It also checks the shared memory requirements and whether or not the parameters em/initial_size_MB and abap/heap_area_total are set correctly." (cite from SAP pages itself)
You will find it in this path:
/usr/sap/<SID>/SYS/exe/run
and those are some simple usage you could use these commands:
sappfpar check pf=<path_to_instance_profile> - to check given profile for errors and evaluate it
and those are some simple usage you could use these commands:
sappfpar check pf=<path_to_instance_profile> - to check given profile for errors and evaluate it
sappfpar check pf=<path_to_instance_profile> <parameter_name> - to show parameter value
I don't know what more to write. I nearly did not used it, but yes, it can be handy if you need to check, why is your SAP crashing or during some installations or upgrades.
If you want, you can read this and something little more on original page:
http://help.sap.com/saphelp_nw70/helpdata/en/66/380fb7d43d11d188bd0000e83539c3/content.htm
I don't know what more to write. I nearly did not used it, but yes, it can be handy if you need to check, why is your SAP crashing or during some installations or upgrades.
If you want, you can read this and something little more on original page:
http://help.sap.com/saphelp_nw70/helpdata/en/66/380fb7d43d11d188bd0000e83539c3/content.htm