ProCurve Manager Plus version 2.0 includes a fee-based upgrade product to ProCurve Manager Plus 1.x. There are five products available for purchase in this release.
This compressed, ZIP-format file contains ProCurve Manager 2.0 and a 30-day free trial of ProCurve Manager Plus version 2.0, and ProCurve Identity Driven Manager version 1.0.
These release notes include information on the following:
NOTE: These Release Notes are applicable at the date of the ProCurve Manager Version 2.0 Release. Please check the ProCurve Support Web site for more recent information.
Below is a summary of the new features that are available in ProCurve Manager (PCM) with this release. Please refer to the ProCurve Manager Network Administrator's Guide for a full description on the use of these features:
Once you install PCM or PCM Plus Version 2.0, you cannot revert to the previously installed version. If you are uncertain if you want to upgrade to the 2.0 Version, it is best to install it on a system that does not have any ealier versions of PCM or PCM+ installed.
Additional processing power and disk space may be required for larger networks and to support extensive traffic monitoring. Also, the online help feature in PCM is only supported on MS Internet Explorer web browser.
Additional processing power and disk space may be required
for larger networks and to support extensive traffic monitoring. Also, the
online help feature in PCM is only supported on MS Internet Explorer web
browser.
Because of resource conflict that will occur if you have multiple network management tools running on the same computer, for example during discovery of the network devices, make sure you uninstall any other network management programs from your computer before installing ProCurve Manager or ProCurve Manager Plus.
Note : The above is not applicable when PCM 2.0 is installed
on
A multi-homed system is a server or PC that has more than one IP address. Generally this is achieved by installing more than one network card in the system, but there are other ways that a system can be multi-homed. Here are a few of the situations that meet this definition:
When ProCurve Manager (either client or server) starts up, it attaches itself to the primary network interface. All network traffic between the client and server will be directed to the selected network interface. For example, if the ProCurve Manager client application attaches itself to the 166.3.4.5 interface, and the ProCurve Manager server is running on the 15.255.120.* network, there is no way that the client will ever connect successfully to the server.
To resolve this problem PCM has a configuration file that you can change to correct this situation. To setup this file, follow these steps:
This issue is also described in the ProCurve Manager
Getting Started Guide that comes with the CD package.
When you install ProCurve Manager Plus, the server and client functions are installed on the computer. You can also install the client function on any number of other computers in your network that have network access to the server computer.
To install the client function on another computer, simply start a web browser, such as Microsoft Internet Explorer, and for the URL type in the IP address of the server computer followed by a colon and the port ID 8040. For example, if the IP address of the server computer is 10.15.20.25, then you would enter "http://10.15.20.25:8040" on the web browser address line. That will launch the client installation wizard and step you through the installation process.
If you have multiple ProCurve Manager servers in the network, when you install a remote client you will be prompted to select the server to which you want the client to attach. This server will be used each time the client program is launched. You can change the server that is being accessed by selecting the "ProCurve Manager Server Discovery" option that was included when you installed the client. From the Windows "Start" menu, select Programs ->ProCurve Manager ->ProCurve Manager Server Discovery
For PCM 2.0 (PCM-NNM version), the PCM Remote Client
can only be installed on machines that have NNM Remote console installed.
Once installed, the client will always connect to the server attached to
the NNM remote console.
The ProCurve Manager server maintains a list of authorized clients that are permitted to log into the server. By default, when the ProCurve Manager server is installed, the only client allowed to log in is the client on the same system as the server--that is, no remote servers are allowed. This can be a problem for customers who are unaware of this security feature, because they will try to install remote clients using the browser, and will be unable to connect to the server after completing the client installation.
There are two files associated with ProCurve Manager client/server security that can easily be configured to allow access to any set of actual or potential clients. There are two ways that this file can be configured, depending on what you know about the clients that need to connect.
The access.txt file can be configured with a list of IP addresses specifying the clients that are authorized to log into the server. The file may contain as many addresses as needed, one IP address per line; or you may configure IP addresses with wildcards. DNS names are also allowed in the file, including DNS names with wildcards (this is useful for DHCP environments where a system's DNS name remains unchanged, although it's actual IP address may change from time to time). For example, below is an example of a valid access.txt file:
15.255.124.84
15.29.37.*
10.*.*.*
*.rose.hp.com
system1.hp.com
To add an entry, open the access.txt file, which can be found in the config directory ( C:\Program Files\Hewlett-Packard\PNM\server\config ). Be sure to edit the file using a text-based editor such as Notepad or Wordpad. Edit the file as necessary, one entry per line, then save it. It is NOT necessary to restart the server; the changes will take effect immediately.
There are situations where it is not possible to know ahead of time what IP address a potential client will have. This is particularly the case in situations where the client comes in through some sort of VPN, where the IP address of the client is assigned externally. To solve this problem it is possible to add client passwords to the access.txt file that correspond to specially configured clients. Note that even though you will be modifying the same access.txt file as for method 1 (above), the two mechanisms can freely co-exist--that is, the access.txt file can contain a combination of IP addresses and passwords. To enable password access for a particular client, follow these instructions:
procurve
*.rose.hp.com
system1.hp.com
PASSWORD = your password
Do not change any of the other entries in the file, as they are necessary for the correct operation of the client.
A sample Riptide.cfg file, once edited with the password "procurve", would look like this:
LEASE_LENGTH = 40000
TRACING_PROPERTY_KEY = CoreServices.Main
MANUFACTURER = Hewlett-Packard
SERVICE_NAME = Typhoon
COMPONENT_DB = config/Components.prp
TRACING_DBFILE = config/Loggers.prp
NETWORK_DELAY = 25000
VERBOSE = true
PASSWORD = procurve
Once you have saved the riptide.cfg file, start the PCM Client and enter (select)
the address of the PCM Server in the Direct
address field of the "Search for Servers" dialog. The client
should now connect successfully to the server.
A trap is an alert sent by a device via UDP protocol to notify one or more hosts that something has occurred. A device may send a trap when a link on a port comes up, when a device has received an excessive amount of errors, or when a device has detected an excessive amount of broadcasts. In order to receive traps from a particular device, the switch must be configured with the host's address. This is accomplished in multiple ways, such as CLI, SNMP, and ProCurve Manager.
When ProCurve Manager (server) starts up, it binds to port number 162. Port 162 is the port that all incoming traps arrive on. The problem arises when a previous process is already bound to that port, in which case ProCurve Manager will not be able to receive traps because the port is in use.
To resolve the problem, make sure no process is bound to port 162. Examples of applications that bind to port 162 are the Windows SNMP Trap Receiver Service*, TopTools, HP OpenView and MG-Soft MIB Browser Trap Ringer. In the event that a process was bound to port 162 when ProCurve Manager was started simply terminate the process and restart the ProCurve Manger (server). To restart the ProCurve Manager (server) in Windows 2k go to Control Panel->Administrative Tools-> Services. Double click on the HP ProCurve Network Manager Server, click the Stop button, and then click the Start button. In Windows XP/2003 go to Control Panel->Administrative Tools-> Services, double click on the HP ProCurve Network Manager Server, click the Stop button, and then click the Start button.
The above is not applicable for the PCM-NNM installation.
PCM cannot bind to port 162 since it is already used by NNM.
All device traps and application events will be displayed on the NNM
Alarm browser.
For the ProCurve Wireless Access Point 420 devices, the PCM Switch Software Update utility will only work with switch software versions newer than 2.0.29
For the ProCurve Wireless Access Point 520wl devices, if you upgrade to version 2.4.5 of the switch software, the PCM Switch Software Upgrade utility will not allow you to "downgrade" to an earlier version of the switch software.
AP420 running firmware prior to 2.1.0
AP420 upgrading to 2.1.0 firmware
Problem scanning configurations on AP420 running 2.1.0
If you use a 520wl device as the starting point for a managed subnet, Discovery will not work properly unless you manually add the subnet in PCM and then restart Discovery.
To process traps sent from 520wl devices, you must deselect the "Unknown" option under the "Select events to ignore" section in the global preferences for Events.
The "syslog" feature in PCM does not work with 520wl devices.
The following are known issues when using PCM 2.0 with the ProCurve 9300 Series devices:
© Copyright 2003, 2005 Hewlett-Packard Development
Company, L.P.
All Rights Reserved.
This document contains information which is protected by copyright. Reproduction, adaptation, or translation without prior permission is prohibited, except as allowed under the copyright laws.
Microsoft, Windows, Windows
95, and Microsoft Windows NT are registered trademarks of Microsoft Corporation.
Internet Explorer is a trademark of Microsoft Corporation.
Ethernet is a registered trademark of Xerox Corporation.
Netscape is a registered trademark of Netscape Corporation.
Cisco® is a trademark of Cisco Systems, Inc.
PCM and PCM Plus uses two unmodified Open Source
packages. The full source code and licenses to these packages can be found
on the PCM distribution CD in the OpenSourcePackages directory. These
packages are:
1) JDesktop Integration Components. http://javadesktop.org/articles/jdic/index.html
2) JRadiusClient. http://jradius-client.sourceforge.net/
The following applies to both of these packages:
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
The information contained in this document is subject to change without notice.
HEWLETT-PACKARD COMPANY MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material.
Hewlett-Packard assumes no responsibility for the use or reliability of its software on equipment that is not furnished by Hewlett-Packard.
See the Customer Support/Warranty booklet included with the product.
A copy of the specific warranty
terms applicable to your Hewlett-Packard products and replacement parts
can be obtained from your HP Sales and Service Office or authorized dealer.
Hewlett-Packard Company
8000 Foothills Blvd, m/s 5551
Roseville, CA 95747-5551
http://www.procurve.com