IBM QRadar: Unlocking locked hosts

From Wiki
Revision as of 23:17, 15 April 2025 by Ebasso (talk | contribs) (Created page with "1) Using SSH, log in to your system as the root user 2) Unlock specific hosts by typing the following command <small>/opt/qradar/bin/runjava.sh com.ibm.si.security_model.authentication.AuthenticationLockoutCommandLineTool --remove-ip <host_IP_address1></small> 3) Unlock all hosts by typing the following command <small>/opt/qradar/bin/runjava.sh com.ibm.si.security_model.authentication.AuthenticationLockoutCommandLineTool --remove-all-ips</small> = Ver também =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1) Using SSH, log in to your system as the root user

2) Unlock specific hosts by typing the following command

/opt/qradar/bin/runjava.sh com.ibm.si.security_model.authentication.AuthenticationLockoutCommandLineTool --remove-ip <host_IP_address1>

3) Unlock all hosts by typing the following command

/opt/qradar/bin/runjava.sh com.ibm.si.security_model.authentication.AuthenticationLockoutCommandLineTool --remove-all-ips


Ver também