cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1033
Views
0
Helpful
4
Replies

Delete DMP content

azavaleta85
Level 1
Level 1

How Can I delete all files stored on SD memory on DMP.

There any command to do so from the DMM, I need to delete the contents to 300 DMPs.

Thank you in advance.

Regards

1 Accepted Solution

Accepted Solutions

I filed an enhancement request for this feature:


CSCti83985 - DMP: Need a way to erase Flash (USB1 or USB2) from DMM or MIB


Hopefully, this feature will get added in a future release


Please take time to mark this

discussion answered & rate the response.


Thank You!


T.

View solution in original post

4 Replies 4

Tomas de Leon
Cisco Employee
Cisco Employee

Aurello,


You can delete the files manually via ftp.

Simply FTP to the DMP and delete the files in USB1 & USB2.

Of course this may not scale for 300 DMPs. I am unaware of any

MIBs or advanced tasks that could erase the contents on the

flash of the DMP.


I have had discussions internally and no one has come up

with a simple solution.  You may be able to write some

script that could FTP to a list of DMPs and perform a task

to erase the flash using FTP.


I will file an enhancement\feature request and we will see if it

gets added in a future release...



Cheers!


T.

I  am aware, thank you very much for your help.

Regards

I filed an enhancement request for this feature:


CSCti83985 - DMP: Need a way to erase Flash (USB1 or USB2) from DMM or MIB


Hopefully, this feature will get added in a future release


Please take time to mark this

discussion answered & rate the response.


Thank You!


T.

Aurello,


Quick turn around ;-)


This is how you can accomplish the deletion of all content

on USB1 & USB2.


Two methods:  (Browser MIB or Advanced Task that you create)


Browser MIBs

-------------

https://admin:default@a.b.c.d:7777/set_param?mng.command=write+sh+FG+rm+-rf+/tmp/ftproot/usb_1/

https://admin:default@a.b.c.d:7777/set_param?mng.command=write+sh+FG+rm+-rf+/tmp/ftproot/usb_2/


admin          = DMP Web Account Username

default        = DMP Web Account Password

a.b.c.d        = IP Address of DMP




Advanced Tasks--> System Tasks

------------------------------

Name\Description = Clean USB1 on DMP

Request Type     = Set

Request          = mng.command=write+sh+FG+rm+-rf+/tmp/ftproot/usb_1/


Name\Description = Clean USB2 on DMP

Request Type     = Set

Request          = mng.command=write+sh+FG+rm+-rf+/tmp/ftproot/usb_2/



I hope this works for you!


T.