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.
For more information you can try the help feature:
python fullSystemInfoDump.py --help
- Login using <sid>adm
- Go to /usr/sap/<SID>/<INST>/exe/python_support
- Run python fullSystemInfoDump.py
- Provide database user ID and password
- 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
Comments
Post a Comment