Skip to content

Latest commit

 

History

History
140 lines (102 loc) · 9.62 KB

File metadata and controls

140 lines (102 loc) · 9.62 KB

Manage Fujitsu PRIMERGY servers via iRMC with Ansible

Fujitsu PRIMERGY has been integrated into Fsas Technologies Inc. as of April 1, 2024. Please note that some instances may still use the Fujitsu branding during the transition period.

The Fujitsu Software Serverview Ansible iRMC Integration features modules to access and manage Fujitsu PRIMERGY servers via iRMC.

Overview

These collection and examples are intended to provide easy-to-follow and understandable solutions to manage Fujitsu PRIMERY server settings via iRMC.
See User Guide for more details.

Contiributing

See Contribution Guidelines for more details.

Requirements

Hardware

  • Fujitsu PRIMERGY Server with iRMC S6

Software

  • Python >= 3.10
  • Ansible >= 2.15
  • Python modules: 'requests', 'urllib3', 'requests', 'requests_toolbelt' and 'pywinrm'

Roles

This collection provides roles for managing both iRMC settings and Windows Server 2022 configurations.
See Configuration Gudie for more details.

for iRMC

Update firmware

Configuration iRMC

OS Install

for Windows Server 2022

Configuration Windows

Install management software

Modules

The following modules are part of this project:

Change log

  • V1.0: Initial version
  • V1.1: New: iRMC FW/BIOS update, BIOS boot order, iRMC profile management
  • V1.2: New: eLCM Offline/Online Update, RAID configuration
  • For later versions, see CHANGELOG.md.

License

Fsas Technologies Inc.
Copyright 2018-2024 Fsas Technologies Inc.

GNU General Public License v3.0+ (see LICENSE.md or https://www.gnu.org/licenses/gpl-3.0.txt)

Authors