-
[F5] Error getting auth token from login providerNetwork 2024. 1. 13. 16:40728x90반응형
F5의 GUI메뉴를 이용하다보면,
아래와 같이 Error getting auth token from login provider 로그를 맞딱드리게 되는 경우가 있습니다.
해당 로그는 GUI이용 사용하는 restjavad에 이슈가 생겨 발생하곤 합니다.
현재는 아래와 같이 버그가 존재하며,
https://cdn.f5.com/product/bugtracker/ID717174.html
Bug ID 717174
Known Affected Versions: 13.1.0, 13.1.0.1, 13.1.0.2, 13.1.0.3, 13.1.0.4, 13.1.0.5, 13.1.0.6, 13.1.0.7, 13.1.0.8, 13.1.1, 13.1.1.2, 13.1.1.3, 13.1.1.4, 13.1.1.5, 13.1.3, 13.1.3.1, 13.1.3.2, 13.1.3.3, 13.1.3.4, 13.1.3.5, 13.1.3.6, 13.1.4, 13.1.4.1, 13.1.5, 1
cdn.f5.com
아래와 같이 restjava 데몬을 재시작해서 해결 할 수 있습니다.
bigstart restart restjavad bigstart restart restnoded
만약 restjavad와 restnoded 를 재시작하는데 이슈가 있다면
아래와 같이 메모리를 증가시켜 주어야 합니다.
메모리 추가 할당 작업은 해당 데몬을 재시작 시킵니다.
tmsh modify sys db provision.extramb value 1000 tmsh modify sys db provision.tomcat.extramb value 250 tmsh modify sys db restjavad.useextramb value true Note: For software release v17.1.0, 16.1.4, and 15.1.9 and later, the restjavad.useextramb db key was removed and the below db was added. The default setting is 384. It will use 384 + 80% of provision.extramb. If you raise this value also it would be best to set provision.extramb to a higher value, such as in this scenario to 1536: tmsh modify sys db provision.restjavad.extramb value 384 bigstart restart restjavad && sleep 20 && bigstart restart restnoded
자세한 내용은 아래 문서 참조하시기 바랍니다.
https://my.f5.com/manage/s/article/K15519229
Error getting auth token from login provider
my.f5.com
728x90반응형'Network' 카테고리의 다른 글
[F5] TMOS Performance Graph 수집 주기 (0) 2023.12.17 [F5] Digital Diagnostic Monitoring (Fiber GBIC Dbm확인) (0) 2023.12.11 [F5] 알아두면 유용한 DB 리스트 (1) 2023.12.10 [F5] SUB(subscription) 라이센스(license) 관련 (0) 2023.12.09 [F5]F5OS Command 정리 (0) 2023.12.08