08-13-2018 06:43 AM - edited 03-11-2019 01:48 AM
Hi,
My Cisco ISE primary monitoring node which is 3495 hardware appliance running Cisco ISE 2.3 patch 3. it's disk repository says 100% used(in show disk output). Disk repository as in is it the local disk that is full? How do i lookup what is taking the space and how can i clean it up.
Thanks a lot..
08-13-2018 06:56 AM
08-14-2018 11:08 AM
Another option:
Using CLI on that node (show running), check if you have a local repository like this:
ISENode/admin#show run
repository LocalDisk
url disk://
ISENode/admin#
Check for data not being used that you can remove (on my case I have patches that are already installed so I can remove those files consuming space)
ISE/admin# show repository LocalDisk
ise-patchbundle-2.2.0.470-Patch1-205256.SPA.x86_64.tar.gz
ise-patchbundle-2.2.0.470-Patch2-214160.SPA.x86_64.tar.gz
ISE/admin#
ISE/admin# delete ?
<WORD> File name(use disk:/path) (Max Size - 240)
ISE/admin# delete disk://ise-patchbundle-2.2.0.470-Patch2-214160.SPA.x86_64.tar.gz
ISE/admin# show repository LocalDisk
ise-patchbundle-2.2.0.470-Patch1-205256.SPA.x86_64.tar.gz
ISE/admin#
If you do not have that local repository, you can create it and follow the steps above.
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