cancel
Showing results for 
Search instead for 
Did you mean: 

Network protocol error (39)

Irina_Bobrova
Level 3

Hello! 

We have NBU 7.0, windows 2003 master server, rhel media server, media server with HP-UX 11.31 and two tape libraries.

Master server and rhel media server work normaly.

But anytime I try to add tape library (no matter manualy or using the wizard) to HP-UX media server I get the following message: "Cannot connect to oprd"  "Network Protocol Error (39)"

Can somebody help me?

9 REPLIES 9

Yogesh9881
Level 6
Accredited

you need to check connectivity between 2 host run below from master server & post o/p

/usr/openv/netbackup/bin/admincmd#>./bptestbpcd -client <client_hostname> -verbose

also make sure that you enter hostname entry in /etc/hosts with FQDN. 

But anytime I try to add tape library -- was it worked before ?? or you tring to implement new media server ?

Irina_Bobrova
Level 3

When I execute this comand 

bptestbpcd -client <client_hostname> -verbose

output seems to be ok:

 

C:\Program Files\Veritas\NetBackup\bin\admincmd>bptestbpcd.exe -client media-server-name
-verbose
1 1 1
1.2.3.4:3029 -> 5.6.7.8:13724
1.2.3.4:3030 -> 5.6.7.8:13724
PEER_NAME = master-server.full.domain.name
HOST_NAME = media-server-name
CLIENT_NAME = media-server-name
VERSION = 0x07000000
PLATFORM = hpia11.31
PATCH_VERSION = 7.0.0.0
SERVER_PATCH_VERSION = 7.0.0.0
MASTER_SERVER = master-server.full.domain.name
EMM_SERVER = master-server.full.domain.name
1.2.3.4:3031 -> 5.6.7.8:13724
 
I've also checked entries in hosts files, everything looks normally.
This library works perfectly with other media server, but didn't ever work with HP-UX media server.  Yes, I'm trying to implement new media server.

Marianne
Level 6
Partner    VIP    Accredited Certified

Please check comms at PBX level:

On master, run :

nbemmcmd -listhosts -verbose

nbemmcmd -getemmserver

Yogesh9881
Level 6
Accredited

Yes, I'm trying to implement new media server. ---   I hope you followed below steps.

1. Need to zonning all existing devices with new HP-UX host.

2. Need to check tape drives visibility on OS level.

3. Install NBU media server on HP-UX host. (with proper licencing).

4. Perform device configuration wizard for new HP-UX host.

5. Create test file level backup.

Irina_Bobrova
Level 3

Commands show following:

 

nbemmcmd -listhosts -verbose
 
NBEMMCMD, Version:7.0
The following hosts were found:
master-server-name
        MachineName = "master-server-name"
        MachineDescription = ""
        MachineNbuType = server (6)
master-server-name
        ClusterName = ""
        MachineName = "master-server-name"
        GlobalDriveSeed = "VEND:#.:PROD:#.:IDX"
        LocalDriveSeed = ""
        MachineDescription = ""
        MachineFlags = 0xa5
        MachineNbuType = master (3)
        MachineState = active for tape and disk jobs (14)
        NetBackupVersion = 7.0.0.0 (700000)
        OperatingSystem = windows (11)
        ScanAbility = 5
 
rhel-media-server
        ClusterName = ""
        MachineName = "rhel-media-server"
        LocalDriveSeed = ""
        MachineDescription = ""
        MachineFlags = 0x61
        MachineNbuType = media (1)
        MachineState = active for tape and disk jobs (14)
        MasterServerName = "master-server-name"
        NetBackupVersion = 6.5.4.0 (654000)
        OperatingSystem = linux (16)
        ScanAbility = 5
 
hpux-media-server
        ClusterName = ""
        MachineName = "hpux-media-server"
        LocalDriveSeed = ""
        MachineDescription = ""
        MachineFlags = 0x1
        MachineNbuType = media (1)
        MachineState = active for tape and disk jobs (14)
        MasterServerName = "master-server-name"
        NetBackupVersion = 7.0.0.0 (700000)
        OperatingSystem = hpux (4)
        ScanAbility = 5
Command completed successfully.
 
nbemmcmd -getemmserver
 
NBEMMCMD, Version:7.0
These hosts were found in this domain: master-server-name, rhel-media-server, hpux-media-server
 
Checking with the host "master-server-name"...
Checking with the host "rhel-media-server"...
Checking with the host "hpux-media-server"...
 
Server Type    Host Version        Host Name                     EMM Server
 
MASTER         4ШC               master-server-name             master-server-name
MEDIA          ♀ШC                rhel-media-server                 master-server-name
MEDIA          ♀ШC                hpux-media-server               master-server-name.full.domain
 
Command completed successfully.

Irina_Bobrova
Level 3

We did everything according the instructions in NetBackup_DeviceConfig_Guide and NetBackup_AdminGuide.

Our HP-UX can see both tape libraries and their drives. There is one strange thing: other hosts can see two pathes for each tape library and drive, but for HP-UX server threre is only one visible path for each tape library and drive.

I've also checked licenses and there are proper licenses for media servers and shared storage, so I suppose there shouldn't be any problems...

File level backups using master server as media server run normally.

Marianne
Level 6
Partner    VIP    Accredited Certified

The ONLY difference that I see here is that the master and linux media server are using shortname for master server but the HP-UX server is using FQDN for master.

I have learned that if FQDN is used anywhere, it needs to be used everywhere for PBX comms. Either change the HP-UX server to use shortname for master, or add aliases everywhere for FQDN, even in master server hosts file for itself.

Irina_Bobrova
Level 3

I don't know how to change EMM Server for this host.

I've tried to add FQDN for my master server in hosts but it had no effect. 

Yogesh9881
Level 6
Accredited

Dont make any changes in EMM

Just put FQDN in ....

1. host file in Master server

2. Host file in HP-UX Media server

3. /usr/openv/netbackup/bp.conf  in HP-UX media server