[csw-users] finding the .CSW files

Dagobert Michelsen dam at opencsw.org
Sat Feb 23 14:31:27 CET 2013


Hi Yahav,

Am 22.02.2013 um 23:45 schrieb BIRAN, Yahav (Yahav):
> In the  search page http://www.opencsw.org/search/zabbix_agent/
> The following files are:
> 
> Path
> /etc/opt/csw/zabbix_agent.conf.CSW
> /etc/opt/csw/zabbix_agentd.conf.CSW
> /opt/csw/bin/amd64/zabbix_get
> /opt/csw/bin/amd64/zabbix_sender
> /opt/csw/bin/pentium_pro/zabbix_get
> /opt/csw/bin/pentium_pro/zabbix_sender
> /opt/csw/bin/zabbix_get
> /opt/csw/bin/zabbix_sender
> /opt/csw/sbin/amd64/zabbix_agent
> /opt/csw/sbin/amd64/zabbix_agentd
> /opt/csw/sbin/pentium_pro/zabbix_agent
> /opt/csw/sbin/pentium_pro/zabbix_agentd
> /opt/csw/sbin/zabbix_agent
> /opt/csw/sbin/zabbix_agentd
> /opt/csw/share/doc/zabbix_agent/license
> /opt/csw/share/man/man1/zabbix_get.1
> /opt/csw/share/man/man1/zabbix_sender.1
> /opt/csw/share/man/man8/zabbix_agentd.8
> 
> But on the server after the install:
> 
> -bash-3.2$ sudo  pkgutil -y -i zabbix_agent
> Solving needed dependencies ...
> Solving dependency order ...
> 2 CURRENT packages:
>         CSWcommon-1.5,REV=2010.12.11
>         CSWlibiconv2-1.14,REV=2011.08.07
> Install 1 NEW packages:
>         CSWzabbix-agent-1.8.10,REV=2012.03.16 (opencsw/testing)
> Total size: 255.2 KB
> => Fetching CSWzabbix-agent-1.8.10,REV=2012.03.16 (1/1) ...
> 
> => Installing CSWzabbix-agent-1.8.10,REV=2012.03.16 (1/1) ...
> Please see /opt/csw/share/doc/zabbix_agent/license for license information.
> 
> Installation of <CSWzabbix-agent> was successful.
> 
> I get the following:
> 
> -bash-3.2$ sudo find /opt/csw/ | grep -i zabbix
> /opt/csw/share/doc/zabbix_agent
> /opt/csw/share/doc/zabbix_agent/license
> /opt/csw/share/man/man8/zabbix_agentd.8
> /opt/csw/share/man/man1/zabbix_sender.1
> /opt/csw/share/man/man1/zabbix_get.1
> /opt/csw/bin/zabbix_get
> /opt/csw/bin/zabbix_sender
> /opt/csw/sbin/zabbix_agent
> /opt/csw/sbin/zabbix_agentd
> -bash-3.2$ sudo find /etc/ | grep -i zabbix
> /etc/zabbix
> /etc/zabbix/zabbix_agentd.HOST
> /etc/zabbix/hostparms.HOST
> /etc/zabbix/userparms
> /etc/init.d/zabbix_agentd
> -bash-3.2$ 
> 
> I would expect to see the /etc/opt/csw/zabbix_agent.conf.CSW
> and /etc/opt/csw/zabbix_agentd.conf.CSW
> 
> How one can view these files?

You are using the wrong catalog, the listing on the webpage is always for unstable
which has 2.0.0 whereas the more stable releases still have 1.8.10:

-rw-r--r--   4 web      web       609497 Sep 25 23:26 beanie/sparc/5.10/zabbix_agent-2.0.0,REV=2012.06.26-SunOS5.10-sparc-CSW.pkg.gz
-rw-r--r--   4 web      web       365819 Sep 25 23:24 beanie/sparc/5.10/zabbix_server-2.0.0,REV=2012.06.26-SunOS5.10-sparc-CSW.pkg.gz
lrwxrwxrwx   1 web      web           67 Feb 23 12:50 dublin/sparc/5.10/zabbix_agent-1.8.10,REV=2012.03.16-SunOS5.9-sparc-CSW.pkg.gz -> ../5.9/zabbix_agent-1.8.10,REV=2012.03.16-SunOS5.9-sparc-CSW.pkg.gz
-rw-r--r--   2 web      web       284011 Apr 25  2012 dublin/sparc/5.10/zabbix_server-1.8.10,REV=2012.03.16-SunOS5.10-sparc-CSW.pkg.gz
-rw-r--r--   4 web      web       609497 Sep 25 23:26 kiel/sparc/5.10/zabbix_agent-2.0.0,REV=2012.06.26-SunOS5.10-sparc-CSW.pkg.gz
-rw-r--r--   4 web      web       365819 Sep 25 23:24 kiel/sparc/5.10/zabbix_server-2.0.0,REV=2012.06.26-SunOS5.10-sparc-CSW.pkg.gz
lrwxrwxrwx   1 web      web           67 Feb 23 12:50 testing/sparc/5.10/zabbix_agent-1.8.10,REV=2012.03.16-SunOS5.9-sparc-CSW.pkg.gz -> ../5.9/zabbix_agent-1.8.10,REV=2012.03.16-SunOS5.9-sparc-CSW.pkg.gz
-rw-r--r--   2 web      web       284011 Apr 25  2012 testing/sparc/5.10/zabbix_server-1.8.10,REV=2012.03.16-SunOS5.10-sparc-CSW.pkg.gz
-rw-r--r--   4 web      web       609497 Sep 25 23:26 unstable/sparc/5.10/zabbix_agent-2.0.0,REV=2012.06.26-SunOS5.10-sparc-CSW.pkg.gz
-rw-r--r--   4 web      web       365819 Sep 25 23:24 unstable/sparc/5.10/zabbix_server-2.0.0,REV=2012.06.26-SunOS5.10-sparc-CSW.pkg.gz

You can switch the catalog in pkgutil.conf, please verify with pkgutil -V


Best regards

  -- Dago

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opencsw.org/pipermail/users/attachments/20130223/db4f86a1/attachment-0001.html>


More information about the users mailing list