cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1928
Views
0
Helpful
2
Replies

device locked issue

yli7
Cisco Employee
Cisco Employee

  I had a device in NSO, but couldn't succeed on a "check-sync" operation. I deleted it from NSO, and re-added it again, when performing a sync-from, it said the device was locked by a different session.

   Does anyone know how to release the device from that session in NSO?

thanks,

Yang

1 Accepted Solution

Accepted Solutions

Hiro Takahashi
Cisco Employee
Cisco Employee

Hello Yang,

You can clear a session by following command. Please give it a try.

admin@ncs# who

Session User  Context From      Proto   Date     Mode      

54     admin cli     127.0.0.1 console 13:00:22 operational

*52     admin cli     127.0.0.1 console 13:00:07 operational

admin@ncs# logout session 54

admin@ncs#

Best regards,

Hiro

View solution in original post

2 Replies 2

Hiro Takahashi
Cisco Employee
Cisco Employee

Hello Yang,

You can clear a session by following command. Please give it a try.

admin@ncs# who

Session User  Context From      Proto   Date     Mode      

54     admin cli     127.0.0.1 console 13:00:22 operational

*52     admin cli     127.0.0.1 console 13:00:07 operational

admin@ncs# logout session 54

admin@ncs#

Best regards,

Hiro

yli7
Cisco Employee
Cisco Employee

Thank you!