2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

Made suggested changes to pull request #390

This commit is contained in:
Patrick Lundgren
2015-11-11 11:49:06 -05:00
parent fcd5d065cf
commit b2490f2f90
7 changed files with 25 additions and 52 deletions

View File

@@ -29,12 +29,3 @@ Install xCAT with the following command: ::
apt-get install xCAT
**Note:** During the install, you must accept the *xCAT Security Key* to continue: ::
Retrieving key from file:///root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Importing GPG key 0xC6565BC9:
Userid: "xCAT Security Key <xcat@cn.ibm.com>"
From : /root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Is this ok [y/N]:

View File

@@ -38,7 +38,7 @@ xCAT uses the apt package manager on Ubuntu Linux distributions to install and r
Set up Network
--------------
The Management Node IP address should be set to a **static** ip address.
The Management Node IP address should be set to a **static** IP address.
Modify the ``interfaces`` file in ``/etc/network`` and configure a static IP address. ::

View File

@@ -21,7 +21,7 @@ The system requirements for your xCAT management node largely depends on the siz
.. BEGIN_setup_mgmt_node_network
The Management Node IP address should be set to a **static** ip address.
The Management Node IP address should be set to a **static** IP address.
Modify the ``ifcfg-<device>`` file in ``/etc/sysconfig/network-scripts`` and configure a static IP address.
@@ -150,24 +150,6 @@ Unless you are downloading ``xcat-dep`` to match a specific package tested with
.. END_configure_xcat_local_repo_xcat-dep_DEBIAN
.. BEGIN_installing_xcat
Install xCAT with the following command: ::
yum clean all (optional)
yum install xCAT
**Note:** During the install, you must accept the *xCAT Security Key* to continue: ::
Retrieving key from file:///root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Importing GPG key 0xC6565BC9:
Userid: "xCAT Security Key <xcat@cn.ibm.com>"
From : /root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Is this ok [y/N]:
.. END_installing_xcat
.. BEGIN_verifying_xcat
@@ -224,11 +206,3 @@ xCAT is started automatically after the installation, but the following commands
.. END_verifying_xcat
.. BEGIN_update_xcat
If at a later date you want to update xCAT, first, update the software repositories and then run: ::
yum clean metadata # or, yum clean all
yum update '*xCAT*'
.. END_update_xcat

View File

@@ -1,7 +1,17 @@
Install xCAT
------------
.. include:: ../common_sections.rst
:start-after: BEGIN_installing_xcat
:end-before: END_installing_xcat
Install xCAT with the following command: ::
yum clean all (optional)
yum install xCAT
**Note:** During the install, you must accept the *xCAT Security Key* to continue: ::
Retrieving key from file:///root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Importing GPG key 0xC6565BC9:
Userid: "xCAT Security Key <xcat@cn.ibm.com>"
From : /root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Is this ok [y/N]:

View File

@@ -1,6 +1,10 @@
Updating xCAT
=============
.. include:: ../common_sections.rst
:start-after: BEGIN_update_xcat
:end-before: END_update_xcat
If at a later date you want to update xCAT, first, update the software repositories and then run: ::
yum clean metadata # or, yum clean all
yum update '*xCAT*'

View File

@@ -7,13 +7,5 @@ Install xCAT with the following command: ::
zypper install xCAT
**Note:** During the install, you must accept the *xCAT Security Key* to continue: ::
Retrieving key from file:///root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Importing GPG key 0xC6565BC9:
Userid: "xCAT Security Key <xcat@cn.ibm.com>"
From : /root/xcat/xcat-dep/rh6/ppc64/repodata/repomd.xml.key
Is this ok [y/N]:
**Note:** During the install, you must accept the *xCAT Security Key* to continue

View File

@@ -38,5 +38,7 @@ xCAT uses the zypper package manager on SLES Linux distributions to install and
Set up Network
--------------
The Management Node IP address should be set to a **static** IP address.
Modify the ``ifcfg-<device>`` file in ``/etc/sysconfig/network/`` and configure a static IP address.