Valid on UNIX
The report_agent.sh script lets you configure the Report Agent daemon after installation. Use the report_agent.sh script if you need to change the Report Agent configuration settings you set when you installed CA ControlMinder.
The report_agent.sh script is located in ACSharedDir/lbin. By default, this directory is /opt/CA/AccessControlShared/lbin.
This command has the following format:
report_agent.sh start report_agent.sh stop report_agent.sh config -server hostname [-proto {ssl|tcp}] [-port port_number] [-rqueue queue_name] \ [-schedule <time@day[,day2,...]>] [-audit] [-bak] [-silent]
Specifies that the remaining parameters configure the Report Agent daemon.
Starts the Report Agent.
Stops the Report Agent.
Defines the name of the Distribution Server host. Combined with the input from the -port option, the script constructs the Distribution Server URL and sets the report_server configuration setting in the ReportAgent section.
Specifies whether you want to send endpoint audit data to the Distribution Server. This sets the reportagent_enabled configuration setting in the ReportAgent section.
Specifies to keep timestamped backups of audit files. This sets the logmgr section configuration setting Backup_Date to yes and audit_max_files to 50.
Defines the port number to use for communication with the Distribution Server. Combined with the input from the -server option, the script constructs the Distribution Server URL and sets the report_server configuration setting in the ReportAgent section.
Specifies the connection protocol (TCP or SSL). This sets the use_ssl configuration setting in the ReportAgent section
Defines the name of the queue to which the Report Agent sends snapshots of the local database and any PMDBs. This sets the send_queue configuration setting in the ReportAgent section.
Defines when to generate reports and when to send the reports to the Distribution Server.
Specifies not to ask for confirmation.
Example: Configure the Report Agent
This example sets the Report Agent to send database snapshots to a Distribution Server on rscomp.com using port 7243 over SSL and a queue named queue/snapshots. It also enables sending audit data to the Distribution Server and sets backup settings for the audit log file:
report_agent.sh config -server rscomp.com -proto ssl -port 7243 -rqueue queue/snapshots -audit
Once you configure Report Agent, you should update the +reportagent user with a correct password (shared secret) that the Distribution Server expects. To do this, enter the following:
eu +reportagent epassword(Shared_Secret) nonnative
Copyright © 2013 CA Technologies.
All rights reserved.
|
|