Usbprns3en8.exe Ver.0.443

Автор:
Usbprns3en8.exe Ver.0.443 Average ratng: 4,3/5 1990 reviews

Thanks, Peter for such quick response - it's greatly appreciated since running into such trouble is very annoying, when being all set to finally get to use WIF (I am waiting on these bits for at least two years now:-) My first problem was indeed trivial: I used to run Live Mesh on this machine and uninstalled it few days back, to ensure that I will not have issues as am discussing here. Re: Issues with scripting boot via ILO Using your batch file, I was able to turn an iLO4 system off and on. I used cpqlocfg.exe version 4.00, and version 4 of the iLO XML scripting samples.

[KB3724] Set up an HTTPS/SSL connection for ESET Remote Administrator Web Console (6.x)

Issue

  • You receive the warning message Using unencrypted connection! Please configure the webserver to use HTTPS when accessing the ESET Remote Administrator Web Console (ERA Web Console) via HTTP.
    For security reasons, we recommend that you set up ERA Web Console to use HTTPS.

Solution

End of support for version 6.4 and 6.5 of ESET Remote Administrator / MDM

ESET Remote Administrator version 6.5 is currently in Limited Support status and will soon be in Basic Support status. It is expected to reach End of Life status in December 2020.

ESET Remote Administrator version 6.4 is currently in basic support status and is expected to reach End of Life status in December 2019.

The MDM functionality in ESET Remote Administrator version 6 is in Basic Support status as of April 11, 2019. After this date, MDM version 6 will no longer be available for download.

  • To see the list of products and dates for ESET end-of-life, visit the ESET End of Life policy (Business products)
  • See our instructions for migrating ESET Remote Administrator to version 7 (ESMC).
  • This article references Apache Tomcat certificates, which are used to ensure secure HTTPS connections. Click for information about ESET Remote Administrator certifications.
  • The steps in this article are performed on a 64-bit Microsoft Windows Server operating system with 32-bit Apache Tomcat. The file paths may vary depending on the operating system you are using.

To use an existing certificate

  1. Move the certificate .pfx file to your Tomcat install directory (by default, this is C:Program Files(x86)Apache Software FoundationTomcat X.X on 64-bit Windows Server systems or C:Program FilesApache Software FoundationTomcat X.X on 32-bit systems).

  2. Open the Conf folder in the Tomcat install directory and locate the Server.xml file. Edit this file using a text editor (such as Notepad ++).

  1. If there is no <‎Connector after <‎/Engine in Server.xml (for example when you perform a new instalation of Apache Tomcat), copy the following string into the Server.xml after <‎/Engine (use you values for keystoreFile, keystorePass, and keystoreType):

<‎Connector server='OtherWebServer' port='443' protocol='org.apache.coyote.http11.Http11NioProtocol' SSLEnabled='true' maxThreads='150' scheme='https' secure='true' clientAuth='false' sslProtocol='TLS' keystoreFile='C:Program FilesApache Software FoundationTomcat_foldercertificate_file.pfx' keystorePass='Secret_Password_123' keystoreType='PKCS12' sslEnabledProtocols='TLSv1,TLSv1.1,TLSv1.2' ciphers='TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA'/>

  1. If <‎Connector is present after <‎/Engine in Server.xml (for example when you restore Server.xml after Apache Tomcat upgrade), replace the values of parameters listed below with your values:
    keystoreFile
    - Provide full path to the certificate file (.pfx, .keystore, or other).
    keystorePass
    - Provide certificate passphrase.
    keystoreType- Specify the certificate type.

Apache Tomcat documentation:

Read Apache Tomcat documentation for more information about the HTTP Connector.

  1. Restart the Tomcat service.
Always use .pfx with password!

The .pfx certificate must not use blank password.

To use a secure HTTPS/SSL connection for ERA Web Console, follow the steps below:

  1. Create a keystore with an SSL certificate. You must have Java JRE installed, we recommend that you use the latest version.
    Java JRA includes the Java Keytool (keytool.exe), which allows you to create a certificate via command line. You must generate a new certificate for each tomcat instance (if you have multiple tomcat instances) to ensure that if one certificate is compromised, other tomcat instances will remain secure.
    Below is a sample command to create a keystore with an SSL certificate.
    Navigate to the exact location of the keytool.exe file, for example C:Program Files (x86)Javajre1.8.0_40in and then run the command):

keytool.exe -genkeypair -alias 'tomcat' -keyalg RSA -keysize 4096 -validity 3650 -keystore 'C:Program Files (x86)Apache Software FoundationTomcat 7.0tomcat.keystore' -storepass 'yourpassword' -keypass 'yourpassword' -dname 'CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown'

Are you a Linux user?

keytool -genkeypair -alias 'tomcat' -keyalg RSA -keysize 4096 -validity 3650 -keystore '/etc/tomcat/tomcat.keystore' -storepass 'yourpassword' -keypass 'yourpassword' -dname 'CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown'

The file path /etc/tomcat/tomcat.keystore is only an example, choose your own secure and accessible destination.

-storepass and -keypass parameters

Values for -storepass and -keypass must be the same.

  1. Export the certificate from the keystore. Below is a sample command to export the certificate sign request from the keystore:

keytool.exe -certreq -alias tomcat -file 'C:InstallTomcattomcat.csr' -keystore 'C:Program Files (x86)Apache Software FoundationTomcat 7.0tomcat.keystore' -ext san=dns:ERA6-2008R2

Are you a Linux user?

keytool -certreq -alias tomcat -file '/etc/tomcat/tomcat.csr' -keystore '/etc/tomcat/tomcat.keystore' -ext san=dns:ERA6-2008R2

Replace values appropriately

Replace the value 'C:InstallTomcattomcat.csr' for the -file parameter with the actual path and file name where you want the certificate to be exported.
Replace the value ERA6-2008R2 for the -ext parameter with the actual hostname of the server on which your Apache Tomcat with ERA Web Console is running.

  1. Get the SSL certificate signed with the Root Certificate Authority (CA) of your choice.
    You can proceed to step 5 if you plan to import a Root CA later. If you choose to proceed this way your web browser may display warnings about a self-signed certificate, and you will need to add an exception to connect to ERA Web Console via HTTPS.

  1. Once you have received the signed certificate with the Root CA, import the public key of CA and then certificate (tomcat.cer) into your keystore. Below is a sample command that imports a signed certificate into the keystore:

keytool.exe -import -alias tomcat -file 'C:InstallTomcattomcat.cer' -keystore 'C:Program Files (x86)Apache Software FoundationTomcat 7.0tomcat.keystore'

Are you a Linux user?

Dallas serial online subtitrat gratis 1978. keytool -importcert -alias tomcat -file '/etc/tomcat/tomcat.cer' -keystore '/etc/tomcat/tomcat.keystore'

Replace values appropriately

Replace the value ' C:InstallTomcattomcat.cer ' for the -file parameter with the actual path and file name where the signed certificate is located.

If you want to use an already existing certificate (for example company certificate), follow these instructions.

  1. Edit the server.xml configuration file so that tag is written similar to the example below:

<‎Connector server='OtherWebServer' port='443' protocol='org.apache.coyote.http11.Http11NioProtocol' SSLEnabled='true' maxThreads='150' scheme='https' secure='true' clientAuth='false' sslProtocol='TLS' keystoreFile='C:Program Files (x86)Apache Software FoundationTomcat 7.0tomcat.keystore' keystorePass='yourpassword' keyAlias='tomcat'/>
This modification also disables non-secure tomcat features, leaving only HTTPS enabled (scheme= parameter). For security reasons, you may also need to edit tomcat-users.xml to delete all tomcat users and change ServerInfo.properties to hide the identity of the tomcat.

Are you a Linux user?

<‎Connector server='OtherWebServer' port='443' protocol='org.apache.coyote.http11.Http11NioProtocol' SSLEnabled='true' maxThreads='150' scheme='https' secure='true' clientAuth='false' sslProtocol='TLS' keystoreFile='/etc/tomcat/tomcat.keystore' keystorePass='yourpassword' keyAlias='tomcat'/>

  1. Restart the Apache tomcat service.
Are you a Linux user?

sudo service tomcat restart
Note that some distributions use service name tomcat7.

What if secure connection is still failing on Linux?

Error message in the /var/.../tomcat directory:
failed to initialize end point associated with ProtocolHandler ['http-bio-443']

If the problem persists, change the port in the server.xml file to a value higher than 1024, because ports below 1024 may not be accessible to non-root users. If for some reason you have to use port 443, you can still change the value and then forward the port. Follow the steps below to enable port redirection (e.g. from port 443 to port 8443):

  1. Open and edit the firewall configuration file:
    nano /etc/sysconfig/iptables
  2. Add this line to the section starting with *nat and ending with COMMIT:
    -A PREROUTING -p tcp -m tcp --dport 443 -j REDIRECT --to-ports 8443
  3. Disable SELinux.

Related articles:

Printable version

* RECOMMENDED * HP Lights-Out Configuration Utility

By downloading, you agree to the terms and conditions of the Hewlett Packard Enterprise Software License Agreement.
Note: Some software requires a valid warranty, current Hewlett Packard Enterprise support contract, or a license fee.

Type:Software - Lights-Out Management
Version:4.01(10 Sep 2012)
Operating System(s):
Microsoft Windows 7 (64-bit)
Microsoft Windows Server 2008 R2
Microsoft Windows Server 2008 W32
Microsoft Windows Server 2008 x64
Microsoft Windows Vista (32-bit)
Microsoft Windows XP Professional
Red Hat Enterprise Linux 5 Server (x86)
Red Hat Enterprise Linux 5 Server (x86-64)
Red Hat Enterprise Linux 6 Server (x86)
Red Hat Enterprise Linux 6 Server (x86-64)
SUSE Linux Enterprise Server 10 (AMD64/EM64T)
SUSE Linux Enterprise Server 10 (x86)
SUSE Linux Enterprise Server 11 (AMD64/EM64T)
SUSE Linux Enterprise Server 11 (x86)
Microsoft Windows 7 (32-bit)
File name:SP58155.exe (603 KB)
The Lights-Out Configuration Utility (CPQLOCFG.EXE) is a Windows®-based utility that connects to iLO 2, iLO 3 or iLO 4 using a secure connection over the network. RIBCL scripts are passed over the secure connection to CPQLOCFG. This utility requires a valid user ID and password with the appropriate privileges.
  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Prerequisites:

This utility requires the following minimum firmware revisions:

  • Integrated Lights-Out 4 firmware version 1.00 or later

To ensure the integrity of your download, HP recommends verifying your results with this MD5 Checksum value:

SP58155.exea88a0cd2680b593b366005c3fc442b62

Reboot Requirement:
Reboot is not required after installation for updates to take effect and hardware stability to be maintained.

Installation:
Create a directory on your hard-drive.

Copy this SoftPaq to the new directory.

From this new directory, run SoftPaq to extract the necessary files.

See the RIBCL scripting guidelines in the iLO User Guide.


Sample scripts for cpqlocfg may be downloaded from www.hp.com/go/ilo. Select your Lights-Out product, click on 'Download software' link, select the operating system. Download 'HP Lights-Out XML Scripting Sample for Windows' or 'HP Lights-Out XML PERL Scripting Sample for Linux'.

End User License Agreements:
Hewlett-Packard End User License Agreement

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

Availability:

Important Notes:
None

Deliverable Name:
HP Lights-Out Configuration Utility

Release Version and/or Date:
4.01

Last Recommended or Critical Version:
4.01

Previous Version of Firmware:
4.00

Upgrade Requirements:
Optional: Users should update to this firmware version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Firmware Dependency:
This software works best with the following firmware revisions:

  • Integrated Lights-Out 4 firmware (any version)

Enhancements/New Features:

  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Problems Fixed:

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.

Known Issues:

  • None

Notes:
Documentation
Instructions for using this utility and RIBCL syntax for iLO can be found in the HP Integrated Lights-Out Management Processor Scripting and Command Line Resource Guide available at following the link at: http://www.compaq.com/products/servers/management/ilo/documentation.html

Sample XML scripts may be downloaded from www.hp.com/go/ilo. Select your Lights-Out product, click on 'Download software' link, select the operating system. Download 'HP Lights-Out XML Scripting Sample for Windows' or 'HP Lights-Out XML PERL Scripting Sample for Linux'.

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.

Important Notes:
None

Deliverable Name:
HP Lights-Out Configuration Utility

Release Version and/or Date:
4.01

Last Recommended or Critical Version:
4.01

Previous Version of Firmware:
4.00

Upgrade Requirements:
Optional: Users should update to this firmware version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Firmware Dependency:
This software works best with the following firmware revisions:

  • Integrated Lights-Out 4 firmware (any version)

Enhancements/New Features:

  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Problems Fixed:

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.

Known Issues:

  • None
Version:4.23 (25 May 2018)

Upgrade Requirement:
Recommended - HPE recommends users update to this version at their earliest convenience.

Resolved an issue where unexpected error encountered while reading iLO response.

CPQLOCFG is now signed by Hewlett Packard Enterprise.


Version:4.22 (6 Oct 2017)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Support for Integrated Lights-Out 2 firmware version 2.30 when AES encryption is enabled.


Version:4.21 (4 Apr 2015)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Fixed an issue where CPQLOCFG will not work as expected when SSL certificate of size greater than 2048 bytes is imported using IMPORT_CERTIFICATE tag.


Version:4.20 (30 Jan 2015)

Upgrade Requirement:
Recommended - HPE recommends users update to this version at their earliest convenience.

Added support for iLO2 Firmware v2.27 (To address the “POODLE” security vulnerability, the iLO security policy has changed. SSLv3 is now disabled and TLSv1 is enabled in iLO2 v2.27.)

None


Version:4.1 (19 Feb 2013)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • The CPQLOCFG Utility might stop functioning while executing the cpqlocfg.exe -s command.
  • Added support for IPv6 Network Configuration on iLO 4 based servers.

Version:4.01 (10 Sep 2012)

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.
  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Version:4.00 (16 Apr 2012)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • Optional upgradation for iLO 4 support.
  • Added support for iLO 4.

Version:3.5 (26 Oct 2012)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.
  • Added support for IPv6 Network Configuration on iLO 3 based servers.
  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.


Version:3.2 (13 Jun 2011)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • Added support to configure Kerberos-based authentication for iLO 3.

Version:3.1 (29 Nov 2010)

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

  • This verson is recommended for users running common scripts for iLO2 and iLO3.
  • Changed the logic to ignore and continue execution when iLO reports 'Feature Not Supported' RIBCL status.

Version:3 (26 Apr 2010)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • Added support for Integrated Lights-Out 3 (iLO 3).

Version:2.27 (10 Dec 2008)
  • Added support for IMPORT_SSH_KEY RIBCL command.
  • Added the variable substitution feature for CPQLOCFG 2.27.

Version:2.26 (5 May 2008)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

In Verbose mode, the keystrokes that a user inputs for the password will no longer be echoed to the screen.

Upon CPQLOCFG connection to the server, the negotiated cipher strength will be displayed.


Version:2.25 (11 Nov 2005)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Added support for firmware upgrade image sizes larger than 2MB. This version is required to upgrade iLO 2 version 1.00 and later.


Version:2.24 (14 Jul 2005)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Added support for the certificate management commands present in iLO firmware 1.80 and later.


Version:2.23(A) (17 Nov 2004)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Added support for the certificate management commands present in iLO firmware 1.64 and later.


Version:2.22(A) (2 Mar 2004)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Updated to allow entering login name and password from the command line.


Version:2.21(A) (6 Jan 2004)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Updated to allow properly formatted XML responses to be returned from the client.


Version:2.20(A) (10 Jun 2003)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Supports multi-packet response from firmware.


Version:2.10(A) (10 Oct 2002)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Updated the following:

  • Enhanced error reporting.

  • Allow user to specify SSL port number; default :443.

Version:2.00(A) (9 Aug 2002)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Initial release.


Type:Software - Lights-Out Management
Version:4.01(10 Sep 2012)
Operating System(s):
Microsoft Windows 7 (32-bit)
Microsoft Windows 7 (64-bit)
Microsoft Windows Server 2008 R2
Microsoft Windows Server 2008 W32
Microsoft Windows Server 2008 x64
Microsoft Windows Vista (32-bit)
Microsoft Windows XP Professional
Red Hat Enterprise Linux 5 Server (x86)
Red Hat Enterprise Linux 5 Server (x86-64)
Red Hat Enterprise Linux 6 Server (x86)
Red Hat Enterprise Linux 6 Server (x86-64)
SUSE Linux Enterprise Server 10 (AMD64/EM64T)
SUSE Linux Enterprise Server 10 (x86)
SUSE Linux Enterprise Server 11 (AMD64/EM64T)
SUSE Linux Enterprise Server 11 (x86)

Description

The Lights-Out Configuration Utility (CPQLOCFG.EXE) is a Windows®-based utility that connects to iLO 2, iLO 3 or iLO 4 using a secure connection over the network. RIBCL scripts are passed over the secure connection to CPQLOCFG. This utility requires a valid user ID and password with the appropriate privileges.

Enhancements

  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Installation Instructions

Prerequisites:

This utility requires the following minimum firmware revisions:

  • Integrated Lights-Out 4 firmware version 1.00 or later

To ensure the integrity of your download, HP recommends verifying your results with this MD5 Checksum value:

SP58155.exea88a0cd2680b593b366005c3fc442b62

Reboot Requirement:
Reboot is not required after installation for updates to take effect and hardware stability to be maintained.

Installation:
Create a directory on your hard-drive.

Copy this SoftPaq to the new directory.

From this new directory, run SoftPaq to extract the necessary files.

See the RIBCL scripting guidelines in the iLO User Guide.


Sample scripts for cpqlocfg may be downloaded from www.hp.com/go/ilo. Select your Lights-Out product, click on 'Download software' link, select the operating system. Download 'HP Lights-Out XML Scripting Sample for Windows' or 'HP Lights-Out XML PERL Scripting Sample for Linux'.

Release Notes

End User License Agreements:
Hewlett-Packard End User License Agreement

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

Availability:

Important Notes:
None

Deliverable Name:
HP Lights-Out Configuration Utility

Release Version and/or Date:
4.01

Last Recommended or Critical Version:
4.01

Previous Version of Firmware:
4.00

Upgrade Requirements:
Optional: Users should update to this firmware version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Firmware Dependency:
This software works best with the following firmware revisions:

  • Integrated Lights-Out 4 firmware (any version)

Enhancements/New Features:

  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Problems Fixed:

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.

Known Issues:

  • None

Notes:
Documentation
Instructions for using this utility and RIBCL syntax for iLO can be found in the HP Integrated Lights-Out Management Processor Scripting and Command Line Resource Guide available at following the link at: http://www.compaq.com/products/servers/management/ilo/documentation.html

Sample XML scripts may be downloaded from www.hp.com/go/ilo. Select your Lights-Out product, click on 'Download software' link, select the operating system. Download 'HP Lights-Out XML Scripting Sample for Windows' or 'HP Lights-Out XML PERL Scripting Sample for Linux'.

Fixes

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.

Availability

Important Notes:
None

Deliverable Name:
HP Lights-Out Configuration Utility

Release Version and/or Date:
4.01

Last Recommended or Critical Version:
4.01

Previous Version of Firmware:
4.00

Upgrade Requirements:
Optional: Users should update to this firmware version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Firmware Dependency:
This software works best with the following firmware revisions:

  • Integrated Lights-Out 4 firmware (any version)

Enhancements/New Features:

  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Problems Fixed:

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.

Known Issues:

  • None

Revision History

Version:4.23 (25 May 2018)

Upgrade Requirement:
Recommended - HPE recommends users update to this version at their earliest convenience.

Resolved an issue where unexpected error encountered while reading iLO response.

CPQLOCFG is now signed by Hewlett Packard Enterprise.


Version:4.22 (6 Oct 2017)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Support for Integrated Lights-Out 2 firmware version 2.30 when AES encryption is enabled.


Version:4.21 (4 Apr 2015)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Fixed an issue where CPQLOCFG will not work as expected when SSL certificate of size greater than 2048 bytes is imported using IMPORT_CERTIFICATE tag.


Version:4.20 (30 Jan 2015)

Upgrade Requirement:
Recommended - HPE recommends users update to this version at their earliest convenience.

Added support for iLO2 Firmware v2.27 (To address the “POODLE” security vulnerability, the iLO security policy has changed. SSLv3 is now disabled and TLSv1 is enabled in iLO2 v2.27.)

None


Version:4.1 (19 Feb 2013)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • The CPQLOCFG Utility might stop functioning while executing the cpqlocfg.exe -s command.
  • Added support for IPv6 Network Configuration on iLO 4 based servers.

Version:4.01 (10 Sep 2012)

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.
  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.

Version:4.00 (16 Apr 2012)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • Optional upgradation for iLO 4 support.
  • Added support for iLO 4.

Version:3.5 (26 Oct 2012)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • CPQLOCFG Utility may crash while executing cpqlocfg.exe -s command.
  • CPQLOCFG may return an error 'Invalid Address' with error code 10022 if Fully Qualified Domain Name is used instead of IP address.
  • Script Failed error may display when the '-t' syntax is used for XML substitution.
  • CPQLOCFG utility may stop working while executing Update_Firmware.xml if the Firmware Image location in the script is wrong.
  • Executing some scripts may give 'Script Succeeded' message instead of the Parse error for invalid entry.
  • Added support for IPv6 Network Configuration on iLO 3 based servers.
  • Added CDATA tag use. Users should be able to set Security Message for login banner using CPQLOCFG with the script Set_Security_Msg.xml now.


Version:3.2 (13 Jun 2011)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • Added support to configure Kerberos-based authentication for iLO 3.

Version:3.1 (29 Nov 2010)

Upgrade Requirement:
Recommended - HP recommends users update to this version at their earliest convenience.

  • This verson is recommended for users running common scripts for iLO2 and iLO3.
  • Changed the logic to ignore and continue execution when iLO reports 'Feature Not Supported' RIBCL status.

Version:3 (26 Apr 2010)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

  • Added support for Integrated Lights-Out 3 (iLO 3).

Version:2.27 (10 Dec 2008)
  • Added support for IMPORT_SSH_KEY RIBCL command.
  • Added the variable substitution feature for CPQLOCFG 2.27.

Version:2.26 (5 May 2008)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

In Verbose mode, the keystrokes that a user inputs for the password will no longer be echoed to the screen.

Upon CPQLOCFG connection to the server, the negotiated cipher strength will be displayed.


Version:2.25 (11 Nov 2005)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Added support for firmware upgrade image sizes larger than 2MB. This version is required to upgrade iLO 2 version 1.00 and later.


Version:2.24 (14 Jul 2005)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Added support for the certificate management commands present in iLO firmware 1.80 and later.

Free camera assistant software for toshiba download. Toshiba camera assistant software free download - Cam Viewer for Toshiba IP Camera, Arsenal - The Intelligent Camera Assistant, DSLR Assistant, and many more programs.


Version:2.23(A) (17 Nov 2004)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Added support for the certificate management commands present in iLO firmware 1.64 and later.


Version:2.22(A) (2 Mar 2004)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Updated to allow entering login name and password from the command line.


Version:2.21(A) (6 Jan 2004)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Updated to allow properly formatted XML responses to be returned from the client.


Version:2.20(A) (10 Jun 2003)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Supports multi-packet response from firmware.


Version:2.10(A) (10 Oct 2002)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Updated the following:

  • Enhanced error reporting.

  • Allow user to specify SSL port number; default :443.

Version:2.00(A) (9 Aug 2002)

Upgrade Requirement:
Optional - Users should update to this version if their system is affected by one of the documented fixes or if there is a desire to utilize any of the enhanced functionality provided by this version.

Initial release.


Legal Disclaimer: Products sold prior to the November 1, 2015 separation of Hewlett-Packard Company into Hewlett Packard Enterprise Company and HP Inc. may have older product names and model numbers that differ from current models.