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
CL-DUMP(1)						      General Commands Manual							CL-DUMP(1)

NAME
cl-dump - Dump and decode Directory Server replication change log SYNOPSIS
cl-dump [-h host] [-p port] [-D bind-dn] -w bind-password | -P bind-cert [-r replica-roots] [-o output-file] [-c] [-v] cl-dump -i changelog-ldif-file-with-base64encoding [-o output-file] [-c] DESCRIPTION
Dump and decode Directory Server replication change log OPTIONS
A summary of options is included below. -c Dump and interpret CSN only. This option can be used with or without -i option. -D bind-dn Directory server's bind DN. Default to "cn=Directory Manager" if the option is omitted. -h host Directory server's host. Default to the server where the script is running. -i changelog-ldif-file-with-base64encoding If you already have a ldif-like changelog, but the changes in that file are encoded, you may use this option to decode that ldif- like changelog. -o output-file Path name for the final result. Default to STDOUT if omitted. -p port Directory server's port. Default to 389. -P bind-cert Pathname of binding certificate DB -r replica-roots Specify replica roots whose changelog you want to dump. The replica roots may be separated by comma. All the replica roots would be dumped if the option is omitted. -v Print the version of this script. -w bind-password Password for the bind DN RESTRICTIONS
If you are not using -i option, the script should be run when the server is running, and from where the server's changelog directory is accessible. SEE ALSO
repl-monitor(1) AUTHOR
cl-dump was written by the 389 Project. REPORTING BUGS
Report bugs to http://bugzilla.redhat.com. COPYRIGHT
Copyright (C) 2001 Sun Microsystems, Inc. Used by permission. Copyright (C) 2008 Red Hat, Inc. This manual page was written by Michele Baldessari <michele@pupazzo.org>, for the Debian project (but may be used by others). This is free software. You may redistribute copies of it under the terms of the Directory Server license found in the LICENSE file of this software distribution. This license is essentially the GNU General Public License version 2 with an exception for plug-in distribution. May 18, 2008 CL-DUMP(1)