[Orca-users] Orca plots on one central server

a101i08 at dvg.de a101i08 at dvg.de
Sun Jul 29 22:24:13 PDT 2001


We use rsync & ssh for it and that's script for date collect, may be yo= u
find it useful.
P.S. Sorry for my english:)
P.S.S. Directory =3D domainname in $orcadir you must make yourself!!!!!!!
#!/bin/sh

PATH=3D$PATH:/usr/local/bin;
export PATH

orcadir=3D/var/orca/orcallator

cd ${orcadir}

for i in * ; do
if [ $i !=3D `hostname` ] ; then
  echo $i
  rsync -v -a -u -e ssh ${i}:${orcadir}/${i} .
  fi
done

for j in `find ${orcadir} -name \*.gz`
do
  if [ -f `dirname ${j}`/`basename ${j} .gz` ] ; then
    echo `dirname ${j}`/`basename ${j} .gz` deleted
    rm `dirname ${j}`/`basename ${j} .gz`
  fi
done



Mit freundlichen Gr=FC=DFen

Alexei Voronine

dvg Hannover
OE352 UNIX Server Control Center (USCC)
e-Mail   Alexei.Voronine at dvg.de
Tel:       0511-5102-3703



            &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      
            &nb= sp;       orca-users at yahoo   &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;    
            &nb= sp;       groups.com    &= nbsp;         An:   =   orca-users at yahoogroups.com       =             &nb= sp;            =             &nb= sp;            =          
            &nb= sp;            =             &nb= sp;      Kopie:      = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;
            &nb= sp;       28.07.01 10:54   &nb= sp;      Thema:  [orca-users] Digest Number 3= 06            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;             =
            &nb= sp;       Bitte antworten   &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;            = ;            &n= bsp;     
            &nb= sp;       an orca-users   &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;            &= nbsp;           &nbs= p;       
            &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      
            &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;            =             &nb= sp;      





There are 2 messages in this issue.

Topics in this digest:

      1. Re: Orca plots on one central server
           From: John Mas= tin <john.mastin at bms.com>
      2. Re: Re: Orca plots on one central server<= BR>            From: "Ma= rk E. Dawson, Jr." <medawsonjr at yahoo.com>


________________________________________________________________________ ________________________________________________________________________
Message: 1
   Date: Fri, 27 Jul 2001 07:48:25 -0400
   From: John Mastin <john.mastin at bms.com>
Subject: Re: Orca plots on one central server

Hey there Mark!

Basically what we do here is run an orca client piece that I put
together.  On the clients, we install the SE Toolkit, rsync and the orcallator.se file with the necessary start/stop scripts (we have
created Solaris packages of rsync and orcallator).  We publish the
percol data files via anonymous rsync (you can horse around with
authentication with rsync if you'd want to make sure hax0rs are not
looking at your performance data).  On the central orca server, we use=
rsync to grab the files from the clients and then we munge it into rrd's and html files.

Hope this helps!
Johnny

> My company doesn't want to renew their TeamQuest
> capacity planning software license, so I'm thinking
> about using Orca with orcallator.se.  However, I have
> one question about its setup:
>
> Do I have to NFS mount all the clients' orcallator
> files onto the Orca server to get the plots in one
> place?  Is there some standard method that you guys
> are using, so that you can have one central server
> where Orca will plot the graphs, and have all the
> clients running orcallator.se and sending the data
> over to the central server?
>
> Your help in this would be greatly appreciated.  I'd
> hate to have to setup some kind of cron job on each
> and every box to rdist the files over.  There's got
> to be a better way.  Thanks in advance.
>


--
John Mastin, Jr.         email: joh= n.mastin at bms.com
Bristol-Myers Squibb         &= nbsp;  phone: (609) 818-3788
PRI Infomatics           = fax: (609) 818-7693
Princeton  NJ


________________________________________________________________________ ________________________________________________________________________
Message: 2
   Date: Fri, 27 Jul 2001 07:18:59 -0700 (PDT)
   From: "Mark E. Dawson, Jr." <medawsonjr at yahoo.com= >
Subject: Re: Re: Orca plots on one central server

So my assumption that some kind of file copying from
client to server is necessary for multiple clients
to have their plots shown on one central server.

Thanks Johnny.  If you have any ready-made scripts
that I can use so as not to reinvent the wheel, it
would be greatly appreciated.

--- John Mastin <john.mastin at bms.com> wrote:
> Hey there Mark!
>
> Basically what we do here is run an orca client
> piece that I put
> together.  On the clients, we install the SE
> Toolkit, rsync and the
> orcallator.se file with the necessary start/stop
> scripts (we have
> created Solaris packages of rsync and orcallator).
> We publish the
> percol data files via anonymous rsync (you can horse
> around with
> authentication with rsync if you'd want to make sure
> hax0rs are not
> looking at your performance data).  On the central
> orca server, we use
> rsync to grab the files from the clients and then we
> munge it into rrd's
> and html files.
>
> Hope this helps!
> Johnny
>
> > My company doesn't want to renew their TeamQuest
> > capacity planning software license, so I'm
> thinking
> > about using Orca with orcallator.se.  However, I
> have
> > one question about its setup:
> >
> > Do I have to NFS mount all the clients' orcallator
> > files onto the Orca server to get the plots in one
> > place?  Is there some standard method that you
> guys
> > are using, so that you can have one central server
> > where Orca will plot the graphs, and have all the
> > clients running orcallator.se and sending the data
> > over to the central server?
> >
> > Your help in this would be greatly appreciated.
> I'd
> > hate to have to setup some kind of cron job on
> each
> > and every box to rdist the files over.  There's
> got
> > to be a better way.  Thanks in advance.
> >
>
>
> --
> John Mastin, Jr.         =    email: john.mastin at bms.com
> Bristol-Myers Squibb        &n= bsp;   phone: (609)
> 818-3788
> PRI Infomatics         fax: (6= 09) 818-7693
> Princeton  NJ
>
> ------------------------ Yahoo! Groups Sponsor
>
>
>
> http://docs.yahoo.com/in= fo/terms/
>
>


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/


________________________________________________________________________ ________________________________________________________________________


fo/terms/">http://docs.yahoo.com/info/terms/







o.com/info/terms/">Yahoo! Terms of Service.



More information about the Orca-users mailing list