Questo contenuto non è disponibile nella lingua selezionata.
4.2. Pre-Installation
The following instructions assume the Red Hat Satellite installation media is mounted at
/media/cdrom/
. The installation media contains the install.pl
Installation Script.
This section outlines considerations to take in account before running the Installation Script.
4.2.1. Options for the Installation Script
The table below outlines the various options available for the
install.pl
Installation Script:
Option | Usage |
---|---|
--help | Prints the help message. |
--answer-file=<filename> | Indicates the location of an answer file to be use for answering questions asked during the installation process. |
--non-interactive | For use only with --answer-file . If the --answer-file does not provide a required response, exit instead of prompting the user. |
--re-register | Register the system with Red Hat Network, even if it is already registered. |
--external-oracle | Install Red Hat Satellite with an external Oracle database. |
--external-postgres | Install Red Hat Satellite with an external PostgreSQL database. |
--managed-db | Install a PostgreSQL Managed Database. |
--disconnected | Install Red Hat Satellite in disconnected mode. |
--clear-db | Clear any pre-existing database schema before installing. This will destroy any data in the database and re-create an empty schema. |
--skip-system-version-test | Do not test the Red Hat Enterprise Linux version before installing. |
--skip-selinux-test | Do not check to make sure SELinux is disabled. |
--skip-fqdn-test | Do not verify that the system has a valid hostname. Red Hat Satellite requires that the hostname be properly set during installation. Using this option may result in a Satellite server that is not fully functional. |
--skip-db-install | Do not install the embedded database. This option may be useful if you are reinstalling the satellite, and do not want to clear the database. |
--skip-db-diskspace-check | Do not check to make sure there is enough free disk space to install the embedded database. |
--skip-db-population | Do not populate the database schema. |
--skip-gpg-key-import | Do not import Red Hat's GPG key. |
--skip-ssl-cert-generation | Do not generate the SSL certificates for the Red Hat Satellite. |
--run-updater | Do not ask to install needed packages from Red Hat Network, if the system is registered. |