************************************************************************** ** ** ** BMC Driver (FJSVxosbmc) ** ** version:0.0.16-0_4.18.0_372.9.1 ** ** ** ************************************************************************** Fujitsu Limited -------------------------------------------------------------------------- [High Risk Activity] The Customer acknowledges and agrees that the Product is designed, developed and manufactured as contemplated for general use, including without limitation, general office use, personal use, household use, and ordinary industrial use, but is not designed, developed and manufactured as contemplated for use accompanying fatal risks or dangers that, unless extremely high safety is secured, could lead directly to death, personal injury, severe physical damage or other loss (hereinafter "High Safety Required Use"), including without limitation, nuclear reaction control in nuclear facility, aircraft flight control, air traffic control, mass transport control, medical life support system, missile launch control in weapon system. The Customer, shall not use the Product without securing the sufficient safety required for the High Safety Required Use. In addition, Fujitsu (or other affiliate's name) shall not be liable against the Customer and/or any third party for any claims or damages arising in connection with the High Safety Required Use of the Product. -------------------------------------------------------------------------- This document describes BMC Driver. The contents of the document is shown as follows. [contents] 1. About using this product 2. Target model 3. Running environment 4. Warning 5. Revision history(modified item) 6. Installation procedures 7. Trademark and copyright -------------------------------------------------------------------------- 1. About using this product When using this software, please follow the license agreements below. If you are unable to follow them, please do not use this software. License agreements 1) This software is confirmed usable under the target model described latter. 2) This software is licensed under the terms of the GNU General Public License Version 2 - This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details, a copy of which can be found in the file COPYING included with this package. Please refer to the following website for the details of the license. http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 3) Even if damage occurs by using this software, our company does not assume any responsibility. -------------------------------------------------------------------------- 2. Target model FUJITSU Supercomputer PRIMEHPC FX700 -------------------------------------------------------------------------- 3. Running environment Distribution: Red Hat Enterprise Linux 8.6 (64-bit ARM) or later Kernel version: 4.18.0-372.9.1.el8 or later -------------------------------------------------------------------------- 4. Warning - This software works only on the above-mentioned model. - Refer to the following website for the support of distributions and kernels. https://www.fujitsu.com/global/products/computing/servers/supercomputer/documents/ - Notes for OS release up When updating OS release, update this software to the version supporting the OS release after the updating of the OS release. - The OpenIPMI package is required for the BMC driver. Before install BMC driver, please install OpenIPMI package first. -------------------------------------------------------------------------- 5. Revision history(modified item) v0.0.16-0_4.18.0_372.9.1(05/18/2021) (1) Support for Red Hat Enterprise Linux 8.6(kernel-4.18.0-372.9.1.el8) v0.0.16-0_4.18.0_348(11/19/2021) (1) Support for Red Hat Enterprise Linux 8.5(kernel-4.18.0-348.el8) v0.0.16-0_4.18.0_305(10/26/2021) (1) Support FX700 models with less than 48 cores. v0.0.15-0_4.18.0_305-1(09/06/2021) (1) Add a note about OpenIPMI package v0.0.15-0_4.18.0_305(06/14/2021) (1) Support for Red Hat Enterprise Linux 8.4(kernel-4.18.0-305.el8) v0.0.12-0_4.18.0_240(12/16/2020) (1) Support for Red Hat Enterprise Linux 8.3(kernel-4.18.0-240.el8) v0.0.10-0_4.18.0_193(06/30/2020) (1) Support for Red Hat Enterprise Linux 8.2(kernel-4.18.0-193.el8) V0.0.8-0(03/13/2020) (1) Support for Red Hat Enterprise Linux 8.1 V0.0.7-13(02/28/2020) (1) First Release -------------------------------------------------------------------------- 6. Installation procedures Untar FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.tar.gz, then you'll get rpm package. Directory trees: FJSVxosbmc-0.0.16-0_4.18.0_372.9.1/RPMS/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.el8.aarch64.rpm FJSVxosbmc-0.0.16-0_4.18.0_372.9.1/SRPMS/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.el8.src.rpm FJSVxosbmc-0.0.16-0_4.18.0_372.9.1/DOC/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1-README.ja_JP.SJIS.txt FJSVxosbmc-0.0.16-0_4.18.0_372.9.1/DOC/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1-README.ja_JP.UTF-8.txt FJSVxosbmc-0.0.16-0_4.18.0_372.9.1/DOC/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1-README.txt FJSVxosbmc-0.0.16-0_4.18.0_372.9.1/DOC/LICENSE.txt Install the rpm package by the following procedures. 6.1 Newly installation 1) Transfer the RPM file. Transfer FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.el8.aarch64.rpm to FX700 node by using scp command, etc. The following step assumes that the file has been transferred to the /SOMEWHERE directory on the FX700 node. 2) Change to the super-user (root) privilege. $ su - 3) Apply the RPM file. Apply the RPM file by performing the yum command on the FX700 node. # yum -y install /SOMEWHERE/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.el8.aarch64.rpm 4) Reflect setting. Perform the following command on the FX700 node to restart the node. # shutdown -r now 5) Check the installation status. If the status of the systemd service FJSVxosbmc is active, installation has been successfully completed. # systemctl status FJSVxosbmc 6) Check the version. Perform the following command on the FX700 node and check that the version is 0.0.16-0_4.18.0_372.9.1. # rpm -q FJSVxosbmc 7) Check the OS status is notified to the BMC. On the BMC Web GUI [Power Control] screen, check the "Running Status" is "OS Running". 6.2 Updating installation 1) Transfer the RPM file. Transfer FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.el8.aarch64.rpm to FX700 node by using scp command, etc. The following step assumes that the file has been transferred to the /SOMEWHERE directory on the FX700 node. 2) Change to the super-user (root) privilege. $ su - 3) Apply the RPM file. Apply the RPM file by performing the yum command on the FX700 node. # yum -y update /SOMEWHERE/FJSVxosbmc-0.0.16-0_4.18.0_372.9.1.el8.aarch64.rpm 4) Reflect setting. Perform the following command on the FX700 node to restart the node. # shutdown -r now 5) Check the installation status. If the status of the systemd service FJSVxosbmc is active, installation has been successfully completed. # systemctl status FJSVxosbmc 6) Check the version. Perform the following command on the FX700 node and check that the version is 0.0.16-0_4.18.0_372.9.1. # rpm -q FJSVxosbmc 7) Check the OS status is notified to the BMC. On the BMC Web GUI [Power Control] screen, check the "Running Status" is "OS Running". 6.3 Uninstallation 1) Change to the super-user (root) privilege. $ su - 2) Uninstall the RPM file. Uninstall the RPM file by performing the yum command on the FX700 node. # yum -y remove FJSVxosbmc 3) Reflect setting. Perform the following command on the FX700 node to restart the node. # shutdown -r now -------------------------------------------------------------------------- 7. Trademark and copyright Red Hat and Red Hat Enterprise Linux are trademarks of Red Hat, Inc., registered in the U.S. and other countries. Linux(R) is the registered trademark of Linus Torvalds in the U.S. and other countries. All the other trademarks are trademarks of the company that owns them. Copyright 2020-2022 FUJITSU LIMITED --------------------------------------------------------------------------