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

Problem deleting device from RME

zengxing
Level 1
Level 1

Hi, I am running LMS 2.2 in Windows. Recently I tried to delete a few devices from RME because they are de-commissioned. Some of them are deleted succesfully, but some of them, I just could not remove it no matter how many times I tried. Is there any other way to delete them?

1 Reply 1

yjdabear
VIP Alumni
VIP Alumni

In the past, I used this technique from TAC to delete persistent devices:

**************

http://ciscoworks:1741/dbreader/dbreader.html

username: dba

db password= your password

db name=rme

DEV_FQN

DEV_RELOAD

DEV_RLD_HIST

get db tables (DEV_FQN, DEV_RELOAD and DEV_RLD_HIST)

here's the procedure

1. Login to dbreader

2. check DEV_FQN and take note on the Device_Id column

3. List the Device_ID you want to delete

4. Go back to AdHoc Retrieval Page by using the back button of your browser

5. Input the credentials plus the execute sql staement

delete from DEV_FQN where Device_Id = x

where x is the Device_Id of the device you want to delete.

****************

YMMV.