diff --git a/docs/source/advanced/hierarchy/provision/diskful_sn.rst b/docs/source/advanced/hierarchy/provision/diskful_sn.rst index 972a81712..e882a50b1 100644 --- a/docs/source/advanced/hierarchy/provision/diskful_sn.rst +++ b/docs/source/advanced/hierarchy/provision/diskful_sn.rst @@ -33,22 +33,22 @@ Configure ``otherpkgdir`` and ``otherpkglist`` for service node osimage * Verify the following entries are included in the package file specified by the ``otherpkglist`` attribute of the service node osimage. :: - xcat/xcat-dep///xCATsn + xcat/xcat-core/xCATsn xcat/xcat-dep///conserver-xcat xcat/xcat-dep///perl-Net-Telnet xcat/xcat-dep///perl-Expect For example, for the osimage *rhels7-x86_64-install-service* :: - [root@fs4 ~]# lsdef -t osimage rhels7-x86_64-install-service -i otherpkglist - Object name: rhels7-x86_64-install-service + lsdef -t osimage rhels7-x86_64-install-service -i otherpkglist + Object name: rhels7-x86_64-install-service otherpkglist=/opt/xcat/share/xcat/install/rh/service.rhels7.x86_64.otherpkgs.pkglist - [root@fs4 ~]# cat /opt/xcat/share/xcat/install/rh/service.rhels7.x86_64.otherpkgs.pkglist + + cat /opt/xcat/share/xcat/install/rh/service.rhels7.x86_64.otherpkgs.pkglist xcat/xcat-core/xCATsn xcat/xcat-dep/rh7/x86_64/conserver-xcat xcat/xcat-dep/rh7/x86_64/perl-Net-Telnet xcat/xcat-dep/rh7/x86_64/perl-Expect - [root@fs4 ~]# **Note:** you will be installing the xCAT Service Node rpm xCATsn meta-package on the Service Node, not the xCAT Management Node meta-package. Do not install both. diff --git a/docs/source/advanced/hierarchy/provision/diskless_sn.rst b/docs/source/advanced/hierarchy/provision/diskless_sn.rst index 173c45c73..95abb79e6 100644 --- a/docs/source/advanced/hierarchy/provision/diskless_sn.rst +++ b/docs/source/advanced/hierarchy/provision/diskless_sn.rst @@ -83,12 +83,19 @@ When you run ``copycds``, xCAT will only create a Service Node stateful osimage :: - xcat/xcat-dep///xCATsn + xcat/xcat-core/xCATsn xcat/xcat-dep///conserver-xcat xcat/xcat-dep///perl-Net-Telnet xcat/xcat-dep///perl-Expect - These are required to install the xCAT Service Node function into your image. + For example, for the osimage *rhels7.3-ppc64le-netboot-service*: :: + + xcat/xcat-core/xCATsn + xcat/xcat-dep/rh7/ppc64le/conserver-xcat + xcat/xcat-dep/rh7/ppc64le/perl-Net-Telnet + xcat/xcat-dep/rh7/ppc64le/perl-Expect + + **Note:** you will be installing the xCAT Service Node rpm xCATsn meta-package on the Service Node, not the xCAT Management Node meta-package. Do not install both. 2, Create the postinstall script.