Unixware problem


 
Thread Tools Search this Thread
Operating Systems SCO Unixware problem
# 1  
Old 06-11-2008
Unixware problem

Dear All,

I have a HP Netserver LH3 server which has unixware 7 os with oracle. Suddenly it shows a error message that " Raw Stack Dump beigns at 0xFFFDABIC...
Generating Selective dump
Storing system memory image for crash analysis....
#scanning memory....dumping to disk
(Press any key to abort dump)
system memory dump completed
system has halted and may be powered off ( press any key to reboot)

now the server frequently restarted .... please help me out. I have already change the RAM no update found...problem still persists.

Thanx in advanced...
Rgds
Chiranjib
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SCO

Problem in Unixware 7

Hi, I need help for SCO UNIXWARE 7.1.0. During booting it is detecting the network card (Intel PRO 100B /100+) but it is giving error : "UX:S69inet:error". Hence network is not getting up. I have tried with another network card (D-Link DFE 538TX) but unable to get the proper driver for the... (1 Reply)
Discussion started by: hcl.rajat
1 Replies

2. SCO

unixware 2.0

High, I have a simulator application running on unixware 2.1, there are no original installation CDs for the application. is it possible to copy directories and configuration files, related to the installed application, from unixware 2.1 to other system running Unixware 7.1.1 (replacing Unixware... (0 Replies)
Discussion started by: fareedah
0 Replies

3. SCO

ntpdate problem in Unixware

Hi Guys, A weird problem. I have disabled ntpd daemon on a HP server and placed ntpdate in crontab instead and redirected the log to a file. This command in cron synchronizes the server with a local time server every 15 minutes. The weird part is that on 3 specific times (5:00 am, 10:00 am,... (2 Replies)
Discussion started by: Verifone
2 Replies

4. SCO

SCO UnixWare 7.1.3 Installation problem

I am trying to install SCO Unixware7 on compaq DL380 Server with bootable CD but it was stuck at ..... It was not going to further I have given the following unix Sco UnixWare7 .... It was giving errror "unrecogonized command", Can any one please help to completed the installation.... (4 Replies)
Discussion started by: visu101
4 Replies

5. UNIX for Dummies Questions & Answers

please help me about unixware 7.1.3

msg: vfs_mountroot:cannot mount root %%%%%% system don't start (0 Replies)
Discussion started by: hushboy
0 Replies

6. SCO

Performance issue from Unixware 2.1 to Unixware 7

Hello, I am having performance problem when , i ported a c code from Unixware 2.1 to Unixware 7.0.0. My program establishes a synchornous connection with the client in a windows OS and then sends and receives messsages using the recv and send calls. What i hyave noticed is that after a... (0 Replies)
Discussion started by: Amith
0 Replies

7. Shell Programming and Scripting

ftp UnixWare File Size Problem

Hi Engg. ! :cool: When I am trafering a file through ftp from windows to UNIX having size about 1.24 GB then at the end of file transfer I got a error message "Extended file size limit (coredump)" and finnally ftp stop, whenever on other UNIX server the same file from windows... (1 Reply)
Discussion started by: Niraj Gopal Sha
1 Replies

8. SCO

Problem while installing Unixware 7 SCO

Hi All, I just tried to intall Unix ware SCO version 7 on my computer but when system first boots from the CD The terminal Emulator does not shows texts in correct form; it shows all the text in Obnoxious form which is unable to read. I have ATI Radeon 9000 Graphics card installed on my... (0 Replies)
Discussion started by: monster12
0 Replies

9. UNIX for Dummies Questions & Answers

Unixware 7 installation problem

I got serious problem with installation of Unixware 7 on simple Intel p166 machine. Got Maxtor 850mb HDD. Everytime i try to install the system (through all install diskettes, including HBA) i got panic: PANIC: kernel-mode address fault on user address ... ...with registers and hardware stack... (1 Reply)
Discussion started by: nalim
1 Replies

10. Programming

unixware cc complile problem?

When I compile a c program about oracle ,why can I add LIB of Oracle? Thank you ! # cc -L /usr/lib/ -L /oracle/app/oracle/product/8.0.5/lib/ -I ./ sample1.c Undefined first referenced symbol in file sqlcxt ... (1 Reply)
Discussion started by: loudingyang
1 Replies
Login or Register to Ask a Question
DUMPLFS(8)						    BSD System Manager's Manual 						DUMPLFS(8)

NAME
dumplfs -- dump file system information SYNOPSIS
dumplfs [-adiS] [-b blkno] [-I blkno] [-s segno] filesys | device DESCRIPTION
dumplfs prints out the file system layout information for the LFS file system or special device specified. The listing is very long and detailed. This command is useful mostly for finding out certain file system information such as the file system block size. The following flags are interpreted by dumplfs. -a Dump the contents of all superblocks, not just the first. Superblocks appear in the dumplfs output with the segment containing them. -b Use the block specified immediately after the flag as the super block for the filesystem. -d Check partial segment data checksums and report mismatches. This makes dumplfs operate much more slowly. -I Use the block specified immediately after the flag as the inode block containing the index file inode. -i Dump information about the inode free list. -S Dump information about the segment table. -s Add the segment number immediately following the flag to a list of segments to dump. This flag may be specified more than once to dump more than one segment. The default is to dump all segments. SEE ALSO
disktab(5), fs(5), disklabel(8), newfs_lfs(8) HISTORY
The dumplfs command appeared in 4.4BSD. BSD
June 13, 2000 BSD