omci8.2 support for newly added bios tokens

27
Dell - Internal Use - Confidential - Customer Workproduct Dell - Internal Use - Confidential - Customer Workproduct OMCI-8.2 supported newly added BIOS tokens Open Manage Client Instrumentation(OMCI)

Upload: artisriva

Post on 29-Nov-2014

618 views

Category:

Technology


1 download

DESCRIPTION

Omci8.2 support for newly added bios tokens

TRANSCRIPT

Page 1: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct Dell - Internal Use - Confidential - Customer Workproduct

OMCI-8.2 supported newly added BIOS tokens

Open Manage Client Instrumentation(OMCI)

Page 2: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Introduction

OMCI Supports the following newly added BIOS tokens: UEFI Network Stack OROM Keyboard Access Peak shift Peak Shift Battery Threshold On-Screen Buttons Dock Display Port 1 Video Source Wireless Radio Control Switch MmioAbove4Gb Switchable Graphics Intel Rapid Start Technology Timer

Page 3: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

New token supports the following LOB

• LATITUDE

• OPTIPLEX

• PRECISION

Page 4: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

UEFI Network Stack

UEFI Networking Stack helps in allowing pre-OS and early OS networking features to use enabled NICs . This option may be used without PXE turned on.

UEFI Networking Stack helps in allowing pre-OS and early OS networking features to use enabled NICs . This option may be used without PXE turned on.

Token Name Line of Business Supported Platforms

UEFI NETWORK STACK PRECISION M4800,M6800

LATITUDE E7240,E7440,E6540,E3330

OPTIPLEX OPTIPLEX 9020,OPTIPLEX XE2

Page 5: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

UEFI Network Stack

Command to check current value of UEFI Networkwmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="UEFI Network Stack") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set "UEFI Network Stack" token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("UEFI Network Stack") AttributeValue=("1") AuthorizationToken=‘<password>'

Command to set "UEFI Network Stack" token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("UEFI Network Stack") AttributeValue=("2") AuthorizationToken=‘<password>'

Page 6: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

OROM Keyboard Access

"OROM Keyboard Access" allows/prevent users from accessing the integrated Intel RAID (CTRL+I), MEBx( CTRL+P),and LSI RAID(CTRL+C) Orom during and MEBx in the Boot Menu. Other OROMs which support entry via a key sequence are not affected by this setting.

"OROM Keyboard Access" allows/prevent users from accessing the integrated Intel RAID (CTRL+I), MEBx( CTRL+P),and LSI RAID(CTRL+C) Orom during and MEBx in the Boot Menu. Other OROMs which support entry via a key sequence are not affected by this setting.

Token Name Line of Business Supported Platforms

UEFI NETWORK STACK PRECISION M4800,M6800

LATITUDE E7240,E7440,E6540,E3330

OPTIPLEX OPTIPLEX 9020,OPTIPLEX XE2

Page 7: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

OROM Keyboard Access

Command to check current value of OROM Keyboard Accesswmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="OROM Keyboard Access") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set "OROM Keyboard Access" token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("OROM Keyboard Access") AttributeValue=("2") AuthorizationToken='dell'

Command to set "OROM Keyboard Access" token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("OROM Keyboard Access") AttributeValue=("1") AuthorizationToken='dell'

Page 8: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Peak Shift

List of tokens Line of Business Supported Platforms

PEAK SHIFT PRECISION M4800,M6800

LATITUDE E7240,E7440,E6540

OPTIPLEX NOT SUPPORTED

To utilize the power consumption in a much efficient manner during peak hours of the day (i.e. when the power consumption is at the peak), peak shift helps to avoid power consumption from power supply. This enables electricity to be consumed at a more efficient way. It has 3 components Peak Shift Start, Peak Shift End and Peak Shift Charge Start.

Page 9: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of "Peak Shift" wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Peak Shift") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set "Peak Shift" token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Peak Shift") AttributeValue=("1") AuthorizationToken='dell'

Command to set "Peak Shift" token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("PEak Shift") AttributeValue=("2") AuthorizationToken='dell‘

Peak Shift

Page 10: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Peak Shift Battery Threshold

List of tokens Line of Business Supported PlatformsPEAKSHIFT BATTERY THRESHOLD

PRECISION M4800,M6800

LATITUDE E7240,E7440,E6540

OPTIPLEX NOT SUPPORTED

This is a percentage-based number that follows the Windows reported battery life value .The goal of this setting is to try and ensure that Peak Shift does not turn off charging when the battery is in danger of running out of power. If the Battery Threshold is reached, the system will switch to AC power ,even if the system has not yet reached Peak shift End. However , charging will not resume until Peak Shift Charge Start time is reached. Takes the value in the range 15-100.

Page 11: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of "Peak Shift Battery Threshold" wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Peak Shift Battery Threshold") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set "Peak Shift Battery Threshold" token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Peak Shift Battery Threshold") AttributeValue=("1") AuthorizationToken='dell'

Command to set "Peak Shift Battery Threshold" token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Peak Shift Battery Threshold") AttributeValue=("2") AuthorizationToken='dell‘

Peak Shift Battery Threshold

Page 12: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

ON-SCREEN BUTTONS

All-in-one(AIO) systems contain On-Screen Display(OSD) buttons . These buttons are designed to match the functionality of stand-alone LCD panels and their associated OSD features.

All-in-one(AIO) systems contain On-Screen Display(OSD) buttons . These buttons are designed to match the functionality of stand-alone LCD panels and their associated OSD features.

List of tokens Line of Business Supported Platforms

ON-SCREEN BUTTONS PRECISION NOT SUPPORTED

LATITUDE NOT SUPPORTED

OPTIPLEX OPTIPLEX 9020 AIO

Page 13: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “On Screen Buttons”wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="On Screen Buttons") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set " On Screen Buttons " token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("On Screen Buttons") AttributeValue=("1") AuthorizationToken='dell'

Command to set " On Screen Buttons " token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("On Screen Buttons") AttributeValue=("2") AuthorizationToken='dell'

ON SCREEN BUTTONS

Page 14: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Advanced Battery Charging Mode

List of tokens Line of Business Supported PlatformsADVANCED BATTERY CHARGING MODE PRECISION M4800,M6800

LATITUDE E7240,E7440,E6540

OPTIPLEX NOT SUPPORTED

When Advanced Battery charging Mode enabled ,the interface allows user to input times weekly for "Beginning of Day" and "Work Period" for each of the seven days of the week. "Beginning of Day" corresponds to the time to begin the workday, and "Work Period” is a number of hours and minutes that the user will be working on the system.

Page 15: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of "Advanced Battery Charging Mode" wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Advanced Battery Charging Mode") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set " Advanced Battery Charging Mode " token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Advanced Battery Charging Mode") AttributeValue=("2") AuthorizationToken='dell'

Command to set " Advanced Battery Charging Mode " token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Advanced Battery Charging Mode") AttributeValue=("1") AuthorizationToken='dell'

Advanced Battery Charging Mode

Page 16: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Dock Display Port1 Video Source

This b ios token helps us to m ake use of e ither integrated or external video contro ller if both are present on the system .

This bios token helps us to make use of either integrated or external video controller if both are present on the system.

List of tokens Line of Business Supported PlatformsDOCK DISPLAY PORT 1 VIDEO SOURCE

PRECISION M4800,M6800

  LATITUDE NOT SUPPORTED

  OPTIPLEX NOT SUPPORTED

Page 17: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “Dock Display Port1 Video Source”wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Dock Display Port1 Video Source") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set “Dock Display Port1 Video Source” token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Dock Display Port1 Video Source ") AttributeValue=("2") AuthorizationToken='dell'

Command to set “Dock Display Port1 Video Source” token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Dock Display Port1 Video Source ") AttributeValue=("1") AuthorizationToken='dell'

Dock Display Port1 Video Source

Page 18: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Wireless Radio Control Switch

This b ios token helps us to turn O N or O FF the w ire less radio contro l sw itch.

This bios token helps us to turn ON or OFF the wireless radio control switch.

List of tokens Line of Business Supported PlatformsWIRELESS RADIO CONTROL SWITCH

PRECISION M4800,M6800

  LATITUDE E7240,E7440,E6540

  OPTIPLEX OPTIPLEX 9020 AIO

Page 19: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “Wireless Radio Control Switch”wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Wireless Radio Control Switch") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set “Wireless Radio Control Switch" token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Wireless Radio Control Switch") AttributeValue=("2") AuthorizationToken='dell'

Command to set " Wireless Radio Control Switch" token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Wireless Radio Control Switch") AttributeValue=("1") AuthorizationToken='dell'

Wireless Radio Control Switch

Page 20: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Optional Boot Sequence

List of tokens Line of Business Supported Platforms

OPTIONAL BOOT SEQUENCE PRECISION NOT SUPPORTED

LATITUDE NOT SUPPORTED

OPTIPLEX

This options allows Windows to be installed on Pcs when more than one operating system volume is present.(i.e. During OS installation ,the installer can access a hard drive as D:)This settings is disabled by default for Maximum compatibility with existing installation tools, but should be changed if more than one operating system volume is present.

Page 21: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “ Optional Boot Sequence " wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName=“Optional Boot Sequence") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set " Optional Boot Sequence " token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Optional Boot Sequence") AttributeValue=("2") AuthorizationToken='dell'

Command to set " Optional Boot Sequence " token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Optional Boot Sequence") AttributeValue=("1") AuthorizationToken='dell'

Optional Boot Sequence

Page 22: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

MMIOAbove4GB

This fie ld enables or D isables 64 b its capable PCI devices to decoded in above 4G B address space(O nly if system supports 64 b it PC I decoding)

This field enables or Disables 64 bits capable PCI devices to decoded in above 4GB address space(Only if system supports 64 bit PCI decoding)

List of tokens Line of Business Supported Platforms

MMIO ABOVE 4 GB PRECISION T7610

  LATITUDE NOT SUPPORTED

OPTIPLEX NOT SUPPORTED

Page 23: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “MmioAbove4GB”wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="MmioAbove4Gb") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set " MmioAbove4GB " token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("MmioAbove4Gb") AttributeValue=("1") AuthorizationToken='dell'

Command to set " MmioAbove4GB " token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("MmioAbove4Gb") AttributeValue=("1") AuthorizationToken='dell'

MMIOAbove4GB

Page 24: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

SWITCHABLE GRAPHICS

• Sw itchable G raphics w hich perm its use of e ither the d iscrete or integrated graphics contro ller based on dem and.

• Switchable Graphics which permits use of either the discrete or integrated graphics controller based on demand.

List of tokens Line of Business Supported Platforms

SWITCHABLE GRAPHICS PRECISION M4800,M6800

  LATITUDE NOT SUPPORTED

  OPTIPLEX NOT SUPPORTED

Page 25: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “Switchable Graphics”wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Switchable Graphics") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set "Switchable Graphics " token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Switchable Graphics") AttributeValue=("1") AuthorizationToken='dell'

Command to set "Switchable Graphics " token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Switchable Graphics") AttributeValue=("2") AuthorizationToken='dell'

SWITCHABLE GRAPHICS

Page 26: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Intel Rapid Start Technology Timer

To set the Intel Rapid Start Technology Timer the system should be properly configured with Intel Rapid Start Technology.Intel Rapid start Technology Timer takes the range between 0-999.

To set the Intel Rapid Start Technology Timer the system should be properly configured with Intel Rapid Start Technology.Intel Rapid start Technology Timer takes the range between 0-999.

List of tokens Line of Business Supported PlatformsINTEL RAPID START TECHNOLOGY TIMER

PRECISION M4800,M6800

  LATITUDE E7240,E7440,E6540

 OPTIPLEX OPTIPLEX9020,OPTIPLEX XE2,OPTIPLEX

9020 AIO

Page 27: Omci8.2 support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “Intel Rapid Start Technology Timer”wmic /namespace:\\root\dcim\sysman path dcim_BIOSEnumeration WHERE (AttributeName="Intel Rapid Start Technology Timer”) get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription

Command to set “Intel Rapid Start Technology Timer" token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Intel Rapid Start Technology Timer") AttributeValue=("2") AuthorizationToken='dell'

Command to set “Intel Rapid Start Technology Timer" token to disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Intel Rapid Start Technology Timer") AttributeValue=("1") AuthorizationToken='dell'

Intel Rapid Start Technology Timer