|
1 | 1 | General server and iLO information |
2 | 2 | ================================== |
| 3 | + |
| 4 | +Many iLO methods allow you to retrieve information about the iLO and the server |
| 5 | +it is built into and to manipulate basic configuration settings. This document |
| 6 | +describes all the ones that do not fit under a more specific subject, such as |
| 7 | +authentication or power. |
| 8 | + |
| 9 | +.. py:currentmodule:: hpilo |
| 10 | +
|
| 11 | +.. class:: Ilo |
| 12 | + :noindex: |
| 13 | + |
| 14 | + .. automethod:: factory_defaults |
| 15 | + .. automethod:: get_product_name |
| 16 | + .. ilo_output:: get_product_name |
| 17 | + .. automethod:: get_fw_version |
| 18 | + .. ilo_output:: get_fw_version |
| 19 | + .. automethod:: get_host_data |
| 20 | + .. ilo_output:: get_host_data |
| 21 | + .. automethod:: get_global_settings |
| 22 | + .. ilo_output:: get_global_settings |
| 23 | + .. automethod:: mod_global_settings |
| 24 | + .. automethod:: get_server_name |
| 25 | + .. ilo_output:: get_server_name |
| 26 | + .. automethod:: set_server_name |
| 27 | + .. automethod:: get_server_fqdn |
| 28 | + .. ilo_output:: get_server_fqdn |
| 29 | + .. automethod:: set_server_fqdn |
| 30 | + .. automethod:: get_smh_fqdn |
| 31 | + .. ilo_output:: get_smh_fqdn |
| 32 | + .. automethod:: get_oa_info |
| 33 | + .. ilo_output:: get_oa_info |
| 34 | + .. automethod:: get_asset_tag |
| 35 | + .. ilo_output:: get_asset_tag |
| 36 | + .. ilo_output:: get_asset_tag#1 |
| 37 | + .. automethod:: set_asset_tag |
| 38 | + .. automethod:: get_uid_status |
| 39 | + .. ilo_output:: get_uid_status |
| 40 | + .. automethod:: uid_control |
| 41 | + .. automethod:: get_all_languages |
| 42 | + .. ilo_output:: get_all_languages |
| 43 | + .. automethod:: get_language |
| 44 | + .. ilo_output:: get_language |
| 45 | + .. automethod:: set_language |
| 46 | + .. automethod:: get_rack_settings |
| 47 | + .. ilo_output:: get_rack_settings |
| 48 | + .. automethod:: get_spatial |
| 49 | + .. ilo_output:: get_spatial |
0 commit comments