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
ELFDUMP(1)						    BSD General Commands Manual 						ELFDUMP(1)

NAME
elfdump -- display information about ELF files SYNOPSIS
elfdump -a | -cdeGhinprs [-w file] file DESCRIPTION
The elfdump utility dumps various information about the specified ELF file. The options are as follows: -a Dump all information. -c Dump section headers. -d Dump dynamic symbols. -e Dump ELF header. -G Dump the GOT. -h Dump the hash values. -i Dump the dynamic interpreter. -n Dump note sections. -p Dump the program header. -r Dump relocations. -s Dump the symbol table. -w file Write output to a file instead of the standard output. EXIT STATUS
The elfdump utility exits 0 on success, and >0 if an error occurs. EXAMPLES
The following is an example of a typical usage of the elfdump command: elfdump -a -w output /bin/ls SEE ALSO
objdump(1), readelf(1) AT&T Unix Systems Labs, System V Application Binary Interface, http://www.sco.com/developers/gabi/. HISTORY
The elfdump utility first appeared in FreeBSD 5.0. AUTHORS
The elfdump utility was written by Jake Burkholder <jake@FreeBSD.org>. This manual page was written by David O'Brien <obrien@FreeBSD.org>. BUGS
Does not fully implement the ELF gABI. BSD
January 15, 2003 BSD