<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic [iLO][ansible] “category” and “command” parameters in Server Management - Remote Server Management</title>
    <link>https://community.hpe.com/t5/server-management-remote-server/ilo-ansible-category-and-command-parameters/m-p/7256195#M10431</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have many ProLiant DL360 Gen11; iLO 6 1.66.&lt;/P&gt;&lt;P&gt;We want to use ansible for change and verify some parameter but we don't understand how to configure theres modules.&lt;/P&gt;&lt;P&gt;Ansible module are redfish_info, redfish_command, redfish_config, ilo_redfish_config, ilo_redfish_info from &lt;A href="https://github.com/HewlettPackard/ilo-ansible-collection/tree/main" target="_blank"&gt;https://github.com/HewlettPackard/ilo-ansible-collection/tree/main&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;1) If I've understood correctly, the ilo_redshift modules are overlays on the redshift modules to address Dell-specific functionality. Right ?&lt;/P&gt;&lt;P&gt;2) Where can I find the list of categories and commands that can be placed in “category” and “command”?&lt;BR /&gt;For example, I search to set 'Power Regulator Settings' to 'Dynamic Power Savings Mode'.&lt;BR /&gt;How can I found the “category” and “command”? I have found the parameter "EnergyPerfBias", but the Bios categorie doesn't exist &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;&lt;A href="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_309/ilo5_bios_resourcedefns309/#attributes" target="_blank"&gt;https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_309/ilo5_bios_resourcedefns309/#attributes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;</description>
    <pubDate>Wed, 24 Sep 2025 12:37:03 GMT</pubDate>
    <dc:creator>tdene</dc:creator>
    <dc:date>2025-09-24T12:37:03Z</dc:date>
    <item>
      <title>[iLO][ansible] “category” and “command” parameters</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-ansible-category-and-command-parameters/m-p/7256195#M10431</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have many ProLiant DL360 Gen11; iLO 6 1.66.&lt;/P&gt;&lt;P&gt;We want to use ansible for change and verify some parameter but we don't understand how to configure theres modules.&lt;/P&gt;&lt;P&gt;Ansible module are redfish_info, redfish_command, redfish_config, ilo_redfish_config, ilo_redfish_info from &lt;A href="https://github.com/HewlettPackard/ilo-ansible-collection/tree/main" target="_blank"&gt;https://github.com/HewlettPackard/ilo-ansible-collection/tree/main&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;1) If I've understood correctly, the ilo_redshift modules are overlays on the redshift modules to address Dell-specific functionality. Right ?&lt;/P&gt;&lt;P&gt;2) Where can I find the list of categories and commands that can be placed in “category” and “command”?&lt;BR /&gt;For example, I search to set 'Power Regulator Settings' to 'Dynamic Power Savings Mode'.&lt;BR /&gt;How can I found the “category” and “command”? I have found the parameter "EnergyPerfBias", but the Bios categorie doesn't exist &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;BR /&gt;&lt;A href="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_309/ilo5_bios_resourcedefns309/#attributes" target="_blank"&gt;https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_309/ilo5_bios_resourcedefns309/#attributes&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 12:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-ansible-category-and-command-parameters/m-p/7256195#M10431</guid>
      <dc:creator>tdene</dc:creator>
      <dc:date>2025-09-24T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: [iLO][ansible] “category” and “command” parameters</title>
      <link>https://community.hpe.com/t5/server-management-remote-server/ilo-ansible-category-and-command-parameters/m-p/7256234#M10432</link>
      <description>&lt;P&gt;ok&lt;/P&gt;&lt;P&gt;For example: if you search 'Power Regulator Settings'.&lt;BR /&gt;You find it on &lt;A href="https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_309/ilo5_bios_resourcedefns309/" target="_blank"&gt;https://servermanagementportal.ext.hpe.com/docs/redfishservices/ilos/ilo5/ilo5_309/ilo5_bios_resourcedefns309/&lt;/A&gt;.&lt;BR /&gt;It's "EnergyPerfBias"&lt;/P&gt;&lt;P&gt;So it's on the systems category and it's a bios attribute (/redfish/v1/systems/{item}/bios)&lt;/P&gt;&lt;P&gt;So:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;for get: &lt;A href="https://github.com/HewlettPackard/ilo-ansible-collection/blob/main/roles/getbiosattr/tasks/main.yml" target="_blank"&gt;https://github.com/HewlettPackard/ilo-ansible-collection/blob/main/roles/getbiosattr/tasks/main.yml&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;for change: &lt;A href="https://github.com/HewlettPackard/ilo-ansible-collection/blob/main/roles/changbiosattr/tasks/main.yml" target="_blank"&gt;https://github.com/HewlettPackard/ilo-ansible-collection/blob/main/roles/changbiosattr/tasks/main.yml&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;- name: Get Bios Attributes&lt;BR /&gt;&amp;nbsp; &amp;nbsp;community.general.redfish_info:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;category: Systems&lt;BR /&gt;&amp;nbsp; &amp;nbsp;command: GetBiosAttributes&lt;BR /&gt;&amp;nbsp; &amp;nbsp;baseuri: "{{ iLO_ip }}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;username: "{{ iLO_user }}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;password: "{{ iLO_password }}"&lt;/P&gt;&lt;P&gt;- name: Set Energy Perf&lt;BR /&gt;&amp;nbsp; &amp;nbsp;community.general.redfish_config:&lt;BR /&gt;&amp;nbsp; &amp;nbsp;category: Systems&lt;BR /&gt;&amp;nbsp; &amp;nbsp;command: SetBiosAttributes&lt;BR /&gt;&amp;nbsp; &amp;nbsp;bios_attributes: "{ 'EnergyPerfBias': 'PowerSavingsMode'}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;baseuri: "{{ iLO_ip }}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;username: "{{ iLO_user }}"&lt;BR /&gt;&amp;nbsp; &amp;nbsp;password: "{{ iLO_password }}"&lt;/P&gt;</description>
      <pubDate>Wed, 24 Sep 2025 12:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-remote-server/ilo-ansible-category-and-command-parameters/m-p/7256234#M10432</guid>
      <dc:creator>tdene</dc:creator>
      <dc:date>2025-09-24T12:34:28Z</dc:date>
    </item>
  </channel>
</rss>

