ā01-31-2021 02:17 AM - edited ā07-05-2021 01:08 PM
please help
Solved! Go to Solution.
ā01-31-2021 03:23 AM
Sorry about that. I just realized that you're at the ROMMON prompt. Since you're in ROMMON, the syntax is different. I know how to delete files within the directory but not the directory itself. To delete the image within the directory, use:
ap: delete flash:ap3g2-k9w8-mx.153.JPK/ap3g2-k9w8-mx.153.JPK
Alternatively, if you want to delete everything in flash, you could use the following command:
format flash:
Then you could upload the another image via TFTP
ā01-31-2021 02:44 AM
your syntax is incorrect. Because you don't have have a space between "/force" and "/recursive", the AP is confused as to what you are trying to do. Add the space and try the command again
delete /force /recursive flash:ap3g2-k9w8-mx.153-3.JPK
ā01-31-2021 03:02 AM
okay i will try again
ā01-31-2021 03:03 AM
ap: delete /force /recursive flash:ap3g2-k9w8-mx.153-3.JPK
Are you sure you want to delete "/force" (y/n)?y
File "/force" not deleted -- permission denied
Are you sure you want to delete "/recursive" (y/n)?y
File "/recursive" not deleted -- permission denied
Are you sure you want to delete "flash:ap3g2-k9w8-mx.153-3.JPK" (y/n)?y
File "flash:ap3g2-k9w8-mx.153-3.JPK" not deleted -- is a directory
ā01-31-2021 03:23 AM
Sorry about that. I just realized that you're at the ROMMON prompt. Since you're in ROMMON, the syntax is different. I know how to delete files within the directory but not the directory itself. To delete the image within the directory, use:
ap: delete flash:ap3g2-k9w8-mx.153.JPK/ap3g2-k9w8-mx.153.JPK
Alternatively, if you want to delete everything in flash, you could use the following command:
format flash:
Then you could upload the another image via TFTP
ā01-31-2021 03:49 AM
thank you for the solution
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