ipmiconsole.conf (5) Linux Manual Page
freeipmi.conf – specify default values to FreeIPMI
Description
The FreeIPMI configuration file can be used to set alternate default values to many FreeIPMI tools so values don’t have to be configured on the command line. This allows users to avoid typing in a long list of command line options everytime a command is executed. It can also be used to hide usernames, passwords, and other sensitive information from the ps(1) command.
Currently, the tools that can be configured with the configuration file are: bmc-config(8), bmc-device(8), bmc-info(8), bmc-watchdog(8), ipmi-chassis(8), ipmi-chassis-config(8), ipmi-fru(8), ipmi-oem(8), ipmi-pef-config(8), ipmi-pet(8), ipmi-raw(8), ipmi-sel(8), ipmi-sensors(8), ipmi-sensors-config(8), ipmiconsole(8), and ipmipower(8).
By default, the configuration file is stored at /etc/freeipmi//freeipmi.conf. But users may select a different configuration file at the command line with the –config-file option.
Values specified on the command line override the configuration values specified in the configuration file.
Format
The configuration options that can be specified in the configuration file are listed below. Each configuration option must be listed on a separate line. Arguments for an option are separated by any amount of whitespace. Multiple arguments are also separated by whitespace. Comments can be marked by using the pound sign ("#") character, and lines can be continued on the next using backslash ("\").
Note that it is possible to list the username, password and other potentially sensitive information in the configuration file. If this data is stored in a configuration file, system administrators should limit access to this file.
General Options
The following options are options generally available to all tools, although specific options may be ignored by some. (For example, ipmiconsole(8) and ipmipower(8) do not perform in-band communication, therefore they would ignore in-band communication options. Similarly bmc-watchdog(8) does not perform out-of-band communication, therefore it would ignore all out-of-band options).
driver-typeIPMIDRIVER- Specify the default driver type to use.
disable-auto-probeENABLE|DISABLE- Specify if IPMI devices should be probed for default settings.
driver-addressDRIVER-ADDRESS- Specify the default in-band driver address to use.
driver-deviceDEVICE- Specify the default in-band driver device path to use.
register-spacingREGISTER-SPACING- Specify the default in-band driver register spacing to use.
target-channel-numberCHANNEL-NUMBERFR- Specify the default in-band driver target channel number.
target-slave-addressSLAVE-ADDRESSFR- Specify the default in-band driver target slave address.
usernameUSERNAME- Specify the default username to use.
passwordPASSWORD- Specify the default password to use.
k_gstr- Specify the default BMC key (K_g) to use. Prefix with ‘0x’ to enter the key in hex.
session-timeoutMILLISECONDS- Specify the default session timeout length to use in milliseconds.
retransmission-timeoutMILLISECONDS- Specify the default retransmission timeout length to use in milliseconds.
authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5.
cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12.
privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use. The following privilege levels are supported: USER, OPERATOR, ADMIN.
workaround-flagsWORKAROUNDS- Specify default workaround flags to use. Multiple workarounds can be specified separated by whitespace. Please see tool manpages for details about available workarounds for each tool. The following workarounds are supported: assumeio, spinpoll, idzero, forcepermsg, unexpectedauth, endianseq, noauthcodecheck, authcap, nochecksumcheck, intel20, supermicro20, sun20, opensesspriv, integritycheckvalue, assumemaxsdrrecordcount, solpayloadsize, solport, solstatus, skipchecks, assumesystemevent, discretereading, ignorescanningdisabled, assumebmcowner, ignoreauthcode, slowcommit, veryslowcommit, solchannelassumelanchannel, ignorestateflag, malformedack.
Sdr Options
The following options are specific to tools that use the sensor data repository (SDR). They will be ignored by all other tools.
quiet-cacheENABLE|DISABLE- Specify if cache creation/deletion information should not be output by default.
sdr-cache-directoryDIRECTORY- Specify the default sdr cache directory to use.
Hostranged Options
The following options are specific to tools that support hostranged output. They will be ignored by all other tools.
buffer-outputENABLE|DISABLE- Specify if hostranged output should be buffered by default.
consolidate-outputENABLE|DISABLE- Specify if hostranged output should be consolidated by default.
fanoutCOUNT- Specify the default multiple host fanout to use.
eliminateENABLE|DISABLE- Specify if undetected hosts should be eliminated by default.
always-prefixENABLE|DISABLE- Specify if output should be always prefixed by default.
Bmc-Config Options
The following options are specific to bmc-config(8). They will be ignored by other tools.
bmc-config-usernameUSERNAME- Specify the default username to use for
bmc-config(8).If specified, will override the general optionusernameabove. bmc-config-passwordPASSWORD- Specify the default password to use for
bmc-config(8).If specified, will override the general optionpasswordabove. bmc-config-k_gstr- Specify the default BMC key (K_g) to use for
bmc-config(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. bmc-config-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
bmc-config(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. bmc-config-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
bmc-config(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. bmc-config-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
bmc-config(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. bmc-config-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
bmc-config(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seebmc-config(8)manpage for available workarounds. bmc-config-verbose-countCOUNT- Specify default verbose count to use for
bmc-config(8).
Bmc-Device Options
The following options are specific to bmc-device(8). They will be ignored by other tools.
bmc-device-usernameUSERNAME- Specify the default username to use for
bmc-device(8).If specified, will override the general optionusernameabove. bmc-device-passwordPASSWORD- Specify the default password to use for
bmc-device(8).If specified, will override the general optionpasswordabove. bmc-device-k_gstr- Specify the default BMC key (K_g) to use for
bmc-device(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. bmc-device-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
bmc-device(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. bmc-device-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
bmc-device(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. bmc-device-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
bmc-device(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. bmc-device-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
bmc-device(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seebmc-device(8)manpage for available workarounds.
Bmc-Info Options
The following options are specific to bmc-info(8). They will be ignored by other tools.
bmc-info-usernameUSERNAME- Specify the default username to use for
bmc-info(8).If specified, will override the general optionusernameabove. bmc-info-passwordPASSWORD- Specify the default password to use for
bmc-info(8).If specified, will override the general optionpasswordabove. bmc-info-k_gstr- Specify the default BMC key (K_g) to use for
bmc-info(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. bmc-info-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
bmc-info(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. bmc-info-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
bmc-info(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. bmc-info-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
bmc-info(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. bmc-info-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
bmc-info(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seebmc-info(8)manpage for available workarounds. bmc-info-interpret-oem-dataENABLE|DISABLE- Specify if
bmc-infoshould attempt to interpret OEM data by default or not.
Bmc-Watchdog Options
The following options are specific to bmc-watchdog(8). They will be ignored by other tools.
bmc-watchdog-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
bmc-watchdog(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seebmc-watchdog(8)manpage for available workarounds. bmc-watchdog-verbose-loggingENABLE|DISABLE- Specify if logging will be verbose by default.
bmc-watchdog-no-loggingENABLE|DISABLE- Specify if logging will be disabled by default.
Ipmi-Chassis Options
The following options are specific to ipmi-chassis(8). They will be ignored by other tools.
ipmi-chassis-usernameUSERNAME- Specify the default username to use for
ipmi-chassis(8).If specified, will override the general optionusernameabove. ipmi-chassis-passwordPASSWORD- Specify the default password to use for
ipmi-chassis(8).If specified, will override the general optionpasswordabove. ipmi-chassis-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-chassis(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-chassis-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-chassis(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-chassis-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-chassis(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-chassis-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-chassis(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-chassis-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-chassis(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-chassis(8)manpage for available workarounds.
Ipmi-Chassis-Config Options
The following options are specific to ipmi-chassis-config(8). They will be ignored by other tools.
ipmi-chassis-config-usernameUSERNAME- Specify the default username to use for
ipmi-chassis-config(8).If specified, will override the general optionusernameabove. ipmi-chassis-config-passwordPASSWORD- Specify the default password to use for
ipmi-chassis-config(8).If specified, will override the general optionpasswordabove. ipmi-chassis-config-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-chassis-config(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-chassis-config-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-chassis-config(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-chassis-config-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-chassis-config(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-chassis-config-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-chassis-config(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-chassis-config-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-chassis-config(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-chassis-config(8)manpage for available workarounds. ipmi-chassis-config-verbose-countCOUNT- Specify default verbose count to use for
ipmi-chassis-config(8).
Ipmi-Dcmi Options
The following options are specific to ipmi-dcmi(8). They will be ignored by other tools.
ipmi-dcmi-usernameUSERNAME- Specify the default username to use for
ipmi-dcmi(8).If specified, will override the general optionusernameabove. ipmi-dcmi-passwordPASSWORD- Specify the default password to use for
ipmi-dcmi(8).If specified, will override the general optionpasswordabove. ipmi-dcmi-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-dcmi(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-dcmi-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-dcmi(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-dcmi-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-dcmi(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-dcmi-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-dcmi(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-dcmi-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-dcmi(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-dcmi(8)manpage for available workarounds. ipmi-dcmi-interpret-oem-dataENABLE|DISABLE- Specify if
ipmi-dcmishould attempt to interpret OEM data by default or not.
Ipmi-Fru Options
The following options are specific to ipmi-fru(8). They will be ignored by other tools.
ipmi-fru-usernameUSERNAME- Specify the default username to use for
ipmi-fru(8).If specified, will override the general optionusernameabove. ipmi-fru-passwordPASSWORD- Specify the default password to use for
ipmi-fru(8).If specified, will override the general optionpasswordabove. ipmi-fru-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-fru(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-fru-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-fru(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-fru-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-fru(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-fru-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-fru(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-fru-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-fru(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-fru(8)manpage for available workarounds. ipmi-fru-verbose-countCOUNT- Specify default verbose count to use for
ipmi-fru(8). ipmi-fru-bridge-fruENABLE|DISABLE- Specify if FRU entries on other controllers should be read by default or not.
ipmi-fru-interpret-oem-dataENABLE|DISABLE- Specify if
ipmi-frushould attempt to interpret OEM data by default or not.
Ipmi-Oem Options
The following options are specific to ipmi-oem(8). They will be ignored by other tools.
ipmi-oem-usernameUSERNAME- Specify the default username to use for
ipmi-oem(8).If specified, will override the general optionusernameabove. ipmi-oem-passwordPASSWORD- Specify the default password to use for
ipmi-oem(8).If specified, will override the general optionpasswordabove. ipmi-oem-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-oem(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-oem-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-oem(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-oem-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-oem(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-oem-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-oem(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-oem-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-oem(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-oem(8)manpage for available workarounds. ipmi-oem-verbose-countCOUNT- Specify default verbose count to use for
ipmi-oem(8).
Ipmi-Pef-Config Options
The following options are specific to ipmi-pef-config(8). They will be ignored by other tools.
ipmi-pef-config-usernameUSERNAME- Specify the default username to use for
ipmi-pef-config(8).If specified, will override the general optionusernameabove. ipmi-pef-config-passwordPASSWORD- Specify the default password to use for
ipmi-pef-config(8).If specified, will override the general optionpasswordabove. ipmi-pef-config-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-pef-config(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-pef-config-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-pef-config(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-pef-config-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-pef-config(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-pef-config-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-pef-config(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-pef-config-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-pef-config(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-pef-config(8)manpage for available workarounds. ipmi-pef-config-verbose-countCOUNT- Specify default verbose count to use for
ipmi-pef-config(8).
Ipmi-Pet Options
The following options are specific to ipmi-pet(8). They will be ignored by other tools.
ipmi-pet-usernameUSERNAME- Specify the default username to use for
ipmi-pet(8).If specified, will override the general optionusernameabove. ipmi-pet-passwordPASSWORD- Specify the default password to use for
ipmi-pet(8).If specified, will override the general optionpasswordabove. ipmi-pet-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-pet(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-pet-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-pet(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-pet-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-pet(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-pet-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-pet(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-pet-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-pet(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-pet(8)manpage for available workarounds. ipmi-pet-verbose-countCOUNT- Specify default verbose count to use for
ipmi-pet(8). ipmi-pet-output-event-severityENABLE|DISABLE- Specify if
ipmi-petshould output the event severity state by default. ipmi-pet-output-event-stateENABLE|DISABLE- Specify if
ipmi-petshould output the event state state by default. ipmi-pet-event-state-config-fileFILE- Specify the default event state configuration file.
ipmi-pet-interpret-oem-dataENABLE|DISABLE- Specify if
ipmi-petshould attempt to interpret OEM data by default or not. ipmi-pet-entity-sensor-namesENABLE|DISABLE- Specify if output of sensor names should include entity ids and instances by default or not.
ipmi-pet-no-sensor-type-outputENABLE|DISABLE- Specify if output of the sensor type should be output by default or not.
ipmi-pet-comma-separated-outputENABLE|DISABLE- Specify if output should be comma separated by default or not.
ipmi-pet-no-header-outputENABLE|DISABLE- Specify if column headers should be output by default or not.
ipmi-pet-non-abbreviated-unitsENABLE|DISABLE- Specify if output should have units abbreviated by default or not.
Ipmi-Raw Options
The following options are specific to ipmi-raw(8). They will be ignored by other tools.
ipmi-raw-usernameUSERNAME- Specify the default username to use for
ipmi-raw(8).If specified, will override the general optionusernameabove. ipmi-raw-passwordPASSWORD- Specify the default password to use for
ipmi-raw(8).If specified, will override the general optionpasswordabove. ipmi-raw-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-raw(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-raw-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-raw(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-raw-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-raw(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-raw-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-raw(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-raw-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-raw(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-raw(8)manpage for available workarounds.
Ipmi-Sel Options
The following options are specific to ipmi-sel(8). They will be ignored by other tools.
ipmi-sel-usernameUSERNAME- Specify the default username to use for
ipmi-sel(8).If specified, will override the general optionusernameabove. ipmi-sel-passwordPASSWORD- Specify the default password to use for
ipmi-sel(8).If specified, will override the general optionpasswordabove. ipmi-sel-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-sel(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-sel-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-sel(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-sel-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-sel(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-sel-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-sel(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-sel-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-sel(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-sel(8)manpage for available workarounds. ipmi-sel-verbose-countCOUNT- Specify default verbose count to use for
ipmi-sel(8). ipmi-sel-typesTYPE-LIST- Specify default types to show SEL events for. Multiple types can be specified separated by whitespace. Users may specify sensor types by string or by number (decimal or hex). Please see
ipmi-sel(8)–list-types option to see possible string input types. ipmi-sel-exclude-typesENSOR-TYPES-LIST Specify- default sensor types to not show SEL events for. Multiple sensor types can be specified separated by whitespace. Users may specify sensor types by string or by number. Please see
ipmi-sel(8)–list-types option to see possible string input types. ipmi-sel-system-event-onlyENABLE|DISABLE- Specify if output should only include system event records.
ipmi-sel-oem-event-onlyENABLE|DISABLE- Specify if output should only include OEM event records.
ipmi-sel-output-manufacturer-idENABLE|DISABLE- Specify if output of OEM event records should include manufacturer ID by default or not.
ipmi-sel-output-event-stateENABLE|DISABLE- Specify if
ipmi-selshould output the event state state by default. ipmi-sel-event-state-config-fileFILE- Specify the default event state configuration file.
ipmi-sel-interpret-oem-dataENABLE|DISABLE- Specify if
ipmi-selshould attempt to interpret OEM data by default or not. ipmi-sel-output-oem-event-stringsENABLE|DISABLE- Specify if
ipmi-selshould output OEM event strings by default or not. ipmi-sel-entity-sensor-namesENABLE|DISABLE- Specify if output of sensor names should include entity ids and instances by default or not.
ipmi-sel-no-sensor-type-outputENABLE|DISABLE- Specify if output of the sensor type should be output by default or not.
ipmi-sel-comma-separated-outputENABLE|DISABLE- Specify if output should be comma separated by default or not.
ipmi-sel-no-header-outputENABLE|DISABLE- Specify if column headers should be output by default or not.
ipmi-sel-non-abbreviated-unitsENABLE|DISABLE- Specify if output should have units abbreviated by default or not.
ipmi-sel-legacy-outputENABLE|DISABLE- Specify if output should be in legacy format by default or not.
Ipmi-Sensors Options
The following options are specific to ipmi-sensors(8). They will be ignored by other tools.
ipmi-sensors-usernameUSERNAME- Specify the default username to use for
ipmi-sensors(8).If specified, will override the general optionusernameabove. ipmi-sensors-passwordPASSWORD- Specify the default password to use for
ipmi-sensors(8).If specified, will override the general optionpasswordabove. ipmi-sensors-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-sensors(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-sensors-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-sensors(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-sensors-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-sensors(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-sensors-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-sensors(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-sensors-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-sensors(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-sensors(8)manpage for available workarounds. ipmi-sensors-verbose-countCOUNT- Specify default verbose count to use for
ipmi-sensors(8). ipmi-sensors-quiet-readingsENABLE|DISABLE- Specify if sensor reading values and thresholds should not be output by default.
ipmi-sensors-record-idsECORD-IDS-LIST- Specify default record ids to show sensor outputs for. Multiple record ids can be specified separated by whitespace.
ipmi-sensors-exclude-record-idsECORD-IDS-LIST- Specify default record ids to not show sensor outputs for. Multiple record ids can be specified separated by whitespace.
ipmi-sensors-typesTYPE-LIST- Specify default types to show sensor outputs for. Multiple types can be specified separated by whitespace. Users may specify sensor types by string or by number (decimal or hex). Please see
ipmi-sensors(8)–list-types option to see possible string input types. ipmi-sensors-exclude-typesENSOR-TYPES-LIST Specify- default sensor types to not show sensor outputs for. Multiple sensor types can be specified separated by whitespace. Users may specify sensor types by string or by number. Please see
ipmi-sensors(8)–list-types option to see possible string input types. ipmi-sensors-bridge-sensorsENABLE|DISABLE- Specify if non-BMC sensors should be bridged by default or not.
ipmi-sensors-shared-sensorsENABLE|DISABLE- Specify if shared sensors should be output by default or not.
ipmi-sensors-interpret-oem-dataENABLE|DISABLE- Specify if
ipmi-sensorsshould attempt to interpret OEM data by default or not. ipmi-sensors-ignore-not-available-sensorsENABLE|DISABLE- Specify if
ipmi-sensorsshould ignore not-available (i.e. N/A) sensors by default. ipmi-sensors-ignore-unrecognized-eventsENABLE|DISABLE- Specify if
ipmi-sensorsshould ignore unrecognized events (i.e. ‘Unrecognized Event’) in sensors output by default. ipmi-sensors-output-event-bitmaskENABLE|DISABLE- Specify if
ipmi-sensorsshould output event bitmasks instead of string representations by default. ipmi-sensors-output-sensor-stateENABLE|DISABLE- Specify if
ipmi-sensorsshould output the sensor state by default. ipmi-sensors-sensor-state-config-fileFILE- Specify the default sensor state configuration file.
ipmi-sensors-entity-sensor-namesENABLE|DISABLE- Specify if output of sensor names should include entity ids and instances by default or not.
ipmi-sensors-output-sensor-thresholdsENABLE|DISABLE- Specify if
ipmi-sensorsshould output sensor thresholds by default. ipmi-sensors-no-sensor-type-outputENABLE|DISABLE- Specify if output of the sensor type should be output by default or not.
ipmi-sensors-comma-separated-outputENABLE|DISABLE- Specify if output should be comma separated by default or not.
ipmi-sensors-no-header-outputENABLE|DISABLE- Specify if column headers should be output by default or not.
ipmi-sensors-non-abbreviated-unitsENABLE|DISABLE- Specify if output should have units abbreviated by default or not.
ipmi-sensors-legacy-outputENABLE|DISABLE- Specify if output should be in legacy format by default or not.
ipmi-sensors-ipmimonitoring-legacy-outputENABLE|DISABLE- Specify if output should be in
ipmimonitoringlegacy format by default or not.
Ipmi-Sensors-Config Options
The following options are specific to ipmi-sensors-config(8). They will be ignored by other tools.
ipmi-sensors-config-usernameUSERNAME- Specify the default username to use for
ipmi-sensors-config(8).If specified, will override the general optionusernameabove. ipmi-sensors-config-passwordPASSWORD- Specify the default password to use for
ipmi-sensors-config(8).If specified, will override the general optionpasswordabove. ipmi-sensors-config-k_gstr- Specify the default BMC key (K_g) to use for
ipmi-sensors-config(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmi-sensors-config-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmi-sensors-config(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmi-sensors-config-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmi-sensors-config(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmi-sensors-config-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmi-sensors-config(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmi-sensors-config-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmi-sensors-config(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmi-sensors-config(8)manpage for available workarounds. ipmi-sensors-config-verbose-countCOUNT- Specify default verbose count to use for
ipmi-sensors-config(8).
Ipmiconsole Options
The following options are specific to ipmiconsole(8). They will be ignored by other tools.
ipmiconsole-usernameUSERNAME- Specify the default username to use for
ipmiconsole(8).If specified, will override the general optionusernameabove. ipmiconsole-passwordPASSWORD- Specify the default password to use for
ipmiconsole(8).If specified, will override the general optionpasswordabove. ipmiconsole-k_gstr- Specify the default BMC key (K_g) to use for
ipmiconsole(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmiconsole-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmiconsole(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmiconsole-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmiconsole(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmiconsole-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmiconsole(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmiconsole-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmiconsole(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmiconsole(8)manpage for available workarounds. ipmiconsole-escape-charCHAR- Specify the default escape character.
ipmiconsole-dont-stealENABLE|DISABLE- Specify if in use SOL sessions should not be stolen by default.
ipmiconsole-serial-keepaliveENABLE|DISABLE- Specify if serial keepalive should be enabled by default.
ipmiconsole-serial-keepalive-emptyENABLE|DISABLE- Specify if serial keepalive empty should be enabled by default.
ipmiconsole-sol-payload-instanceNUM- Specify the default SOL payload instance.
ipmiconsole-deactivate-all-instancesENABLE|DISABLE- Specify if SOL deactivate should deactivate all instances by default.
ipmiconsole-lock-memoryENABLE|DISABLE- Specify if memory should be locked by default.
Ipmipower Options
The following options are specific to ipmipower(8). They will be ignored by other tools.
ipmipower-usernameUSERNAME- Specify the default username to use for
ipmipower(8).If specified, will override the general optionusernameabove. ipmipower-passwordPASSWORD- Specify the default password to use for
ipmipower(8).If specified, will override the general optionpasswordabove. ipmipower-k_gstr- Specify the default BMC key (K_g) to use for
ipmipower(8).If specified, will override the general optionk_gabove. Prefix with ‘0x’ to enter the key in hex. ipmipower-authentication-typeAUTHENTICATION-TYPE- Specify the default authentication type to use for
ipmipower(8).If specified, will override the general optionauthentication-typeabove. The following authentication types are supported: NONE, STRAIGHT_PASSWORD_KEY, MD2, and MD5. ipmipower-cipher-suite-idCIPHER-SUITE-ID- Specify the default cipher suite id to use for
ipmipower(8).If specified, will override the general optioncipher-suite-idabove. The following cipher suite ids are supported: 0, 1, 2, 3, 6, 7, 8, 11, 12. ipmipower-privilege-levelPRIVILEGE-LEVEL- Specify the default privilege type to use for
ipmipower(8).If specified, will override the general optionprivilege-levelabove. The following privilege levels are supported: USER, OPERATOR, ADMIN. ipmipower-workaround-flagsWORKAROUNDS- Specify default workaround flags to use for
ipmipower(8).If specified, will override the general optionsworkaround-flagsabove. Multiple workarounds can be specified separated by whitespace. Please seeipmipower(8)manpage for available workarounds. ipmipower-on-if-offENABLE|DISABLE- Specify if on-if-off functionality is enabled or disabled by default.
ipmipower-wait-until-onENABLE|DISABLE- Specify if wait-until-on functionality is enabled or disabled by default.
ipmipower-wait-until-offENABLE|DISABLE- Specify if wait-until-off functionality is enabled or disabled by default.
ipmipower-oem-power-typeOEM-POWER-TYPE- Specify OEM power type to be used.
ipmipower-retransmission-wait-timeoutMILLISECONDS- Specify the default retransmission wait timeout length to use in milliseconds.
ipmipower-retransmission-backoff-countCOUNT- Specify the default retransmission backoff count to use for retransmissions.
ipmipower-ping-intervalMILLISECONDS- Specify the default ping interval length to use in milliseconds.
ipmipower-ping-timeoutMILLISECONDS- Specify the default ping timeout length to use in milliseconds.
ipmipower-ping-packet-countCOUNT- Specify the default ping packet count size to use.
ipmipower-ping-percentPERCENT- Specify the default ping percent value to use.
ipmipower-ping-consec-countCOUNT- Specify the default ping consecutive count value to use.
Files
/etc/freeipmi//freeipmi.conf
Reporting Bugs
Report bugs to <freeipmi-users [at] gnu.org> or <freeipmi-devel [at] gnu.org>.
Copyright
Copyright © 2003-2012 FreeIPMI Core Team.
FreeIPMI 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 3 of the License, or (at your option) any later version.
See Also
freeipmi(7), bmc-config(8), bmc-device(8), bmc-info(8), bmc-watchdog(8), ipmi-chassis(8), ipmi-fru(8), ipmi-oem(8), ipmi-pef-config(8), ipmi-raw(8), ipmi-sel(8), ipmi-sensors(8), ipmi-sensors-config(8), ipmiconsole(8), ipmipower(8) http://www.gnu.org/software/freeipmi/
