Storage Units, Storage Unit Groups, & Media Server missing
Dear Experts:
This is my layout:
One Master Server: Solaris 10 NBU 7.1.0.3
One Media Server: Linux 2.6 NBU 7.1.0.3
Subject: Missing Storage Units, Storage Unit Groups, & one Media Server
I don't see my media server listed nor the storage units or groups.
From the Master Server:
/usr/openv/netbackup/bin/admincmd
>./nbemmcmd -listshosts
The following hosts were found:
server master_bk
master master_bk
______________________________
>./bpclntcmd -pn
expecting response from server master_bk
sun01_bk master_bk (master server ip)
______________________________
>./bpclntcmd -self
returned: master_bk
host master_bk: sun01_bk at (master server ip)
_______________________________
From the media server: /usr/openv/netbackup/bin
>./bpclntcmd -pn
expecting response from the server master_bk
dell01_bk media1_bk (media server ip)
_________________________________
>./bpclntcmd -self
returned: media1_bk
host media1_bk: dell01_bk at (media server ip)
_________________________________
From the master: /usr/openv/db/bin
>./nbdb_admin -validate
No errors reported
Database [NBDB] validation successful.
___________________________________
ping ...media server.. (media server ip) is alive
____________________________________
from media server: /usr/openv/netbackup/bin/admincmd
>./bptestbpcd -client media1_bk -verbose
media IP ----> media IP
media IP ----> media IP
PEER_NAME = dell01_bk
HOST_NAME = media1_bk
CLIENT_NAME = media1_bk
VERSION = 0x0710000
PLATFORM - linuxR_x86_2.6
PATCH_VERSION = 7.1.0.3
SERVER_PATCH_VERSION = 7.1.0.3
MASTER_SERVER = master_bk
EMM_SERVER = media1_bk
media IP ----> media IP
____________________
from master server: /usr/openv/netbackup/bin/admincmd
>./bptestbpcd -client media1_bk -verbose
master IP ----> master IP
master IP ----> master IP
PEER_NAME = sun01_bk
HOST_NAME = media1_bk
CLIENT_NAME = media1_bk
VERSION = 0x0710000
PLATFORM - linuxR_x86_2.6
PATCH_VERSION = 7.1.0.3
SERVER_PATCH_VERSION = 7.1.0.3
MASTER_SERVER = master_bk
EMM_SERVER = media1_bk
master IP ----> master IP
___________________________________
I think my EMM_SERVER should say master_bk and not media1_bk
____________________________________________________________
from the master server: /usr/openv/netbackup/bin/admincmd
>./nbemmcmd -getemmserver
These hosts were found in this domain: master_bk
checking with the host "master_bk"...
Server Type Host Version Host Name EMM Server
MASTER 7.1 master_bk master_bk
___________________________
from the media server:
>./nbemmcmd -getemmserver
NBEMMCMD, Version: 7.1
The function returned the following failure status:
database server is down (23)
command did not complete successfully.
_________________________________________
from the media:
>./bpstulist -L
database system error - Database server is down (4005006)
from the master:
>./bpstulist -L
no entity was found
____________________________
from the master server:
/usr/openv/volmgr/bin
>./tpconfig -emm_dev_list
Master Server: master_bk
NetBackup Version: 7.1.0.3
Host OperatingSystem: 2
MachineState: ACTIVE-DI
_______________
from the media server:
>./tpconfig -emm_dev_list
database server is down
_____________________
oh one more thing, i tried to start ltid but it just stops a few seconds later.....
what do i do? nbemmcmd -updatehost or -addhost
never done it before.
Thanks for your help!
- On the media in /usr/openv/netbackup/bp.conf make sure the first SERVER entry is the master Make sure the EMM entry is the name of the EMM server (which is probably the master) On the master, in bp.conf, make sure there is a SERVER entry set to the media server name, this has to be listed below the SERVER =
entry Make sure both servers can forwards/ reverse lookup each other. Restart the services on the master Restart the services on the media If all correct, the media should be auto added into nbemmcmd -listhosts output Martin