Skip to content

Commit

Permalink
5.0 - Product name change preparations - Use parameter wherever possi…
Browse files Browse the repository at this point in the history
…ble (part 6) (#3527)

* Leftover changes of product name to parameter.

* Cont.
  • Loading branch information
0rnela authored Dec 2, 2024
1 parent 16d012c commit 84d8106
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/administration/pages/live-patching.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[live-patching]]
= Live Patching with SUSE Manager
= Live Patching with {productname}


Performing a kernel update usually requires a system reboot.
Expand Down
2 changes: 1 addition & 1 deletion modules/administration/pages/repo-metadata.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[security-repo-metadata]]
= Signing Repository Metadata
= Repository Metadata

You require a custom GPG key to be able to sign repository metadata.

Expand Down
2 changes: 1 addition & 1 deletion modules/administration/pages/task-schedules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All predefined task bunches are listed under menu:Admin[Task Schedules].
image::admin_task_schedules.png[scaledwidth=80%]


Click menu:SUSE Manager Schedules[Schedule name] to open the menu:Schedule Name[Basic Schedule Details].
Click menu:{productname} Schedules[Schedule name] to open the menu:Schedule Name[Basic Schedule Details].
You can disable it or change its frequency.

Click btn:[Edit Schedule] to update the schedule with your settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Consequence: What does the user see when this happens?
Fix: What can the user do to fix this problem?
Result: What happens after the user has completed the fix?
If more detailed instructions are required, put them in a "Resolving" procedure:
If more detailed instructions are required, put them in a "Resolving" procedure.
.Procedure: Resolving Widget Wobbles
. First step
. Another step
Expand Down Expand Up @@ -70,7 +71,7 @@ If further help is required, contact SUSE Consulting.

The proposed approach using the script is beneficial in the following environment:

* SUSE Manager Proxy systems are connected via a WAN connection;
* {productname} Proxy systems are connected via a WAN connection;
* [literal]``/srv/tftboot`` contains a high number of files for distributions and client PXE boot files, in total several thousand files;
* Any proxy in [literal]``/etc/cobbler/settings`` has been disabled, otherwise {productname} will continue to sync content to the proxies.
+
Expand All @@ -80,16 +81,17 @@ The proposed approach using the script is beneficial in the following environmen
# - "sumaproxy2.sumaproxy.test"
----

Procedure: Analyze new sync speed

.Procedure: Analyzing New Sync Speed

. Take a dump of the TCP traffic between {productname} and the involved systems.
* On SUSE Manager Server:
* On {productname} Server:
+
----
tcpdump -i ethX -s 200 host <ip-address-of-susemanagerproxy> and not ssh
----
+
* On SUSE Manager Proxy:
* On {productname} Proxy:
+
----
tcpdump -i ethX -s 200 host <ip-address-of-susemanager> and not ssh
Expand All @@ -109,7 +111,7 @@ cobbler sync
. When {command]``cobbler sync`` is finished, stop the TCPdumps.
. Open the TCPdumps using Wireshark, go to [guimenu]``Statistics > Conversations`` and wait for the dump to be analyzed.
. Switch to the TCP tab.
The number shown on this tab gives the total number of conversations captured between SUSE Manager and SUSE Manager Proxy.
The number shown on this tab gives the total number of conversations captured between {productname} Server and {productname} Proxy.
. Look for the column [guimenu]``Duration``.
* Start by sorting in ascending order to find out the minimal amount of time it took to transfer a file.
* Continue by sorting in descending order to find out the maximum values for the big files, for example kernel and initrd transfers.
Expand Down

0 comments on commit 84d8106

Please sign in to comment.