Friday, June 22, 2012

Collecting System Information Dump for SAP HANA


When you open an OSS connection, you are requested to provide information about the HANA database. You can collect the system information dump using a built in python script.




  1. Login using <sid>adm

  2. Go to /usr/sap/<SID>/<INST>/exe/python_support

  3. Run python fullSystemInfoDump.py

  4. Provide database user ID and password

  5. The system dump will be zipped and written to /tmp/system_dump




For more information you can try the help feature:

python fullSystemInfoDump.py --help

No comments:

Post a Comment