************************************************************************** ** ** ** BMC Driver (FJSVxosbmc) ** ** version:0.0.7-13 ** ** ** ************************************************************************** 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 licence. 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.0 (64-bit ARM) Kernel version: 4.18.0-80.4.2.el8_0 -------------------------------------------------------------------------- 4. Warning - This software works only on the above-mentioned model. - This software works only on the above-mentioned environment. -------------------------------------------------------------------------- 5. Revision history(modified item) V0.0.7-13(20/02/28) (1) First Release -------------------------------------------------------------------------- 6. Installation procedures Untar FJSVxosbmc-0.0.7-13.tar.gz, then you'll get rpm package. Directory trees: FJSVxosbmc-0.0.7-13/RPMS/FJSVxosbmc-0.0.7-13.el8.aarch64.rpm FJSVxosbmc-0.0.7-13/SRPMS/FJSVxosbmc-0.0.7-13.el8.src.rpm FJSVxosbmc-0.0.7-13/DOC/FJSVxosbmc-0.0.7-13-README.ja_JP.SJIS.txt FJSVxosbmc-0.0.7-13/DOC/FJSVxosbmc-0.0.7-13-README.ja_JP.UTF-8.txt FJSVxosbmc-0.0.7-13/DOC/FJSVxosbmc-0.0.7-13-README.txt Install the rpm package by the following procedures. 6.1 Newly installation 1) Transfer the RPM file. Transfer FJSVxosbmc-0.0.7-13.el8.aarch64.rpm to FX700 node by using scp command, etc. The following step assumes that the file have 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.7-13.el8.aarch64.rpm 4) Reflect setting. Perform the following command on the FX700 node to restart the node. # systemctl reboot 5) Check the installation status. If the status of the systemd service FJSVxosbmc is active, installation has been successfully completed. # systemctl status FJSVxosbmc 6.2 Uninstallation 1) Change to the super-user (root) privilege. $ su - 2) Uninstall the 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. # systemctl reboot -------------------------------------------------------------------------- 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 FUJITSU LIMITED 2020 --------------------------------------------------------------------------