Installing from Kickstart media
At the end of your BMC Discovery installation, you should ensure that you have configured networking to suit your environment. For example, if your installation uses a static IP address, you must specify appropriate DNS settings. You can add DNS entries through the UI in the Administration page. See Configuring-name-resolution-settings for more information.
Before you begin
Before installing BMC Discovery from the kickstart, make sure that you fulfill the following:
- You must be an experienced Linux system administrator.
- You must have read the Hardware-requirements page for clusters and standalone appliances.
- You must have read the Appliance sizing guidelines.
- You must install BMC Discovery on x86-64 based hardware that is supported by Oracle Linux 9. Installation on 32-bit machines is not possible.
- You must use BIOS boot, you might have to disable UEFI boot to do this.
Appliance sizing guidelines
You might need to consider many factors when specifying the configuration of the appliance. Every environment is different and consequently the data published here is purely a guide as to how to configure your appliance.
Installing BMC Discovery
To install BMC Discovery from a kickstart:
- Boot your host using the kickstart media.
For more information, see the documentation supplied with the hardware platform. A splash screen appears, which enables you to select installer options (press F2 to see more information). Choose from the following options:- installto install on a system configured as specified in Appliance-specification. This option performs an installation that completely overwrites any data on the system, and enables you to set network configuration, keyboard layout, language and timezone. BMC Discovery will always be installed onto the first disk. Additional disks can be configured from the BMC Discovery UI when the install is complete.
customenables you to customize disk partitioning, but is otherwise identical to the install option. Always use the install option in preference to the custom option, even if you have multiple disks. Should you use custom to create a non-standard disk layout, the Disk Configuration feature will not be able to manage BMC Discovery storage. When using the custom option, ensure that the /boot partition is 750 MB as in the default partitioning scheme.
- Specify one of the supported options at the boot: prompt and press Enter.
The OS installer starts. - For the language to use during installation, select English, and click Continue.
- From the KEYBOARD section, select the appropriate keyboard for the system, and click Done.
- In the NETWORK & HOSTNAME section, enter a host name, for example, appliance01 and click Apply.
Select and enable the first ethernet device, the name varies depending on the hardware. For example, it might be ens160.
- If you have any other network interfaces, enable those.
- Click Done.
- From DATE & TIME, select your timezone. Do not enable Network Time (NTP) in the installer, you should do that from the UI after you have completed the installation. Click Done.
- From INSTALLATION SUMMARY, click Begin Installation.
- When the installation has completed, remove or unmount the kickstart media and click Reboot. The installation is now complete. If you have more than one disk, configure them post-installation using the disk configuration utility.
- Once the appliance reboots, you can access the UI. You are immediately prompted to change the system (UI) password, and the root and tideway (command line) passwords.
Configuring the custom option
If you select the custom option, use the following steps to configure the disks:
- Select INSTALLATION DESTINATION from the INSTALLATION SUMMARY.
- If required to encrypt (Linux Unified Key Setup (LUKS) disk encryption) all partitions (excluding /boot) on the system with a single password, click the Encrypt my data check box. You will enter a password later. To encrypt an additional disk at a later time, see Performing-LUKS-disk-encryption-for-an-added-drive.
Select the disk onto which to install BMC Discovery and click Done. If you had selected Encrypt my data, you will now be prompted for a password. Set the password and click Save password.
By default LVM is selected, you can use LVM, though if you do, you will be unable to use the Disk Configuration utility after installation. If you do not require LVM, select Standard Partition. You will be unable to use the Disk Configuration utility if any partitions are encrypted.
- Create the partitions in this volume using the sizes described in the following table as a guide.
- To add a mount point, click + at the bottom of the installation utility's partition table.
- When you enter partition sizes, the default is MB, you must specify GB explicitly.
- Click Add mount point to add the mount point.
Change the file system to ext4.
Mountpoint
Type
Size
/boot
ext4
750 MB
/
ext4
5 GB
/reserved
ext4
5 GB
swap
Review the Hardware requirements and the Appliance sizing guidelines to size the swap partition
/var
ext4
1.7 GB
/var/log
ext4
1.2 GB
/var/log/audit
ext4
900 MB
/home
ext4
2 GB
/usr/tideway
ext4
Leave the desired capacity field empty to allow the partition to expand to the maximum allowable space.
- Click the Encrypt check box if encryption of the individual partition is required. You will be prompted for a password later.
- Click Done. If you selected to encrypt individual partitions, you will now be prompted for a password. Set the password and click Save password.
- You are presented with a summary of changes. Review the changes. If they are correct, click Accept Changes.
- Click Begin Installation.