[Orca-users] orca stops running

Dean Thompson dnt07 at yahoo.co.uk
Wed Jul 28 01:22:16 PDT 2010


root at host:/# kstat | grep module: | awk '{ print $1 $2 }' | sort | uniq -c
   5 module:caps
   2 module:ce
   1 module:conskbd
   1 module:consms
  48 module:cpu
  16 module:cpu_info
  16 module:cpu_stat
   1 module:dls
   4 module:fcip
   1 module:fssnap
   1 module:icmp
   6 module:ip
   2 module:ipf
   1 module:ipsecah
   1 module:ipsecesp
   1 module:iscsi
  10 module:kcf
   1 module:kssl
   2 module:lgrp
   1 module:lo
 384 module:md
   4 module:mpt
  11 module:nfs
   6 module:nfs_acl
  10 module:pcis
   8 module:pcisch
  16 module:pg
   1 module:poll
   1 module:portfs
   1 module:rootnex
   6 module:saf
   1 module:sctp
  13 module:sd
   3 module:sderr
4785 module:ssd
2632 module:ssderr
   1 module:ssm
   1 module:st
   1 module:sterr
   1 module:streams
   3 module:tcp
   2 module:udp
   1 module:ufs
   2 module:ufs_log
 639 module:unix
  98 module:vmem
  16 module:wrsmd
   1 module:zfs

root at host/# /opt/RICHPse/libexec/se.sparcv9 -DWATCH_OS -I/usr/local/lib/SE/3.5.0 
/usr/local/lib/orcallator.se -d
Fatal: division by zero: (now / interval): Near line 805


Those lines are:

 801      // Calculate the next time to sleep to that is an integer multiple of
   802      // the interval time.  Make sure that at least half of the interval
   803      // passes before waking up.
   804      now        = time(0);
   805      sleep_till = (now/interval)*interval;
   806      while (sleep_till < now + interval*0.5) {
   807        sleep_till += interval;
   808      }
   809  

Regards
Dean


________________________________
From: "Normandin, Mike" <mike.normandin at credit-suisse.com>
To: Dean Thompson <dnt07 at yahoo.co.uk>; orca-users at orcaware.com
Sent: Tue, 27 July, 2010 16:35:43
Subject: RE: [Orca-users] orca stops running

 
I don't think that's the issue then.  
 
Have a look at kstat and see how many devices it  sees:
 
kstat | grep module: | awk '{ print $1 $2 }' | sort |  uniq -c
 
Also you can try running the se command in  debug mode  -d  it will be a lot of 
output but you need to find out  where its finding so many metrics.
 
 
 
 


________________________________
 From: Dean Thompson [mailto:dnt07 at yahoo.co.uk] 
Sent: Tuesday, July 27, 2010 10:02 AM
To: Normandin,  Mike
Subject: Re: [Orca-users] orca stops running


Quite a few. 608 is the last number




________________________________
 From: "Normandin, Mike"  <mike.normandin at credit-suisse.com>
To: Dean Thompson  <dnt07 at yahoo.co.uk>
Sent: Tue, 27 July, 2010 15:55:28
Subject: RE: [Orca-users] orca stops  running

 
Disks are the biggest consumer of metrics how many  disks are there in the 
format command ?  



________________________________
 From: Dean Thompson [mailto:dnt07 at yahoo.co.uk] 
Sent: Tuesday, July 27, 2010 9:53 AM
To: Normandin, Mike;  Hudes, Dana; orca-users at orcaware.com
Subject: Re: [Orca-users] orca  stops running


Yes, same error message. Except that in brackets it now has 7000 instead of  
2048.




________________________________
 From: "Normandin, Mike"  <mike.normandin at credit-suisse.com>
To: Dean Thompson  <dnt07 at yahoo.co.uk>; "Hudes, Dana" <hudesd at hra.nyc.gov>;  
orca-users at orcaware.com
Sent: Tue, 27 July, 2010 15:36:06
Subject: RE: [Orca-users] orca stops  running

 
Same error message ? 
 


________________________________
 From: Dean Thompson [mailto:dnt07 at yahoo.co.uk] 
Sent: Tuesday, July 27, 2010 9:34 AM
To: Normandin, Mike;  Hudes, Dana; orca-users at orcaware.com
Subject: Re: [Orca-users] orca  stops running


It is a glbal zone. I changed the value of MAX_COLUMNS to 7000 and still no  
difference. orca runs but then stops after a while.




________________________________
 From: "Normandin, Mike"  <mike.normandin at credit-suisse.com>
To: Dean Thompson  <dnt07 at yahoo.co.uk>; "Hudes, Dana" <hudesd at hra.nyc.gov>;  
orca-users at orcaware.com
Sent: Tue, 27 July, 2010 15:09:46
Subject: RE: [Orca-users] orca stops  running

 
 For the Column issue edit the orcallator.se file increase the number of columns,
  I have mine  set to 7000.  



________________________________
 From: orca-users-bounces+mike.normandin=credit-suisse.com at orcaware.com  
[mailto:orca-users-bounces+mike.normandin=credit-suisse.com at orcaware.com] On  
Behalf Of Dean Thompson
Sent: Tuesday, July 27, 2010 9:04  AM
To: Hudes, Dana; orca-users at orcaware.com
Subject: Re:  [Orca-users] orca stops running


I've tried running it as root as well but I still end up with the same  problem, 
the process stops after a while. The KVM thing I have had on other  systems as 
well but it doesn't stop orca from working. The nohup file doesn't  give me any 
errors either.




________________________________
 From: "Hudes, Dana"  <hudesd at hra.nyc.gov>
To: "orca-users at orcaware.com" <orca-users at orcaware.com>
Sent: Tue, 27 July, 2010  14:58:57
Subject: Re:  [Orca-users] orca stops running


Run orcallator as root for the kvm  issue. 

Not sure about your coulmn issue but run it as root and see if it  goes away. 

Also I run start_orcallator nohup. That leaves errors in  nohup.out. 




________________________________
 From:  orca-users-bounces+hudesd=hra.nyc.gov at orcaware.com  
<orca-users-bounces+hudesd=hra.nyc.gov at orcaware.com> 

To: Orca  Support <orca-users at orcaware.com> 
Sent: Tue Jul 27 08:53:29  2010
Subject: [Orca-users] orca stops running 


HI there

I have had this problem for a while and been working to try  and figure it out 
but to no avail. After running "start_orcallator" I see that a  pid file is 
created and then I wait for it to start creating the other orca  files 
(orcallator-2009-10-22-001 for example). This does not happen though. When  I do 
a ps -ef |grep -i orca:

-bash-3.00$ ps -ef |grep -i  orca
    orca 22703 22646   0 11:14:25  pts/4       0:00 grep -i  orca
    orca 22684     1   3  11:14:05 pts/4       0:15  
/opt/RICHPse/libexec/se.sparcv9 -DWATCH_OS -I/usr/local/lib/SE/3.5.0  /usr/local
    orca 22646 22527   0 11:13:46  pts/4       0:00 -bash
    orca  22702 22646   0 11:14:25 pts/4        0:00 ps -ef

After a minute or so that process does not appear anymore,  i.e. it stopped. In 
trying to see why it stopped I ran the following commands  and got the error;

-bash-3.00$ /opt/RICHPse/libexec/se.sparcv9 -DWATCH_OS  
-I/usr/local/lib/SE/3.5.0 /usr/local/lib/orcallator.se
Warning: Cannot init  kvm: Permission denied
/usr/local/lib/orcallator.se: too many columns  (2048).  Increase MAX_COLUMNS

How can I correct this in order to  finally get orca running on this machine? 
It's a SPARC machine running Solaris  10.


Kind  regards

Dean




==============================================================================
Please  access the attached hyperlink for an important electronic communications  
disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================



==============================================================================
Please  access the attached hyperlink for an important electronic communications  
disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================



==============================================================================
Please  access the attached hyperlink for an important electronic communications  
disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================



==============================================================================
Please access the attached hyperlink for an important electronic communications 
disclaimer:
http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
==============================================================================



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/orca-users/attachments/20100728/dd619a9a/attachment.html>


More information about the Orca-users mailing list