Trouble deleting device from DCR using dcrcli in CiscoWorks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 11:09 AM
I am trying to delete a device from the DCR in LMS 3.2 using the dcrcli command below:
dcrcli -u dnescripting cmd=del id=5052
I am getting to following error after running that command:
<dcrcli> * Password file found using DCRCLIFILE environment variable.
Error in Delete Device: Device is still managed by application(s).
Does anyone know how I can get around this and make the device not "management by applications" through an option added to the dcrcli command?
Thanks Ryan.
- Labels:
-
Network Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 11:15 AM
Use del -f to force deletion:
dcrcli -u dnescripting cmd=del -f id=5052
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2010 11:20 AM
that worked, thanks for your help!
