Skip to content

Commit 27b1a95

Browse files
Rephrase backend widget status (#4418)
* Fix status of services procedure in WebUI Katello 4.18+ does not provide the Backend System Status widget anymore. The code was moved to Foreman and will be part of Foreman 4.17+. Refs PR 11473 in katello Refs PR 10651 in foreman Refs Redmine issue 38667 (Extend Backend system status widget) Refs Redmine issue 38668 (Remove Backend System Status widget) * Split viewing status by interface * Document Backend system status widget Tested on Foreman 3.16.1 and Katello 4.18.1 (cherry picked from commit 42f56c6)
1 parent 67e7304 commit 27b1a95

11 files changed

+14
-19
lines changed

guides/common/assembly_disaster-recovery-by-virtualizing-your-projectserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ include::modules/proc_preparing-for-disaster-recovery-by-virtualizing-your-proje
88

99
include::modules/proc_recovering-from-disaster-by-restoring-a-vm-snapshot-of-projectserver.adoc[leveloffset=+1]
1010

11-
include::modules/proc_retrieving-status-of-services.adoc[leveloffset=+1]
11+
include::modules/proc_retrieving-status-of-services-by-using-cli.adoc[leveloffset=+1]

guides/common/assembly_disaster-recovery-for-active-and-passive-project-server-with-external-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ include::modules/proc_preparing-for-disaster-recovery-with-active-and-passive-pr
88

99
include::modules/proc_recovering-from-disaster-with-active-and-passive-project-server-with-external-storage.adoc[leveloffset=+1]
1010

11-
include::modules/proc_retrieving-status-of-services.adoc[leveloffset=+1]
11+
include::modules/proc_retrieving-status-of-services-by-using-cli.adoc[leveloffset=+1]

guides/common/assembly_disaster-recovery-with-active-and-passive-project-server-and-backup-and-restore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ include::modules/proc_preparing-for-disaster-recovery-with-active-and-passive-pr
88

99
include::modules/proc_recovering-from-disaster-with-active-and-passive-project-server-and-backup-and-restore.adoc[leveloffset=+1]
1010

11-
include::modules/proc_retrieving-status-of-services.adoc[leveloffset=+1]
11+
include::modules/proc_retrieving-status-of-services-by-using-cli.adoc[leveloffset=+1]
1212

1313
include::modules/ref_example-of-a-weekly-full-backup-followed-by-daily-incremental-backups.adoc[leveloffset=+1]

guides/common/assembly_logging-and-reporting-problems.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ include::modules/proc_selective-debugging-with-individual-loggers.adoc[leveloffs
4040

4141
include::modules/ref_overview-of-individual-loggers.adoc[leveloffset=+1]
4242

43-
include::modules/proc_retrieving-status-of-services.adoc[leveloffset=+1]
43+
include::modules/proc_retrieving-status-of-services-by-using-cli.adoc[leveloffset=+1]
4444

4545
include::modules/proc_restarting-services.adoc[leveloffset=+1]
4646

guides/common/modules/proc_preparing-for-disaster-recovery-by-virtualizing-your-projectserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ While snapshots provide quick recovery points, backing up your snapshots gives y
2525
. Verify that your hypervisor takes the snapshots according to the schedule that you defined.
2626
. Use the latest snapshot of your {ProjectServer} and restore it in an isolated environment.
2727
. To verify that you will be able to restore {Project} services in case of a disaster, assess the functionality of the test {ProjectServer}.
28-
See xref:Retrieving_the_Status_of_Services_{context}[].
28+
For more information, see xref:retrieving-the-status-of-services-by-using-cli_{context}[].
2929
. Perform these verification checks regularly.

guides/common/modules/proc_preparing-for-disaster-recovery-with-active-and-passive-project-server-and-backup-and-restore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Consider how many backups you want to store: Regularly removing outdated backups
4646
To make sure the active server is inaccessible, you can turn the machine off, halt the virtual machine (VM) if your server runs on a VM, or isolate the machine by using a firewall.
4747
.. Switch DNS records of the active server with the DNS records of the passive server.
4848
.. Assess the functionality of the test {ProjectServer}.
49-
For more information, see xref:Retrieving_the_Status_of_Services_{context}[].
49+
For more information, see xref:retrieving-the-status-of-services-by-using-cli_{context}[].
5050
.. Perform these verification checks regularly.

guides/common/modules/proc_preparing-for-disaster-recovery-with-active-and-passive-project-server-with-external-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To make sure the active server is inaccessible, you can turn the machine off, ha
3737
. Switch DNS records of the active server with the DNS records of the passive server.
3838
. Verify that your passive server can access the data stored on your shared storage.
3939
. Assess the functionality of the test {ProjectServer}.
40-
For more information, see xref:Retrieving_the_Status_of_Services_{context}[].
40+
For more information, see xref:retrieving-the-status-of-services-by-using-cli_{context}[].
4141
. Perform these verification checks regularly.
4242

4343
ifdef::satellite[]

guides/common/modules/proc_recovering-from-disaster-by-restoring-a-vm-snapshot-of-projectserver.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ This redirects traffic from the old server to the new server and you will not ne
2020

2121
.Verification
2222
* Assess the functionality of your restored {ProjectServer}.
23-
See xref:Retrieving_the_Status_of_Services_{context}[].
23+
For more information, see xref:retrieving-the-status-of-services-by-using-cli_{context}[].

guides/common/modules/proc_recovering-from-disaster-with-active-and-passive-project-server-and-backup-and-restore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ If your active {ProjectServer} fails, activate your passive secondary server.
1010
. Switch DNS records of the active server with the DNS records of the passive server.
1111
This ensures that hosts remain connected and you do not need to re-register them.
1212
. Assess the functionality of your new active {ProjectServer}.
13-
For more information, see xref:Retrieving_the_Status_of_Services_{context}[].
13+
For more information, see xref:retrieving-the-status-of-services-by-using-cli_{context}[].

guides/common/modules/proc_recovering-from-disaster-with-active-and-passive-project-server-with-external-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ This ensures that hosts remain connected and you do not need to re-register them
1414
. If your shared storage was mounted on both your active and passive servers, your passive server can already access the data.
1515
. If your shared storage was mounted only on your active server, re-mount it on your passive server.
1616
. Assess the functionality of your new active {ProjectServer}.
17-
For more information, see xref:Retrieving_the_Status_of_Services_{context}[].
17+
For more information, see xref:retrieving-the-status-of-services-by-using-cli_{context}[].

0 commit comments

Comments
 (0)