diff --git a/docs/source/references/coral/mn/index.rst b/docs/source/references/coral/mn/index.rst index 426e330a6..55f5cb559 100644 --- a/docs/source/references/coral/mn/index.rst +++ b/docs/source/references/coral/mn/index.rst @@ -1,5 +1,5 @@ -Management Node - xCAT -====================== +Management Node +=============== The Management Node should be installed with a RHEL Operating System. The following guides describe the process of installation, configuration and validation of xCAT on the Management Node. diff --git a/docs/source/references/coral/mn/install.rst b/docs/source/references/coral/mn/install.rst index 87782b2f8..92baff000 100644 --- a/docs/source/references/coral/mn/install.rst +++ b/docs/source/references/coral/mn/install.rst @@ -1,2 +1,16 @@ Install ======= + + +Prerequisite +------------ + +Install the following RPMs Management Node. They are used by various tools xCAT provides to assist with debugging/validation: :: + + yum -y install tcpdump pciutils bzip2 bind-utils + + +Install xCAT +------------ + +See :ref:`rhel_install_guide` for detailed xCAT installation instructions.