Read error on bootinfo structure at 0x800


 
Thread Tools Search this Thread
Operating Systems SCO Read error on bootinfo structure at 0x800
# 1  
Old 09-05-2010
Read error on bootinfo structure at 0x800

hi

One of our SCO 5.0.6 server is crashing every second or third time during rebooting with kernel panic.
According to this SCO manual:

http://wdb1.sco.com/kb/showta?taid=1...668569&pgnum=1

I've saved dump image into a floppy and I've done the following steps:
Code:
# cd /tmp
# ldsysdump image

Use Floppy Drive 0 (/dev/rfd0) by default.
Press <Return> to use the default device.
Enter valid Floppy Drive number to use if different from default.
Enter t to use tape drive.
>

Enter type of floppy used to save the image :
  1 - double density 360 KB diskettes
  2 - quad density 1.2 MB diskettes
  3 - double density 720 KB diskettes
  4 - high density 1.44 MB diskettes
  n - no, QUIT
> 4

Insert diskette and press <Return>, or type q to quit >
Please wait.

dd ibs=18k count=80 if=/dev/rfd0135ds18 obs=1k |
        uncompress | /etc/sysdump -qi- -o image
uncompress: stdin: not in compressed format
dd: write error: 

# crash -d image
dumpfile = image, namelist = /unix, outfile = stdout
Read error on bootinfo structure at 0x800

BTW I cannot mount this floppy with a dump file:
Code:
# mount /dev/fd0 /mnt
mount: cannot stat '/dev/fd0'

Howto read this dump file?

Last edited by ccc; 09-05-2010 at 01:38 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Structure of USCSICMD and CDB for USCSI Read/Write

I am using Solaris 10u11 on x86 machine, i am root, i want to use a gcc compiled code to use read10/write10 function of USCSI solaris library to access data from a normal USB mass storage device. I am able to open a device prior to sending USCSI command via IOCTL. IOCTL command works ok as... (0 Replies)
Discussion started by: danish2012
0 Replies

2. Programming

Malloc problem with fread() to read file to structure in C

Hello, I am trying to read a text file into linked list, but always got the first and last records wrong. 1) The problem looks related to the initialization of the node temp with malloc(), but could not figure it out. No error/warning at compiling, though. 2) The output file is empty,... (10 Replies)
Discussion started by: yifangt
10 Replies

3. Solaris

Error 25:Disk Read Error

Hi Guys, Wondering if anyone has seen/has a fix for this, when i try boot my system from CDROM at the solaris/ttya/ttyb selection menu i get stuck in a loop: kernel$ /boot/multiboot kernel/$isadir/unix -B install_media=cdrom,console=ttya loading "/boot/multiboot kernel/$isadir/unix -B... (0 Replies)
Discussion started by: A-Train
0 Replies

4. AIX

AIX 5.3 sudo bootinfo

I am trying to understand why I get "0" returned when I run the command sudo bootinfo -r. I know bootinfo isn't really supported in versions higher then AIX 4.2. I also know that instead of bootinfo -r I could use lsattr -El sys0 -a realmem | awk '{print $2}' and produce the same output as ... (1 Reply)
Discussion started by: maverick9576
1 Replies

5. Programming

Search attributes in one structure using the values from another structure

Hello Groups I am trying to find out ways of comparing a value from a 'c' structure to a value in another 'C' structure. the 'C' structure can be a List or liked list as it contains lot many records. if we loop it in both the structures it is going to consume time. I am looking for a simple... (3 Replies)
Discussion started by: dhanamurthy
3 Replies

6. Solaris

Hard error on read, OS error = 32

Hi, I've some background programs who crash with a SIGNINT receive from anywhere and on the same time I've got the message "Hard error on read, OS error = 32" on my terminal. I don't have any experience on the level for troubelshooting. The problem can be come also from the version of oracle... (0 Replies)
Discussion started by: Franzlebord
0 Replies

7. Programming

Accesing structure member:Error:dereferencing pointer to incomplete type

$ gcc -Wall -Werror struct.c struct.c: In function `main': struct.c:18: error: dereferencing pointer to incomplete type $ cat struct.c #include <stdio.h> #include <stdlib.h> #include <string.h> /*Declaration of structure*/ struct human { char *first; char gender; int age; } man,... (3 Replies)
Discussion started by: amit4g
3 Replies

8. UNIX for Advanced & Expert Users

MV files from one directory structure(multiple level) to other directory structure

Hi, I am trying to write a script that will move all the files from source directory structure(multiple levels might exist) to destination directory structure. If a sub folder is source doesnot exist in destination then I have to skip and goto next level. I also need to delete the files in... (4 Replies)
Discussion started by: srmadab
4 Replies

9. Programming

How to read task_struct process structure of Linux

Hi, I want to read the task_struct structure in Linux in order to get the names & pids of all processes. How can this be done?? Thanks in adv, molu (4 Replies)
Discussion started by: molu
4 Replies

10. UNIX for Dummies Questions & Answers

Copying a Directory Structure to a new structure

Hi all Is it possible to copy a structure of a directory only. e.g. I have a file with the following entries that is a result of a find :- /dir1/dir2/file.dbf /dir1/dir2/dir3/file1.dbf /dir1/file.dbf I want to copy these to a directory and keep the structure however starting at a new dir... (8 Replies)
Discussion started by: jhansrod
8 Replies
Login or Register to Ask a Question