<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. It's in the archives but I did not receive a copy of the post. 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> </DIV>
<DIV>I followed this trail to find the new location for the cfg file:</DIV>
<DIV> </DIV>
<DIV>svcs | grep orca<BR>online 10:28:10 svc:/network/csworcallator:default<BR>online 12:07:24 svc:/network/csworca:default<BR></DIV>
<DIV>svccfg export svc:/network/csworca<BR><?xml version='1.0'?><BR><!DOCTYPE service_bundle SYSTEM '/usr/share/lib/xml/dtd/service_bundle.dtd.1'><BR><service_bundle type='manifest' name='export'><BR> <service name='network/csworca' type='service' version='0'><BR> <single_instance/><BR> <dependency name='fs' grouping='require_all' restart_on='none' type='service'><BR> <service_fmri value='svc:/system/filesystem/local'/><BR> </dependency><BR> <dependency name='net' grouping='require_all' restart_on='none' type='service'><BR> <service_fmri value='svc:/network/loopback'/><BR> </dependency><BR> <exec_method name='start' type='method' exec='/var/opt/csw/svc/method/svc-csworca start' timeout_seconds='120'><BR> <method_context/><BR> </exec_method><BR> <exec_method name='stop' type='method' exec='/var/opt/csw/svc/method/svc-csworca stop' timeout_seconds='60'><BR> <method_context/><BR> </exec_method><BR> <instance name='default' enabled='true'><BR> <property_group name='general' type='framework'><BR> <propval name='package' type='astring' value='CSWorcaweb'/><BR> </property_group><BR> </instance><BR> </service><BR></service_bundle><BR></DIV>
<DIV>cat /var/opt/csw/svc/method/svc-csworca<BR>#!/bin/sh</DIV>
<DIV> </DIV>
<DIV>prefix=/opt/csw<BR>exec_prefix=/opt/csw<BR>bindir=/opt/csw/bin</DIV>
<DIV> </DIV>
<DIV>orca="$bindir/orca"</DIV>
<DIV> </DIV>
<DIV>case "$1" in<BR> start)<BR> if test -x $orca; then<BR> umask 022<BR> $orca -daemon -logfile /var/opt/csw/orca/orca.log /etc/opt/csw/orcallator.cfg &<BR> echo $! >/var/run/orca.pid<BR> else<BR> echo "$0: $start_orcallator does not exist or is not executable."<BR> fi<BR> ;;</DIV>
<DIV> </DIV>
<DIV> stop)<BR> if test -f /var/run/orca.pid; then<BR> kill `cat /var/run/orca.pid`<BR> rm -f /var/run/orca.pid<BR> fi<BR> ;;</DIV>
<DIV> </DIV>
<DIV> *)<BR> echo "usage: $0 {start|stop}"<BR> exit 1<BR> ;;<BR>esac</DIV>
<DIV> </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> (I don't think it restarted)<BR>ps -ef | grep orca</DIV>
<DIV>gunselmg 10160 3590 0 15:14:07 pts/1 0:00 grep orca<BR> root 4277 1 0 12:07:25 ? 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 svc:/network/csworca:default<BR>enabled true<BR>state maintenance<BR>next_state none<BR>state_time Thu Jun 24 15:14:53 2010<BR>logfile /var/svc/log/network-csworca:default.log<BR>restarter svc:/system/svc/restarter:default<BR>contract_id 555<BR>dependency require_all/none svc:/system/filesystem/local (online)<BR>dependency require_all/none svc:/network/loopback (online)<BR><BR>ps -ef | grep -v grep | grep orca<BR> (this returned no output)<BR>## check log file<BR>vi /var/opt/csw/orca/orca.log <BR> (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> </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> </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> </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> </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> </DIV>
<DIV> </DIV>
<DIV>grep 'is out of range in line' /var/opt/csw/orca/orca.log | wc -l<BR> 316065<BR></DIV>
<DIV>I ran a diff on the csw and my cfg files and do not see any obvious problems.</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Glen Gunselman<BR>Systems Software Specialist<BR>TCS<BR>Emporia State University</DIV></BODY></HTML>