Users Guide
AllowOverride は .htaccess ファイルに配置される可能製のあるディレクティブを制御します。これには、All、None、またはキーワード(Options FileInfo、AuthConfig、または Limit)の組み
合わせを指定できます。
ファームウェアツールのインストール
使用するリポジトリ管理ソフトウェアに応じて、以下のいずれかのコマンドを使用してファームウェアツールをインストールします。
yum の場合:
yum install dell_ft_install
up2date の場合:
up2date -i dell_ft_install
rug の場合:
rug install dell_ft_install
zypper の場合:
zypper install dell_ft_install
適用可能なファームウェアのダウンロード
使用するリポジトリ管理ソフトウェアに応じて、以下のいずれかのコマンドを使用して適用可能なファームウェアツールをダウンロードします。
yum の場合:
yum install $(bootstrap_firmware)
up2date の場合:
up2date --solvedeps=$(bootstrap_firmware -u)
rug の場合:
rug install $( bootstrap_firmware | xargs -n1 -r rug --terse wp | cut -d'|' -f3 | grep -v "No matches" | sort | uniq )
zypper の場合:
zypper install $(bootstrap_firmware)
ブートストラップファームウェアとは、システムの最新の BIOS / ファームウェアアップデート RPM を、システムでアップデートのインベントリを作成して適用するのに必要なユーティリティと一緒にリポ
ジトリからダウンロードするプロセスです。
インベントリがインストールされたファームウェア
次のコマンドを使用すると、システムのインベントリを実行して、BIOS とファームウェアの既存のバージョンを一覧にすることもできます。
inventory_firmware
出力例は以下のとおりです。
[root@localhost ~]# inventory_firmware
Wait while we inventory system:
System inventory:
BIOS = a07
Primary Backplane = 1.00
System BIOS for PowerEdge 2850 = A07
PowerEdge Expandable RAID Controller 4e/Di Firmware = 5b2d
PERC 5/E Adapter Controller 0 Firmware = 5.2.2-0076
BMC = 1.83
Dell Remote Access Controller 4/I Firmware = 1.75
[root@localhost ~]#










