Forum Discussion

John_Snodgrass's avatar
10 years ago

List of processes that only run on the master server

When our build group puts out a new system the snmpd.conf file looks to be way out of date.  There is a section to monitor processes for Master/Media.  The problem we're having is that when this is put onto a true media server and not a master/media we're getting alerts for processes not running.  I tried to find a list of the process that ONLY run on the master so I can get this config file corrected and distributed out to our other sites.  FYI the system is running fine, this is just for monitoring purposes.

#NBU Master/Media Server
proc nbevtmgr 1 1
proc nbemm 1 1
proc nbrb 1 1
proc bprd 40 1
proc bpcompatd
proc bpdbm 40 1
proc bpjobd 10 1
proc nbjm 1 1
proc nbpem 1 1
proc nbproxy 10 1
proc nbstserv 1 1
proc nbrmms 1 1
proc nbsvcmon 1 1
proc nbsl 1 1

I know I need to comment out bpdbm, but what else from this list needs to be removed for a media server.

As usual, Thanks in advance

  • proc bpdbm 40 1
    proc bpjobd 10 1
    proc nbjm 1 1
    proc nbpem 

    proc nbemm 1 1

    proc nbrb 1 1
    proc bprd 40 1

    above will only run on master server

    proc nbstserv 1 1  -->runs on Media server if Disk pools are configured.
    proc nbrmms 1 1    --> runs on Media server if Disk pools are configured.
     

    i would rather look for bpps -x on the media server and determine what all are running based on its configurations..

4 Replies

  • proc bpdbm 40 1
    proc bpjobd 10 1
    proc nbjm 1 1
    proc nbpem 

    proc nbemm 1 1

    proc nbrb 1 1
    proc bprd 40 1

    above will only run on master server

    proc nbstserv 1 1  -->runs on Media server if Disk pools are configured.
    proc nbrmms 1 1    --> runs on Media server if Disk pools are configured.
     

    i would rather look for bpps -x on the media server and determine what all are running based on its configurations..

  •  

    Anything about the EMM database and it's related processes.

    Here is a little list of things that wouldn't run on a media server:

    nbemm
    bpdbm
    nbpem
    bprd
    bpsched
    bpjobd

     

  • Thanks Nagalla.  Something I could of figure out with a little time, something I have very little of, so I reached out to the forum for a quick answer and got what I needed.

  • Not quite sure what you're after, nbemm, nbrb,nbjm, nbpem are known together as IRM, Intellegent Resource Manager which are the mail proceese involed with getting jobs run, though of course many others are needed as well, but these x4 communicate heavily with each other.

    bpsched is an old NBU 5.x process, doesn't exsist anymore.