• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

UnixArena

  • Home
  • Discover DevOps Tools
  • kubernetes
  • DevOps
    • Terraform
    • Jenkins
    • Docker
    • Openshift
      • OKD
    • Ansible engine
    • Ansible Tower
      • AWX
    • Puppet
  • Cloud
    • Azure
    • AWS
    • Openstack
    • Docker
  • VMware
    • vCloud Director
    • VMware-Guests
    • Vcenter Appliance 5.5
    • vC OPS
    • VMware SDDC
    • VMware vSphere 5.x
      • vSphere Network
      • vSphere DS
      • vShield Suite
    • VMware vSphere 6.0
    • VSAN
    • VMware Free Tools
  • DevOps Instructor-led Training
  • Contact

How to Generate Crash Dump When the Solaris OS is Hung

April 12, 2013 By Cloud_Devops 1 Comment

This post explains about  forcing a system crash dump when the system is in a hang condition and crashdump files are required for Oracle root cause analysis.In most cases, a system crash dump of a hung system can be forced. But this won;t work in all type of system hang conditions. In order to force crash dump,you need to send break signal from console and bring the system to OK prompt and suspending all current program execution.

If the system is not able to ssh/telnet and not able access via console,then you need follow the below method to force the system to crashdump.
Login to server console , 
login:admin
password:****
sc>break

After sending break signal ,system will be able to to drop to OBP(OK prompt).Its again break command may vary depends on sun server model.This procedue will work on v-series servers where you will get sc promt.

Type ‘go’ to resume
ok

If you don’t see this message, you were probably not successful in stopping the system.Once at the ok prompt, type sync and press Enter.

ok sync
The system will immediately panic and hang condition has been converted into a panic, so an image of memory will be stored in /var/crash/ location depends on dumpadm configuration. After saving the dump,system will attempts to reboot.
Refer the below article to setup the crashdump location on Oracle Solaris .

Filed Under: Solaris 10, Solaris Hardware

Reader Interactions

Comments

  1. Vincentlam says

    July 15, 2014 at 8:59 am

    What if the stop-A command is disabled?

    #> cat /etc/system|grep abort

    set abort_enable = 0

    #>

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Follow UnixArena

  • Facebook
  • LinkedIn
  • Twitter

Copyright © 2025 · UnixArena ·

Go to mobile version