Support > Knowledge Base
Knowledge Base

Search the Knowledge Base: |
Search the Knowledge Base: |
Enabling and Configuring Linux Core Dump
Details
Solution
-
In the /etc/profile file, replace ulimit -S -c 0 > /dev/null 2>&1 with the following: ulimit -c unlimited >/dev/null 2>&1
-
In the /etc/init.d/functions file, replace ulimit -S -c 0 >/dev/null 2>&1 with the following: ulimit -S -c ${DAEMON_COREFILE_LIMIT:-0} >/dev/null 2>&1
-
In the /etc/sysconfig/init file, enable core dumping globally by adding the following line: DAEMON_COREFILE_LIMIT='unlimited'
-
To enable core dumping for specific deamons, add the following line in the /etc/sysconfig/$daemon file: DAEMON_COREFILE_LIMIT='unlimited'
-
(Optional) Enable core dumping for SUID programs:
-
Run the following command: echo 1 > /proc/sys/kernel/suid_dumpable
-
Add the following lines in the /etc/sysctl.conf file:
-
kernel.suid_dumpable = 1
-
kernel,core_uses_pid = 1
-
-
Reload the settings in /etc/sysctl.conf by running the following command: sysctl -p
-
To configure the directory in which to save the core dump files:
- Browse to /etc/vmware-converter/ and open the following configuration files in a text editor:
- Open converter-server.xml to configure the core dump location for Converter Standalone server.
- Open converter-agent.xml to configure the core dump location for Converter Standalone agent.
- Open converter-client.xml to configure the core dump location for Converter Standalone client.
- In the configuration file, uncomment the directory element.
- Edit the path in the directory element to point to the location where you want to save the core dump files, and save the changes to the xml file.
- Restart the configured Converter Standalone component:
- Restart the Converter Server process by running /etc/init.d/vmware-converter restart.
- Find the Converter Agent process by running ps -axu|grep "converter-agent.xml" and terminate it. The Converter Standalone agent starts automatically the next time you initiate a conversion task.
- Close and then open the Converter Standalone application to restart Converter Standalone client.
Keywords
Feedback
Actions
- KB Article: 1009887
- Updated: Aug 14, 2009
- Products:
VMware vCenter Converter Standalone - Product Versions:
VMware vCenter Converter 4.0.x

