From b38c46f9a4ab37058583cc5c15ca76fe7d64957c Mon Sep 17 00:00:00 2001 From: Shivanand Tendulker Date: Wed, 3 Oct 2018 02:38:15 -0400 Subject: [PATCH] Add documentation for 'inject nmi' for ilo hardware type This patch updates documentation of 'ilo' hardware type for 'inject nmi' functionality. Change-Id: I09a7f3e1ce034526a7259c9cc6e7400d353391a8 --- doc/source/admin/drivers/ilo.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/source/admin/drivers/ilo.rst b/doc/source/admin/drivers/ilo.rst index 80630de9ab..13d1ffbd33 100644 --- a/doc/source/admin/drivers/ilo.rst +++ b/doc/source/admin/drivers/ilo.rst @@ -48,6 +48,7 @@ The hardware type ``ilo`` supports following HPE server features: * `Firmware based UEFI iSCSI boot from volume support`_ * `Certificate based validation in iLO`_ * `Rescue mode support`_ +* `Inject NMI support`_ Hardware interfaces ^^^^^^^^^^^^^^^^^^^ @@ -1712,6 +1713,25 @@ access the node. Please refer to :doc:`/admin/rescue` for detailed explanation of rescue feature. +Inject NMI support +^^^^^^^^^^^^^^^^^^ +The management interface ``ilo`` supports injection of non-maskable +interrupt (NMI) to a bare metal. Following command can be used to inject +NMI on a server: + +.. code-block:: console + + openstack baremetal node inject nmi + +Following command can be used to inject NMI via Compute service: + +.. code-block:: console + + openstack server dump create + +.. note:: + This feature is supported on HPE ProLiant Gen9 servers and beyond. + .. _`ssacli documentation`: https://support.hpe.com/hpsc/doc/public/display?docId=c03909334 .. _`proliant-tools`: https://docs.openstack.org/diskimage-builder/latest/elements/proliant-tools/README.html .. _`HPE iLO4 User Guide`: https://h20566.www2.hpe.com/hpsc/doc/public/display?docId=c03334051