2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Update mlnxofed_ib_install_v2_diskful.rst

This commit is contained in:
Victor Hu 2017-01-31 16:01:55 -05:00 committed by GitHub
parent d1088318bc
commit 1a400c31ab

View File

@ -24,14 +24,12 @@ Diskful Installation
-p postscripts="mlnxofed_ib_install -p /install/<path-to>/<MLNX_OFED_LINUX.iso> \
-m --add-kernel-support -end-"
#. Provision the node
#. Provision the node ::
rinstall <node> osimage=
#. Verification
* The Mellanox IB drivers are located at: ``/lib/modules/<kernel_version>/extra/``
* Use the ``ibv_devinfo`` comamnd to obtain information about the InfiniBand adapter
* Check the status of ``openibd`` service
sysVinit: ::
@ -42,3 +40,6 @@ Diskful Installation
systemctl status openibd.service
* Verify that the Mellanox IB drivers are located at: ``/lib/modules/<kernel_version>/extra/``
* Use the ``ibv_devinfo`` comamnd to obtain information about the InfiniBand adapter.