[Orca-users] RE: New orcallator.se - 1.15

Norman Macaraeg macarnor at lsil.com
Thu Oct 7 12:22:42 PDT 1999


From: Norman Macaraeg <macarnor at lsil.com>

I hate being a pain on this subject but I just added a new Solaris 2.6
machine to be monitored.  The new orcallator.se file with the fix be-
low runs fine (start_orcallator).  But the percol files it created caused
orca to crash again.  It seems to crash right before the RRD's are created.
So I'm again back to square one.  The percol file it created didn't have
some columns defined and this is what I got which is the same problem
I had before.  (before the fix below and even before Dr. Zajac's fix
before that).  Back to orcallator.se.1.7 again.  

Updating GIFs.
Finding files and setting up data structures at Thu Oct  7 12:06:54 1999.
  /lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07
/lsi/soft/orca/0.23/bin/orca: making directory `/lsi/soft/orca/0.23/RRDfiles/orcallator/./pts2'.
/lsi/soft/orca/0.23/bin/orca: making directory `/usr/local/html/orca/pts2'.
/lsi/soft/orca/0.23/bin/orca: 1load in `data 1load' in plot #2 not replaced since it is not in file 
`/lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07'.
/lsi/soft/orca/0.23/bin/orca: warning: no substitutions performed for `data 1load' in plot #2 in 
`/lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07'.
/lsi/soft/orca/0.23/bin/orca: 5load in `data 5load' in plot #2 not replaced since it is not in file 
`/lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07'.
/lsi/soft/orca/0.23/bin/orca: warning: no substitutions performed for `data 5load' in plot #2 in 
`/lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07'.
/lsi/soft/orca/0.23/bin/orca: 15load in `data 15load' in plot #2 not replaced since it is not in file 
`/lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07'.
/lsi/soft/orca/0.23/bin/orca: warning: no substitutions performed for `data 15load' in plot #2 in 
`/lsi/soft/orca/0.23/var/orca/orcallator/pts2/percol-1999-10-07'.
Can't use an undefined value as an ARRAY reference at /lsi/soft/orca/0.23/bin/orca line 1438, <FD> chunk 1.

>>From: Norman Macaraeg <macarnor at lsil.com>
>>
>>Thank you.  This fixed it.
>>
>>-Norm
>>
>>>>From: "Shaw, Richard K" <richard_k_shaw at groton.pfizer.com>
>>>>
>>>>All,
>>>>
>>>>The fix is simple - change the if to an ifdef.
>>>>
>>>>from:
>>>>
>>>>#if WATCH_CPU || WATCH_WEB
>>>>#include <proc.se>
>>>>
>>>>to:
>>>>
>>>>#ifdef WATCH_CPU || WATCH_WEB
>>>>#include <proc.se>
>>>>
>>>>
>>>>Regards,
>>>>
>>>>Rich.
>>>>
>>>>-----Original Message-----
>>>>From: Blair Zajac [mailto:bzajac at geostaff.com]
>>>>Sent: Wednesday, October 06, 1999 9:08 PM
>>>>To: orca-discuss at onelist.com
>>>>Subject: Re: [orca-discuss] New orcallator.se - 1.15
>>>>
>>>>
>>>>Can you print the lines of code around line 112 and note line 112
>>>>that is generating the message?  I presume you applied the little
>>>>patch to your orcallator.se, so I don't know which line is causing
>>>>the problem.
>>>>
>>>>Thanks,
>>>>Blair
>>>>
>>>>
>>>>Norman Macaraeg wrote:
>>>>> 
>>>>> From: Norman Macaraeg <macarnor at lsil.com>
>>>>> 
>>>>> Thank you for the fix.  I still get an error when running
>>>>start_orcallator:
>>>>> 
>>>>> useng27# /lsi/soft/orca/0.23/bin/start_orcallator
>>>>> Writing data into /lsi/soft/orca/0.23/var/orca/orcallator/useng27/
>>>>> Using www access log file proxy.log
>>>>> Starting logging
>>>>> "/lsi/soft/orca/0.23/lib/orcallator.se", line 112:  (in preprocessor if):
>>>>syntax error
>>>>> 
>>>>> The process appears to be running though.  Is there an easy fix for this?
>>>>> Thanks again.
>>>>> 
>>>>> -Norm
>>>>> 
>>>>> >>X-From: uucp Wed Oct  6 15:02 PDT 1999
>>>>> >>>Received: from onelist.com (pop2.onelist.com [209.207.164.211]) by
>>>>mail1.lsil.com
>>>>> (8.9.3+Sun/8.9.1) with SMTP id OAA16398 for <macarnor at lsil.com>; Wed, 6
>>>>Oct 1999 14:56:31 -0700 (PDT)
>>>>> >>Date: Wed, 06 Oct 1999 14:55:12 -0700
>>>>> >>From: Blair Zajac <bzajac at geostaff.com>
>>>>> >>X-Accept-Language: en
>>>>> >>To: orca-discuss at onelist.com
>>>>> >>Mailing-List: list orca-discuss at onelist.com; contact
>>>>orca-discuss-owner at onelist.com
>>>>> >>Delivered-To: mailing list orca-discuss at onelist.com
>>>>> >>List-Unsubscribe: <mailto:orca-discuss-unsubscribe at ONElist.com>
>>>>> >>Subject: Re: [orca-discuss] New orcallator.se - 1.15
>>>>> >>MIME-Version: 1.0
>>>>> >>
>>>>> >>I just found the problem with orcallator.se that you were seeing.  In
>>>>> >>a previous release of orcallator.se I changed the define name from
>>>>> >>WATCH_HTTPD to WATCH_WEB.  Unfortunately, I forgot to leave backwards
>>>>> >>compatibility in orcallator.se.  I'll release a new version with this
>>>>> >>fix soon.  In the meantime, upgrade to 1.15 and add the following
>>>>> >>lines at the top
>>>>> >>
>>>>> >>// Keep backwards compatibility with WATCH_HTTPD.
>>>>> >>#ifdef WATCH_HTTPD
>>>>> >>#define WATCH_WEB
>>>>> >>#endif
>>>>> >>
>>>>> >>This will fix the problem of missing columns.
>>>>> >>
>>>>> >>Blair
>>>>> >>
>>>>> >>Norman Macaraeg wrote:
>>>>> >>>
>>>>> >>> From: Norman Macaraeg <macarnor at lsil.com>
>>>>> >>>
>>>>> >>> I've figured out what's been causing the problem with orca on my
>>>>network
>>>>> >>> here.  After changing to the new orcallator.se.1.13, orca kept
>>>>generating
>>>>> >>> percol files that didn't have a few columns defined.  This caused the
>>>>> >>> orca process to crash.  I changed back to orcallator.se.1.7 and this
>>>>> >>> seems to have fixed my problem.  Only problem is that the newer *.se
>>>>> >>> file includes enhancements that I can't use.  Will there be a fix to
>>>>> >>> Orca so that it can use the new *.se files?
>>>>> >>>
>>>>> >>> -Norm
>>>>> >>>
>>>>> >>> >>Here's a new release of orcallator.se.  It does the following
>>>>changes
>>>>> >>> >>since my last release (1.13).
>>>>> >>> >>
>>>>> >>> >>// Version 1.15: Oct  5, 1999   kvm$mpid is a int not a long.  This
>>>>caused
>>>>> >>> >>//                              problems on Solaris 7 hosts running
>>>>a 64
>>>>> >>> >>//                              bit kernel.
>>>>> >>> >>// Version 1.14: Oct  1, 1999   Rename disk.c?t?d? column names to
>>>>> >>> >>//                              disk_runp.c?t?d? to better reflect
>>>>the data
>>>>> >>> >>//                              being recorded and to allow for more
>>>>per disk
>>>>> >>> >>//                              information later.
>>>>> >>> >>
>>>>> >>> >>I have also placed it on my website at
>>>>http://www.geocities.com/~bzking/
>>>>> >>> >>
>>>>> >>> >>Blair
>>>>> >>>
>>>>> >>> --------------DB252B2B1CF49F16CEF6EEAA
>>>>> >>Content-Type: text/x-vcard; charset=us-ascii;
>>>>> >> name="bzajac.vcf"
>>>>> >>Content-Transfer-Encoding: 7bit
>>>>> >>Content-Description: Card for Blair Zajac
>>>>> >>Content-Disposition: attachment;
>>>>> >> filename="bzajac.vcf"
>>>>> >>
>>>>> >>begin:vcard
>>>>> >>n:Zajac;Blair
>>>>> >>tel;fax:408-530-5309
>>>>> >>tel;work:408-328-7557
>>>>> >>x-mozilla-html:FALSE
>>>>> >>url:http://www.geocities.com/~bzking/
>>>>> >>org:Yahoo!/GeoCities
>>>>> >>adr:;;3420 Central Expressway;Santa Clara;CA;95051;
>>>>> >>version:2.1
>>>>> >>email;internet:bzajac at geostaff.com
>>>>> >>title:Technical Yahoo!
>>>>> >>x-mozilla-cpt:;16640
>>>>> >>fn:Dr. Blair Zajac
>>>>> >>end:vcard
>>>>> 
>>>>> _______________________________________________________________________
>>>>> Norman J. Macaraeg              Pag: (800) 756-7148
>>>>> LSI Logic Corp.                 Tel: (408) 954-4836              _____
>>>>> UNIX System Administration      Fax: (408) 433-7695          LSI|LOGIC|
>>>>> 1551 Mc Carthy Blvd. M/S C-410  E-mail  : macarnor at lsil.com     |     |
>>>>> Milpitas, CA 95035                                              |_____|
>>>>> _______________________________________________________________________
>>>>> 
>>>>> --------------4B6076419896DA96A0763B68
>>>>Content-Type: text/x-vcard; charset=us-ascii;
>>>> name="bzajac.vcf"
>>>>Content-Transfer-Encoding: 7bit
>>>>Content-Description: Card for Blair Zajac
>>>>Content-Disposition: attachment;
>>>> filename="bzajac.vcf"
>>>>
>>>>begin:vcard 
>>>>n:Zajac;Blair
>>>>tel;fax:408-530-5309
>>>>tel;work:408-328-7557
>>>>x-mozilla-html:FALSE
>>>>url:http://www.geocities.com/~bzking/
>>>>org:Yahoo!/GeoCities
>>>>adr:;;3420 Central Expressway;Santa Clara;CA;95051;
>>>>version:2.1
>>>>email;internet:bzajac at geostaff.com
>>>>title:Technical Yahoo!
>>>>x-mozilla-cpt:;16640
>>>>fn:Dr. Blair Zajac
>>>>end:vcard
>>>>
>>>>
>>_______________________________________________________________________
>>Norman J. Macaraeg              Pag: (800) 756-7148
>>LSI Logic Corp.                 Tel: (408) 954-4836              _____
>>UNIX System Administration      Fax: (408) 433-7695          LSI|LOGIC|
>>1551 Mc Carthy Blvd. M/S C-410  E-mail  : macarnor at lsil.com     |     |
>>Milpitas, CA 95035                                              |_____|
>>_______________________________________________________________________
>>
>>
_______________________________________________________________________
Norman J. Macaraeg              Pag: (800) 756-7148
LSI Logic Corp.                 Tel: (408) 954-4836              _____
UNIX System Administration      Fax: (408) 433-7695          LSI|LOGIC|
1551 Mc Carthy Blvd. M/S C-410  E-mail  : macarnor at lsil.com     |     |
Milpitas, CA 95035                                              |_____|
_______________________________________________________________________

--------------------------- ONElist Sponsor ----------------------------

BETA TEST expertcity.com's new online, real-time, technical support service!
   Let our live experts help you with your computer now. IT'S FREE! ! !
         <a href=" http://clickme.onelist.com/ad/expertcity8 ">Click Here</a>

------------------------------------------------------------------------





More information about the Orca-users mailing list