08-28-2018 01:55 AM
Hi.
Some times after instantiate a service in NSO, I have got the following result from a check sync :
sync-result { device RNET-E14 result unknown }
Do you know what it mean ? When I have in sync or out of sync result I understand but not with that result.
Solved! Go to Solution.
08-30-2018 09:48 AM
Hi
The result unknown means that NSO doesn't have a record of a transaction id with that devices, and so it doesn't know if it is out of sync or not. Reasons for this can for example be: you have not yet done a sync-from, you have committed a change using the no-networking flag. You can look at wether a device has a transaction id recorded in NSO by show devices device <name> state if you do the last-transaction-id will tell you.
By the way, all possible return values from check-sync are documented in the file $NCS_DIR/src/ncs/yang/tailf-ncs-devices.yang, look for grouping check-sync-result.
Hope that helps!
/Sebastian
08-30-2018 03:10 AM
08-30-2018 09:48 AM
Hi
The result unknown means that NSO doesn't have a record of a transaction id with that devices, and so it doesn't know if it is out of sync or not. Reasons for this can for example be: you have not yet done a sync-from, you have committed a change using the no-networking flag. You can look at wether a device has a transaction id recorded in NSO by show devices device <name> state if you do the last-transaction-id will tell you.
By the way, all possible return values from check-sync are documented in the file $NCS_DIR/src/ncs/yang/tailf-ncs-devices.yang, look for grouping check-sync-result.
Hope that helps!
/Sebastian
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide