Users Guide
• ElementName = "Next Boot Configuration Setting : Boot List Type 1"
DCIM_BootConfigSetting が UEFI を表しているかどうかは、次のプロパティを使って判別できます。
• InstanceID = "DCIM:BootConfigSetting:Next:2"
• ElementName = "Next Boot Configuration Setting : Boot List Type 2"
DCIM_BootSourceSetting
このクラスは、起動デバイスまたはソースを表します。ElementName、BIOSBootString および
StructuredBootString プロパティには、起動デバイスを特定する文字列(例えば、floppy、hard disk、
network、Personal Computer Memory Card International Association (PCMCIA)、Battery Electric Vehicle
(BEV)
、USB など)が含まれます。そのデバイスの起動リストタイプに基づいて、1 つの
DCIM_BootSourceSetting のインスタンスが DCIM_BootConfigSetting のインスタンスのいずれかひとつ
に関連付けられます。
DCIM_OrderedComponent
DCIM_OrderedComponent アソシエーションクラスは、DCIM_BootConfigSetting のインスタンスを、起
動デバイスが属する起動リストタイプ
(レガシーまたは UEFI)のいずれかを表す DCIM_BootSourceSetting
のインスタンスに関連付けるために使用されます。DCIM_OrderedComponent の GroupComponent プ
ロパティは DCIM_BootConfigSetting のインスタンスを参照し、PartComponent プロパティは
DCIM_BootSourceSetting のインスタンスを参照します。
ChangeBootOrder メソッドを使用した起動順序の変更
起動順序を変更するには、次の手順に従います。
1. 次のコマンドを使用して、起動リストタイプをチェックします。
• WMIC コマンド:wmic /namespace:\\root\dcim\sysman path
dcim_BootConfigSetting get ElementName/format:list
• PowerShell コマンド:gwmi -namespace root\dcim\sysman -class
dcim_BootConfigSetting -Property ElementName
2. 次のコマンドを使用して、起動順序タイプ(レガシーまたは UEFI)をチェックします。
• WMIC コマンド:wmic /namespace:\\root\dcim\sysman path
dcim_ElementSettingData.IsCurrent=1 get SettingData /format:list
• PowerShell コマンド:gwmi -namespace root\dcim\sysman -class
dcim_elementSettingData -Filter "IsCurrent=1" -Property SettingData
3. 次のコマンドを使用して、起動順序を変更します。
• WMIC コマンド:wmic /namespace:\\root\dcim\sysman path
dcim_bootconfigsetting call ChangeBootOrder /?:full
• PowerShell コマンド:(gwmi -namespace root\dcim\sysman -class
dcim_bootconfigsetting).getmethodparameters("ChangeBootOrder")
ChangeBootOrder メソッドには次の引数が必要です。
• 認証トークン - 管理者または起動パスワードです。
• ソース - DCIM_OrderedComponent.PartComponent プロパティから取得された起動順序リストで
す。新しい起動順序は
ソース アレイの起動デバイスの順序によって決定されます。
21