cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
301
Views
0
Helpful
1
Replies

There is moderate amount of data generated in the CDB after south-bound locking the device in the scale test bed. "sync-to" command is failing with "NXAPI failure :: Connection reset" error to N9K

jayark
Cisco Employee
Cisco Employee

I have moderate amount of data generated in the CDB after south-bound locking the device. “sync-to” command is failingt with the below error: -

##################################################

version 7.0(3)I7(2)

boot nxos bootflash:/nxos.7.0.3.I7.2.bin

##################################################

[edit]

nso:admin@VTC1-45K (config)# request devices device VTS_45K_TOR2 sync-to

result false

info External error in the NED implementation for device VTS_45K_TOR2: NXAPI failure ::

Connection reset

[ok][2018-03-01 00:17:49]

Below error from : nso trace log for 1 tor.

<< 28-Feb-2018::19:48:22.090 SET_TIMEOUT

<< 28-Feb-2018::19:49:22.365 ERROR: External error in the NED implementation for device

VTS_45K_TOR1: NXAPI failure :: Connection reset

Show quoted text
<< 28-Feb-2018::19:49:22.366 CLOSED

Please share the connection settings which can be configured to prevent sync-to failure?

Tried altering the below timeout settings, did not see any difference.

           <connect-timeout>120</connect-timeout>

            <read-timeout>120</read-timeout>

            <write-timeout>120</write-timeout>


Any pointers would be helpful since it is very urgent!

1 Accepted Solution

Accepted Solutions

frjansso
Cisco Employee
Cisco Employee

I'd recommend you enable NED tracing for the device:

set device device VTS_45K_TOR2  trace raw

commit

request devices devices VTS_45K_TOR2  disconnect

then retry the sync-to.

Files of interest will be:

logs/ncs-java-vm.log, see if there are any NED errors here

logs/ned-...VTS_45K_TOR2.. , see what the NED/device actually does.

View solution in original post

1 Reply 1

frjansso
Cisco Employee
Cisco Employee

I'd recommend you enable NED tracing for the device:

set device device VTS_45K_TOR2  trace raw

commit

request devices devices VTS_45K_TOR2  disconnect

then retry the sync-to.

Files of interest will be:

logs/ncs-java-vm.log, see if there are any NED errors here

logs/ned-...VTS_45K_TOR2.. , see what the NED/device actually does.