From b52b32f2d93ebb7e65aa72998b9ca0ec72f1b80a Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 31 Mar 2025 14:38:57 +0200 Subject: [PATCH] Minor improvements * Add note that this is only for admins * Mention the other machines that could be checked --- modules/sysadmin_guide/pages/ipsilon.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/sysadmin_guide/pages/ipsilon.adoc b/modules/sysadmin_guide/pages/ipsilon.adoc index 56042e2..907dc91 100644 --- a/modules/sysadmin_guide/pages/ipsilon.adoc +++ b/modules/sysadmin_guide/pages/ipsilon.adoc @@ -216,11 +216,16 @@ Finally, commit and push the changes to both files and run the `ipsilon.yml` playbook. == Troubleshooting - Here is a guide one can follow when trying to troubleshoot authentication issues within Fedora Infrastructure for users. -. SSH to ipsilon machine +[NOTE] +==== +This guide is meant for admins. If you don't have access to the machines bellow, +this guide will not help you. +==== + +. SSH to ipsilon machine (ipsilon01 or ipsilon02) + ---- ssh ipsilon01 @@ -233,7 +238,7 @@ looking at the timestamps or looking for the `ipsilon_transaction_id`. + If you don't see the error in the ipsilon logs you can continue to next step. + -. SSH to IPA machine (usually ipa01) +. SSH to IPA machine (usually ipa01, there is also ipa02 and ipa03 that can be checked) + ---- ssh ipa01