Forum Discussion

Ivan_Niagara's avatar
13 years ago

Nbemm don't start

  Hi all, I have a problem with starting nbemm service.    First of all - my environment:   ***************************** Start environment ******************** UNIX station Node-2 work...
  • mph999's avatar
    13 years ago

    Database is probably down.

    Run ...

    /usr/openv/db/bin/nbdb_ping

    You should see a message like this ...

    Database [NBDB] is alive and well on server [NB_womble].

    If not, then check for full file systems.  Then try this :

    Follow these steps exactly ...

     

     

    /usr/openv/netbackup/bin/goodies/netbackup stop

    /usr/openv/db/bin/nbdb_admin -auto_start NONE

    . /usr/openv/db/vxdbms_env.sh

    cd /usr/openv/db/data

    mv NBDB.log NBDB.log.bad

    /usr/openv/db/bin/dbeng9 -f NBDB  (use dbeng11 if NBU 7)

    /usr/openv/db/bin/nbdb_admin -auto_start NBDB

    ( /usr/openv/db/bin/nbdb_admin -auto_start BMRDB  -  If using BMR)

     

    /usr/openv/db/bin/nbdbms_start_server

    /usr/openv/db/bin/nbdb_ping

     

    Martin