cancel
Showing results for 
Search instead for 
Did you mean: 

Can't Start "Netbackup Service Monitor" service

Rhettlee
Not applicable
For some reason the Netbackup Service Monitor wont start on an active node of a exchange cluster, i've search the internet regarding what might have cause it but can't find any.
1 REPLY 1

Omar_Villa
Level 6
Employee

I have this little procedure that work for me all the time

 

1. Check bpsched logs errors

tail -20000f log.<date>
2. Check Activity monitor changes
bpdbjobs -AUTOREFRESH -STAY_ALIVE
3. Check Drives down and AVR
for SER in `bpstulist | awk '{print $3}' | sort -u`
{
 print "=========== $SER"
 vmoprcmd -h $SER -d | egrep -i 'avr|down'
}
4. Check OS messages
more /var/adm/messages
SUN: dmesg
AIX: errpt -a | more
5. Check Core dumps
file /core
6. Check IPCS times
ipcs -qa
let us know if worked for you.
regards