Error 24 socket write failed, Cannot write to STDOUT...Again !
Hello dear all ! ^^
I have read almost all post about this error, try a a lot of things without good result.
All the client are some virtual machine VMware.
Almost the client have an NBU agent install with the bp.conf feeld.
Détails: When i install the NBU agent, the certificate can't be deploy automatically ? why ?
ERROR 24, Socket Write Failed ! :
- Test Port firewall 1556 / 13724 / 13782
Netstat –na | FINDSTR LISTEN : The port was closed
So with an Network administrator we have open it.
Test Backup: Same error.
- Test interconnexion between Master and client :
Bptestbpcd sur dhcpServer, OK source (Master)
Bpclntcmd –hn dhcp, Source (client) : ok
Bpclntcmd –ip dhcp, Source (client) : ok
Bpclntcmd –pn, Source (client) : ok
Bpclient –client <Client Name>, Source (master) : Error code 227: No entity was found => same thing on a server working good !
- IPv6 has been disabled by registery to be sure.
- Proceed of a Veritas KB, Modify NIC Advanced parameters:
https://www.veritas.com/support/en_US/article.100004801
Put Disabled all offload parameter on NIC : netsh int tcp set global chimney=disabled
Modify / Create registery keys :
HKey_LocalMachine\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Value Name: TcpMaxDataRetransmissions
Data Type: REG_DWORD
Default: 5
Change to Value = 15 (Decimal)
Value Name: KeepAliveTime
Data Type: REG_DWORD
Default: 7200000
Change to Value = 300000 (Decimal)
Restart Server.
Backup Test : NOK, same error
- Check Certifcate
Client, Search certificat :
nbcertcmd -displayCACertDetail -server mymaster, not really OK
Champ : CA Certificate State : Not Trusted
- Deploy the certificate :
nbcertcmd -getCACertificate -server mymaster
Check Certficate :
nbcertcmd -displayCACertDetail -server mymaster
Champ : CA Certificate State : Trusted !!! Yes
=> Backup Test : NOK, same error !
6) Stupid test, uninnstall agent v8.1.2:
Test backup: Same error.
I don’t know how to do know….please help me ^^