06-22-2006 09:48 AM - edited 02-21-2020 12:59 AM
I would like to know the command how to remove the PDM from PIX 515. Thanks.
au-syd-fw# sh vers
Cisco PIX Firewall Version 6.3(4)
Cisco PIX Device Manager Version 3.0(4)
06-22-2006 10:08 AM
Hi,
If you want to delete pdm file, use "hostname# delete flash:/pdm".
But if your intention is to upgrade, you can use tftp command (and tftp server) to load new pdm file using "copy tftp flash:pdm" command.
Use the same tftp command to copy/put back the pdm image.
Rgds,
AK
06-23-2006 12:10 AM
"delete flash:/pdm" is a v7 command.
There's not much you can do with flash in v6, your only option seems to be "clear flashfs". This apparently does not clear the config, but I don't know whether it clears OS file too.
Check the command ref and be careful.
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/df.htm#wp1130329
06-23-2006 09:13 AM
Yes, the delete command is not available in V6.3 or 6.4
Clear flashfs will clear all files and I did that without powering down, then load the 6.4 version without PDM; however when show flashfs the PDM file 3 still there or reboot then show version the PDM is still there.
My corp is not wanted to use PDM, that's the reason why I would like to remove PDM file.
Any other suggestion.
Thanks.
06-24-2006 08:32 PM
On Cisco PIX v6.3(x) to disable PDM the easy way:
no http server enable
no http
If you want to remove PDM from flash do the following. You'll need a TFTP service and a PDM image.
copy tftp[:[[//location][/pathname]]] flash: pdm
After the tftp copy starts but before it completes stop the TFTP service or disconnect the network cable from the TFTP server. PIX tftp copy will timeout and erase the PDM space.
06-26-2006 07:48 AM
Hi lbhoang,
Thank you for boths answers. Nice trick on the tftp one. I will try it.
Thanks again.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide