Skip to content

Commit

Permalink
Removed fix and clean up scripts: module-02.adoc
Browse files Browse the repository at this point in the history
User will follow instructions to fix issues in the lab. Clean up will occur when lab is re-provisioned.
  • Loading branch information
deplist authored Dec 18, 2024
1 parent 4450351 commit 0a3f196
Showing 1 changed file with 0 additions and 53 deletions.
53 changes: 0 additions & 53 deletions content/modules/ROOT/pages/module-02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
----

0 comments on commit 0a3f196

Please sign in to comment.