From ee8ca37e00fff3bea37bb7268baa9b7669cbf104 Mon Sep 17 00:00:00 2001 From: Victor Hu Date: Mon, 11 Sep 2017 14:11:00 -0400 Subject: [PATCH] Add content to the xCAT install portion --- docs/source/references/coral/mn/index.rst | 4 ++-- docs/source/references/coral/mn/install.rst | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) 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.