11-03-2021 05:58 AM
I have primary, secondary node. Now added an MnT node to the deployment. How can move all the MnT data (basically all logs) alone from primary node to MnT node.
Solved! Go to Solution.
11-03-2021 07:54 AM
You can change role to Primary for Monitoring on the new MnT node.
11-03-2021 08:11 AM
By default ISE stores 30 days of RADIUS and TACACS logs, so unless you've changed that, you could make the choice to do nothing and just let time fix it.
The other option I would use would be from the CLI. From the MNT node that has the RADIUS/TACACS logs, you can run the command.
backup <backup_name> repository <My_FTP_Repo> ise-operational encryption-key plain <backup-pass>
Then on the new MNT node you want to restore the logs to run the restore command.
restore <backup_name> repository <My_FTP_Repo> encryption-key plain <backup-pass>
11-03-2021 07:54 AM
You can change role to Primary for Monitoring on the new MnT node.
11-03-2021 08:11 AM
By default ISE stores 30 days of RADIUS and TACACS logs, so unless you've changed that, you could make the choice to do nothing and just let time fix it.
The other option I would use would be from the CLI. From the MNT node that has the RADIUS/TACACS logs, you can run the command.
backup <backup_name> repository <My_FTP_Repo> ise-operational encryption-key plain <backup-pass>
Then on the new MNT node you want to restore the logs to run the restore command.
restore <backup_name> repository <My_FTP_Repo> encryption-key plain <backup-pass>
11-04-2021 03:19 AM
thank you guys
issue is current ISE is out of disk storage. Backup from GUI is failing since there's no disk space.
Even if the backup is taken, can only MnT data alone restored to the new node.
11-04-2021 11:27 AM
Hi @manvik ,
you said that "ISE is Out of Disk Storage" ... you can try the following to cleanup some files:
ise/admin# application upgrade cleanup
you said that "can only MnT data alone restored to the new node" ... when you add the New MnT (a New Node), all the Configuration Data is replicate (sync) from PAN to the New MnT and the Operational Data could be restore from MnT to the New MnT (as described by @Damien Miller ).
Hope this helps !!!
11-08-2021 08:29 PM
application upgrade cleanup cleans the upgrade leftovers i assume. It does not deletes the previous logs/reports.
When I add a third node to primary/secondary setup. Which one would be the primary/secondary after adding third node?
Third node is only for monitoring.
11-08-2021 08:51 PM
During registration and afterwards, you have the option to designate the 3rd node as either the primary or the secondary MnT.
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