On 06/23/16 12:48 PM, Alessandro Io wrote: > Hello, > > i'm trying to restore a file to test the backup. I think that there is a > network problem but i am unable to interpretate logs of ndmp. Somebody can > help me to understand the logs in attach. >
Honestly the NDMP debugging is about the best there is, very clean state machine. You want to zoom in into the actual error it gives. E.g. any reply that has not set error=NDMP4_NO_ERR When you do that you get to the following: 23-Jun 11:55 esfgalbk01-dir JobId 33: >R NDMP4_MOVER_LISTEN 7 (140282221821960) 23-Jun 11:55 esfgalbk01-dir JobId 33: error=NDMP4_NO_ERR data_conn_addr=NDMP4_ADDR_TCP #0(a9189f1,54248) 23-Jun 11:55 esfgalbk01-dir JobId 33: C> NDMP4_DATA_CONNECT 4 23-Jun 11:55 esfgalbk01-dir JobId 33: addr=NDMP4_ADDR_TCP #0(a9189f1,54248) 23-Jun 11:55 esfgalbk01-dir JobId 33: write=48 len=48 23-Jun 11:55 esfgalbk01-dir JobId 33: frag_resid=0 fhb_off=4 23-Jun 11:56 esfgalbk01-dir JobId 33: read=4 len=4 23-Jun 11:56 esfgalbk01-dir JobId 33: frag_resid=28 fhb_off=4 23-Jun 11:56 esfgalbk01-dir JobId 33: read=28 len=28 23-Jun 11:56 esfgalbk01-dir JobId 33: >R NDMP4_DATA_CONNECT 4 (140282221821957) 23-Jun 11:56 esfgalbk01-dir JobId 33: error=NDMP4_CONNECT_ERR 23-Jun 11:56 esfgalbk01-dir JobId 33: ERR=reply-error 23-Jun 11:56 esfgalbk01-dir JobId 33: ERR NDMP4_DATA_CONNECT NDMP4_CONNECT_ERR So indeed its a network error connecting to a9189f1 port 5428. e.g. you need to use some hex calculating to translate a9189f1 into some ipv4 address. -- Marco van Wieringen [email protected] Bareos GmbH & Co. KG Phone: +49-221-63069389 http://www.bareos.com Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646 Komplementär: Bareos Verwaltungs-GmbH Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens, P. Storz, M. v. Wieringen -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
