Questo contenuto non è disponibile nella lingua selezionata.
4.2.2. Mounting the Installation Media
Once you have obtained a version of the Red Hat Satellite 5 installation media, mount the disc or ISO image on the host.
Note
Repeat this procedure on the Satellite host and the Managed DB host.
Procedure 4.10. Mounting from a disc
- Log into the host as
root. - Insert the Red Hat Satellite Server CD or DVD containing the installation files.
- Red Hat Enterprise Linux might automount the disc. If so, it mounts the disc to the
/media/cdrom/directory. If Red Hat Enterprise Linux does not automount the disc, manually mount it to the/media/cdrom/directory with the following command:mkdir /media/cdrom mount /dev/cdrom /media/cdrom
# mkdir /media/cdrom # mount /dev/cdrom /media/cdromCopy to Clipboard Copied! Toggle word wrap Toggle overflow
Procedure 4.11. Mounting from an ISO image
- Log into the host as
root. - Mount the ISO image to a location on your filesystem:
mkdir /media/cdrom mount -o loop iso_filename /media/cdrom
# mkdir /media/cdrom # mount -o loop iso_filename /media/cdromCopy to Clipboard Copied! Toggle word wrap Toggle overflow
The installation media is mounted at
/media/cdrom/. Use this location to access the Red Hat Satellite installation program.