"PANIC: k_trap" error


 
Thread Tools Search this Thread
Operating Systems SCO "PANIC: k_trap" error
# 1  
Old 08-19-2010
"PANIC: k_trap" error during shutdown of SCO

hi

I've virtualized physical SCO 5.0.6 on ESX 4 according to:

Blog du DS45: HOWTO SCO P2V in the real life

SCO starts with the network, but during shutdown I'm getting this message:

PANIC: k_trap.

My /etc/default/boot:
Code:
# cat /etc/default/boot

#ScoAdminInit BOOTMNT {RO RW NO} RO
#
DEFBOOTSTR=hd(40)unix swap=hd(41) dump=hd(41) root=hd(42)
disable=ciss Sdsk=wd(0,0,0,0)
disable=ad160 Sdsk=wd(0,0,0,0)
AUTOBOOT=YES
FSCKFIX=YES
MULTIUSER=YES
PANICBOOT=NO
MAPKEY=YES
SERIAL8=NO
SLEEPTIME=0
BOOTMNT=RO

and /etc/conf/cf.d/mscsi
Code:
# cat /etc/conf/cf.d/mscsi

*
*ha     attach  number  ID      lun     bus
*
wd      Srom    1       0       0       0


Howto solve "PANIC: k_trap" error on SCO 5.0.6?
"PANIC: k_trap" error-panicgif

Last edited by ccc; 08-19-2010 at 01:58 PM..
# 2  
Old 08-19-2010
Save the dump, and use crash to analyze it.
This User Gave Thanks to jgt For This Post:
# 3  
Old 08-19-2010
I'm getting these outputs:
Code:
# crash -d image
dumpfile = image, namelist = /unix, outfile = stdout
Read error on bootinfo structure at 0x800

Code:
# /etc/sysdump -i /dev/swap -n /unix -fumtominidump
PANIC: k_trap - Kernel mode trap type 0x0000000E
<- bcpalign(tmpva_pages, c0101000, 1000, 1ffda)+5
<- dumpnextpage(c0101000, u+cbc, 3, got_RESERVEDFLT+26c)+8f
<- sysdump(4, 0, 0, e)+9e9
<- cmn_err(3, got_RESERVEDFLT+26c, e, u+d64)+21d
<- k_trap(u+d64, szPowerIsOff+3d06, 0, 160)+381
<- kern_trap()+b
<- casmhalt(0, u+1148, u+dcc, oemreboot+6e)+a
<- dhalt(0, mount+120, u+1148, u+de8)+24
<- oemreboot(1, 8005b354, sysent+1b8, u+e1c)+6e
<- uadmin(8005b354, 8059590, 0, u+e10)+261
<- systrap(u+e1c, 0, 0, 1f)+1c8
<- scall_nokentry()+e
<- /etc/uadmin 2 1
    523836k bootmem  existed
       281k symbols attached
    453796k freemem  omitted
       256k mpbuffs  omitted
     69800k bootmem retained
     70081k dump is 86% less
     36160k written sparsely

What's wrong and howto solve this?

Last edited by ccc; 08-19-2010 at 09:41 PM..
# 4  
Old 08-19-2010
At this point you should decide whether you should hire a professional or RTFM
# 5  
Old 08-20-2010
Removing these software:
Code:
Compaq Power Manager product 
hp ProLiant Extended Feature Supplement

solved this problem!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. UNIX for Dummies Questions & Answers

Unix "look" Command "File too large" Error Message

I am trying to find lines in a text file larger than 3 Gb that start with a given string. My command looks like this: $ look "string" "/home/patrick/filename.txt" However, this gives me the following message: "look: /home/patrick/filename.txt: File too large" So, I have two... (14 Replies)
Discussion started by: shishong
14 Replies

4. Solaris

"PANIC CPU" ERROR MESSAGE

A server that I am working on (SUN FIRE V240 , SOLARIS 10) doesn't boot because of a corrupted files system. I tried to repair de file system, I also tried to to restore all the files systems with a backup of the server that I have but the message bellow appear panic/thread=30002fc2060:... (8 Replies)
Discussion started by: feg
8 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. Solaris

Solaris 10 - Unable to boot the system "panic: cannot open /kernel/amd64/unix"

Hi All, I have installed Solaris 10 on my AMD 64 3000+ system. I was playing with grub commands eeprom and bootadm commands. I screwed my boot-file and now am unable to boot the system. Gets error msg as "panic: cannot open /kernel/amd64/unix". I booted the system is filesafe and tried update the... (2 Replies)
Discussion started by: Manjunath K V
2 Replies

7. HP-UX

ERROR: more than one instance of overloaded function "vprintf" has "C" linkage

Hi people! I've got this own library: -------------------------------------------- Personal.h -------------------------------------------- #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #include <stdarg.h> #include <string.h> ... (0 Replies)
Discussion started by: donatoll
0 Replies

8. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question