A Command-Line Utility for the Uniden HomePatrol

Remote access is possible via both local networks and the internet, which means that, with the right software, anyone can access any device, anywhere in the world.

Software Depot for HP Remote Graphics Software 60 Day Trial License. Award winning remote control and cross platform PC management software Award winning Remote Control and cross platform PC management software. Featuring unique screen monitoring in realtime of multiple systems, Remote Control, Audio support, PC inventory and diagnostics, file distribution, chat, messaging and much more. Software Depot for HP Remote Graphics Software 60 Day Trial License.

Introduction

HPe-rc is a command line program for controlling the Uniden HomePatrol-1 Scanner. All functions of the published remote control specification (2.05) are implemented, including downloading audio files and reading raw discriminator data.

Binaries are available for Windows systems. The source code will run on any system with Python 2.6 or 2.7, and the pySerial module.

Latest News

GitHub

HPe-rc is now hosted on GitHub.

Requirements

This program requires a HomePatrol Scanner with firmware version 2.02 or higher and the optional Extreme Upgrade. A USB connection and working USB Serial Port drivers are also required.

USB Serial Port drivers for Windows systems are available from Uniden. Windows will also require MSVCR90.DLL, which can be downloaded from Microsoft if it is not already available on the system. This software has been tested with the Uniden serial driver on Windows 2000, XP, Windows 7 and 8.

Installation

For Microsoft Windows, HPe-rc is distributed as a compressed (zip) archive which includes a self-extracting installer. Downloads for 64-bit and 32-bit systems are available. Extract and run the installer.

Two executables are available on Windows system: HPe-rc Console.exe starts a text command-line version. HPe-rc.exe automatically starts the web-based interface.

For Linux and similar systems, HPe-rc is distributed as a compressed (tar.gz) archive which contains the program source. Extract and run HPe-rc.py using the python interpreter.

Operation

Basic Operation

The HomePatrol and PC should be connected using the USB cable. Select 'Serial Port' when prompted on the scanner screen. To start using HPe-rc, specify the serial port where the scanner is connected. Parameters are changed using the set command.

Example: Not Connected> set port1=com6

Before issuing commands, open a connection to the HP-1 using the open command.

Example: Not Connected> open

Hp Remote Control Setup

To stop the connection to the scanner, use the close command. Open serial ports are also closed when using the bye command to exit the program.

Example: HomePatrol-1> bye

See the following sections for information on setting parameters and available commands.

Non-Interactive Operation

Set commands may also be read from a text file. Enter one command per line.

Example: C:Program FilesHPe-rc>hpe-rc --set @command.txt

A single command may be specified on the command-line by using the cmd parameter. HPe-rc will execute the command, then exit.

Example: C:Program FilesHPe-rc>hpe-rc --set cmd=web

Setting Parameters

Parameters can be set on the command line, or within the program itself. Multiple parameters can set on one line, and keywords may be specified as upper or lower case.

Example: C:Program FilesHPe-rc>hpe-rc --set loglevel=10 logfile=ON

Or: HomePatrol-1> set loglevel=10 logfile=ON

To see the current settings, type get at the HPe-rc prompt. For a subset of settings, type get followed by a string, such as 'path' to match all settings which contain that word.

Example: HomePatrol-1> get path

Parameters also can be saved and loaded together in sets using the save and load commands.

Example: HomePatrol-1> save acars

A set of default values which cannot be modified is created when a set is first saved. To reload these values, type load DEFAULT at the HPe-rc command prompt. Settings can also be quickly saved and restored by using save and load without a set name.``

Basic Parameters

port1The serial port used to connect to the scanner
port2A serial port used for raw data output
port1_baudBaud rate for port1
port2_baudBaud rate for port2
loglevelSet to 10 to display debugging information
logfileSet ON to log debugging information to disk
cfg_pathLocation to save config files

Serial ports should be specified by the name used by the operating system, for instance, com5 or /dev/ttyS1. Set port1 to AUTO to attempt to detect the correct port. In some cases, the auto-detection may not work. Example: Not Connected> set port1=AUTO See the Raw Data, Monitor Mode and Audio Feed sections for parameters specific to those operations.

Date Format

By default, HPe-rc matches the HP-1's internal format for naming audio files (2012-03-21_20-14-13) for all file types so that files have consistent names. Customizing the dateformat will keep this consistency - even when downloading audio files.

Files will be overwritten unless a format specifier is used that varies with each file, seconds (%S) for example. Characters which are not valid in file names will be removed or replaced.

%aAbbreviated Weekday
%AFull Weekday Name
%bAbbreviated Month
%BFull Month Name
%dDay of the Month [01-31]
%HHour, 24 hour [00-23]
%IHour, 12 hour [01-12]
%jDay of the Year [001-366]
%mMonth [01-12]
%MMinute [00-59]
%pAM or PM
%SSeconds [00-61]
%yYear, 2 digit [00-99]
%YYear, 4 digit

Example: HomePatrol-1> set dateformat=%Y-%m-%d_%H-%M-%S

A complete list of date format specifiers is available here.

Variable Substitution

Variables can be used in several parameters to include system-specific information. The information available depends on the type of system and other settings on the scanner.

%(tgid)%Talkgroup ID or Frequency
%(frequency)%Frequency or Talkgroup ID
%(mode)%AM, FM or NFM
%(att)%Attenuator Setting [ON or OFF]
%(subtone)%CTCSS/DCS code
%(nac)%NAC Code
%(service_tag)%Service Tag
%(system)%System Name
%(department)%Department Name
%(channel)%Channel Name
%(squelch)%Squelch Setting [0-15]
%(mute)%Mute Setting [ON or OFF]
%(signal)%Signal Level [0-4]
%(uid)%Unit ID
%(favorites_list)%Favorites List
%(config_set)%Name of current config set
%(date)%Date/Time (see Date Format)
%(space)%Space Character

In addition, ~ or ~user can be used in path names for the current user's home directory.

Web UI

[Version 0.9+] The Web UI allows the scanner's operation to be monitored and controlled using a web browser. This feature requires javascript/jQuery/ajax support.

Use the web command to start the Web UI, then open your web browser to the host and port of the computer where the scanner is connected. This will be http://localhost:8000 or http://127.0.0.1:8000 if the browser and HPe-rc are running on the same machine. The port and other parameters can be changed using the set command.

web_portWeb Server Port
web_readonlyDisable commands from web browser [ON or OFF]
web_ipList of IP addresses allowed access
web_checkSeconds between checks for audio files to download
web_browserUse the system default web browser to load the Web UI
ajax_refreshData refresh rate in milliseconds

Hp Remote Control Setup Codes

See Monitor Mode for additional settings that also apply when using the Web UI.

The Web UI can also be accessed over a LAN or the Internet with a properly configured computer and router. Check the router documentation for more information on setting firewall and port forwarding options. Access can be restricted to only allowed IP addresses using the web_ip parameter. Commands can be ignored from the web browser by setting web_readonly to ON. Although multiple web clients can simultaneously access the scanner data, performance may suffer.

The rate of data requests from the web browser is controlled by ajax_refresh. Increasing this value may improve performance on limited platforms, such as a smartphone, tablet or Kindle. It may also help on busy networks or with multiple clients using the Web UI at the same time.

Audio files can be periodically downloaded from the scanner's recording buffer while using the Web UI. Set web_check to the number of seconds between checks. (0=disable) Files will be transfered when the scanner is idle whenever possible. By default, the scanner beeps when checking for new files. This can be disabled by setting the screen tap sound to OFF using the scanner menu or Sentinel software. Real-time scanning status is not available while downloading files.

Example: HomePatrol-1> web

[Version 0.9.5+] Touchscreen controls: The Previous, Hold or Next functions for the Channel, Department or System can be activated by touching the left, center or right section of the display area.

Note: Using Internet Explorer to access the Web UI is not recommended. For best results, use Firefox or Chrome.

Monitor Mode

Monitor Mode displays an ongoing display of the scanner's status, and optionally, logs this information to disk. The monitor mode log can be customized by specifying a string of data variables to include using the mon_format parameter. Not all fields will be available depending on the type of system being monitored. When mon_file is set to ON, the log file will be saved to disk. Use the monitor command to start.

mon_formatFormat string
mon_fileSave to disk [ON or OFF]
mon_cmdAllow key commands [ON or OFF]
mon_pathLocation to save monitor files
mon_expireMinimum time in seconds before channel data is expired

Example: HomePatrol-1> set mon_format=%(date)%,%(channel)%``,%(department)%,%(frequency)%
Example: HomePatrol-1> monitor

[Version 0.5+] Key commands can be used in monitor mode to control the scanner.

aAvoid Channel
cHold Channel
dHold Department
sHold System
nNext Channel
pPrevious Channel
mMute
+Volume Up
-Volume Down
qExit Monitor Mode

[Version 0.7+] By default, a channel is not logged to disk when the same channel is subsequently received, regardless of the length of time between transmissions. To change this behavior, set the mon_expire parameter to the minimum number of seconds to wait before logging the same channel again. (0 will disable this feature.) Channels will not be logged more than once for the same transmission.

Audio Feed

The audio feed mode downloads WAV files from the recording buffer on the scanner. Files are named according to the dateformat parameter. By default, this matches the format used internally by the scanner. Audio files are automatically deleted after they are transferred successfully.

feed_loopContinue to check for new files [ON or OFF]
feed_delayMilliseconds between checks for new files
feed_pathLocation to save audio files

Example: HomePatrol-1> feed on

System information from the recordings will be displayed as the files are transferred. With variable substitutions, this information can be used to save recordings in directories based on channel, department, system, service tag or favorites list using the feed_path parameter.

Example: HomePatrol-1> set feed_path=~feeds%(system)%%(department)%%(channel)%

Directories will be created if they do not exist. Characters which are not valid in directory names will be removed or replaced, so information may not match what is displayed on the scanner.

Audio Feed mode is automatically stopped once all files have been transferred, unless the feed_loop parameter is ON. The process may also aborted by pressing Control-C on the keyboard.

All available meta-data about recordings is saved with the audio files in JSON format.

This mode may be stopped manually by using the feed off command. It should not be necessary to use this command unless the scanner is stuck in feed mode.

Example: HomePatrol-1> feed off

Raw Data [Experimental]

This feature is still under development. This documentation may not reflect the latest changes.

rd_freqFrequency to monitor [HZ]
rd_modeModulation mode [AUTO, AM, FM OR NFM]
rd_attAttenuator setting [ON or OFF]
rd_timeoutSeconds with no input before timeout
rd_rectimeSeconds to record data
rd_fileWrite to file [ON or OFF]
rd_pathLocation to save data files
rd_sampleData slicer sample size
rd_filterLow-Pass filter [ON or OFF]
rd_thresholdData slicer decode threshold level

Use the set command to setup a raw data session. Frequencies entered in megahertz are automatically converted to hertz.

Example: HomePatrol-1> set rd_freq=131.550 rd_file=ON

Start raw mode by using the raw command. The data capture may be aborted by pressing the STOP button on the scanner screen, pressing Control-C on the keyboard, or by specifying a maximum recording time using the rd_rectime parameter.

Example: HomePatrol-1> raw

By default, rd_file and port2 are not active. One or both of these should be set properly to use the data collected. Setting rd_file to ON will save raw data as WAV files in the path specified by rd_path.

[Version 0.3+] To emulate a 2-level data slicer, specify port2. This should point to the input port of a virtual serial port pair. The second virtual port should be used by the decoding program. Under Windows, these ports requires setting up com0com. Two variables are used to control the data slicing mode: rd_sample indicates the samples per second made from the raw data. The baud rate of the signal divided by 75 is a good starting point. The rd_threshold variable controls the threshold between decoding a 0 and a 1; 64 is the default value.

[Version 0.5+] Specify rd_filter to control a low-band filter on the raw data output. Requires HP firmware 2.03+

Command Reference

att[ON OFF]
Turn global attenuation ON or OFF. Use this command without an option to check current setting.
avoid[system department channel][ON OFF]
Set category avoid status. Use this command without a switch option to check current setting.
bye
Exit program.
cap
Capture a screenshot. Images can not be captured when receiving in Scan Mode unless recording is disabled by removing the batteries and using AC power.
close
Close all open serial ports.
dump[hex bin text]
Raw Mode with data slicer hex, binary, or text dump.
feed[ON OFF]
Turn audio feed download ON or OFF. Use this command without an option to check current setting.
get[match]
List all matching parameters. Use get without an option for a full list of parameters.
hold[system department channel] [ON OFF]
Set category hold status. Use this command without a switch option to check current setting.
load[name]
Load a new parameter set. Omit the name to load the default set.
monitor
Start monitor mode. Press Ctrl-C to exit.
mute[ON OFF]
Turn mute ON or OFF. Use this command without an option to check current setting.
next[system department channel]
Set next system, department or channel. This command defaults to channel control if an option is not specified.
open
Connect HomePatrol to serial port.
prev[system department channel]
Set previous system, department or channel. This command defaults to channel control if an option is not specified.
program
Set scanner to Program Mode. Only programming commands will be available.
raw
Read raw discriminator data from scanner using set parameters.
record[ON OFF]
Turn audio recording ON or OFF. Type record without an option to check current setting.
replay
Set scanner to Replay Mode. Only replay commands will be available.
save[name]
Save current parameter set. Omit the name to save the default set.
scan
Set HomePatrol to Scan Mode.
setparameter=[value] ..
Set one or more parameters. Use set with no options for a list of available parameters.
squelch[0-15]
Set squelch level on scanner.
status
Display current system information in scan mode.
version
Display program information
volume[0-15]
Set volume level on scanner.
web
Start web server.

Replay Mode Commands

These commands are only available in Replay Mode. Use the replay command to enter and the exit command to leave this mode.

Example: HomePatrol-1> replay

exit
Leave replay mode.
next
Skip to next recording.
pause
Pause playback.
prev
Return to previous recording.
resume
Resume playback.
status
Display current system information in replay mode.

Program Mode Commands

These commands are only available in Program Mode. Use the program command to enter and the exit command to leave this mode.

Example: HomePatrol-1> program

exit
Exit programming mode.
favorites[0-256] [ON OFF]
Turn favorites lists on or off. Use this command without options to display defined favorites lists.

Troubleshooting

After checking all the requirements, if HPe-rc cannot connect to the HP-1, you can check the connection using the sample Windows programs provided by Uniden, or a terminal program such as PuTTY on any operating system. Make sure to select the correct serial port and port settings. If using another program shows no response from the scanner, check that the appropriate serial drivers are installed on the operating system. Feel free to contact us if the problem is specific to our software. Please include a debug log if possible by setting logfile=ON when running the program, plus any error messages. If there is a particular radio system that is not working, please include a link to the Radio Reference database with that information.

Downloads

THE SOFTWARE IS PROVIDED 'AS IS' AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Latest BinariesWindows 32-bitWindows 64-bit
Latest Source.zip.tar.gz

Contact Us

All helpful comments, suggestions and questions are appreciated. Contact us at hp at xoynq dot com.

HomePatrol is a registered trademark of Uniden America Corporation. This product contains Uniden proprietary and/or copyrighted information. Used under license.

Privacy Policy: This site does not collect personally identifiable information except when specifically provided by you when contacting us. Any information you provide will be used solely to answer your request, and will not be shared any outside party. Non-personally-identifying information, including pages viewed, IP address and other traffic data, is collected for analytical purposes, and may be provided to third-party companies for this or any purpose, including targeted or interest-based advertising. This site uses third-party advertising companies to serve ads when you visit our website. These companies may use information about your visits to this and other websites in order to provide advertisements of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, visit the Google Privacy Center. To quickly opt-out of other third-party targeted advertising, use the Network Advertising Initiative Opt-out Tool.
Printable version

* RECOMMENDED * HP Lights-Out Stand Alone Remote Console for Windows

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:1.2.3.0(24 Jul 2014)
Operating System(s):
Microsoft Windows 7 (64-bit)
Microsoft Windows 7 Enterprise (32-bit)
Microsoft Windows 7 Enterprise (64-bit)
Microsoft Windows 7 Professional (32-bit)
Microsoft Windows 7 Professional (64-bit)
Microsoft Windows Server 2008 W32
Microsoft Windows Server 2012
Microsoft Windows Server 2012 Essentials
Microsoft Windows Vista (32-bit)
Microsoft Windows Vista (64-bit)
Microsoft Windows XP Professional
Microsoft Windows 7 (32-bit)
File name:Setup.exe (594 KB)
The HP Lights-Out Console (HPLOCONS) provides the full iLO Integrated Remote Console (IRC) experience directly from your Windows desktop without going through the iLO web-based user interface. With the HP Lights-Out Console (sometimes called the Stand-Alone Remote Console) you can access your server’s remote console with one click of the mouse. HPLOCONS has the same functionality as the IRC application that is launched directly from an iLO 3 or iLO 4’s web server.
  • Added support for .NET Framework v4.0 and v4.5.
  • Added support for Simplified Chinese.
  • Added Offline Mode to allow local video playback without connecting to iLO.
  • Added “Caps Lock” entry to the Keyboard menu to allow synchronizing the Caps Lock keys between the client and remote server.
  • Added the Server Name, iLO FQDN, Enclosure name, and Bay number to the application title bar.
  • Added support for IPv6. Note: IPv6 support requires iLO 3 v1.50, iLO 4 v1.20 or later.

Prerequisites:

This utility requires the following minimum firmware/configuration revisions:

  • HP ProLiant or Integrity server with iLO 3
  • iLO 3 firmware v1.15 or later

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

258424d77a20d860511e31904252e18aSetup.exe

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

Installation:
Download this SoftPaq onto your hard-drive. Execute it from within Windows.

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

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

Notes:

User guides, white papers and other documentation are available at: http://www.hp.com/servers/lights-out.

For additional information, check online help files about how to use features.

Online help files can be accessed from within the browser web pages by clicking on the question mark in the upper right-hand corner of each page.

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

  • Session key is visible during Remote Console session initialization.
  • Customizing regional options can cause the application to stop working.
  • Application times out during video recording.
  • Startup and Pre-failure videos show no video in some instances.
  • Mounting a USB key that is labeled as “F:” drive causes the application to stop working.
  • High memory usage when virtual media runs for a long time.
  • Virtual media may disconnect unexpectedly.
  • Application occasionally stops working when the Share or Acquire dialog is closed.
  • The application becomes unresponsive after dismounting image file while server is rebooting.
  • Virtual USB key is not completely disconnected when the physical USB key is unplugged.
  • High CPU usage when local playback is paused.
Version:1.3.3 (28 Sep 2017)

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

Updated to support HPE Gen10 Servers.


Version:1.3.1 (11 Dec 2015)

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

This release fixes the following issues:

  • The IRC does not work correctly in .NET 3.5 without SP1.
  • The IRC might stop working when a virtual media URL is too long.
  • The IRC freezes when you access a video file that is in use.

This release includes the following enhancements:

  • Support for TLS 1.1 and TLS 1.2.
    Note: TLS 1.1 and TLS 1.2 require Windows 7 or later and .NET framework version 4.5 or later.
  • Enhanced security for communication between iLO and the IRC.
  • Japanese 101 keyboard support.
  • Improved the way that the IRC is closed due to an iLO reset or firmware update.
  • Improved handling of remote console sharing.

Version:1.2.3.0 (24 Jul 2014)

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

  • Session key is visible during Remote Console session initialization.
  • Customizing regional options can cause the application to stop working.
  • Application times out during video recording.
  • Startup and Pre-failure videos show no video in some instances.
  • Mounting a USB key that is labeled as “F:” drive causes the application to stop working.
  • High memory usage when virtual media runs for a long time.
  • Virtual media may disconnect unexpectedly.
  • Application occasionally stops working when the Share or Acquire dialog is closed.
  • The application becomes unresponsive after dismounting image file while server is rebooting.
  • Virtual USB key is not completely disconnected when the physical USB key is unplugged.
  • High CPU usage when local playback is paused.
  • Added support for .NET Framework v4.0 and v4.5.
  • Added support for Simplified Chinese.
  • Added Offline Mode to allow local video playback without connecting to iLO.
  • Added “Caps Lock” entry to the Keyboard menu to allow synchronizing the Caps Lock keys between the client and remote server.
  • Added the Server Name, iLO FQDN, Enclosure name, and Bay number to the application title bar.
  • Added support for IPv6. Note: IPv6 support requires iLO 3 v1.50, iLO 4 v1.20 or later.

Version:1.1.2.0 (7 Apr 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.
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.

Hp scanjet g2410 driver for windows 7 32 bit. Initial release.


Type:Software - Lights-Out Management
Version:1.2.3.0(24 Jul 2014)
Operating System(s):
Microsoft Windows 7 (32-bit)
Microsoft Windows 7 (64-bit)
Microsoft Windows 7 Enterprise (32-bit)
Microsoft Windows 7 Enterprise (64-bit)
Microsoft Windows 7 Professional (32-bit)
Microsoft Windows 7 Professional (64-bit)
Microsoft Windows Server 2008 W32
Microsoft Windows Server 2012
Microsoft Windows Server 2012 Essentials
Microsoft Windows Vista (32-bit)
Microsoft Windows Vista (64-bit)
Microsoft Windows XP Professional

Description

The HP Lights-Out Console (HPLOCONS) provides the full iLO Integrated Remote Console (IRC) experience directly from your Windows desktop without going through the iLO web-based user interface. With the HP Lights-Out Console (sometimes called the Stand-Alone Remote Console) you can access your server’s remote console with one click of the mouse. HPLOCONS has the same functionality as the IRC application that is launched directly from an iLO 3 or iLO 4’s web server.

Enhancements

  • Added support for .NET Framework v4.0 and v4.5.
  • Added support for Simplified Chinese.
  • Added Offline Mode to allow local video playback without connecting to iLO.
  • Added “Caps Lock” entry to the Keyboard menu to allow synchronizing the Caps Lock keys between the client and remote server.
  • Added the Server Name, iLO FQDN, Enclosure name, and Bay number to the application title bar.
  • Added support for IPv6. Note: IPv6 support requires iLO 3 v1.50, iLO 4 v1.20 or later.

Installation Instructions

/download-web-client-plugin-pkg-for-mac.html. Prerequisites:

This utility requires the following minimum firmware/configuration revisions:

  • HP ProLiant or Integrity server with iLO 3
  • iLO 3 firmware v1.15 or later

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

258424d77a20d860511e31904252e18aSetup.exe

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

Installation:
Download this SoftPaq onto your hard-drive. Execute it from within Windows.

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.

Notes:

User guides, white papers and other documentation are available at: http://www.hp.com/servers/lights-out.

For additional information, check online help files about how to use features.

Online help files can be accessed from within the browser web pages by clicking on the question mark in the upper right-hand corner of each page.

Fixes

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

  • Session key is visible during Remote Console session initialization.
  • Customizing regional options can cause the application to stop working.
  • Application times out during video recording.
  • Startup and Pre-failure videos show no video in some instances.
  • Mounting a USB key that is labeled as “F:” drive causes the application to stop working.
  • High memory usage when virtual media runs for a long time.
  • Virtual media may disconnect unexpectedly.
  • Application occasionally stops working when the Share or Acquire dialog is closed.
  • The application becomes unresponsive after dismounting image file while server is rebooting.
  • Virtual USB key is not completely disconnected when the physical USB key is unplugged.
  • High CPU usage when local playback is paused.

Revision History

Version:1.3.3 (28 Sep 2017)

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

Updated to support HPE Gen10 Servers.


Version:1.3.1 (11 Dec 2015)

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

This release fixes the following issues:

  • The IRC does not work correctly in .NET 3.5 without SP1.
  • The IRC might stop working when a virtual media URL is too long.
  • The IRC freezes when you access a video file that is in use.

This release includes the following enhancements:

  • Support for TLS 1.1 and TLS 1.2.
    Note: TLS 1.1 and TLS 1.2 require Windows 7 or later and .NET framework version 4.5 or later.
  • Enhanced security for communication between iLO and the IRC.
  • Japanese 101 keyboard support.
  • Improved the way that the IRC is closed due to an iLO reset or firmware update.
  • Improved handling of remote console sharing.

Version:1.2.3.0 (24 Jul 2014)

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

  • Session key is visible during Remote Console session initialization.
  • Customizing regional options can cause the application to stop working.
  • Application times out during video recording.
  • Startup and Pre-failure videos show no video in some instances.
  • Mounting a USB key that is labeled as “F:” drive causes the application to stop working.
  • High memory usage when virtual media runs for a long time.
  • Virtual media may disconnect unexpectedly.
  • Application occasionally stops working when the Share or Acquire dialog is closed.
  • The application becomes unresponsive after dismounting image file while server is rebooting.
  • Virtual USB key is not completely disconnected when the physical USB key is unplugged.
  • High CPU usage when local playback is paused.
  • Added support for .NET Framework v4.0 and v4.5.
  • Added support for Simplified Chinese.
  • Added Offline Mode to allow local video playback without connecting to iLO.
  • Added “Caps Lock” entry to the Keyboard menu to allow synchronizing the Caps Lock keys between the client and remote server.
  • Added the Server Name, iLO FQDN, Enclosure name, and Bay number to the application title bar.
  • Added support for IPv6. Note: IPv6 support requires iLO 3 v1.50, iLO 4 v1.20 or later.

Version:1.1.2.0 (7 Apr 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.
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.

Coments are closed
Scroll to top