Skip to main content

NNM registry corrupt after upgrading PA 5.0 from 4.7 on some Windows 64 bit env

HP Technical document information Title: Problem upgrading Performance Agent (PA) 5.0 from 4.7 on some Windows 64 bit environments Document ID: KM764076 Product: performance agent,network node manager,reporter Version: 8.13,8.12,8.11,8.10 Updated: 2009-Sep-04 On 64-bit architectures (x86_64 or Itanium) running the Windows 64-bit Operating System, when the performance agent (PA) is upgraded from version 4.7 to version 5.0, other HP OpenView products (NNM and/or Reporter) which run in 32-bit emulation mode will experience problems. Note that this issue is specific only to upgrades and not a fresh installation of PA 5.0. The cause is that the following registry key values are overwritten as part of the PA 5.0 upgrade. These registry keys are also used by the above mentioned products: - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Hewlett-Packard\HP OpenView\InstallDir - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Hewlett-Packard\HP OpenView\DataDir There are two possible workarounds that can keep a system where NNM and/or Reporter coexist with PA safe from encountering these problems: 1. Uninstall the existing version of the Performance Agent and then install PA 5.0. To protect the data previously collected, save files such as the status.* files, the log* files, the parm file, the alarmdef file, and the mwakey file to some other location and then move them back to the appropriate "datadir" location subsequent to the completion of the 5.0 installation. Note that this alternative should be followed if upgrading from PA 4.6 or any earlier version of the Performance Agent, since the only supported direct upgrade path is from PA 4.7 to PA 5.0. 2. Perform the upgrade using the following sequence of steps: 1. Before starting, PA 5.0 upgrade, backup the relevant registry keys using following steps: A. Open the Registry Editor (Start Menu->Run->regedit.exe) B. Browse to the location "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Hewlett-Packard\HP OpenView" in the registry editor. C. Right Click, select "Export", and save to any location on the machine. 2. Perform the PA 5.0 upgrade using the procedure shown in the HP Performance Agent Windows Installation and Configuration Guide. 3. After PA is upgraded to 5.0, restore the required registry keys using following steps: A. Open Registry Editor(Start Menu->Run->regedit.exe) B. Go to File->Import, browse to the location where the registry keys were backed up in Step (1), and import them. Following either of the above procedures should allow the Performance Agent software to be upgraded to version 5.0 without impacting either NNM or Reporter. original link: http://support.openview.hp.com/selfsolve/document/KM764076?searchIdentifier=-68452887:12381b696e6:2b63&resultType=document&documentURL=KM764076&resultsURL=/selfsolve/documents&allowReturn=true

Comments

Popular posts from this blog

Mounting CIFS/Samba from OSMC (raspberry pi) to Windows

There are severals ways to mount samba share folders into OSMC. the first step is to turn on the SSH Services in your OSMC go to setting OSMC and choose services by default OSMC SSH will use osmc as its default user and osmc as its default password. second step is to share the folder(s) you want to share to osmc to do this just do a share configuration in windows, there are many links to provide this tutorial. third step is to mount the shares folder(s) to the OSMC. forth step is to make sure that the cifs-util module are loaded to the osmc fifth step is to mount them you can use the mount command or you can mapped the samba folders through fstab to do manual mount type in: mount -t cifs -o username=Administrator,password=Password // / /mnt/ or you can edit the /etc/fstab //source_ip/share_folder /target_directory cifs username=YOURUSERNAME,password=YOURPASSWORD,iocharset=utf8,file_mode=0777,dir_mode=0777 That's it but when osmc rebooted, you might want to ...

Mount ISO image file on HP-UX

There are 2 ways to mount iso file in hp-ux 1) using LVM method (to copy ISO into a logical volume) is the same as for older HP-UX releases: 1. Find out the size of the ISO image: # du -k /data/myImage.iso NOTE: The size will be in Kb. 2. Create a logical volume for the ISO image: # lvcreate -L -n iso /dev/vg00 NOTE: The name of the logical volume will be /dev/vg00/iso 3. Copy the ISO file to the raw logical volume: # dd if=/data/myImage.iso of=/dev/vg00/riso bs=64k 4. Create a temporary directory and mount the /dev/vg00/iso volume # mkdir /iso_image # mount /dev/vg00/iso /iso_image NOTE: For HP-UX 11.11 you must install the latest CDFS patches: PHCO_25841 Add Rock Ridge extension to mount_cdfs(1M) PHKL_26269 Rock Ridge extension for ISO-9660 PHKL_34153 CDFS cumulative patch 2) Available in HP-UX 11.31 0909: ISOIMAGE-ENH. Provides a new DLKM module fspd. Required to mount, read and umount the ISO image file. The comm...

Darkstat - Nework Traffic Analyzer atau Monitor Jaringan

Darkstat - Nework Traffic Analyzer atau Monitor Jaringan Apa itu Darkstat? Darkstat adalah pengumpul statistik jaringan. Secara efektif, ini adalah paket sniffer yang berjalan sebagai proses latar belakang pada Kabel / DSL router, mengumpulkan segala macam statistik berguna tapi menarik, Dan melayani mereka melalui HTTP. Fitur Darkstat Grafik lalu lintas Melacak lalu lintas per host. Melacak lalu lintas per port TCP dan UDP untuk setiap host. Embedded web-server dengan deflate compression. Asynchronous reverse DNS resolution menggunakan proses child. Kecil. Portable. Single-threaded. Efisien. Instalasi Darkstat di Ubuntu ~$ sudo Apt-get install darkstat Ini akan menyelesaikan instalasi. Setelah Anda menyelesaikan instalasi, Anda perlu mengedit file yang terletak di /etc/darkstat/init.cfg START_DARKSTAT = no menjadi START_DARKSTAT = iya Start darkstat  # / Etc / init.d / darkstat start Ini akan memulai proses darkstat Arahkan browser Anda di ht...