Wie bekomme ich in HP Open View die Datenbank gelö

hallo, möchte in HP Open View meine Datenbank von alten Ballast befreien->löschen und bei null anfangen. wie geht das??
gracias me

Um deine Datenbank von altem Ballast zu befreien, muß man nicht unbedingt alles löschen. Es geht auch so:

How clean a corrupt database:

  1. Everyone out of the maps. Run:
    ovstop
    ps -ef|grep ovw # kill -9 leftover process id’s still running, except ovlmd
  2. ovtopofix -Wv
  3. ovstart
  4. ovstop netmon
  5. ovw -mapcount -ruvD
  6. ovtopofix -a
  7. ovstart netmon

Now lets seek out and remove items marked as REMOVED, that did not leave
with the cleanup procedures:

  1. Start NNM via:
    ovw

  2. Select the pulldowns:
    „Locate->Objects->By Selection Name“ and enter REMOVED in the „Regular
    Expression“ field then hit „Apply“ or „Enter“.

  3. if this finds any objects, then we need to come out of the GUI again and run
    ovw -mapcount -Rv

  4. Clear the cache again.

How to clean relatively clean databases on a routine basis:

  1. ovstop netmon
  2. ovw -mapcount -ruvD
  3. ovtopofix -chs
  4. ovstart netmon

Um wirklich alle Datenbanken zu löschen mußt du nach dem Verzeichnis deiner Datenbanken forschen. (Ist je nach Version(z.B. für NT / HP-UX/ SUN) verschieden.

In der Regel liegen die relevanten Sachen unter ~/databases/OVW/ …
Wie gesagt: es kommt auch auf die verwendete Version an.

Viel Glück

PS: noch ein Link zu vielen, vielen Infos http://ovweb3.external.hp.com/ovfaq/

[Bei dieser Antwort wurde das Vollzitat nachträglich automatisiert entfernt]