<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Courier New">
<DIV>I submitted a previous post about my problems with orca.&nbsp; It's in the archives but I did not receive a copy of the post.&nbsp; I will assume that list received that post (<A href="http://lists.opencsw.org/pipermail/users/2010-June/008703.html">http://lists.opencsw.org/pipermail/users/2010-June/008703.html</A>).</DIV>
<DIV>&nbsp;</DIV>
<DIV>I followed this trail to find the new location for the cfg file:</DIV>
<DIV>&nbsp;</DIV>
<DIV>svcs | grep orca<BR>online&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10:28:10 svc:/network/csworcallator:default<BR>online&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 12:07:24 svc:/network/csworca:default<BR></DIV>
<DIV>svccfg export svc:/network/csworca<BR>&lt;?xml version='1.0'?&gt;<BR>&lt;!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'&gt;<BR>&lt;service_bundle type='manifest' name='export'&gt;<BR>&nbsp; &lt;service name='network/csworca' type='service' version='0'&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;single_instance/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;dependency name='fs' grouping='require_all' restart_on='none' type='service'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service_fmri value='svc:/system/filesystem/local'/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/dependency&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;dependency name='net' grouping='require_all' restart_on='none' type='service'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;service_fmri value='svc:/network/loopback'/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/dependency&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;exec_method name='start' type='method' exec='/var/opt/csw/svc/method/svc-csworca start' timeout_seconds='120'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method_context/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/exec_method&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;exec_method name='stop' type='method' exec='/var/opt/csw/svc/method/svc-csworca stop' timeout_seconds='60'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;method_context/&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/exec_method&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;instance name='default' enabled='true'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;property_group name='general' type='framework'&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;propval name='package' type='astring' value='CSWorcaweb'/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/property_group&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;/instance&gt;<BR>&nbsp; &lt;/service&gt;<BR>&lt;/service_bundle&gt;<BR></DIV>
<DIV>cat /var/opt/csw/svc/method/svc-csworca<BR>#!/bin/sh</DIV>
<DIV>&nbsp;</DIV>
<DIV>prefix=/opt/csw<BR>exec_prefix=/opt/csw<BR>bindir=/opt/csw/bin</DIV>
<DIV>&nbsp;</DIV>
<DIV>orca="$bindir/orca"</DIV>
<DIV>&nbsp;</DIV>
<DIV>case "$1" in<BR>&nbsp; start)<BR>&nbsp;&nbsp;&nbsp; if test -x $orca; then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; umask 022<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $orca -daemon -logfile /var/opt/csw/orca/orca.log /etc/opt/csw/orcallator.cfg &amp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo $! &gt;/var/run/orca.pid<BR>&nbsp;&nbsp;&nbsp; else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; echo "$0: $start_orcallator does not exist or is not executable."<BR>&nbsp;&nbsp;&nbsp; fi<BR>&nbsp;&nbsp;&nbsp; ;;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; stop)<BR>&nbsp;&nbsp;&nbsp; if test -f /var/run/orca.pid; then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; kill `cat /var/run/orca.pid`<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rm -f /var/run/orca.pid<BR>&nbsp;&nbsp;&nbsp; fi<BR>&nbsp;&nbsp;&nbsp; ;;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; *)<BR>&nbsp;&nbsp;&nbsp; echo "usage: $0 {start|stop}"<BR>&nbsp;&nbsp;&nbsp; exit 1<BR>&nbsp;&nbsp;&nbsp; ;;<BR>esac</DIV>
<DIV>&nbsp;</DIV>
<DIV>exit 0<BR><BR>## save default cfg file<BR>cp -p /etc/opt/csw/orcallator.cfg /etc/opt/csw/orcallator.cfg.csw.20100624<BR>## replace with mine<BR>cp -p /opt/csw/etc/orcallator.cfg /etc/opt/csw/orcallator.cfg <BR>## restart orca<BR>/usr/sbin/svcadm -v restart svc:/network/csworca<BR>&nbsp;&nbsp;&nbsp;&nbsp; (I don't think it restarted)<BR>ps -ef | grep orca</DIV>
<DIV>gunselmg 10160&nbsp; 3590&nbsp;&nbsp; 0 15:14:07 pts/1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0:00 grep orca<BR>&nbsp;&nbsp;&nbsp; root&nbsp; 4277&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp; 0 12:07:25 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 38:20 /opt/csw/bin/perl -w /opt/csw/bin/orca -daemon -logfile /var/opt/csw/orca/orca.<BR><BR>svcs -l svc:/network/csworca<BR>fmri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; svc:/network/csworca:default<BR>enabled&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; true<BR>state&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maintenance<BR>next_state&nbsp;&nbsp; none<BR>state_time&nbsp;&nbsp; Thu Jun 24 15:14:53 2010<BR>logfile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /var/svc/log/network-csworca:default.log<BR>restarter&nbsp;&nbsp;&nbsp; svc:/system/svc/restarter:default<BR>contract_id&nbsp; 555<BR>dependency&nbsp;&nbsp; require_all/none svc:/system/filesystem/local (online)<BR>dependency&nbsp;&nbsp; require_all/none svc:/network/loopback (online)<BR><BR>ps -ef | grep -v grep | grep orca<BR>&nbsp;&nbsp;&nbsp;&nbsp; (this returned no output)<BR>## check log file<BR>vi /var/opt/csw/orca/orca.log <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (too big to edit ...)<BR>tail /var/opt/csw/orca/orca.log<BR>/opt/csw/bin/orca: warning: cannot create '/opt/csw/share/www/orca/orcallator/zoot/o_zoot_gauge_e1000g1InOvH_pct_per_p,__e1000g1OuOvH_pct_per_p-daily.png': LINE width '1:average1#0000ff:Output' is out of range in line 'LINE1:average1#0000ff:Output'</DIV>
<DIV>&nbsp;</DIV>
<DIV>/opt/csw/bin/orca: warning: cannot create '/opt/csw/share/www/orca/orcallator/zoot/o_zoot_gauge_e1000g1InOvH_pct_per_p,__e1000g1OuOvH_pct_per_p-weekly.png': LINE width '1:average1#0000ff:Output' is out of range in line 'LINE1:average1#0000ff:Output'</DIV>
<DIV>&nbsp;</DIV>
<DIV>/opt/csw/bin/orca: warning: cannot create '/opt/csw/share/www/orca/orcallator/zoot/o_zoot_gauge_e1000g1InOvH_pct_per_p,__e1000g1OuOvH_pct_per_p-monthly.png': LINE width '1:average1#0000ff:Output' is out of range in line 'LINE1:average1#0000ff:Output'</DIV>
<DIV>&nbsp;</DIV>
<DIV>/opt/csw/bin/orca: warning: cannot create '/opt/csw/share/www/orca/orcallator/zoot/o_zoot_gauge_e1000g1InOvH_pct_per_p,__e1000g1OuOvH_pct_per_p-quarterly.png': LINE width '1:average1#0000ff:Output' is out of range in line 'LINE1:average1#0000ff:Output'</DIV>
<DIV>&nbsp;</DIV>
<DIV>/opt/csw/bin/orca: warning: cannot create '/opt/csw/share/www/orca/orcallator/zoot/o_zoot_gauge_e1000g1InOvH_pct_per_p,__e1000g1OuOvH_pct_per_p-yearly.png': LINE width '1:average1#0000ff:Output' is out of range in line 'LINE1:average1#0000ff:Output'</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>grep 'is out of range in line' /var/opt/csw/orca/orca.log | wc -l<BR>&nbsp; 316065<BR></DIV>
<DIV>I ran a diff on the csw and my cfg files and do not see any obvious problems.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Glen Gunselman<BR>Systems Software Specialist<BR>TCS<BR>Emporia State University</DIV></BODY></HTML>