...
Open your web browser, enter the IP address or hostname of the server’s IPMI, and log in to the server's IPMI using your credentials.
Load the DVD/ISO image into the virtual drive using the 'Remote Control' option from the left side menu of the IPMI dashboard.
Click 'Launch Console' to launch the IPMI remote console.
A similar warning message may appear regarding the certificate. If so, click Continue, then Run.
Now, you will see the console screen. Click Virtual Media → Virtual Storage to load the DVD ISO image.
Select the logical drive type as 'ISO image'. Click Open Image to provide the path to the DVD ISO image.
From the file explorer browse, select the downloaded ISO file and click Open.
After selecting the DVD ISO image, click OK.
Once the DVD ISO image is loaded into the virtual drive, the next step is to select the boot medium in the BIOS menu. Choose the virtual drive as the boot device. This ensures that when the server starts, it will boot from the DVD ISO image.
In the BIOS menu, change the boot order or priorities. Ensure that the Virtual Media is set as the first choice by moving the Virtual CDROM option to the top of the list. Upon rebooting, the system will quickly pick the virtual CDROM as the booting device.
After selecting the booting device, save the BIOS changes and reboot the system.
...
Press the down key, and a drive list will appear. Choose a disk with a size between 500 GB and 1 TB. This is required to create 4 logical disk partitions. The first 3 partitions will be automatically created by the installer (
/
,/boot
,/boot/efi
), and the fourth one (/var
) we will create manually in the same volume group.Select a drive with the required size (between 500 GB to 1TB) and select ‘Done’; 3 partitions will be created.
Three partitions have been created:
/
,/boot
, and/boot/efi
. The/
partition is very small, so let's increase its size to 300 GB.To change the size of the
/
partition, go down to the menu. Under 'DEVICE', select “new, to be formatted as ext4, mounted at /” and then Edit. Use the right arrow key to navigate to 'Edit' and press 'Enter'.A volume resize screen will appear. Change the size from 100 GB to 300 GB and select Save.
...
Now,
...
create the 4th partition
/var
from the remaining space on the drive (ubuntu-vg). We will not use the complete remaining space for the/var
volume; leave some space for future growth in case we need to expand the/
or/var
volume. To create the new volume, select and create Logical volume from free space under 'DEVICE' and ubuntu-vg (new).
...
To create the 4th partition, enter the volume size, select the format type as ext4, set the mount point/type to
/var
, and then select 'Done'.
...
Now, create the 5th partition using another disk. Swarm Containers will use this partition. The partition needs to be quite large. Before creating the logical partition, Create the volume group vg0. To create the volume group, go down and select Create volume group.
A pop-up window will appear. Assign a name to the volume group (VG), such as "vg0", select a sufficiently large disk to create the volume group, then go to the Create button and press Enter.
Now, a new volume group, "vg0", has been created which displays the available free space to create a logical partition.
Let's create the 5th logical partition using the entire available free space.
A pop-up window will appear. Select xfs from the Format menu option and /var/lib from the Mount menu option. This will dedicate all the available free space to "/var/lib," where the containers reside. Enter the maximum size displayed on the screen.
A warning appears stating that the disk will be formatted for OS installation. Click Continue to proceed.
User Creation
Please provide the following information to set up a user profile and select Done.
...
Sit back and relax while the operating system is being installed.
After a successful installation, the system will attempt to eject the virtual CD-ROM. If it fails, you can safely ignore it.
Reboot the server using the IPMI console. Within a few minutes, the server will reboot completely and the login screen will display. You can now log in to the system and start using it.
Tip |
---|
Next, see Base Packages Installation |
...