cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
811
Views
3
Helpful
3
Replies

dcrcli delete error

one-ans1357
Level 1
Level 1

Hello,

trying to delete a device by using

/usr/bin/env DCRCLIFILE=./.passwd /opt/

CSCOpx/bin/dcrcli -u admin cmd=del id=xxx

This error occurs:

<dcrcli> * Password file found using DCRCLIFILE environment variable.

Error in Delete Device: Device is still managed by application(s)

Is there a way to force the delete procedure?

Thanks

3 Replies 3

akemp
Level 5
Level 5

Yes if you're using 3.0, theres a -f" "force" switch avaialble for the delete command.

so is it:

dcrcli -u -f cmd=del id=xxx ??

thanks

ok it's

dcrcli -u -f cmd="del -f" id=xxx

thank you very much