ASR9k: How-to Remove Licences

Page describes how to completely remove licenses from ASR 9000 box.

1. Remove license_opid.puf from both RSP

delete nvram:/license_opid.puf loc 0/RSP0/CPU0
delete nvram:/license_opid.puf loc 0/RSP1/CPU0

2. Remove files

Remove license storage and licmgr temporary files from disk0: on both RSP

run attach 0/RSP0/CPU0
cd /disk0:
rm -R license
rm /tmp/chkpt_licmgr*
exit

run attach 0/RSP1/CPU0
cd /disk0:
rm -R license
rm /tmp/chkpt_licmgr*
exit

3. Restart processes

Restart processes licmgr and plat_license_udi_mgr

4. Remove license config

Remove license config from admin configuration, clear operational log

5. Check the result

Check the result and proceed with new licenses installation

Last updated