From 0a3f196b7b0fdc0578fd92d1e11d22761293d66f Mon Sep 17 00:00:00 2001 From: Si <28956920+deplist@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:26:22 +0000 Subject: [PATCH] Removed fix and clean up scripts: module-02.adoc User will follow instructions to fix issues in the lab. Clean up will occur when lab is re-provisioned. --- content/modules/ROOT/pages/module-02.adoc | 53 ----------------------- 1 file changed, 53 deletions(-) diff --git a/content/modules/ROOT/pages/module-02.adoc b/content/modules/ROOT/pages/module-02.adoc index 7cfd2b3..3be3237 100644 --- a/content/modules/ROOT/pages/module-02.adoc +++ b/content/modules/ROOT/pages/module-02.adoc @@ -168,23 +168,6 @@ The registered system name is: node2.lab.example.com ---- -=== Fix and Cleanup -If unable to complete the task, run the following command to fix the lab: - -[source,sh,role=execute,subs="attributes"] ----- -# lab fix client_registration ----- - -Clean the lab environment before proceeding to the next exercise. - -[source,sh,role=execute,subs="attributes"] ----- -# lab clean client_registration ----- - - - [#scenario 2] == Scenario 2: Troubleshoot Remote Execution @@ -232,23 +215,6 @@ Run the following command to introduce the remote execution failure * Run a second job on node 1 by navigation to `Monitor` -> `Jobs` -> `Run job`. This time, the job was successful -=== Fix and Cleanup -If unable to complete the task, run the following command to fix the lab: - -[source,sh,role=execute,subs="attributes"] ----- -# lab fix client_execution ----- - -Clean the lab environment before proceeding to the next exercise. - -[source,sh,role=execute,subs="attributes"] ----- -# lab clean client_execution ----- - - - [#scenario 3] == Scenario 3: Troubleshoot Capsule Connectivity @@ -314,22 +280,3 @@ Run the following command to introduce the registration failure ---- Cause: A firewall or proxy, which is located between the Satellite and Capsule servers, is making a certificate modification during the certification validation process. It needs to be checked and corrected. - - - - - -=== Fix and Cleanup -If unable to complete the task, run the following command to fix the lab: - -[source,sh,role=execute,subs="attributes"] ----- -# lab fix client_capsule ----- - -Clean the lab environment before proceeding to the next exercise. - -[source,sh,role=execute,subs="attributes"] ----- -# lab clean client_capsule -----