04-21-2025 08:22 AM
Hi All ,
We have SNS-3755-K9 in the production network.After installing it we have noticed that live logs of TACACS are not showing on the web portal.
what is the best way to re-image the ISE ? As per Cisco TAC re-iamge should be done to fix the issue.I have followed below steps but hen ISE was rebooting it was loading existing configuration and not asking for ip address etc as we are not getting option for setup.
any help would be highly appreciated .
Step 1 |
If you are installing Cisco ISE on a:
|
||
Step 2 |
Download the Cisco ISE ISO image.
|
||
Step 3 |
Boot the appliance or the virtual machine.
|
Solved! Go to Solution.
05-02-2025 06:29 AM
Hi @mothukuri ,
in the link provided (ISE - Localized Installation) take a look at the How does it work ? ... you need to copy the ISO to the ISE Node disk:
you can not only use your preferred SFTP, but also the following URL options:
ise/admin(config-repository-<name>)# url ?
Possible completions:
cdrom: Local CD-ROM drive (read only)
disk: Local hard disk storage
ftp: URL using a FTP server
http: URL using a HTTP server (read only)
https: URL using a HTTPS server (read only)
nfs: URL using a NFS server
sftp: URL using a SFTP server
tftp: URL using a TFTP server
<cr>
Hope this helps !!!
05-20-2025 02:22 PM
Hi @mothukuri ,
1st download the ISE 3.3 P4 from ISE Software Download.
2nd copy the ISE 3.3 P4 to the ISE Disk:
ise/admin# copy ftp://<FTP-Server-IP-Addr>/ise-patchbundle-3.3.0.430-Patch4-24102504.SPA.x86_64.tar.gz disk:/
3rd create a Repository (disk:/):
ise/admin# configure terminal
ise/admin(config)# repository LOCAL
ise/admin(config-repository-LOCAL)# url disk:/
4th install the Patch:
ise/admin# patch install ise-patchbundle-3.3.0.430-Patch4-24102504.SPA.x86_64.tar.gz LOCAL
Hope this helps !!!
05-30-2025 08:42 AM
Hi @mothukuri
yes, the link is Cisco ISE 3.4 Port Reference, and you should check the Cisco ISE All Persona Nodes Ports topic for Node communication.
Also take a look at Cisco ISE 3.0 Installation Guide, special attention to Cisco ISE 3.0 Node Communications:
Hope this helps !!!
04-22-2025 06:49 AM
What is CISM?
04-22-2025 07:50 AM - edited 04-22-2025 07:56 AM
If you have access to the server it is recommended to make a bootable drive. Reloading through the CIMC is slow. When I tried it once it was estimated to take ~10 hours where a USB drive is under an hour.
Here is to make a bootable USB, you do have to edit some files.
04-22-2025 08:16 AM - edited 04-22-2025 08:16 AM
I read you showed ISE 3.1 documentation, but I wanted you to know that once you've upgraded to ISE 3.2 patch 5 or higher, assuming you can still login to the system, you can scp the ISO file to the ISE local disk and reinstall / rebuild directly from the CLI, no remote mounting and no USB required. We have needed this a few times to rebuild troubled physical appliances / nodes.
> For this reason, ISE 3.2 Patch 5 introduces a new feature that allows the user to reinstall ISE using the command line, saving around 40 minutes. The feature is Localized ISE installation. On command line run the command application configure ise which displays this new option: [36] Localised ISE Install.
Regards,
David
04-22-2025 09:20 AM
Hi David ,
Thank you for the detailed explanation.
We have below patch and ISE version running on the ISE box.
Cisco Identity Services Engine
---------------------------------------------
Version : 3.3.0.430
Build Date : XXXXXXXX
Install Date : XXXXXXXX
Cisco Identity Services Engine Patch
---------------------------------------------
Version : 4
Install Date : XXXXXXX
I have gone through below info provided by you via url
For this reason, ISE 3.2 Patch 5 introduces a new feature that allows the user to reinstall ISE using the command line, saving around 40 minutes. The feature is Localized ISE installation. On command line run the command application configure ise which displays this new option: [36] Localised ISE Install.
I have few questions . Do i need to install patch 5 before OS installation via command application configure ISE .
Could you please provide me steps or url which can be referred while performing OS install via CLI.
04-22-2025 10:50 PM
05-01-2025 06:25 AM
Thak you Marcelo.
I have to load image onto ISE using sftp.
which SFTP software can be used ? i can install SFTP server on the windows server located at data center 1 and ISE is present in data center 2 .SFTP is allowed on respective firewalls from windows VM to ISE.
Many thanks for your help.
05-02-2025 06:29 AM
Hi @mothukuri ,
in the link provided (ISE - Localized Installation) take a look at the How does it work ? ... you need to copy the ISO to the ISE Node disk:
you can not only use your preferred SFTP, but also the following URL options:
ise/admin(config-repository-<name>)# url ?
Possible completions:
cdrom: Local CD-ROM drive (read only)
disk: Local hard disk storage
ftp: URL using a FTP server
http: URL using a HTTP server (read only)
https: URL using a HTTPS server (read only)
nfs: URL using a NFS server
sftp: URL using a SFTP server
tftp: URL using a TFTP server
<cr>
Hope this helps !!!
05-02-2025 08:02 AM
@mothukuri have you tried to run the application reset-config or was that already performed and TAC now wants you to re-image using the ISO?
05-03-2025 01:46 AM
Hi Scott ,
I did not do application reset-config .i was trying to load ISO image into disk using sftp server.
Anybody tried to load ISO from sftp server rmotely.
05-03-2025 08:43 AM
Hi @mothukuri ,
remember that ... when you use Localized Installation, you copy the ISO via SFTP to the ISE Node Disk, and then you run the Localized Installation which uses the ISO on the ISE Node Disk to install ISE from scratch.
Have you tried this ?
Hope this helps !!!
05-19-2025 09:57 AM
Hi Marcelo ,
Solar winds SFTP server is present on a VM ie 10.48.38.6 of Location A data Center and iSE is present at Location B data center.I have followed below steps.
1. Log in to ISE command line.
2. Run the next commands:
#configure terminal
Entering configuration mode terminal
#repository iso
#url sftp://10.48.38.6/TFTP-Root ( Image is kept in c:/TFTP-root folder and I have choosen path in solar winds SFTP server)
% Warning: Repositories configured from CLI cannot be used from the ISE web UI and are not replicated to other ISE nodes.
If this repository is not created in the ISE web UI, it will be deleted when ISE services restart.
#user cisco password plain cisco
#exit
#exit
#crypto host_key add host 10.48.38.6
admin#copy repository iso file Cisco-ISE-3.3.0.430.SPA.x86_64.iso disk://
The file or directory you want to copy is not available in your local system.
To create a directory now, use the mkdir command.
Transfer failed.
I am getting above error .What can be done now ?any help would be highly appreciated .
05-19-2025 12:23 PM
copied ISO file onto ISE sucessfully.Re-imaging will be done tomorrow .any precautions needs to be taken care before re-imaging with Same ISO image.
This command worked after copying ISO file into C drove directly instead of placing it in a folder under C drive of windows machine.
url sftp://10.48.38.6/
I am going to follow step 4 onwards , mentioned on the below url to reimage ISE box as we are not seeing live logs of TACACS .Any advice /suggestion would be highly appreciated.
Configure Localized ISE Installation - Cisco
How to install patch 4 after re-image of the ISE ?
Cisco Identity Services Engine Patch
---------------------------------------------
Version : 4
Many Thanks ,
M S K
05-20-2025 02:22 PM
Hi @mothukuri ,
1st download the ISE 3.3 P4 from ISE Software Download.
2nd copy the ISE 3.3 P4 to the ISE Disk:
ise/admin# copy ftp://<FTP-Server-IP-Addr>/ise-patchbundle-3.3.0.430-Patch4-24102504.SPA.x86_64.tar.gz disk:/
3rd create a Repository (disk:/):
ise/admin# configure terminal
ise/admin(config)# repository LOCAL
ise/admin(config-repository-LOCAL)# url disk:/
4th install the Patch:
ise/admin# patch install ise-patchbundle-3.3.0.430-Patch4-24102504.SPA.x86_64.tar.gz LOCAL
Hope this helps !!!
05-20-2025 09:55 PM
Hi Marcelo ,
Main problem I had was incorrect path given after the url : ise/admin(config-repository-LOCAL)# url disk:/ .I have tried to load ISO file onto ISE by pacing ISO file in one of the folder under the C drive.I have struggled a lot to give exact path after the url. Later i have copied the file into C drive then everything was done in matter of 2 hrs.
Simply i have copied ISO file into C drive and i was able to upload ISO fie onto ISE using Solarwinds SFTP server.
Re-image/Upgrade is very quick whenever we use Configure Localized ISE Installation - Cisco.
I am not sure why Cisco TAC has denied this process after having long conversation for one month. I have told Cisco TAC that Data center does not have much knowledge on converting USB stick as bootable USB stick. However Cisco TAC engineer has preferred loading ISO file using USB stick.
Many Thanks for your great help and support.
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