The CentOS Full Install distribution of the perfSONAR toolkit is an ISO image that can be mounted to a DVD or USB drive. The image contains all the required packages so Internet connectivity is not required for the initial install. The document describes step-by-step how to install this distribution in the two available modes.
.. seealso:: See :ref:`GettingChooseInstall` for more information on choosing an installation type.
Download the ISO image from :ref:`GettingDownloads` or below:
Architecture
Downloads
x86_64
:centos_fullinstall_iso:`iso <x86_64>` :centos_fullinstall_md5:`md5 <x86_64>`
Verify the md5 checksum by verifying the two lines output are the same when you run the command below (replace the filenames with that of the downloaded iso and md5). If they do no match then you may need to re-download the iso images:
$ md5sum pS-Toolkit-4.X-CentOS7-FullInstall-x86_64.iso;cat pS-Toolkit-4.X-CentOS7-FullInstall-x86_64.iso.md5
- Mount the ISO to a DVD or USB drive
Note
The Full Install ISO is generally too large to fit on current writable CDs
Note
Detailed instructions on mounting an ISO image to the above media is beyond the scope of this document. Linux and Macintosh users may consider using the dd tool:
sudo dd if=/PATH/TO/FILE.iso of=/dev/DISK
or the pv tool (as root):pv /PATH/TO/FILE.iso > /dev/DISK
Insert the media containing the ISO into the target end system
- Power on the host
Note
By default CentOS 7 will use a graphical installer.
- The next screen will present installation summary and you will be prompted to complete a few sections including at minimum localization and installation destination sections. Sections to complete are marked with special exclamation icon.
-
Special Topic: Localization
Special Topic: Installation destination
Scroll down the screen and select INSTALLATION DESTINATION to choose where you would like to install the operating system and how you would like to partition the drive.
- If you use clean disk you may select Automatically configure partitioning under Other Storage Options. If you want to change partitioning schema or delete unused partitions go to Other Storage Options and select I will configure partitioning
-
Note
Manual partitioning will be required if you want to replace existing partitions on the disk.
Special Topic: Manual partitioning
MANUAL PARTITIONING screen allows you to setup a custom partitioning scheme including deleting unused partitions.
- Select ROOT PASSWORD in order to configure root password. Please make note of this password as it will be required to login to the host after installation completes. Normal precautions should be taken to protect the root password as it can be used to make changes to the system. For example, safe password practices would recommend a password that contains a mixture of letters of different case, numbers, symbols, and a length greater than 8. It is also not recommend to re-use passwords on multiple machines, in the event of a system breach. After entering and confirming the password hit Done.
After the reboot you will be presented with a login screen. You can login with the root user and the password set during the installation process. You are now ready to move on to :doc:`install_config_first_time`