Environment
master server Netbackup 7.1. Linux Redhat
media server Netbackup 6.5 Solaris 8
media server Netbackup 6.5 Solaris 9
VTL (fujitsu CS800)+TAPE(fujitsu LT60)
When I click Configure Storage Device from GUI to make some changes, it is not coming.Loading time is very high..
Before it takes approximately 5-10 minute when I clicked the Configure Storage Device.
As per our investigations it is because of two media server having a trouble with EMM server. (EMM is also master server).
from media side we runned the following commands
bash-2.03# ./bpclntcmd -hn sf880dss
host sf880dss: sf880dss at 10.10.1.46 (0xa0a012e)
aliases: sf880dss.geocell.com.ge loghost
bash-2.03# ./bpclntcmd -ip 10.10.1.46
checkhaddr: host : sf880dss: sf880dss at 10.10.1.46 (0xa0a012e)
checkhaddr: aliases: sf880dss.geocell.com.ge loghost
bash-2.03# ./bpclntcmd -pn
expecting response from server nbumedia
sf880dss sf880dss 10.10.1.46 42670
bash-2.03# ./bpclntcmd -self
current domain = geocell.com.ge
NIS does not seem to be running: (10) can't communicate with ypbind
gethostname() returned: sf880dss
host sf880dss: sf880dss at 10.10.1.46 (0xa0a012e)
aliases: sf880dss.geocell.com.ge loghost
From above we see the connection side is normal. But by running the following command we got the error.
bash-2.03# ./nbemmcmd -getemmserver
NBEMMCMD, Version:6.5
Failed to initialize EMM connection. Verify that network access to the EMM server is available and that the services nbemm and pbx_exchange are running on the EMM server. (195)
Command did not complete successfully.
bash-2.03#
From Master Server by running the following command we got the error as below
[root@nbumedia ~]# vmoprcmd -h sf880dss -extall
EMM database error (196)
P.S we have also another 5 media servers. With them no problem.
Did anybody face with similar issue???