Class RHAPrep
Class RHAPrep
Questions and reports of problems with this document should be sent to the
curriculum team at <[email protected]>.
The difference between this and the regular ClassPrep.txt is that the
regular file identifies a download system where instructors individually
download course materials and update a single larger USB device. In this
document we describe working with the pre-created USB disk images that
are exclusively available to the RHA community.
If you do not have access to the download sites, please contact your
normal RHA support people (the Curriculum Team regrets that it is
unable to assist in these matters).
The first four files are support files that are needed regardless of
course being taught. The usb-*.img files represent image copies of USB
media of the specified size (12G, 16G, or 24G) that can be used for the
list of courses identified above.
For clarity, the reference to 8.0 identifies that the media will be
using RHEL 8.0 to physically install the classroom referred to as
RHCIfoundation. The version of RHEL used in the courses will likely
vary from the physical layer but is isolated to the virtual layer that
all instructor demonstrations and student activities are performed.
The steps included here identify Linux commands that can be used to write
the media. If you are using another platform to create the media, you
will need to appropriately translate and test. We officially support doing
this on Linux only (but do know people have made it work elsewhere).
Use your CD-ROM/DVD-ROM burner to write the RHCI ISO image to a disc.
The following command should work on a RHEL or Fedora system:
The dev= argument is only needed if you have multiple burners, and
should point to the DEVICE which is the CD-ROM/DVD-ROM device which
you are using; /dev/cdrw for example.
You may wish to prepare extra copies in case one is damaged when
traveling to the training site.
This step will create your USB memory stick or hard drive as a classroom
setup installation media source. The .img file represents a mirror image
of that size USB device and can be placed on USB media that is at least
the size specified.
Insert your USB memory stick or external hard drive into the system which
has the cache directory containing the materials you downloaded from
Gilmore. (Reminder---that cache directory MUST NOT be on the same USB
memory stick or external hard drive)
Note very carefully the device name used by the file system on the
external USB device. This may be something like "/dev/sdc". You must
specify the device name that refers to the whole device, not some
pre-existing partition.
Make sure the device is not currently mounted before running (replacing
/dev/sdc with the device name of your USB device):
The USB device has been rendered "bootable" should the BIOS of the
system being installed to support USB/MBR booting....
CHANGELOG
=========
* Sun Mar 17 2019 Robert Locke <[email protected]> 8.x-7
- update to RHEL 8
* Tue Jul 25 2017 Robert Locke <[email protected]> 7.x-5
- change references to 7.3 and add/differentiate CL110 v8 and v10
* Sat Dec 17 2016 Robert Locke <[email protected]> 7.x-5
- Initial release.