-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a decoder is used, print the decoded string (token) and the lexeme (pattern) used. This unmasks the necessary attribute name for `bios set`. ```json { "drax-ncn-m001-mgmt.hpc.amslabs.hpecorp.net": { "attributes": { "PCIS007 (SR-IOV Support)": "Enabled", "Rome0039 (Local APIC Mode)": "Auto", "Rome0059 (SMT Control)": "Auto", "Rome0162 (IOMMU)": "Enabled", "Rome0565 (SVM Mode)": "Enabled" } }, "redbull-ncn-m001-mgmt.hpc.amslabs.hpecorp.net": { "attributes": { "ProcessorVmxEnable": 1, "ProcessorX2apic": 1, "SRIOVEnable": 1, "VTdSupport": 1 } } } ``` ```bash Asynchronously querying [ 2] hosts ... drax-ncn-m001-mgmt.hpc.amslabs.hpecorp.net: PCIS007 (SR-IOV Support) : Enabled Rome0039 (Local APIC Mode) : Auto Rome0059 (SMT Control) : Auto Rome0162 (IOMMU) : Enabled Rome0565 (SVM Mode) : Enabled redbull-ncn-m001-mgmt.hpc.amslabs.hpecorp.net: ProcessorVmxEnable : 1 ProcessorX2apic : 1 SRIOVEnable : 1 VTdSupport : 1 ```
- Loading branch information
Showing
3 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters