VM backup failing with (11) system call failed
My nbu v8.1.2 daily backups of VMware & MSSQL polices have been running successfully.
Suddenly, I had encountered the below error only for VMware policy:
Error bptm cannot add fragment to image database, error = cannot connect on socket
(11) system call failed
My MSSQL backups are still running successfully.
i had checked firewall rules are already opened.
tcp 443 & 902 for nbu master/media & vmware vcenter & ESX hosts
- nbu master/media able to telnet vcenter tcp port 443 & ESX tcp port 902
tcp 1556 & 13724 for nbu master/media
- able to telnet nbu master/media tcp ports 1556/13724
I had searched the knowledgebase and tried the technotes.
https://www.veritas.com/support/en_US/article.100001950
https://www.veritas.com/support/en_US/article.100013415
https://vox.veritas.com/t5/NetBackup/cannot-connect-on-socket-25/td-p/620192
https://vox.veritas.com/t5/NetBackup/My-FS-Bakup-is-failing-with-25/td-p/525005
https://vox.veritas.com/t5/NetBackup/VMware-Backups-fails-with-status-11/m-p/342301#M69430
Does anyone have similiar error and managed to resolve?
Regards
Joshua
Unfortunately my veritas support had lapsed recently. :smileysad:
But good news! I did the following steps to resolve the backup issue. :smileyhappy:
1) Deactivate the CDPUserSvc service via Registry Editor
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDPUserSvc
2) Set the value Start to 4
3) Invole an administrative command prompt window and enter the following command:
- sc config cdpusersvc type=own
4) Reboot the both NBU Master & Media servers
5) Check that CDPUserSvc service is no longer running via Services control panel applet.
It seems the KB4048953 from Microsoft Windows Update had caused my NBU services to go haywire.