HP OpenView Service Navigator Value Pack

Version 8.0, 24th September 2004

© Copyright 2003-2004 Hewlett-Packard Development Company, L.P.

This document contains the HP OpenView Service Navigator Value Pack Release Notes. It includes last-minute information that could not be included in the documentation and describes known problems and limitations.

Please check for the latest version of this document at http://ovweb.external.hp.com/lpe/doc_serv/ by selecting the product operations for UNIX and the version 8.x.

In This Version

Welcome to the HP OpenView Service Navigator Value Pack 8.0 software! The Service Navigator Value Pack enhances our successful HP OpenView Operations for UNIX product by providing Service Configuration, a graphical user interface for Service Navigator, designed for maximum efficiency and ease-of-use. This version includes the following new features and enhancements:

Not Supported With This Version

This version of the Service Navigator Value Pack software has the following limitations:

Installation Notes

To install the Service Navigator Value Pack software:

  1. Installation overview Before you start the installation, thoroughly read chapter 1 of the Service Navigator Value Pack Installation Guide. To ensure a smooth and successful installation, it is essential that you are familiar with the components and architecture of the Service Navigator Value Pack software and that you understand where and how the installation packages must be installed.
  2. Hardware and software requirements Make sure the systems where you plan to install the Service Navigator Value Pack software meet the hardware and software requirements listed in the Supported Platforms document.

    You can download the latest version of the Supported Platforms document at http://ovweb.external.hp.com/lpe/doc_serv/ by selecting the product operations for UNIX, version 8.x.

  3. Installation Install and configure the Service Navigator Value Pack software as described in the Service Navigator Value Pack Installation Guide.
  4. Licensing The HP OpenView Operations for UNIX management server license to use (LTU) entitles you to use the Service Navigator Value Pack. An additional LTU is not required.

Troubleshooting

Known Problems with the Console

Problem: QXCR1000107875
Symptom:

GUI problems may occur when using a mouse configured to use the pointer shadow. In a standard installation of the Windows 2000 operating system, the pointer shadow is enabled by default. Problems may occur around the mouse pointer especially when:

  • selecting a service hierarchy with the mouse in the drop-down menu in the upper right corner
  • selecting a menu item with the mouse

The problems are typically small rectangular trails of inverse color left by the mouse when moving across menu items.

Solution: Avoid using remote desktop solutions like vnc. Always use the latest version of Windows certified graphic drivers.
Problem: QXCR1000091803
Symptom: By default, the GUI starts with a setting instructing the Java Virtual Machine (JVM) to use up to 512MB of system memory. When using the GUI, the amount of memory used will keep increasing until the 512MB limit is reached.
Solution: The user can force the JVM to perform 'garbage collection' before the 512MB limit on memory use is reached. This is a process during which unused but reserved memory is returned to operating system. Garbage collection can be triggered by, for example, minimizing the GUI.
Problem: QXCR1000189642
Symptom: Using the Find in Service Hierarchy dialog box with the criteria 'Parent objects;Weight is empty' or 'Message weight is empty', produces an unexpected set of results.
Solution: Only user defined weightings are stored in the database, default weightings are not. Therefore searching with the criteria 'weight is empty' returns a list of objects for which the default weighting has not been changed.
Problem: QXCR1000192982
Symptom: If no service hierarchies exist, it is not possible to delete calculation rules, propagation rules, actions, child object rules, and parent-and-child object rules. In some cases an exception message appears.
Solution: Create a dummy service hierarchy with one root object. Delete the rules and actions in question and then delete the dummy hierarchy.

Known Problems with Deployment

Problem: QXCM1000194534
Symptom: When manually deploying a service hierarchy, the generated XML file is empty. When automatically deploying a service hierarchy, the deployment process hangs.
Solution: Ensure that you have the multi-language version of the Java Runtime Environment (JRE) 1.3.1_03 or higher (but not version 1.4) installed on the application server and client system. A suitable version of the JRE is available on the Service Configuration installation CD-ROMs.

Known Problems with Service Desk Integration

Problem: QXCM1000192603
Symptom: If Service Configuration is installed on top of a localized installation of Service Desk, problems occur when adding an OVO management server in the GUI. The error messages that appear are incorrect.
Solution: To install Service Configuration on an existing, localized Service Desk installation:
  1. Install Service Configuration.
  2. Run the localization tool again from the Service Desk client.
  3. Update the database using the Service Desk database wizard.
Problem: QXCR1000107496
Symptom: After deploying a hierarchy to OVO 7.x, certain icons are not correctly displayed in Service Navigator (workgroup, project, person, and organization).
Solution: On the OVO server, change to the directory /opt/OV/www/htdocs/ito_op/images and create copies of the following files:
File to copyName of copy
person.32.gif Person.32.gif
WorkGroup.32.gif Workgroup.32.gif
organization.gif Organization.gif
project.32.gif Project.32.gif
Problem: QXCR1000107677
Symptom: When launching a Service Desk data form from within the OVO Java GUI, the data form is sometimes opened in the background and therefore hidden from view.
Solution: Click the Service Desk data form button on the taskbar to move the program to the foreground.

Different Output Format of opcsvcterm

The format of results returned by the opcsvcterm interface is different with the Service Navigator Value Pack installed. There are two major differences:

The following table gives example output for opcsvcterm without and with the Service Navigator Value Pack installed:

Service Navigator <Results>'\n' [space][space]<OK/>'\n' </Results>'\n'
Service Navigator Value Pack <Results> '\n'[space][space] <OK> </OK> '\n' </Results> '\n'

NOTE:

Hewlett-Packard reserves the right to change the output and the output format of Service Navigator interfaces with product releases. Check the Service Navigator DTDs for changes to the XML definitions. The DTDs can be found on the OVO management server in the /etc/opt/OV/share/conf/OpC/mgmt_sv/dtds directory. In general, it is recommended to use an XML parser to interpret the service engine output rather than your own pattern-matching algorithms.

Documentation Errata and Corrections

Problem: QXCR1000192582
Symptom: The online help topic "Copy and Paste between Service Hierarchies" contains the following incorrect text:
If one of the copied objects already exists in that hierarchy, you can either cancel the paste operation or overwrite the existing object(s).
Solution: Note that it is not possible to paste an object into the same hierarchy more than once. The note below the incorrect text explains what happens if you try to do this.
Problem: QXCR1000189477
Symptom: The documentation for the command-line interfaces cadm_DumpHierarchy and cadm_LoadHierarchy does not clearly state that the user should type the absolute path for the export and import XML files.
Solution: Type the absolute path for all command-line options that refer to files. (The documentation provides correct examples.)