Core dump
The Topology Services daemon generates a core dump. The dump contains information normally saved in a core dump: user-space data segments for the Topology Services daemon.
The core dump refers to a particular instance of the Topology Services daemon on the local node. Other nodes may have a similar core dump. The core dump file will be located in the run_dir directory. An approximate size for the core dump file is between 7MB and 10MB.
When the Topology Services daemon invokes an assert() statement, or when it receives a segmentation violation signal for accessing its data incorrectly, it creates the dump automatically. Force Topology Services to generate a dump only under the direction of the IBM® Support Center, as the daemon has an internal check to protect against getting hung. (See the TS_THREAD_STUCK_ER error entry in Table 1. When directed to do so, you can create the dump manually by issuing the following command:
kill -6 pid_of_daemonlssrc -s subsystem_nameThe dump remains valid as long as the executable file /opt/rsct/bin/hatsd is not replaced. The system keeps only the last three core file instances. Copy the core dumps and the executable to a safe place.
| On Linux® nodes: | On AIX® nodes: |
|---|---|
|
To analyze the core dump, issue the command: gdb /opt/rsct/bin/hatsd |
To analyze the core dump, issue the command:
dbx /opt/rsct/bin/hatsdType 'help' for help.
|