Back to The Web Based Management Page

Below is the Readme for the OVwww beta code, you can download the code from the links below, this code is

subject to the licensing statement below, this was posted after receiving approval from the Hewlett-Packard Co.

Download OVwww for Solaris 2.3

Download OVwww for HPUX 10.0

Download OVwww for HPUX 9.0

 

OpenView World Wide Web Interface (c) Copyright 1996 Hewlett-Packard Co.

Release Notes for OVwww

These release notes describe the World Wide Web interface to OpenView software.

HP OPENVIEW NETWORK NODE MANAGER WEB INTERFACE SOFTWARE LICENSE TERMS

IMPORTANT

PLEASE CAREFULLY READ THIS LICENSE AGREEMENT BEFORE [OPENING ANY MEDIA ENVELOPE] OR USING THE SOFTWARE. RIGHTS IN THE SOFTWARE ARE OFFERED ONLY ON THE CONDITION THAT THE CUSTOMER AGREES TO ALL TERMS AND CONDITIONS OF THE LICENSE AGREEMENT. [OPENING ANY MEDIA ENVELOPE] OR USING THE SOFTWARE INDICATES YOUR ACCEPTANCE OF THESE TERMS AND CONDITIONS. [IF YOU DO NOT AGREE TO THE LICENSE AGREEMENT, YOU MAY RETURN THE UNOPENED PACKAGE].

Definitions and License Grant. HP grants to you a license to Use the Software as set forth herein. You may not modify the Software or disable any licensing or control features of the Software. "Use" means storing, loading, installing, executing or displaying the Software: (i) in object code format, (ii) in conjunction with the HP OpenView Network Node Manager and (iii) solely for internal use, test and evaluation for a period not to exceed 90 days from the date you receive the Software.

Ownership. The Software is owned and copyrighted by HP or its third party suppliers. Your license confers no title or ownership in the Software and is not a sale of any rights in the Software. HP's third party suppliers may protect their rights in the event of any violation of these License Terms.

Copies and Adaption. You may only make copies or adaptations of the Software for archival purposes or when copying or adaptation is an essential step in the authorized Use of the Software. You must reproduce all copyright notices in the original Software on all copies or adaptations. You may not copy the Software onto any bulletin board or similar system.

No Disassembly or Decryption. You may not disassemble, decompile or decrypt the Software unless HP's prior written consent is obtained. In some jurisdictions, HP's consent may not be required for disassembly or decompilation. Upon request, you will provide HP with reasonably detailed information regarding any disassembly or decompilation.

Transfer. You shall not assign or otherwise transfer any rights or obligation under this agreement. Your license will automatically terminate upon any transfer of the Software.

Termination. HP may terminate your license at any time, with or without cause. Upon termination or expiration of the evaluation period, you must immediately destroy or return the Software, together with all copies, adaptations and merged portions in any form.

Export Requirements. You may not export or re-export the Software or any copy or adaptation in violations of any applicable laws or regulations.

U.S. Government Restricted Rights. The Software and documentation have been developed entirely at private expense and are provided as "Commercial Computer Software" or "restriced commercial software". Use, duplication or disclosure by the U.S. Government or a U.S. Government subcontractor is subject to the restrictions set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clauses in DFARS 252.227-7013 or as set forth in subparagraph (c)(1) and (2) of the Commercial Computer Software - Restricted Rights clauses at FAR 52.227-19, as applicable. The Contractor is Hewlett-Packard Company, 3000 Hanover Stree, Palo Alto, California 94304.

Support. No support will be provided.

Test Results and Alterations. In consideration for your right to use the software, you shall report to HP the results of your tests and evaluations, upon the expiration of the evaluation period or any earlier termination of this agreement. You shall not alter the Software, except with the prior written consent of HP. Any alterations made of suggested for the software shall be the exclusive property of HP, including all intellectual property and other rights therein. You shall execute any documents and otherwise cooperate with HP at HP's expense, as necessary to enable HP to protect such right.

WARRANTY DISCLAIMER AND LIMITATIONS OF LIABLITY

THE SOFTWARE IS PROVIDED "AS IS" AND WITH ANY DEFECTS. HP MAKES NO WARRENTIES OF ANY DESCRIPTION, EITHER EXPRESS OR IMPLIED, REGARDING THE SOFTWARE OR THE DOCUMENTATION, AND SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF NONINFRINGEMENT, MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE. IN NO EVENT SHALL HP BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING LOST PROFIT) WHETHER BASED ON WARRANTY, CONTRACT, TORT OR ANY OTHER LEGAL THEORY.

The Release Notes are organized as follows:

Description Requirements Installation Online Documentation Security Concerns Integrating Other URLs Known Limitations

Description

This is a read only interface to NNM information from a web browser. It allows browsing of the map hierarchy, OpenView NNM events and mib tree. Most web browsers should work with OVwww. Netscape Navigator, NCSA Mosaic, Microsoft Internet Explorer and Lynx have all been used successfully.

The purpose of this unsupported release is to get this functionality into your hands quickly and to get feedback on using the Web for access to OpenView information. Your feedback is valued.

Requirements

You will need the following hardware and software setup:

700 series machine running HPUX 9.3 or later or Sun Sparc running Solaris 2.3 web server such as NCSA httpd or CERN httpd. NNM 4.0 or later.

Installation

This release is distributed as a compressed tar file. Once you have copied the distribution file to the directory that you want to unpack it in, follow these steps:

Create a directory to unpack the distribution

mkdir /tmp/ovwww mv ovwww.9.0HPUX_800.tar.Z /tmp/ovwww cd /tmp/ovwww

Unpack the distribution

zcat ovwww.9.0HPUX_800.tar.Z | tar xf -

Configure the installation script

This distribution consists of a set of CGI programs that display dynamic information. It also includes some HTML files that display static information.

Edit the install script so that the pieces are installed in the correct locations. You need to specify where the cgi-bin files and the html files will go. The html files must be installed in a location that can be accessed with the URL http:/OV. The cgi-bin files must be installed in a directory that is allowed execution. You may need to configure your web server to allow execution of the cgi-bin files. See the Web server documentation for details. You may also want to secure access to OVwww.

Perform the installation

As root user execute the install script.

Change the authorization so that the CGI programs can connect to ovw

As root edit the ovw.auth file to allow all users access. On HPUX 9.0 /usr/OV/conf/ovw.auth and on HPUX 10.0 or Solaris /etc/opt/OV/share/conf/ovw.auth are the files that control access to ovw. For example, on a machine name riffraff, change ovw.auth from riffraff to riffraff + For more information consult the ovw(1) man page.

Start ovw

ovw always needs to be running on the same machine as your web server for OVwww to operate.

See if it works

Within a web browser such as Netscape Navigator, open the URL where you placed the cgi-bin scripts. For example: http://your-server/cgi-bin/OVwww

Register

From the OVwww screen select the About button and register with us. This will add you to the mailing list for updates and give us a feeling for how many people are using this. If you have any question, comments or suggestions send them to ovwww@cnd.hp.com. Since this is an unsupported product, there is no guarantee of the timeliness of the response.

Online Documentation

These release notes are in HTML format and can be viewed from a web browser (such as NCSA Mosaic or Netscape Navigator ).

To access with NCSA Mosaic:

1. Select "Open Local..." from the File menu.

2. Enter as the name of the local document: README.html in the directory that you unpack the distribution.

To access with Netscape Navigator:

1. Select "Open File..." from the File menu

2. Enter as the "Selection": README.html in the directory that you unpack the distribution.

Alternately, you can invoke the browser directly from the command line:

browser README.html

Security Concerns Once you have installed OVwww, anyone who can access your cgi-bin scripts on your machine can access your network information. One of the greatest benefits of the web is also one of it's dangers. If you want to control who has access to this information you will need to enable the security features of your web server. Most web servers have a facility for controlling what machines can connect to it. See your web server documentation for how to control access to cgi-bin files. If you used the default locations for installation, you installed the cgi-bin scripts in a subdirectory of cgi-bin called OV. This is the directory that you want to control access to.

Integrating Other URLs This version of OVwww contains very limited integration possibilities. The file /usr/local/lib/OVwww/operations.html can be edited to add any URL. This page is displayed when you select the "Perform Operation" button from the submap page.

Known Limitations

The Web based MIB browser does not work with NNM 4.1. Netscape Navigator corrupts large tables that may be generated by the Web based event browser.

Back to The Web Based Management Page