Previous Topic: Deploy the ADES AIM Using Remote DeploymentNext Topic: How to Configure Active Directory and Exchange Server Monitoring


Install the ADES AIM in Command Mode

Installing in command mode installs the ADES AIM on a host without using Remote Deployment.

Note: Verify that CA SystemEDGE Release 5.8.1 and CA Advanced Encryption Release 5.8.1 are installed on the host before you install the ADES AIM.

Follow these steps:

  1. Go to DVD1\Installers\Windows\Data\SysMan and copy the following zip files to your local disk:
  2. Extract the zip files that are copied to your local disk. The following files are available at the extracted location:
  3. Open the Command Prompt window and go to Extracted_Path\CA_SystemEDGE_ESAD\5.8.0\ENU\Windows_x64.
  4. Run ca-setup.exe to install the ADES AIM. The command has the following format:
    ca-setup EULA_ACCEPTED="[yes|no]" 
    CASE_ESAD_DOMAIN_NAME="domain_name" 
    CASE_ESAD_DOMAIN_USER_NAME="username@fqdn" 
    CASE_ESAD_DOMAIN_PWD="password" 
    CASE_ESAD_MANAGEMENT_ENTITY="[0|1|2]" 
    CASE_ESAD_MANAGEMENT_MODE="[0|1]"
    
    EULA_ACCEPTED="[yes|no]"

    Specifies whether the license is accepted or not.

    CASE_ESAD_DOMAIN_NAME="fully_qualified_domain_name"

    Specifies the fully qualified name of the domain that is monitored through the ADES AIM.

    CASE_ESAD_DOMAIN_USER_NAME="username@fqdn"

    Specifies the name of a user with Domain Administrator and Exchange Organization Administrator or Organization Management privileges.

    CASE_ESAD_DOMAIN_PWD="password"

    Specifies the password of the user.

    CASE_ESAD_MANAGEMENT_ENTITY="[0|1|2]"

    Specifies which hosts to manage, based on the technology.

    0

    Monitor Active Directory hosts only.

    1

    Monitor Exchange Server hosts only.

    2

    Monitor both Active Directory and Exchange Server hosts.

    CASE_ESAD_MANAGEMENT_MODE="[0|1]"

    Specifies the hosts to manage.

    0

    Discover and monitor all hosts in the domain automatically that the management entity defines (Domain-based management).

    Note: Hosts of child domains are not monitored automatically.

    1

    Discover all the hosts in the domain but monitor only the hosts that are configured through the manager (Host-based management).

  5. Restart the SystemEDGE service to run the ADES AIM.

Example

The following example shows how to install the ADES AIM on a host and monitor the domain mydomain.com.

ca-setup EULA_ACCEPTED="yes" 
CASE_ESAD_DOMAIN_NAME="mydomain.com" CASE_ESAD_DOMAIN_USER_NAME="adminuser@mydomain.com"
CASE_ESAD_DOMAIN_PWD="domainpass123" CASE_ESAD_MANAGEMENT_ENTITY="2" 
CASE_ESAD_MANAGEMENT_MODE="0"