# Installation
 unzip loki-agent.0.x.y.z.bff.zip
 installp -acXd . loki-agent

# Set your loki server address into /etc/loki-agent.conf
/etc/loki-agent.conf: servername=yourserver

# How to check the loki-agent service
 lssrc -s loki-agent

# How to start/stop the loki-agent service - automatic mode
 startsrc -s loki-agent
 stopsrc -s loki-agent

# How to start the loki-agent manually
 /usr/local/bin/loki-agent

# How to get loki-agent parameters and options
 /usr/local/bin/loki-agent -h

# How to change service parameters
 stopsrc -s loki-agent
 chssys -p /usr/local/bin/loki-agent -s loki-agent -u root -R -S -f 9 -n 15 -a "-p 3100 -s a.b.c.d"
 startsrc -s loki-agent

# How to uninstall loki-agent agent
 installp -u loki-agent.rte

# Please visit https://aixwatch.com for any questions, or license related informations.
