logIt Log Around The Clock

OpenView

HP OpenView research and development

Template Dumping Scripts

To manage multiple templates in HP OMU, we need to dump them first. Dumping to file using opctempl will ease up the process of narrowing variation to gain uniformity. In the end converging to standard will help us tackle problems when faced with hundreds of templates being assigned to hundreds nodes. I tried to make [...]

Manual Ceritificate Modification

tags:

Issue certificate file from management server: [mgmtsrv]$ ovcm -issue -file /tmp/node.cert -name <nodename> -pass <password> -coreid <coreid from node> Copy the /tmp/node.cert file to the node and import it. [node]$ ovcert -importcert -file /tmp/node.cert -pass <password> It will then appear in the ovcert -list. Communication using HTTPS will also work, test this with bbcutil -ping [...]

Working With Templates

tags:

Most template editing is done through Motif-GUI. A “template engineer” privilege capable of doing many things there. However, to run other steps outside his/her privilege, he/she needs to invoke some command line. Check installed templates and their status (enabled/disabled) in a node: $ ovpolicy -list -host Export a template to a flat file $ opctempl [...]

Replace Existing OVCoreID Entries

In a de-installed node, OVCoreID can then be manually added to the management server. After installing the node copy the new $ ovcoreid from the managed node to the management server: opcnode -chg_id cocpeca1.somecompany.lan id=xxx <ovcoreid> The node label cocpeca1 must already exist, check first by using: opcnode -list_nodes node_list=cocpeca1.somecompany.lan It is also better to [...]

Switch OV Process Ownerships

In my-client implementation there is standard owner for OV processes, that is opc_op. We can check this on running agents/OV daemons via ps -ef | grep OV. A non-standard my-client will return e.g. (which are owned by root): root 2555 1 0 Mar10 ? 00:00:08 /opt/OV/bin/ovcd root 2569 2555 0 Mar10 ? 00:00:08 /opt/OV/bin/ovbbccb -nodaemon [...]

Launcher for Java GUI

Launcher for java GUI in local bin (named ovo-java-gui). #! /bin/bash   export JAVA_DIR=/usr/ /opt/OV/www/htdocs/ito_op/ito_op exit 0

Java GUI First Look

Unlike motif GUI session, Java GUI user session can be used in multiple logins. However, administration tools are in limited set compared to motif GUI. Get this GUI from the management server through browser port 3443 (i.e http://192.168.80.3:3443/). For Linux, Java Runtime Environment must be set. I use Sun Java 6, so: JAVA_DIR=/usr/ for the [...]

Dependecies in Manual Agent Deinstallation

If you wish to clean all OVO installation in managed node, start deinstallation from other OpenView application i.e. OV Performance Agent (OVPA). This will resolve dependency issues.

Manual HTTPS Agent Installation-Deinstallation (2)

…cont’d… More Messy situation usually occur if agent was previously installed (along with activation in management server, node addition, etc.). If an HTTPS agent is deinstalled manually in the managed node, its data stays exist in certificate server & management server. We need to clean this mess. Under complete deinstallation, the following directories are removed [...]

Manual HTTPS Agent Installation-Deinstallation (1)

Having pre-installed machine to be used for agent installation experiment is somehow tedious. But, I benefit from the troubleshooting effort. Actually the pointers is written in Arsena – OVO Admin Guide v1.0a, but it wasn’t emphasized visually as being significant (so I missed it). There are three common install situation: Clean. OVCoreID and node mapping [...]

← Before