此内容没有您所选择的语言版本。
4.3.7. Running the Installation Script
The following procedure starts the installation procedure for Red Hat Satellite using an External Database. Ensure to run this procedure as the
root
user.
Warning
The installation program updates all required packages, possibly including the kernel.
Procedure 4.22. Running the Installation Program
- Run the installation program from the
/media/cdrom/
directory. To install to an external PostgreSQL database:./install.pl --external-postgresql --disconnected
# ./install.pl --external-postgresql --disconnected
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Or to install to an external Oracle database:./install.pl --external-oracle --disconnected
# ./install.pl --external-oracle --disconnected
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note
The--disconnected
option is required to prevent the installation program attempting to connect to Red Hat Network. - The script first verifies the prerequisites Chapter 2, Requirements are met before proceeding with the installation.
* Starting the Red Hat Satellite installer. * Performing pre-install checks. * Pre-install checks complete. Beginning installation.
* Starting the Red Hat Satellite installer. * Performing pre-install checks. * Pre-install checks complete. Beginning installation.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - The script performs host registration with Red Hat Subscription Manager (if not already done), installs and updates all required packages, and populates the database on the external database host.If the installer prompts with the question, "Do you want the installer to resolve dependencies [y/N]?", reply
y
.Copy to Clipboard Copied! Toggle word wrap Toggle overflow