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 works as NetBackup Master server and Media Manager server. 

 

# ./netbackup/bin/admincmd/bpgetconfig -g node-2 -L

Client/Master = Master

NetBackup Client Platform = RS6000, AIX5

NetBackup Client Protocol Level = 6.0.0.0.4.4

Product = NetBackup

Version Name = 6.0

Version Number = 600000

NetBackup Installation Path = /usr/openv/netbackup/bin

Client OS/Release = AIX 5.3

 

# cat -s ./netbackup/bin/version

NetBackup-AIX5 6.0MP5

 

Hostname: node-2

 

File /etc/hosts:

 

127.0.0.1               loopback localhost 

192.168.2.1     node-1m

10.208.2.201    node-1  node-1.test.ts

192.168.2.6     node-2m

10.208.2.202    node-2  node-2.test.ts

 

10.208.2.205    clora

10.208.2.203    clapp

 

Local IP:

 

en1: 

        inet 10.208.2.202 netmask 0xffff0000 broadcast 10.208.255.255

        inet 10.208.2.203 netmask 0xffffff00 broadcast 10.208.2.255

 

en3: 

        inet 192.168.2.6 netmask 0xffffff00 broadcast 192.168.2.255

     

lo0: 

        inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255

 

******************************** End environment ***********************

 

When I starting command 

/usr/openv/netbackup/bin/nbemm

I have this on log file :

 

1,51216,111,111,25,1337191197619,884866,1,0:,0:,33:ConnectionManager::OpenConnection,1,(1049|A122:Can't connect to the database ([Sybase][ODBC Driver][Adaptive Server Anywhere]Request to start/stop database denied <-1> )|)

1,51216,111,111,26,1337191198627,884866,1,0:,0:,14:EMMServer::run,1,(1051|)

1,51216,111,111,27,1337191198628,884866,1,0:,0:,14:EMMServer::run,1,(1049|A39:Can not establish initial DB connection|)

0,51216,137,111,56,1337191198628,884866,1,0:,56:shutting down the service: block = 0(OrbService.cpp:421),16:OrbService::stop,1

0,51216,137,111,57,1337191198651,884866,1,0:,77:=========================================================(OrbService.cpp:440),16:OrbService::stop,1

0,51216,137,111,58,1337191198651,884866,1,0:,57:                 Service Going Down! (OrbService.cpp:441),16:OrbService::stop,1

0,51216,137,111,59,1337191198651,884866,1,0:,77:=========================================================(OrbService.cpp:442),16:OrbService::stop,1

0,51216,111,111,28,1337191198652,884866,1,0:,24:EMM Server shutting down,15:EMMServer::fini,1

2,51216,111,111,29,1337191198652,884866,1,0:,0:,0:,0,(1003|A15:EMMServer::fini|)

1,51216,111,111,30,1337191198652,884866,1,0:,0:,15:EMMServer::fini,1,(1049|A49:Exception caught for IORTable clean up <NotFound>|)

0,51216,111,111,31,1337191198652,884866,1,0:,29:EMM Server shut down complete,15:EMMServer::fini,1

 
 

Is there a solution to this problem?

Thanks
 
  • 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

13 Replies

Replies have been turned off for this discussion