Skip to content

Add get-bios-attribute-values-definitions.sh#1

Open
makelinux wants to merge 1 commit into
ccardenosa:mainfrom
makelinux:main
Open

Add get-bios-attribute-values-definitions.sh#1
makelinux wants to merge 1 commit into
ccardenosa:mainfrom
makelinux:main

Conversation

@makelinux

Copy link
Copy Markdown

Fetch BIOS attributes via Redfish API, join .DisplayName with attribute
values, optionally print HelpText.

Fetch BIOS attributes via Redfish API, join .DisplayName with attribute
values, optionally print HelpText.
@ccardenosa

ccardenosa commented Jan 26, 2026

Copy link
Copy Markdown
Owner

Thanks for your contribution @makelinux .

I have checked it out and it is not working:

-> % bash -x ~/bin/get-bios-attribute-values-definitions.sh
+ verbose=
+ [[ '' == \-\v ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -z '' ]]
+ echo 'Usage: /Users/ccardeno/bin/get-bios-attribute-values-definitions.sh [-v] <user:pass@host> or export BMC_HOST, BMC_USER, and BMC_PASS'
Usage: /Users/ccardeno/bin/get-bios-attribute-values-definitions.sh [-v] <user:pass@host> or export BMC_HOST, BMC_USER, and BMC_PASS
+ exit 1

-> % time bash ~/bin/get-bios-attribute-values-definitions.sh -v ${BMC_USER}:${BMC_PASS}@${BMC_HOST}
Dell Inc.
PowerEdge XR8620t
System

Intel(R) Xeon(R) Gold 6433N
256
^C
bash ~/bin/get-bios-attribute-values-definitions.sh -v   102,71s user 0,61s system 91% cpu 1:52,88 total # <---- stuck here...

Anyhow, there is already a script available to get this info.

@makelinux

Copy link
Copy Markdown
Author

Please use zsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants