Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Install Zabbix agent on Solaris 11 Post 303028525 by sph919 on Thursday 10th of January 2019 04:27:31 AM
Old 01-10-2019
Install Zabbix agent on Solaris 11

Hello all,

I'm trying to set up a few Solaris servers in Zabbix. I did some googling and RTFMing and found there where two ways.

1. Download and install pre-compiled Zabbix agent from Zabbix

or

2.To download and install from opencsw

I downloading the pre-compiled Zabbix agent from Zabbix and when unzipping all I got was bin,sbin and conf folders.

Bin has - zabbix_get zabbix_sender
Sbin has - zabbix_agentd
Conf has - zabbix_agentd zabbix_agentd.conf

Nothing in there to install zabbix, like a .sh file.

I then moved onto option 2 which installed and I have change the conf to point to my Zabbix server but there is not service running or zabbix-agent service to start.

Has any one have any experience in setting this up or able to point me in the right direction?

Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris agent

Hello, on Solaris 5.8 I've installed SunMgtCenter to get the time agent; it's under /opt/SUNWsymon/sbin/es-start -a it's in ps -ef | grep agent ...but it doesn't work; the machine is always in alarm cause the time is different of the clock server; is it clear enough ? tks cc (0 Replies)
Discussion started by: Carmen123
0 Replies

2. Solaris

Installing SNMP Agent on Solaris Systems

Hi, I am trying to apply the steps in the below link: http://manageengine.adventnet.com/products/applications_manager/help/appendix/snmp-agent-discovery.html#solaris but I couldn't continue with the step number 2 ... what is the path of C compiler. export PATH=<gcc path>:$PATH ... (3 Replies)
Discussion started by: adel8483
3 Replies

3. Solaris

How to install Tripwire agent Solaris servers

Hi , Please help me to install Tripwire agent in one of my Solaris 5.9 server. I have a zipped copy of the agent file in my local drive. When trying to ftping the file from local drive to the server its showing error as " cannot copy the files" Please help me to solve this issue. ... (2 Replies)
Discussion started by: Renjesh
2 Replies

4. Infrastructure Monitoring

A Review of Zabbix - Zabbix Rules! (Part 1)

Tim Bass 03-20-2009 07:02 AM Source... (0 Replies)
Discussion started by: Linux Bot
0 Replies

5. Infrastructure Monitoring

A Review of Zabbix - Zabbix Rules! (Part 2)

Tim Bass 03-23-2009 03:45 PM Source... (0 Replies)
Discussion started by: Linux Bot
0 Replies

6. AIX

Help me install Backup Exec (formerlly owned by Veritas) agent on AIX machine :(

Hi all. I hope someone could give me a hand on installing Backup Exec agent on AIX machine :( Agent: OS: AIX 5.3 Hostname: DB-HN-SRV02 IP: 10.1.4.64 Backup server: OS: Windows Server 2003 Hostname: backup-srv IP: 10.1.5.51 I download "Legacy Unix agent.tar", untar, then run file... (0 Replies)
Discussion started by: bsddaemon
0 Replies

7. Infrastructure Monitoring

Installing Zabbix on Solaris 10

Anyone has a step by step guide in installing Zabbix on Solaris 10? I'm new in this, and every help is appreciated. :) (4 Replies)
Discussion started by: jolie
4 Replies

8. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

9. Solaris

VCS on Solaris: VCS ERROR V-16-2-13077 (host2) Agent is unable to offline resource(DiskReservation)

hi, dear all I get a problem "VCS ERROR V-16-2-13077 " on VCS 4.1 for Solaris 10. I can not offline the host2 when the raid is bad. I don't know the reason and how to offline host2 and switch to host1. please help me, thank you! the message of engine_A.log is : ... (2 Replies)
Discussion started by: ForgetChen
2 Replies

10. Solaris

OV Server on 11 - need to install agent?

Client has got a few machines with logical domains on. But I can't see the the ovs-agent service? Quite possibly I guess this has been set up with just logical domains. With no agent. Do you need to use the agent only if planning to manage with OV Manager? (6 Replies)
Discussion started by: psychocandy
6 Replies
slpd(1M)						  System Administration Commands						  slpd(1M)

NAME
slpd - Service Location Protocol Daemon SYNOPSIS
/usr/lib/inet/slpd [-f configuration-file] DESCRIPTION
The slpd daemon provides common server functionality for the Service Location Protocol ("SLP") versions 1 and 2, as defined by IETF in RFC 2165 and RFC 2608. SLP provides a scalable framework for the discovery and selection of network services. slpd provides the following framework services: Directory Agent This service automatically caches service advertisements from service agents to provide them to user agents, and makes directory agent advertisements of its services. This service is optional. slpd does not provide directory agent service by default. Directory agents are not databases, and they do not need to be maintained. Service Agent Server All service agents on the local host register and deregister with this server. This service responds to all requests for services, and forwards registrations to directory agents. By default, slpd is a service agent server. Passive Directory Agent Discovery This service listens for directory agent advertisements and maintains a table of active directory agents. When a user agent wishes to discover a directory agent, it can simply query slpd, obviating the need to perform discovery by means of multicast. By default, slpd performs this service. Proxy Registration This service can act as a proxy service agent for services that cannot register themselves. slpd reads the proxy registration file for information on services it is to proxy. By default, no services are registered by proxy. All configuration options are available from the configuration file. slpd reads its configuration file upon startup. Stop and start the slpd daemon using svcadm(1M). Use the command svcadm enable network/slp to start the slpd daemon. Use the command svcadm disable network/slp to stop it. The file /etc/inet/slp.conf must exist before the slp service can start the daemon. Only the example file /etc/inet/slp.conf.example is present by default. To enable SLP, copy /etc/inet/slp.conf.example to /etc/inet/slp.conf. OPTIONS
The following options are supported: -f configuration-file Specify an alternate configuration file EXAMPLES
Example 1 Stopping the slpd daemon The following command stops the slpd daemon: example# svcadm disable network/slp Example 2 Restarting the slpd daemon The following command restarts the slpd daemon: example# svcadm restart network/slp FILES
/etc/inet/slp.conf The default configuration file slpd.reg The proxy registration file ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWslpu, SUNWslpr | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface Stability | Evolving | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), svcadm(1M), slp_api(3SLP), slp.conf(4), slpd.reg(4), attributes(5), smf(5), slp(7P) Guttman, E., Perkins, C., Veizades, J., and Day, M., RFC 2608, Service Location Protocol, Version 2, The Internet Society, June 1999. NOTES
The slpd service is managed by the service management facility, smf(5), under the service identifier: svc:/network/slp Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.11 23 Aug 2004 slpd(1M)
All times are GMT -4. The time now is 03:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy