cancel
Showing results for 
Search instead for 
Did you mean: 

client/server handshaking failed(26) - EXIT Status 26:

samurdhi
Level 2

Hi All,

I'm trying to pull the netbackup from netbackup server using ReaR(Relax and Recovery Image file). But I'm getting following error. ReaR using bprestore command to pull the backup to client server.

Failure in getting Restore Job Id

EXIT STATUS 26: client/server handshaking failed

ERROR: bprestore failed (return code = 0)

Does anyone know what is this issue ?

4 REPLIES 4

samurdhi
Level 2

Error messageError message

Alexis_Jeldrez
Level 6
Partner    VIP    Accredited Certified

Do you have more details on exactly why did the bprecover process failed, apart from that image?

Can you backup or restore anything at all from that state? Has that Linux server been properly introduced to the NetBackup Servers?

Hi Alexis,

I'm setting this error while I'm trying to restore the files from NB server using bprestore command.

[root@cricket bin]# ./bprestore -B -t 0 -w 0 –C 192.168.40.68 –D 192.168.40.68 -f /root/file -R /root/restore
Failure in getting Restore Job Id
EXIT STATUS 26: client/server handshaking failed.

 

[root@cricket bin]# cat /root/file
/etc/hosts
[root@cricket bin]# cat /root/restore
change /etc/hosts /tmp/hosts
[root@cricket bin]#

 

 

 

Michal_Mikulik1
Moderator
Moderator
Partner    VIP    Accredited Certified

Hello,

Is there a special reason for using IP address instead of a client hostname? Avoid using IP address directly wherever possible.

Several tips to test:

- use bptestbpcd, bpclntcmd to verify connectivity between Master/medua/client

- use the same command on a different client if it works

- issue the restore command from the Master

Regards

Michal