Users Guide

Table Of Contents
Identifier GUID-EA5DDC1B-0538-41B8-B6DA-113EA5307661
Version 2
Status Translation Validated
RACADM 使用した自動ファームウェア アップデートのスケジュール
ファームウェアの自動アップデートをスケジュールするには、コマンドを使用します。
ファームウェアの自動アップデートをにする
racadm set lifecycleController.lcattributes.AutoUpdate.Enable 1
ファームウェアの自動アップデートのステータスを表示する
racadm get lifecycleController.lcattributes.AutoUpdate
ファームウェアのアップデートの開始時刻および頻度をスケジュールする
racadm AutoUpdateScheduler create -u username –p password –l <location> [-f
catalogfilename -pu <proxyuser> -pp<proxypassword> -po <proxy port> -pt <proxytype>] -time
< hh:mm> [-dom < 1 – 28,L,’*’> -wom <1-4,L,’*’> -dow <sun-sat,’*’>] -rp <1-366> -a
<applyserverReboot (1-enabled | 0-disabled)>
例:
CIFS 共有使用してファームウェアを自動アップデートする
racadm AutoUpdateScheduler create -u admin -p pwd -l //1.2.3.4/CIFS-share –f cat.xml -
time 14:30 -wom 1 -dow sun -rp 5 -a 1
FTP 使用してファームウェアを自動アップデートする
racadm AutoUpdateScheduler create -u admin -p pwd -l ftp.mytest.com -pu puser –pp puser –
po 8080 –pt http –f cat.xml -time 14:30 -wom 1 -dow sun -rp 5 -a 1
現在のファームウェアのアップデートのスケジュールを表示する
racadm AutoUpdateScheduler view
ファームウェアの自動アップデートをにする
racadm set lifecycleController.lcattributes.AutoUpdate.Enable 0
スケジュールの詳細をクリアする
racadm AutoUpdateScheduler clear
Identifier
GUID-0CE20642-EAB7-46ED-AAB1-618BA598F806
Version 4
Status Translation Validated
RACADM 使用したデバイスファームウェアのアップデート
RACADM 使用してデバイスのファームウェアをアップデートするには、update サブコマンドを使用します。詳細については、
iDRAC RACADM CLI
ガイド
にある https://www.dell.com/idracmanuals してください。
例:
リモート HTTP 共有からアップデート ファイルをアップロードします。
racadm update -f <updatefile> -u admin -p mypass -l http://1.2.3.4/share
リモート HTTPS 共有からアップデート ファイルをアップロードします。
racadm update -f <updatefile> -u admin -p mypass -l https://1.2.3.4/share
アップデートのリポジトリを使用して比較レポートを生成する場合:
racadm update –f catalog.xml –l //192.168.1.1 –u test –p passwd --verifycatalog
管理下システムのセットアップ 89