Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Tuesday 19 November 2019

How to remove config lock in Checkpoint IPSO?


How to remove config lock in Checkpoint IPSO?

I was trying to set clock on my checkpoint firewall but it was letting me do that. Every time I enter the set command it gives me error, config-lock has been taken by another user. I couldn't figure out the other user. So I had to remove the config lock with following steps:

NokiaIPSO25>set config-lock on override
NokiaIPSO25>set config-lock off

NokiaIPSO25>exit

Now you have rights to make the changes.

"set config-lock on override" is similar to "lock database override"
"set config-lock off" is similar to "unlock database"

I hope it helps!