From 401f78203e85f25bb6c91c415b68713cde783b7f Mon Sep 17 00:00:00 2001 From: Naohiro Tamura Date: Thu, 26 Jan 2017 14:21:35 +0900 Subject: [PATCH] Update iRMC driver doc for soft reboot and soft power off This patch adds soft reboot and soft power off requirements, pysnmp and ServerView Agents, to iRMC driver documentation. Change-Id: I0987349e71086757e404e954596e301cad59709c Partial-Bug: #1526226 --- doc/source/drivers/irmc.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/source/drivers/irmc.rst b/doc/source/drivers/irmc.rst index cebbf04b33..78e6aa4cd7 100644 --- a/doc/source/drivers/irmc.rst +++ b/doc/source/drivers/irmc.rst @@ -19,9 +19,10 @@ There are 3 iRMC drivers: Prerequisites ============= -* Install `python-scciclient package `_:: +* Install `python-scciclient `_ + and `pysnmp `_ packages:: - $ pip install "python-scciclient>=0.4.0" + $ pip install "python-scciclient>=0.4.0" pysnmp Drivers ======= @@ -259,3 +260,7 @@ This driver supports FUJITSU PRIMERGY BX S4 or RX S8 servers and above. - PRIMERGY BX920 S4 - PRIMERGY BX924 S4 - PRIMERGY RX300 S8 + +Soft Reboot (Graceful Reset) and Soft Power Off (Graceful Power Off) +are only available if ServerView agents are installed. See iRMC S4 +Manual for more details.