saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
603
freeipmi/freeipmi.conf
Normal file
603
freeipmi/freeipmi.conf
Normal file
@@ -0,0 +1,603 @@
|
||||
#####################################################################################################
|
||||
#
|
||||
# FreeIPMI configuration
|
||||
#
|
||||
# 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 every time a command is executed. It can also be
|
||||
# used to hide usernames, passwords, and other sensitive information
|
||||
# from the ps(1) command.
|
||||
#
|
||||
# For more information on the fields below, please see the manpage
|
||||
# freeipmi.conf(5).
|
||||
#
|
||||
# Albert Chu
|
||||
# <chu11 at llnl dot gov>.
|
||||
#
|
||||
# P.S. If you configure different values, remember to uncomment the line :-)
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# General Options
|
||||
#
|
||||
# The following options are options generally available to all tools,
|
||||
# although specific options may be ignored by some.
|
||||
#
|
||||
# driver-type KCS
|
||||
#
|
||||
# disable-auto-probe DISABLE
|
||||
#
|
||||
# driver-address 0xCA2
|
||||
#
|
||||
# driver-device /my/device/path
|
||||
#
|
||||
# register-spacing 1
|
||||
#
|
||||
# target-channel-number 0
|
||||
#
|
||||
# target-slave-address 0x20
|
||||
#
|
||||
# username myusername
|
||||
#
|
||||
# password mypassword
|
||||
#
|
||||
# k_g mykey
|
||||
#
|
||||
## session-timeout specified in milliseconds
|
||||
# session-timeout 20000
|
||||
#
|
||||
## retransmission-timeout specified in milliseconds
|
||||
# retransmission-timeout 1000
|
||||
#
|
||||
# authentication-type MD5
|
||||
#
|
||||
# cipher-suite-id 3
|
||||
#
|
||||
# privilege-level ADMIN
|
||||
#
|
||||
# workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# 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-cache DISABLE
|
||||
#
|
||||
# sdr-cache-directory /my/sdr/path
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# TIME OPTIONS
|
||||
#
|
||||
# The following options are specific to tools that may output time
|
||||
# values. They will be ignored by all other tools.
|
||||
#
|
||||
# utc-to-localtime DISABLE
|
||||
#
|
||||
# localtime-to-utc DISABLE
|
||||
#
|
||||
# utc-offset 0
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# HOSTRANGED OPTIONS
|
||||
#
|
||||
# The following options are specific to tools that support hostranged
|
||||
# output. They will be ignored by all other tools.
|
||||
#
|
||||
# buffer-output DISABLE
|
||||
#
|
||||
# consolidate-output DISABLE
|
||||
#
|
||||
# fanout 64
|
||||
#
|
||||
# eliminate DISABLE
|
||||
#
|
||||
# always-prefix DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# BMC-CONFIG OPTIONS
|
||||
#
|
||||
# The following options are specific to bmc-config(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# bmc-config-username myusername
|
||||
#
|
||||
# bmc-config-password mypassword
|
||||
#
|
||||
# bmc-config-k_g mykey
|
||||
#
|
||||
# bmc-config-authentication-type MD5
|
||||
#
|
||||
# bmc-config-cipher-suite-id 3
|
||||
#
|
||||
# bmc-config-privilege-level ADMIN
|
||||
#
|
||||
# bmc-config-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# bmc-config-verbose-count 0
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# BMC-DEVICE OPTIONS
|
||||
#
|
||||
# The following options are specific to bmc-device(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# bmc-device-username myusername
|
||||
#
|
||||
# bmc-device-password mypassword
|
||||
#
|
||||
# bmc-device-k_g mykey
|
||||
#
|
||||
# bmc-device-authentication-type MD5
|
||||
#
|
||||
# bmc-device-cipher-suite-id 3
|
||||
#
|
||||
# bmc-device-privilege-level ADMIN
|
||||
#
|
||||
# bmc-device-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# BMC-INFO OPTIONS
|
||||
#
|
||||
# The following options are specific to bmc-info(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# bmc-info-username myusername
|
||||
#
|
||||
# bmc-info-password mypassword
|
||||
#
|
||||
# bmc-info-k_g mykey
|
||||
#
|
||||
# bmc-info-authentication-type MD5
|
||||
#
|
||||
# bmc-info-cipher-suite-id 3
|
||||
#
|
||||
# bmc-info-privilege-level USER
|
||||
#
|
||||
# bmc-info-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# bmc-info-interpret-oem-data DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# BMC-WATCHDOG OPTIONS
|
||||
#
|
||||
# The following options are specific to bmc-watchdog(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# bmc-watchdog-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# bmc-watchdog-verbose-logging DISABLE
|
||||
#
|
||||
# bmc-watchdog-no-logging DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-CHASSIS OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-chassis(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-chassis-username myusername
|
||||
#
|
||||
# ipmi-chassis-password mypassword
|
||||
#
|
||||
# ipmi-chassis-k_g mykey
|
||||
#
|
||||
# ipmi-chassis-authentication-type MD5
|
||||
#
|
||||
# ipmi-chassis-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-chassis-privilege-level ADMIN
|
||||
#
|
||||
# ipmi-chassis-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-CHASSIS-CONFIG OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-chassis-config(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-chassis-config-username myusername
|
||||
#
|
||||
# ipmi-chassis-config-password mypassword
|
||||
#
|
||||
# ipmi-chassis-config-k_g mykey
|
||||
#
|
||||
# ipmi-chassis-config-authentication-type MD5
|
||||
#
|
||||
# ipmi-chassis-config-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-chassis-config-privilege-level ADMIN
|
||||
#
|
||||
# ipmi-chassis-config-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-chassis-config-verbose-count 0
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-DCMI OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-dcmi(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-dcmi-username myusername
|
||||
#
|
||||
# ipmi-dcmi-password mypassword
|
||||
#
|
||||
# ipmi-dcmi-k_g mykey
|
||||
#
|
||||
# ipmi-dcmi-authentication-type MD5
|
||||
#
|
||||
# ipmi-dcmi-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-dcmi-privilege-level ADMIN
|
||||
#
|
||||
# ipmi-dcmi-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-dcmi-interpret-oem-data DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-FRU OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-fru(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-fru-username myusername
|
||||
#
|
||||
# ipmi-fru-password mypassword
|
||||
#
|
||||
# ipmi-fru-k_g mykey
|
||||
#
|
||||
# ipmi-fru-authentication-type MD5
|
||||
#
|
||||
# ipmi-fru-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-fru-privilege-level USER
|
||||
#
|
||||
# ipmi-fru-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-fru-verbose-count 0
|
||||
#
|
||||
# ipmi-fru-bridge-fru DISABLE
|
||||
#
|
||||
# ipmi-fru-interpret-oem-data DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-OEM OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-oem(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-oem-username myusername
|
||||
#
|
||||
# ipmi-oem-password mypassword
|
||||
#
|
||||
# ipmi-oem-k_g mykey
|
||||
#
|
||||
# ipmi-oem-authentication-type MD5
|
||||
#
|
||||
# ipmi-oem-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-oem-privilege-level ADMIN
|
||||
#
|
||||
# ipmi-oem-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-oem-verbose-count 0
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-PEF-CONFIG OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-pef-config(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-pef-config-username myusername
|
||||
#
|
||||
# ipmi-pef-config-password mypassword
|
||||
#
|
||||
# ipmi-pef-config-k_g mykey
|
||||
#
|
||||
# ipmi-pef-config-authentication-type MD5
|
||||
#
|
||||
# ipmi-pef-config-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-pef-config-privilege-level ADMIN
|
||||
#
|
||||
# ipmi-pef-config-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-pef-config-verbose-count 0
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-PET OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-pet(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-pet-username myusername
|
||||
#
|
||||
# ipmi-pet-password mypassword
|
||||
#
|
||||
# ipmi-pet-k_g mykey
|
||||
#
|
||||
# ipmi-pet-authentication-type MD5
|
||||
#
|
||||
# ipmi-pet-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-pet-privilege-level OPERATOR
|
||||
#
|
||||
# ipmi-pet-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-pet-verbose-count 0
|
||||
#
|
||||
# ipmi-pet-output-event-severity DISABLE
|
||||
#
|
||||
# ipmi-pet-output-event-state DISABLE
|
||||
#
|
||||
# ipmi-pet-event-state-config-file /my/event.conf
|
||||
#
|
||||
# ipmi-pet-interpret-oem-data DISABLE
|
||||
#
|
||||
# ipmi-pet-entity-sensor-names DISABLE
|
||||
#
|
||||
# ipmi-pet-no-sensor-type-output DISABLE
|
||||
#
|
||||
# ipmi-pet-comma-separated-output DISABLE
|
||||
#
|
||||
# ipmi-pet-no-header-output DISABLE
|
||||
#
|
||||
# ipmi-pet-non-abbreviated-units DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-RAW OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-raw(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-raw-username myusername
|
||||
#
|
||||
# ipmi-raw-password mypassword
|
||||
#
|
||||
# ipmi-raw-k_g mykey
|
||||
#
|
||||
# ipmi-raw-authentication-type MD5
|
||||
#
|
||||
# ipmi-raw-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-raw-privilege-level ADMIN
|
||||
#
|
||||
# ipmi-raw-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-SEL OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-sel(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-sel-username myusername
|
||||
#
|
||||
# ipmi-sel-password mypassword
|
||||
#
|
||||
# ipmi-sel-k_g mykey
|
||||
#
|
||||
# ipmi-sel-authentication-type MD5
|
||||
#
|
||||
# ipmi-sel-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-sel-privilege-level OPERATOR
|
||||
#
|
||||
# ipmi-sel-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-sel-verbose-count 0
|
||||
#
|
||||
# ipmi-sel-sensor-types temperature fan
|
||||
#
|
||||
# ipmi-sel-exclude-sensor-types temperature fan
|
||||
#
|
||||
# ipmi-sel-system-event-only DISABLE
|
||||
#
|
||||
# ipmi-sel-oem-event-only DISABLE
|
||||
#
|
||||
# ipmi-sel-output-manufacturer-id DISABLE
|
||||
#
|
||||
# ipmi-sel-output-event-state DISABLE
|
||||
#
|
||||
# ipmi-sel-event-state-config-file /my/event.conf
|
||||
#
|
||||
# ipmi-sel-interpret-oem-data DISABLE
|
||||
#
|
||||
# ipmi-sel-output-oem-event-strings DISABLE
|
||||
#
|
||||
# ipmi-sel-entity-sensor-names DISABLE
|
||||
#
|
||||
# ipmi-sel-no-sensor-type-output DISABLE
|
||||
#
|
||||
# ipmi-sel-comma-separated-output DISABLE
|
||||
#
|
||||
# ipmi-sel-no-header-output DISABLE
|
||||
#
|
||||
# ipmi-sel-non-abbreviated-units DISABLE
|
||||
#
|
||||
# ipmi-sel-legacy-output DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-SENSORS OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-sensors(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-sensors-username myusername
|
||||
#
|
||||
# ipmi-sensors-password mypassword
|
||||
#
|
||||
# ipmi-sensors-k_g mykey
|
||||
#
|
||||
# ipmi-sensors-authentication-type MD5
|
||||
#
|
||||
# ipmi-sensors-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-sensors-privilege-level OPERATOR
|
||||
#
|
||||
# ipmi-sensors-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-sensors-verbose-count 0
|
||||
#
|
||||
# ipmi-sensors-quiet-readings DISABLE
|
||||
#
|
||||
# ipmi-sensors-record-ids 1 2 3 4
|
||||
#
|
||||
# ipmi-sensors-exclude-record-ids 1 2 3 4
|
||||
#
|
||||
# ipmi-sensors-sensor-types temperature fan
|
||||
#
|
||||
# ipmi-sensors-exclude-sensor-types temperature fan
|
||||
#
|
||||
# ipmi-sensors-bridge-sensors DISABLE
|
||||
#
|
||||
# ipmi-sensors-shared-sensors DISABLE
|
||||
#
|
||||
# ipmi-sensors-interpret-oem-data DISABLE
|
||||
#
|
||||
# ipmi-sensors-ignore-not-available-sensors DISABLE
|
||||
#
|
||||
# ipmi-sensors-ignore-unrecognized-events DISABLE
|
||||
#
|
||||
# ipmi-sensors-output-event-bitmask DISABLE
|
||||
#
|
||||
# ipmi-sensors-output-sensor-state DISABLE
|
||||
#
|
||||
# ipmi-sensors-sensor-state-config-file /my/sensor.conf
|
||||
#
|
||||
# ipmi-sensors-entity-sensor-names DISABLE
|
||||
#
|
||||
# ipmi-sensors-output-sensor-thresholds DISABLE
|
||||
#
|
||||
# ipmi-sensors-no-sensor-type-output DISABLE
|
||||
#
|
||||
# ipmi-sensors-comma-separated-output DISABLE
|
||||
#
|
||||
# ipmi-sensors-no-header-output DISABLE
|
||||
#
|
||||
# ipmi-sensors-non-abbreviated-units DISABLE
|
||||
#
|
||||
# ipmi-sensors-legacy-output DISABLE
|
||||
#
|
||||
# ipmi-sensors-ipmimonitoring-legacy-output DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMI-SENSORS-CONFIG OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmi-sensors-config(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmi-sensors-config-username myusername
|
||||
#
|
||||
# ipmi-sensors-config-password mypassword
|
||||
#
|
||||
# ipmi-sensors-config-k_g mykey
|
||||
#
|
||||
# ipmi-sensors-config-authentication-type MD5
|
||||
#
|
||||
# ipmi-sensors-config-cipher-suite-id 3
|
||||
#
|
||||
# ipmi-sensors-config-privilege-level OPERATOR
|
||||
#
|
||||
# ipmi-sensors-config-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmi-sensors-config-verbose-count 0
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMICONSOLE OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmiconsole(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmiconsole-username myusername
|
||||
#
|
||||
# ipmiconsole-password mypassword
|
||||
#
|
||||
# ipmiconsole-k_g mykey
|
||||
#
|
||||
# ipmiconsole-authentication-type MD5
|
||||
#
|
||||
# ipmiconsole-cipher-suite-id 3
|
||||
#
|
||||
# ipmiconsole-privilege-level ADMIN
|
||||
#
|
||||
# ipmiconsole-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmiconsole-escape-char &
|
||||
#
|
||||
# ipmiconsole-dont-steal DISABLE
|
||||
#
|
||||
# ipmiconsole-serial-keepalive DISABLE
|
||||
#
|
||||
# ipmiconsole-serial-keepalive-empty DISABLE
|
||||
#
|
||||
# ipmiconsole-lock-memory DISABLE
|
||||
#
|
||||
#####################################################################################################
|
||||
#
|
||||
# IPMIPOWER OPTIONS
|
||||
#
|
||||
# The following options are specific to ipmipower(8). They will be
|
||||
# ignored by other tools.
|
||||
#
|
||||
# ipmipower-username myusername
|
||||
#
|
||||
# ipmipower-password mypassword
|
||||
#
|
||||
# ipmipower-k_g mykey
|
||||
#
|
||||
# ipmipower-authentication-type MD5
|
||||
#
|
||||
# ipmipower-cipher-suite-id 3
|
||||
#
|
||||
# ipmipower-privilege-level OPERATOR
|
||||
#
|
||||
# ipmipower-workaround-flags workaround1 workaround2 workaround3
|
||||
#
|
||||
# ipmipower-on-if-off DISABLE
|
||||
#
|
||||
# ipmipower-wait-until-on DISABLE
|
||||
#
|
||||
# ipmipower-wait-until-off DISABLE
|
||||
#
|
||||
# ipmipower-oem-power-type oem-power-type
|
||||
#
|
||||
## ipmipower-retransmission-wait-timeout specified in milliseconds
|
||||
# ipmipower-retransmission-wait-timeout 500
|
||||
#
|
||||
# ipmipower-retransmission-backoff-count 8
|
||||
#
|
||||
## ipmipower-ping-interval specified in milliseconds
|
||||
# ipmipower-ping-interval 5000
|
||||
#
|
||||
## ipmipower-ping-timeout specified in milliseconds
|
||||
# ipmipower-ping-timeout 30000
|
||||
#
|
||||
# ipmipower-ping-packet-count 10
|
||||
#
|
||||
## ipmipower-ping-percent specified in integer percentage
|
||||
# ipmipower-ping-percent 50
|
||||
#
|
||||
# ipmipower-ping-consec-count 5
|
||||
#
|
||||
#####################################################################################################
|
||||
Reference in New Issue
Block a user