VirtualBox

Changes between Version 52 and Version 53 of Core_dump


Ignore:
Timestamp:
Dec 22, 2015 3:48:46 PM (8 years ago)
Author:
Ramshankar Venkataraman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Core_dump

    v52 v53  
    6666
    6767= How to create dumps on Solaris = #Solaris
    68 To create a core dump on Solaris, run the following command as root
     68To enable core dumps on Solaris, run the following command as root
    6969{{{
    7070# coreadm -g /var/cores/core.%f.%p -i core.%f.%p \
     
    7272}}}
    7373
    74 The cores will now be placed in /var/cores/ folder. Global dumps will go into /var/crash/<hostname>/
     74The cores would end up in /var/cores/ folder. Global dumps would end up in /var/crash/<hostname>/
    7575
    7676System core dumps need to be enabled via dumpadm. The important thing is to have "Savecore enabled" to "yes" (use `dumpadm -y`). The configuration should look something like this:
     
    8282  Savecore enabled: yes
    8383   Save compressed: on
     84}}}
     85
     86Now to obtain a core dump for the VM process, run:
     87{{{
     88VBoxManage startvm <vmname>
    8489}}}
    8590

© 2023 Oracle
ContactPrivacy policyTerms of Use