HPOV : coda is aborted


 
Thread Tools Search this Thread
Operating Systems AIX HPOV : coda is aborted
# 8  
Old 05-04-2011
Quote:
Originally Posted by zaxxon
Maybe contact your service provider.
Quote:
Originally Posted by thecobra151
what do you think the seloution now ?!
Colleague zaxxon already has told what the solution in his opinion should be.

Analysing error logs is always the same: go to the end, where it failed, then work your way backwards to the first occurring error. Chances are this is the culprit.

I did that what your log and found:
Code:
0: INF: Wed Apr 27 16:29:06 2011: coda (4063520/1): Corrupt data area in file (/var/opt/OV/datafiles/coda00001) deleted.
0: ERR: Wed Apr 27 16:29:22 2011: ovcd (44302556/6697): (ctrl-94) Component 'coda' exited after very short runtime, therefore it will not be automatically restarted. Use 'ovc -start coda'.
0: INF: Wed Apr 27 16:32:50 2011: coda (10748374/1): Corrupt data area in file (/var/opt/OV/datafiles/coda00002) deleted.
0: ERR: Wed Apr 27 16:33:07 2011: ovcd (44302556/6699): (ctrl-94) Component 'coda' exited after very short runtime, therefore it will not be automatically restarted. Use 'ovc -start coda'.
0: INF: Wed Apr 27 16:48:23 2011: ovconfd (47382710/1): (conf-393) Configuration and Deploy process 'ovconfd' stopped.
0: INF: Wed Apr 27 16:48:42 2011: ovconfd (47382714/1): (conf-390) Configuration and Deploy process 'ovconfd' started.
0: INF: Wed Apr 27 16:48:48 2011: coda (42008722/1): Corrupt data area in file (/var/opt/OV/datafiles/coda00003) deleted.

.... and so on. I'd start to investigate from there.

I hope this helps.

bakunin
# 9  
Old 05-14-2011
is there any update please .
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Can HPOV monitor server hung state ?

Hi, We have Solaris-10 running on VMware (x86). It is being monitored by HP Openview. Sometimes when this server hungs, while ping still works, HPOpenview can't alert that server is down (which is actually unresponsive). First symptom we see is, login failure. It will ask user name and after... (7 Replies)
Discussion started by: solaris_1977
7 Replies

2. Infrastructure Monitoring

Performance data via HPOV tool

Hi, We have HP OpenView tool to extract utilization report and extract them in csv. Every month I pull 30 days CPU and Memory utilization, every 5 minutes via GUI and export it in csv (excel) format. It is always a time consuming process to run it on a set of servers and then pick next set because... (0 Replies)
Discussion started by: solaris_1977
0 Replies

3. Programming

Free() - Program getting aborted.

I am trying to learn C and while trying out some code, the program is getting aborted while I am calling free(). Here is the code: #include <stdlib.h> #include <stdio.h> void print_by_ptr(char **str) { printf("<%s>\n",*str); printf("Now I am modifying the str.\n"); *str =... (3 Replies)
Discussion started by: chacko193
3 Replies

4. Solaris

backup aborted

hi all I am getting following error while taking backup using the command ufsdump 0ubf 512 /dev/rmt/0cbn /database/backup2/rman_backup/level0 >> /database/backup2/backup_tape/level0_rman_06sep12 2>&1; from the log i got the error bash# tail -f level0_rman_06sep12 DUMP: Date of... (3 Replies)
Discussion started by: nikhil kasar
3 Replies

5. Solaris

HPOV in solaris

Good Day all i have a solaris 8 server and i want the procedure for how to install HPOV becuse dont have any small info about solaris . (1 Reply)
Discussion started by: thecobra151
1 Replies

6. Cybersecurity

cvs [login aborted]

Hi, I installed CVSNT on PC and trying to checkout files from/on linux box. Logging in to :pserver:user1@16.145.134.210:22/DBMONITOR/CVSROOT CVS password: cvs : unrecognized auth response from 16.145.134.210: SSH-2.0-OpenSSH_5.4 ssh is ok. $ ssh user1@16.145.134.210... (1 Reply)
Discussion started by: zam
1 Replies

7. Shell Programming and Scripting

aborted due to compilation error

I wanted to edit the time for a cron job that cleans out the quarantine in mailscanner. etc/cron.daily/clean.quarantine I edited the file #!/usr/bin/perl # # IMPORTANT NOTE: # # Change the next line to 0 instead of 1 to enable this script. # By default it will be disabled and... (2 Replies)
Discussion started by: mcraul
2 Replies

8. UNIX for Advanced & Expert Users

rerun a script if aborted and exited

Hello, When I run a script, the script sometimes exited. I need to re-run it automatically again. Currently I am using crontab to run the script each 5 minutes. However, I need to have a better solution. Any idea what to do? thanks (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

9. UNIX for Advanced & Expert Users

BEGIN failed--compilation aborted

i m trying to run a command from diffrent login ,where i get following messages Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Empty compile time value given to use lib at /svm_wl1/billing/atai/rel/server/util/ataprocs line 73 Empty... (1 Reply)
Discussion started by: abhijeetkul
1 Replies
Login or Register to Ask a Question