pcp
[Top] [All Lists]

oracle and hotproc pmdas

To: pcp@xxxxxxxxxxx
Subject: oracle and hotproc pmdas
From: David Wright <daw@xxxxxxx>
Date: Thu, 13 Jan 2011 13:01:47 -0600 (CST)
Hello all,

Sorry I am not a programmer. Recently wanted to try the hotproc and oracle
pmda's. I had the oracle pmda installing ok a year.


$ git clone git://oss.sgi.com/pcp/pcp
$ git branch -r
$ git checkout dev
$ git checkout -b dev

floyd2:~/pcp # git pull git://oss.sgi.com/pcp/pcp dev  # today Jan 13th
>From git://oss.sgi.com/pcp/pcp
 * branch            dev        -> FETCH_HEAD
Already up-to-date.

builds and generates rpms fine that work but no oracle/hotproc pmdas.

So I did a make install since they are in the dev source tree.

I do then get an error:

Installing /usr/share/man/man3/PCP::PMDA.3pm
Writing /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi/auto/PCP/PMD
A/.packlist
Appending installation info to /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/p
erllocal.pod
find $DIST_ROOT -name .packlist -exec mv '{}' ../../../perl-pcp-pmda.list ';'
sed -e s@$DIST_ROOT@@ -e 's/\.[0-9]pm$/&.gz/' -e '/\.bs$/d' -i.tmp ../../../perl
-pcp-pmda.list
sed: -e expression #3, char 0: no previous regular expression
gmake[3]: *** [install] Error 1
gmake[2]: *** [install] Error 2
gmake[1]: *** [install_pcp] Error 2
gmake[1]: Leaving directory `/root/pcp/src'
make: *** [install_pcp] Error 2

Alot is installed but the oracle pmda is still gone. From the source tree
I tried but the above make install failure is directly related.

floyd2:~/pcp/src/pmdas/oracle # ls
.gitignore  GNUmakefile  Install  pmdaoracle.pl  Remove
floyd2:~/pcp/src/pmdas/oracle # ./Install
/usr/share/pcp/lib/pmdaproc.sh: line 829: /var/lib/pcp/pmdas/oracle/domain.h: No
 such file or directory
floyd2:~/pcp/src/pmdas/oracle

Can Anyone look at this in the next month? Or suggestions?

Thank You,
Dave Wright

<Prev in Thread] Current Thread [Next in Thread>
  • oracle and hotproc pmdas, David Wright <=