Feedback
|
Table Of Contents
Release Notes for CiscoWorks Network Connectivity Monitor Release 1.0 on Solaris and Windows
Network Connectivity Monitor Overview
Uninstalling the FLEXlm License
Uninstalling the VHM Adapter and Additional DFM Adapters
Copying Customized DFM and/or VHM Consoles to NCM
Obtaining Technical Assistance
Obtaining Additional Publications and Information
Release Notes for CiscoWorks Network Connectivity Monitor Release 1.0 on Solaris and Windows
These release notes are for use with CiscoWorks Network Connectivity Monitor (NCM) running on a Solaris or Windows platform. Supported platforms are:
•
Solaris 2.7 and 2.8
•
Windows 2000 (Professional, Server, and Advanced Server)
•
Windows XP (console only)
These release notes provide:
•
Additional Information Online
•
Network Connectivity Monitor Overview
•
Uninstalling the FLEXlm License
•
Uninstalling the VHM Adapter and Additional DFM Adapters
•
Copying Customized DFM and/or VHM Consoles to NCM
•
Obtaining Technical Assistance
NCM Documentation
Note
Although every effort has been made to validate the accuracy of the information in the printed and electronic documentation, you should also review the NCM documentation on Cisco.com for any updates.
The following documents are provided in PDF on your product CDs:
•
Quick Start Guide for CiscoWorks Network Connectivity Monitor 1.0
•
Installation Guide for CiscoWorks Network Connectivity Monitor
•
User Guide for CiscoWorks Network Connectivity Monitor
Note
Adobe Acrobat Reader 4.0 or later is required.
The following documents are provided as hardcopy with the product:
•
Licensing Notes for CiscoWorks Network Connectivity Monitor
•
Release Notes for CiscoWorks Network Connectivity Monitor Release 1.0 on Solaris and Windows
•
Quick Start Guide for CiscoWorks Network Connectivity Monitor
Use these publications to learn how to install and use NCM:
•
Installation Guide for CiscoWorks Network Connectivity Monitor (DOC-7815279=)—Provides instructions for installing and setting up NCM.
•
User Guide for CiscoWorks Network Connectivity Monitor (DOC-7815278=)—Provides information for configuring, administering, and operating NCM.
Additional Information Online
You can download the Readme for CiscoWorks Network Connectivity Monitor Integration Package on Solaris and Readme for CiscoWorks Network Connectivity Monitor Integration Package on Windows at http://www.cisco.com/cgi-bin/tablebuild.pl/cw2000-ncm.
You can download the Readme for CiscoWorks Network Connectivity Monitor Multiple DFM Integration Package on Solaris and Readme for CiscoWorks Network Connectivity Monitor Multiple DFM Integration Package on Windows at http://www.cisco.com/cgi-bin/tablebuild.pl/cw2000-ncm.
For information about NCM supported devices, refer to the following URL, or check the documentation on Cisco.com for the correct location.
http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cw2000/ncm/ncm_dev/index.htm
You can download device packages for new devices from Cisco.com and find information about all supported devices by logging into Cisco.com at http://www.cisco.com/cgi-bin/tablebuild.pl/cw2000-ncm.
Device packages are released cumulatively; that is, new device packages contain the contents of any previous packages.
You can also obtain any published patches from the download site.
Network Connectivity Monitor Overview
See the following sections for information about NCM:
NCM Components
NCM consists of:
•
NCM domain manager, which performs network-wide discovery, monitoring, and root cause analysis of device and connectivity failures.
•
NCM domain consolidation, which consolidates analysis and topology from the NCM domain manager. Optionally, analysis and topology may be obtained and consolidated from CiscoWorks Device Fault Manager (DFM), and CiscoWorks Voice Health Monitor (VHM).
•
Global Console, which displays the consolidated event notifications and provides the ability to launch an Administration Console to configure an underlying NCM domain manager.
•
SNMP Trap Adapter (Receiver), for importing DFM traps.
•
Open Integration Server, for processing DFM traps and passing them as events to the Global Manager.
•
NCM Broker, which maintains information such as the name, location and status of each NCM domain manager and NCM domain consolidation Global Manager.
Device Support
NCM is designed to monitor Cisco devices. Therefore, NCM domain manager provides full support for certified Cisco devices that are based on the following object identifiers (OIDs):
•
1.3.6.1.4.1.9.* (Cisco)
•
1.3.6.1.4.1.2467.* (ArrowPoint)
•
1.3.6.1.4.1.311.1.1.3.1.2 (Windows NT Server for voice devices)
Devices which do not match the listed OIDs are diagnosed for availability only, without giving any details about their connectivity or inventory. The analysis is based on ICMP pinging and SNMP polling. SNMP polling is performed only for the MIB-II portion of the supported MIBs. Non-Cisco devices are classified as nodes and displayed in the Map Console as generic boxes.
Uninstalling the FLEXlm License
Before you can uninstall NCM components, you must first uninstall the FLEXlm license server from your system. The FLEXlm license server runs as a daemon on UNIX and as a service on Windows. These automatically start the license server.
You must have administrative privileges on Windows or root privileges on Solaris to uninstall the license server.
To manually stop the license server on Solaris, do the following:
Step 1
Stop the FLEXlm License Manager service; enter:
# /etc/init.d/SMARTS-License stopStep 2
Delete the FLEXlm license server; enter:
# rm /etc/init.d/SMARTS-LicenseStep 3
Uninstall NCM components as described in the Installation Guide for CiscoWorks Network Connectivity Monitor.
To manually stop the license server on Windows, do the following:
Step 1
Stop and delete the FLEXlm license server service by entering the following command:
BASEDIR\smarts\bin\sm_ntservice --force --remove "FLEXlm LicenseManager"where BASEDIR is the NCM domain consolidation installation directory; by default, it is C:\InCharge5.
Step 2
Uninstall NCM components as described in the Installation Guide for CiscoWorks Network Connectivity Monitor.
Uninstalling the VHM Adapter and Additional DFM Adapters
Before you can uninstall NCM components, you must first uninstall the VHM adapter and any additional DFM adapters you added to NCM. These adapters run as daemons on UNIX and as services on Windows and automatically start at system startup.
You must have administrative privileges on Windows or root privileges on Solaris to uninstall the VHM adapter and any additional DFM Adapters.
To manually remove the adapter, do the following:
Step 1
Stop the VHM adapter; enter:
•
On Solaris:
# /etc/init.d/adapter_startup_script stop•
On Windows :
BASEDIR\smarts\bin\sm_ntservice --kill adapter_service_namewhere adapter_startup_script (on Solaris) is the name of the adapter script to start and stop the adapter, and adapter_service_name (on Windows) is the service name of the Windows 2000 service. If you added DFM adapters, you must use the name of the adapter script and the name of the DFM adapter you used when you installed the adapter. To find this information in Windows, see the Service Name field in the Properties window that is launched from the Control Panel Services window.
For example, to remove the VHM adapter, you would enter:
•
On Solaris:
# /etc/init.d/ncm_vhm_adapter stop•
On Windows :
c:\InCharge\smarts\bin\sm_ntservice --kill sm_adapter_vhm
Note
Because VHM can only run on Windows, the VHM adapter also only runs on Windows.
Note
On Windows, uninstallation can be completed in one step; for example, you can remove the license server using an NCM domain consolidation BASEDIR command. Although the adapters are installed in the NCM domain manager installation directory, you can remove them using the NCM domain consolidation utility sm_ntservice, which has the --force option to kill services and remove adapters in one step. The command is: BASEDIR\smarts\bin\sm_ntservice --force --remove sm_adapter_vhm.
For example:
c:\InCharge5\smarts\bin\sm_ntservice --force --remove sm_adapter_vhmStep 2
Delete the adapter startup script; enter:
•
Solaris:
# rm /etc/init.d/adapter_startup_script•
Windows:
BASEDIR\smarts\bin\sm_ntservice --remove adapter_service_namewhere adapter_startup_script (on Solaris) is the name of the adapter script and BASEDIR (on Windows) is the NCM domain manager installation directory. For example, to remove the VHM adapter, you would enter:
•
Solaris:
# rm /etc/init.d/ncm_vhm_adapter•
Windows :
c:\InCharge\smarts\bin\sm_ntservice --remove sm_adapter_vhmStep 3
Uninstall NCM components as described in the Installation Guide for CiscoWorks Network Connectivity Monitor.
Copying Customized DFM and/or VHM Consoles to NCM
You must copy your customized console definition files from the DFM/VHM machine to the NCM machine if all three of the following conditions exist:
•
You are integrating DFM and/or VHM with NCM
•
You have customized DFM/VHM console layouts
•
You want to preserve your customized DFM/VHM consoles
To copy your customized console definition files from DFM/VHM to NCM:
Step 1
Use any file transfer or copy program to copy all the files, which have the .iccon file extension, from:
NMSROOT/CSCOpx/objects/smarts/consoles/startup (on the DFM machine), where NMSROOT is the CiscoWorks installation directory
to:
BASEDIR/smarts/consoles/startup (on the NCM machine), where BASEDIR is the NCM domain consolidation installation directory.
For example, you would copy the .iccon files from:
•
C:\Program Files\CSCOpx\objects\smarts\consoles\startup (on Windows)
•
/opt/CSCOpx/objects/smarts/consoles/startup (on Solaris)
to:
•
C:\InCharge5\smarts\consoles\startup (on Windows)
•
Solaris: /opt/InCharge5/smarts/consoles/startup (on Solaris)
If you are integrating multiple DFM machines with NCM, and each DFM/VHM machine has different customized consoles, please contact the Cisco Technical Assistance Center (TAC).
Known and Resolved Problems
Table 1 describes problems known to exist in this release. Table 2 describes problems specific to NCM domain manager. Table 3 describes problems specific to NCM domain consolidation.
Note
In this document, the term BASEDIR represents the location where NCM software is installed. For NCM Disk 1 (NCM domain manager), the term BASEDIR represents the /opt/InCharge directory for Solaris, the C:\InCharge directory for Windows, or your specified path. For NCM Disk 2 (NCM domain consolidation), the term BASEDIR represents the /opt/InCharge5 directory for Solaris, the C:\InCharge5 directory for Windows, or your specified path. The NCM software resides in the BASEDIR/smarts subdirectory.
Note
To obtain more information about known problems, access the Cisco Software Bug Toolkit at http://www.cisco.com/cgi-bin/Support/Bugtool/home.pl. (You will be prompted to log into Cisco.com.)
Obtaining Documentation
Cisco provides several ways to obtain documentation, technical assistance, and other technical resources. These sections explain how to obtain technical information from Cisco Systems.
Cisco.com
You can access the most current Cisco documentation on the World Wide Web at this URL:
http://www.cisco.com/univercd/home/home.htm
You can access the Cisco website at this URL:
International Cisco web sites can be accessed from this URL:
http://www.cisco.com/public/countries_languages.shtml
Documentation CD-ROM
Cisco documentation and additional literature are available in a Cisco Documentation CD-ROM package, which may have shipped with your product. The Documentation CD-ROM is updated monthly and may be more current than printed documentation. The CD-ROM package is available as a single unit or through an annual subscription.
Registered Cisco.com users can order the Documentation CD-ROM (product number DOC-CONDOCCD=) through the online Subscription Store:
http://www.cisco.com/go/subscription
Ordering Documentation
You can find instructions for ordering documentation at this URL:
http://www.cisco.com/univercd/cc/td/doc/es_inpck/pdi.htm
You can order Cisco documentation in these ways:
•
Registered Cisco.com users (Cisco direct customers) can order Cisco product documentation from the Networking Products MarketPlace:
http://www.cisco.com/en/US/partner/ordering/index.shtml
•
Registered Cisco.com users can order the Documentation CD-ROM (Customer Order Number DOC-CONDOCCD=) through the online Subscription Store:
http://www.cisco.com/go/subscription
•
Nonregistered Cisco.com users can order documentation through a local account representative by calling Cisco Systems Corporate Headquarters (California, U.S.A.) at 408 526-7208 or, elsewhere in North America, by calling 800 553-NETS (6387).
Documentation Feedback
You can submit comments electronically on Cisco.com. On the Cisco Documentation home page, click Feedback at the top of the page.
You can email your comments to bug-doc@cisco.com.
You can submit your comments by mail by using the response card behind the front cover of your document or by writing to the following address:
Cisco Systems
Attn: Customer Document Ordering
170 West Tasman Drive
San Jose, CA 95134-9883We appreciate your comments.
Obtaining Technical Assistance
Cisco provides Cisco.com, which includes the Cisco Technical Assistance Center (TAC) Website, as a starting point for all technical assistance. Customers and partners can obtain online documentation, troubleshooting tips, and sample configurations from the Cisco TAC website. Cisco.com registered users have complete access to the technical support resources on the Cisco TAC website, including TAC tools and utilities.
Cisco.com
Cisco.com offers a suite of interactive, networked services that let you access Cisco information, networking solutions, services, programs, and resources at any time, from anywhere in the world.
Cisco.com provides a broad range of features and services to help you with these tasks:
•
Streamline business processes and improve productivity
•
Resolve technical issues with online support
•
Download and test software packages
•
Order Cisco learning materials and merchandise
•
Register for online skill assessment, training, and certification programs
To obtain customized information and service, you can self-register on Cisco.com at this URL:
Technical Assistance Center
The Cisco TAC is available to all customers who need technical assistance with a Cisco product, technology, or solution. Two levels of support are available: the Cisco TAC website and the Cisco TAC Escalation Center. The avenue of support that you choose depends on the priority of the problem and the conditions stated in service contracts, when applicable.
We categorize Cisco TAC inquiries according to urgency:
•
Priority level 4 (P4)—You need information or assistance concerning Cisco product capabilities, product installation, or basic product configuration.
•
Priority level 3 (P3)—Your network performance is degraded. Network functionality is noticeably impaired, but most business operations continue.
•
Priority level 2 (P2)—Your production network is severely degraded, affecting significant aspects of business operations. No workaround is available.
•
Priority level 1 (P1)—Your production network is down, and a critical impact to business operations will occur if service is not restored quickly. No workaround is available.
Cisco TAC Website
You can use the Cisco TAC website to resolve P3 and P4 issues yourself, saving both cost and time. The site provides around-the-clock access to online tools, knowledge bases, and software. To access the Cisco TAC website, go to this URL:
All customers, partners, and resellers who have a valid Cisco service contract have complete access to the technical support resources on the Cisco TAC website. Some services on the Cisco TAC website require a Cisco.com login ID and password. If you have a valid service contract but do not have a login ID or password, go to this URL to register:
http://tools.cisco.com/RPF/register/register.do
If you are a Cisco.com registered user, and you cannot resolve your technical issues by using the Cisco TAC website, you can open a case online at this URL:
http://www.cisco.com/en/US/support/index.html
If you have Internet access, we recommend that you open P3 and P4 cases through the Cisco TAC website so that you can describe the situation in your own words and attach any necessary files.
Cisco TAC Escalation Center
The Cisco TAC Escalation Center addresses priority level 1 or priority level 2 issues. These classifications are assigned when severe network degradation significantly impacts business operations. When you contact the TAC Escalation Center with a P1 or P2 problem, a Cisco TAC engineer automatically opens a case.
To obtain a directory of toll-free Cisco TAC telephone numbers for your country, go to this URL:
http://www.cisco.com/warp/public/687/Directory/DirTAC.shtml
Before calling, please check with your network operations center to determine the level of Cisco support services to which your company is entitled: for example, SMARTnet, SMARTnet Onsite, or Network Supported Accounts (NSA). When you call the center, please have available your service agreement number and your product serial number.
Obtaining Additional Publications and Information
Information about Cisco products, technologies, and network solutions is available from various online and printed sources.
•
The Cisco Product Catalog describes the networking products offered by Cisco Systems as well as ordering and customer support services. Access the Cisco Product Catalog at this URL:
http://www.cisco.com/en/US/products/products_catalog_links_launch.html
•
Cisco Press publishes a wide range of networking publications. Cisco suggests these titles for new and experienced users: Internetworking Terms and Acronyms Dictionary, Internetworking Technology Handbook, Internetworking Troubleshooting Guide, and the Internetworking Design Guide. For current Cisco Press titles and other information, go to Cisco Press online at this URL:
•
Packet magazine is the Cisco monthly periodical that provides industry professionals with the latest information about the field of networking. You can access Packet magazine at this URL:
http://www.cisco.com/en/US/about/ac123/ac114/about_cisco_packet_magazine.html
•
iQ Magazine is the Cisco monthly periodical that provides business leaders and decision makers with the latest information about the networking industry. You can access iQ Magazine at this URL:
http://business.cisco.com/prod/tree.taf%3fasset_id=44699&public_view=true&kbns=1.html
•
Internet Protocol Journal is a quarterly journal published by Cisco Systems for engineering professionals involved in the design, development, and operation of public and private internets and intranets. You can access the Internet Protocol Journal at this URL:
http://www.cisco.com/en/US/about/ac123/ac147/about_cisco_the_internet_protocol_journal.html
•
Training—Cisco offers world-class networking training, with current offerings in network training listed at this URL:
http://www.cisco.com/en/US/learning/le31/learning_recommended_training_list.html
Copyright ©1996-2003 by System Management ARTS Incorporated. All rights reserved.
The Software and all intellectual property rights related thereto constitute trade secrets and proprietary data of SMARTS and any third party from whom SMARTS has received marketing rights, and nothing herein shall be construed to convey any title or ownership rights to you. Your right to copy the software and this documentation is limited by law. Making unauthorized copies, adaptations, or compilation works is prohibited and constitutes a punishable violation of the law. Use of the software is governed by its accompanying license agreement. The documentation is provided "as is" without warranty of any kind. In no event shall System Management ARTS Incorporated ("SMARTS") be liable for any loss of profits, loss of business, loss of use of data, interruption of business, or for indirect, special, incidental, or consequential damages of any kind, arising from any error in this documentation.
The InCharge products mentioned in this document are covered by pending patent applications and one or more of the following U.S. patents: 5,528,516, 5,661,668, 6,249,755, 10,124,881, and 60,284,860.
"InCharge," the InCharge logo, "SMARTS," the SMARTS logo, "Graphical Visualization," "Authentic Problem," "Codebook Correlation Technology," and "Instant Results Technology" are trademarks or registered trademarks of System Management ARTS Incorporated. All other brand or product names are trademarks or registered trademarks of their respective companies or organizations.
Third-Party Software. The Software may include software of third parties from whom SMARTS has received marketing rights and is subject to some or all of the following additional terms and conditions:
Bundled Software
Sun Microsystems, Inc., Java(TM) Interface Classes, Java API for XML Parsing, Version 1.1. "Java" and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. SMARTS is independent of Sun Microsystems, Inc.
W3C IPR Software
Copyright © 2001-2002 World Wide Web Consortium (http://www.w3.org), (Massachusetts Institute of Technology (http://www.lcs.mit.edu), Institut National de Recherche en Informatique et en Automatique (http://www.inria.fr), Keio University (http://www.keio.ac.jp)). All rights reserved (http://www.w3.org/Consortium/Legal/). Note: The original version of the W3C Software Copyright Notice and License can be found at http://www.w3.org/Consortium/Legal/copyright-software-19980720.
The Apache Software License, Version 1.1
Copyright ©1999-2002 The Apache Software Foundation. All rights reserved. Redistribution and use of Apache source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of Apache source code must retain the above copyright notice, this list of conditions and the Apache disclaimer as written below.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the Apache disclaimer as written below in the documentation and/or other materials provided with the distribution.
3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment:
"This product includes software developed by the Apache Software Foundation (http://www.apache.org/)."
Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear.
4. The names "The Jakarta Project", "Tomcat", "Xalan" and "Apache Software Foundation" must not be used to endorse or promote products derived from Apache software without prior written permission. For written permission, please contact apache@apache.org.
5. Products derived from this Apache software may not be called "Apache," nor may "Apache" appear in their name, without prior written permission of the Apache Software Foundation.
APACHE DISCLAIMER: THIS APACHE SOFTWARE FOUNDATION SOFTWARE IS PROVIDED "AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
This Apache software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation and was originally based on software copyright © 1999, Lotus Development Corporation., http://www.lotus.com. For information on the Apache Software Foundation, please see http://www.apache.org.
FLEXlm Software
© 1994 - 2002, GLOBEtrotter Software Inc. All rights reserved. "GLOBEtrotter" and "FLEXlm" are registered trademarks of GLOBEtrotter Software Inc. For product and legal information, see http://www.globetrotter.com/manual.htm.
ptmalloc Software
© 1997 - 2002 Wolfram Gloger. All rights reserved. PERMITTED USES. Permission to use, copy, modify, distribute, and sell the ptmalloc software and its documentation for any purpose is hereby granted without fee, provided that (i) the above copyright notice and this permission notice appear in all copies of the Software and related documentation, and (ii) the name of Wolfram Gloger may not be used in any advertising or publicity relating to the Software.
LIMITATION OF LIABILITY. THE PTMALLOC SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL WOLFRAM GLOGER BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE SMARTS SOFTWARE.
JfreeChart - Java library for GIF generation
The Software is a "work that uses the library" as defined in GNU Lesser General Public License Version 2.1, February 1999 Copyright © 1991, 1999 Free Software Foundation, Inc., and is provided "AS IS" WITHOUT WARRANTY OF ANY KIND EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED IN THE ABOVE-REFERENCED LICENSE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARITES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. JfreeChart library (included herein as .jar files) is provided in accordance with, and its use is covered by the GNU Lesser General Public License Version 2.1, which is set forth at http://www.object-refinery.com/lgpl.html/.
BMC - product library
The Software contains technology (product library or libraries) owned by BMC Software, Inc. ("BMC Technology"). BMC Software, Inc., its affiliates and licensors (including SMARTS) hereby disclaim all representations, warranties and liability for the BMC Technology.
Crystal Decisions Products
The Software may contain certain software and related user documentation (e.g., Crystal Enterprise Professional, Crystal Reports Professional and/or Crystal Analysis Professional) that are owned by Crystal Decisions, Inc., 895 Emerson Street, Palo Alto, CA 94301 ("Crystal Decisions"). All such software products are the technology of Crystal Decisions. The use of all Crystal Decisions software products is subject to a separate license agreement included with the Software electronically, in written materials, or both. YOU MAY NOT USE THE CRYSTAL DECISIONS SOFTWARE UNLESS AND UNTIL YOU READ, ACKNOWLEDGE AND ACCEPT THE TERMS AND CONDITIONS OF THE CRYSTAL DECISIONS' SOFTWARE LICENSE AGREEMENT. IF YOU DO NOT ACCEPT THE TERMS AND CONDITIONS OF THE CRYSTAL DECISIONS' SOFTWARE LICENSE, YOU MAY RETURN, WITHIN THIRTY (30) DAYS OF PURCHASE, THE MEDIA PACKAGE AND ALL ACCOMPANYING ITEMS (INCLUDING WRITTEN MATERIALS AND BINDERS OR OTHER CONTAINERS) RELATED TO THE CRYSTAL DECISIONS' TECHNOLOGY, TO SMARTS FOR A FULL REFUND; OR YOU MAY WRITE, CRYSTAL WARRANTIES, P.O. BOX 67427, SCOTTS VALLEY, CA 95067, U.S.A.
GNU Cygwin utilities
Cygwin utilities are used by the Software's install and uninstall programs. The Cygwin utilities are resident on the CD on which the Software was delivered to you, and are installed to the host machine. The Cygwin utilities software program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The full text of the applicable GNU GPL is available for viewing at http://www.cygwin.com/COPYING. You may also request a copy of the GPL from the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. The Cygwin utilities program 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 General Public License for more details.
For a period of three years from the date of your license for the Software, you are entitled to receive under the terms of Sections 1 and 2 of the GPL, for a charge no more than SMARTS' cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code for the GNU Cygwin utilities provided to you hereunder by requesting such code from SMARTS in writing: Attn: Customer Support, SMARTS, 44 South Broadway, White Plains, New York 10601.
GNU eTeks PJA Toolkit
Copyright © 2000-2001 Emmanuel PUYBARET/eTeks info@eteks.com. All Rights Reserved.The eTeks PJA Toolkit is resident on the CD on which the Software was delivered to you. Additional information is available at eTEks' web site: http://www.eteks.com. The eTeks PJA Toolkit program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation; version 2 of the License. The full text of the applicable GNU GPL is available for viewing at http://www.gnu.org/copyleft/gpl.txt. You may also request a copy of the GPL from the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. The eTeks PJA Toolkit program 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 General Public License for more details.
For a period of three years from the date of your license for the Software, you are entitled to receive under the terms of Sections 1 and 2 of the GPL, for a charge no more than SMARTS' cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code for the GNU eTeks PJA Toolkit provided to you hereunder by requesting such code from SMARTS in writing: Attn: Customer Support, SMARTS, 44 South Broadway, White Plains, New York 10601.
IBM Runtime for AIX
The Software contains the IBM Runtime Environment for AIX(R), Java™ 2 Technology Edition Runtime Modules © Copyright IBM Corporation 1999, 2000 All Rights Reserved.
HP-UX Runtime Environment for the Java™ 2 Platform
The Software contains the HP-UX Runtime for the Java™ 2 Platform, distributed pursuant to and governed by Hewlett-Packard Co. ("HP") software license terms set forth in detail at: http://www.hp.com. Please check the Software to determine the version of Java runtime distributed to you.
DataDirect Technologies
Portions of this software are copyrighted by DataDirect Technologies, 1991-2002.
This document is to be used in conjunction with the documents listed in the "NCM Documentation" section.
Copyright © 2003, Cisco Systems, Inc.
All rights reserved.
Feedback
