IBM QRadar SOAR: Restart AppHost: Difference between revisions
(Created page with " 1) Connect to CLI, using '''appadmin''' user 2) Run command <nowiki> sudo systemctl restart k3s sudo restartAppHost </nowiki> 3) Check after restart kubectl get pods -A | grep kube 800x82px = Articles = * [https://www.ibm.com/support/pages/node/1161322 QRadar SOAR: Mapping SAML groups to IBM Security SOAR groups] * [https://www.ibm.com/support/pages/node/1162732 Troubleshooting SAML in IBM Security SOAR] * [https://...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
[[File:Soar-apphost-kube-output-01.png|800x82px]] | [[File:Soar-apphost-kube-output-01.png|800x82px]] | ||
sudo kubectl get pods -A -l apps.isc.ibm.com/app-type=app -L app.kubernetes.io/instance | |||
[[File:Soar-apphost-kube-output-02.png]] | |||
= Articles = | = Articles = | ||
| Line 25: | Line 29: | ||
* [https://www.ibm.com/support/pages/node/1162708 SAML mappings] | * [https://www.ibm.com/support/pages/node/1162708 SAML mappings] | ||
= Ver também = | |||
* [[IBM QRadar| Artigos sobre IBM QRadar]] | |||
* [[Cloud| Artigos sobre Cloud]] | |||
* [[Tecnologias| Mais Artigos sobre Cloud / WebDev / Tecnologias]] | |||
[[Category:IBM QRadar]] | |||
[[Category:IBM QRadar SOAR]] | |||
Latest revision as of 22:44, 19 November 2025
1) Connect to CLI, using appadmin user
2) Run command
sudo systemctl restart k3s sudo restartAppHost
3) Check after restart
kubectl get pods -A | grep kube
sudo kubectl get pods -A -l apps.isc.ibm.com/app-type=app -L app.kubernetes.io/instance
