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.
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:
cadm_DumpHierachy
and cadm_LoadHierarchy
, enable you to download a service hierarchy to a file and upload it again. These tools are useful for making backup copies and migrating data.cadm_Deploy
enables you to deploy service hierarchies from the command line.This version of the Service Navigator Value Pack software has the following limitations:
To install the Service Navigator Value Pack software:
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.
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:
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. |
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. |
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:
|
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:
|
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. |
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.
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.) |