The iRMC driver enables control FUJITSU PRIMERGY via ServerView Common Command Interface (SCCI).
There are 3 iRMC drivers:
Install python-scciclient package:
$ pip install "python-scciclient<0.4.0,>=0.3.1"
This driver enables PXE deploy and power control via ServerView Common Command Interface (SCCI).
- The following options are only required for inspection:
- snmp_version: SNMP protocol version; either v1, v2c or v3. The default value is v2c. Optional.
- snmp_port: SNMP port. The default value is 161. Optional.
- snmp_community: SNMP community required for versions v1 and v2c. The default value is public. Optional.
- snmp_security: SNMP security name required for version v3. Optional.
This driver enables Virtual Media deploy with image build from Diskimage Builder and power control via ServerView Common Command Interface (SCCI).
- The following options are only required for inspection:
- snmp_version: SNMP protocol version; either v1, v2c or v3. The default value is v2c. Optional.
- snmp_port: SNMP port. The default value is 161. Optional.
- snmp_community: SNMP community required for versions v1 and v2c. The default value is public. Optional.
- snmp_security: SNMP security name required for version v3. Optional.
This driver enables Virtual Media deploy with IPA (Ironic Python Agent) and power control via ServerView Common Command Interface (SCCI).
- The following options are only required for inspection:
- snmp_version: SNMP protocol version; either v1, v2c or v3. The default value is v2c. Optional.
- snmp_port: SNMP port. The default value is 161. Optional.
- snmp_community: SNMP community required for versions v1 and v2c. The default value is public. Optional.
- snmp_security: SNMP security name required for version v3. Optional.
This driver supports FUJITSU PRIMERGY BX S4 or RX S8 servers and above.