Scroll to navigation

SDAGENT(8) Supportconfig Analysis Manual SDAGENT(8)

NAME

sdagent - SCA Agent Manager

SYNOPSIS

sdagent [OPTIONS]

DESCRIPTION

The agent manager assigns new archives to worker threads to be analyzed. The agent worker will download, extract and analyze the supportconfig archive assigned to it. The agent and agent workers update the MySQL database with an archive status as it processes each archive. An agent can run on the broker server or its own dedicated server. The Agent Server must have MySQL access to the MySQL database on the broker server. It also must have a copy of the SVN repository containing all the supportconfig diagnostic patterns.

OPTIONS

Show this help screen.
Agent log level. Used to override the LOGLEVEL defined in sdagent.conf. A value of 0 turns off logging, and 4 is debug.
Valid Range: 0-4
Agent worker log level. Used to override the LOGLEVEL_WORKER defined in sdagent.conf. A value of 0 turns off logging, and 4 is debug.
Valid Range: 0-4
Deactivates the current agent by setting the agent state to inactive, the current threads to zero and reassigning all archives to a retry state.
Activates the current agent by setting the agent state to active.

AUTHOR

Jason Record <jrecord@suse.com>

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>.

SEE ALSO

sdagent.conf(5) sdagent-config(8)

03 Jul 2014 sca-appliance-agent