Server Management - Remote Server Management
1752793 Members
5792 Online
108789 Solutions
New Discussion юеВ

Re: hponfg showing serial configuration

 
asv
Occasional Contributor

hponfg showing serial configuration

I can write my current ilo settings to a file using hponcfg, like hpconcfg -w log.txt. This file may have information like

























I can set ilo serial settings with the following block of XML, using hpconcfg -f settings.xml













My question is how do I display the existing serial settings? Fields like SERIAL_CLI_STATUS do not show up with the standard hponcfg -w..

Thanks,

Alex


2 REPLIES 2
Rajeshwari, Hiresave
Trusted Contributor

Re: hponfg showing serial configuration

Currently
hponcfg -w log.xml
captures only the basic information about the network, users and other settings of iLO which would help users to recover configuration of iLO and make it usable.

To capture more detailed information, we need to use specific RIBCL commands in input xml scripts like "GET_NETWORK_SETTINGS" or "GET_GLOBAL_SETTINGS".

Example:
hponcfg -f Get_Global_Settings.xml
hponcfg -f Get_Network_Settings.xml -l Netconf.log


asv
Occasional Contributor

Re: hponfg showing serial configuration

thanks