How to force a panic on CX/UX At the system console type "~i" or hit the console wakeup button on the system. $ $~iCPU 0 trap511 halt executed 0001f37c [0001f37c] _halt+4 % f400c001 jmp r1 #0> This takes you to console mode. The number in the prompt is the cpu you are currently running on. Type "wb %pc ff". #0>wb %pc ff This puts an ff at the byte location of the program counter (pc). Type "r" and hit return. The kernel will panic will invalid instruction. #0>r System trap (invalid instruction fault), pc = 1f37c panic: trap Syncing disks... Blocks to sync: 3 2 1 done Dumping to dev 601 Memory pool 0 to byte offset 0xfc4000 gd0 (is0 drive 0) : Resetting controller is0: Resetting SCSI bus...Done. is0 target 0: Model 5750 3.5" disk drive configured. ... While the system reboots you should see savecore message. This indicates that the panic succeeded and you will get a crashfile. Checking root filesystem /dev/rdsk/0s0: 1039 files, 22240 used, 15199 free (135 frags, 1883 blocks, 0.4% fragmentation) /dev/rdsk/3s0: 639 files, 36692 used, 7419 free (67 frags, 919 blocks, 0.2% fragmentation) /dev/rdsk/3s3: 87 files, 422 used, 136521 free (313 frags, 17026 blocks, 0.2% fragmentation) /dev/rdsk/0s2: 12915 files, 322318 used, 69088 free (1752 frags, 8417 blocks, 0.4% fragmentation) /dev/rdsk/3s2: 13547 files, 189300 used, 44923 free (1467 frags, 5432 blocks, 0.6% fragmentation) /dev/rdsk/1s0: 15614 files, 235477 used, 65561 free (3169 frags, 7799 blocks, 1.1% fragmentation) Adding /dev/dsk/0s1 as swap device savecore: Reboot after panic: trap savecore: System went down at Thu Jul 17 17:38:04 1997 savecore: Saved 19161088 bytes of dump to /var/crashfiles/vmcore.14