Information, see the IPMI specification on the Intel website at You must be familiar with IPMI specifications when issuing raw commands.
HP iLO 4 Scripting and Command Line Guide The command displays values of a property or contents of a collection target. Shorten commands by changing the context.įor example, to find the current iLO firmware version, enter the following command: The root context for the server is a forward slash (/) and is the starting pointįor a CLP system. cd - The command sets the current default target.command help/? - Displays the help message specific to that command.help - Displays context-sensitive help and all supported commands.Base commandsįollowing are the base commands for use on the command line: There is a one second timeout for entering any of the escape sequence characters. The escape key commands are shortcuts to popular tasks. The valid Boolean values for any command are yes, no, true, false, y, n, t, f, 1, and 0. Properties - Are the attributes of the target that can be modified.Change the target using the cd command, or by specifying a There are several keyboard sequences for frequent commands: If an invalid command is entered, then the status and status_tag values reflect the error as shown: TheĬommand line session had a prompt that is displayed after each command (or if you exit VSP): hpiLO->Įach time a CLI command is executed, the returned output follows this general format: hpiLO->
HP ILO 4 XML CONFIGURATION SERIAL
Note: in case of serial port connection CLI is enabled by hitting ESC. Up to five network connections can be active simultaneously. On iLO 3 command line interface can be accessed via SSH or serial port. Set of commands for configuration and control of management processors (called Management Access Points)Īnd host systems. On iLO, access SMASH CLP through the SSH port. Management Access Points) and host systems. Standardized set of commands for configuration and control of management processors (called The SMASH CLP specification enables simpleĪnd intuitive management of heterogeneous servers in a data center. Profiles to unify the management of the data center. SMASH CLP is the DMTF suite of specifications that deliver industry-standard protocols and HP iLo command line interface use so called SMASH CLP command language. (slightly skeptical) Educational society promoting " Back to basics" movement against IT overcomplexity In order to get two sensors reporting CPU fan speed and Ambient Inlet Temperature, as well as a dump of server_health on a HP Microserver Gen8, you could use the following in your configuration.Softpanorama May the source be with you, but remember the KISS principle -) network_settings: Get the iLO network settings.server_health: Get server health information.server_uid_status: Get the status of the UID light.server_asset_tag: Gets the server asset tag.server_power_on_time: How many minutes ago has the server been powered on (Non-resetting counter, akin to hours used).server_power_readings: Get current, min, max and average power readings.server_power_status: Whether the server is powered on or not.server_oa_info: Get information about the Onboard Administrator of the enclosing chassis.server_host_data: Get SMBIOS records that describe the host.server_fqdn: Get the fqdn of the server this iLO is managing.server_name: Get the name of the server this iLO is managing.The ILO response can be referenced with the ilo_data variable. When a Jinja2 template is specified here, the created sensor will output the template result.