table of contents
| prelude-admin(1) | General Commands Manual | prelude-admin(1) |
NAME¶
prelude-admin - Manage agents accountsSYNOPSIS¶
prelude-admin <subcommand> [options] [args]DESCRIPTION¶
In order for an agent to communicate with a manager, it must be registered. Registration involves several steps:- Allocating an unique identity for the agent
- Creating directory to be used by the agent (example: failover purpose)
- Registering to a remote 'prelude-manager': get a signed X509 certificate that will allow communication between agent and manager using the specified permissions.
OPTIONS¶
<profile name> is the default name of the agent you are installing or your own defined name.- add <analyzer profile>
- Setup a new agent user.
--uid=UID UID or user to use to setup agent files.--gid=GID GID or group to use to setup agent files.
-
chown <analyzer profile>
- Change analyzer owner.
--uid=UID UID or user to use to setup agent files.--gid=GID GID or group to use to setup agent files.
-
del <analyzer profile>
- The delete command will remove the agent files created through "add" command. Once this is done, the analyzer can't be used unless "register" or "add" is called again.
-
rename <analyzer profile> <analyzer profile>
- Rename an existing analyzer.
-
register <profile name> <wanted permission> <registration-server address>
- Register an analyzer.
Register and create the analyzer basic setup if needed. It will also configure communication of this analyzer with a receiving analyzer (like a Manager) through the specified registration-server.--uid=UID UID or user to use to setup analyzer files.--gid=GID GID or group to use to setup analyzer files.--passwd=PASSWD Use provided password instead of prompting it.--passwd-file=-|FILE Read password from file instead of prompting it (- for stdin).
-
registration-server <profile name>
- Start a registration server to register agents. This is
used in order to register 'sending' analyzer to 'receiving' analyzer.
<profile name> should be set to the profile name of the
--uid=UID UID or user to use to setup 'receiving' analyzer files.--gid=GID GID or group to use to setup 'receiving' analyzer files.--prompt Prompt for a password instead of auto generating it.--passwd=PASSWD Use provided password instead of auto generating it.--passwd-file=-|FILE Read password from file instead of auto generating it (- for stdin).--keepalive Register analyzer in an infinite loop.--no-confirm Do not ask for confirmation on agent registration.--listen Address to listen on for registration request (default is any:5553).
-
revoke <profile name>
- Revoke access to <profile> for the given analyzerID.
--uid=UID UID or user to use to setup analyzer files.--gid=GID GID to group to use to setup analyzer files.
-
--help
- Print help
AUTHOR¶
This man page has been written by Frederic Motte| 19 June 2007 |