-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redfish API attributes required for components,no proper document available for the information of the same #204
Comments
All iDRAC attributes can be found in the attribute registry doc linked below. For number 4 the only NIC MTU iDRAC attribute is for setting maximum transmission units. Did you mean disable iDRAC Ipv6 network?
Thanks |
Hello Texromer,
Thank you so much for your kind reply.
For #4: yes the requirement was to set the maximum transmission units for
the Idrac Nic.
For the ipv6 the request was to disable the ipv6 network.
Apart from this request I have an another request in the Local user
settings section to rename the existing root credentials to svsadmin and
set the standard password as ***@***.***
Is there any ansible module which can be leveraged for the above request?
Thanks and Regards.
Vivekanand
…On Thu, 3 Feb 2022, 21:37 texroemer, ***@***.***> wrote:
Hi @vivekanand553 <https://github.com/vivekanand553>
All iDRAC attributes can be found in the attribute registry doc linked
below. For #4 <#4>
the only NIC MTU iDRAC attribute is for setting maximum transmission units.
Do you mean disable Ipv6 network?
https://dl.dell.com/content/manual66428237-integrated-dell-remote-access-controller-9-attribute-registry.pdf?language=en-us&ps=true
1.
racadm get system.serverpwr.PowerCapSetting
racadm set system.serverpwr.PowerCapSetting Disabled
2.
racadm get idrac.serverboot.FirstBootDevice
racadm set idrac.serverboot.FirstBootDevice Normal
3.
racadm get idrac.VirtualMedia.BootOnce
racadm set idrac.VirtualMedia.BootOnce Enabled
4.
Need clarification
5.
racadm get idrac.virtualconsole.enable
racadm set idrac.virtualconsole.enable Enabled
6.
racadm get idrac.virtualconsole.AttachState
racadm set idrac.virtualconsole.AttachState Auto-attach
7.
racadm get idrac.virtualconsole.PluginType
racadm set idrac.virtualconsole.PluginType 0
8.
racadm get system.lcd.Configuration
racadm set system.lcd.Configuration 1
Thanks
Tex
—
Reply to this email directly, view it on GitHub
<#204 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASEUSAMEIH5Z3VKR3WGJGHTUZKR3ZANCNFSM5NOIWPQQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
racadm get idrac.ipv6.enable racadm get idrac.nic.mtu racadm get idrac.users.3.UserName racadm get idrac.users.3.Password 3 is the user account ID in the example so change this value to the user account you want to change. For Ansible, this is owned by another team within Dell which i don't work on. Can you post your question on their GitHub site. https://github.com/dell/dellemc-openmanage-ansible-modules Based off the model name you are setting for LCD you are using iDRAC 7/8 firmware. For Redfish support on iDRAC 7/8, the only way to configure these attributes is to leverage Server Configuration Profile (SCP) feature. See example below to configure these settings using Redfish with SCP feature.
C:\Python39>ExportSystemConfigurationLocalREDFISH.py -ip 192.168.0.120 -u root -p calvin -t IDRAC,System
@odata.context: /redfish/v1/$metadata#DellJob.DellJob
C:\Python39>ImportSystemConfigurationLocalFilenameREDFISH.py -ip 192.168.0.120 -u root -p calvin -t IDRAC,System -f 2022-2-8_9725_export.xml
Message: Successfully imported and applied Server Configuration Profile.
Thanks |
Hello Team,
I need the Racadm commands and attributes which can be used in a playbook for the following components
Thanks for all your help in advance.
Regards
Vivekanand
The text was updated successfully, but these errors were encountered: