AutoSys Workload Automation

 View Only
  • 1.  EEM installation issue

    Posted Oct 04, 2022 05:52 AM
    Hi all,

    I'm installing autosysr122 with EEM and i have an issue when i want to install autosys on the shadow.
    It's blocking on EEM section with this message:

    Error:
    [CAUAJM_E_112124] The instance security state is "NATIVE". The REST web
    service can be configured only in the CA EEM security mode. Therefore,
    activate the CA EEM security for this instance.

    Do you have a solution for that?

    Best regards


  • 2.  RE: EEM installation issue

    Broadcom Employee
    Posted Oct 04, 2022 06:21 AM
    Hi Frederic,

    If you have already installed the product on your primary machine, then you should run autosys_secure to configure the Autosys to run in EEM security mode, then you can install the REST component.

    I am guessing, if you have just installed Autosys on the primary machine and running in native security mode and you are trying to install EEM, REST, and shadow scheduler on a different machine, then you should plan to do the below:

    1. Install EEM only on the machine
    2. Enable EEM security first for primary
    3. Then you can install the shadow scheduler and REST component.

    Regards,
    Venkat.

    ------------------------------
    ​Regards,

    Venkateshwar Badrigari
    Lead Software Engineer
    CA Technologies - A Broadcom Company
    venkateshwar.badrigari@broadcom.com
    ------------------------------



  • 3.  RE: EEM installation issue

    Posted Oct 04, 2022 06:43 AM
    Hi Venkat,

    Thanks a million for your answer.
    I understand that i have to install EEM in security mode but i have this issue now:

    Please select from the following options:
    [1] Activate CA EEM instance security.
    [2] Manage EDIT/EXEC superusers.
    [3] Change database password.
    [4] Change remote authentication method.
    [5] Manage users.
    [6] Get encrypted password.
    [7] Manage password vault.
    [0] Exit AutoSys Security Utility.
    > 1
    Are you sure you wish to activate CA EEM security? [1(yes)/0(no)]: 1
    Input the CA EEM server name(s) (or hit enter to cancel): xxxxxx
    CAUAJM_E_10436 Security server unreachable or invalid authentication certificate file.
    CAUAJM_E_10434 Error initiating security session.
    [EE_BADOBJECT Bad Object]
    [CertificateReader::loadPEM - cannot read certificate]

    Do you wish to regenerate the CA EEM certificate and attempt to reconnect? [1(yes)/0(no)]: 1

    CAUAJM_I_60150 Attempting to regenerate the CA EEM certificate and reconnect to the CA EEM server.
    Input the CA EEM server name(s) (or hit enter to cancel): xxxxxxx
    Input the CA EEM administrator name (or hit enter to cancel): EiamAdmin
    Input the CA EEM administrator password:

    Confirm the CA EEM administrator password:


    CAUAJM_E_10443 Security server unreachable or invalid credentials.
    CAUAJM_E_10434 Error initiating security session.
    CAUAJM_E_10437 Detailed Error Information:

    [EE_NOTFOUND Object Not Found]
    [ISE_NOSUCHOBJECT no such object exists]
    [Attach Error: PozError]
    [PE_NOTFOUND Object Not Found]
    [pozFactory::attachPoz: error invoking iPoz::ClientAttach on host xxxxx]
    [attach failed]
    [ISE_NOSUCHOBJECT no such object exists]
    [WorkloadAutomationAE]
    [EiamAdmin]

    CAUAJM_E_60199 Unable to generate the CA EEM certificate. See previous error messages for details.

    CAUAJM_E_60196 An error occurred attempting to set CA EEM instance security. Instance remains under NATIVE security control.
    $

    Best regards


  • 4.  RE: EEM installation issue

    Broadcom Employee
    Posted Oct 04, 2022 07:02 AM
    Looks Like you are having trouble connecting to the EEM server.

    https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/autosys-workload-automation/12-0-01/messages/error-messages/cauajm-e-10443.html

    1. Usually, EEM will be running on 5250 port, make sure your firewall allows 5250 port from your scheduler machine.
    2. Create policies if you have not yet created EEM instance policies using as_safetool utility.  Follow https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/autosys-workload-automation/12-0-01/securing/ca-eem-security-data-replication-backup-and-migration/configure-a-new-ca-eem-instance-with-ca-workload-automation-ae-security-policies.html for more information.

    Regards,
    Venkat.

    ------------------------------
    ​Regards,

    Venkateshwar Badrigari
    Lead Software Engineer
    CA Technologies - A Broadcom Company
    venkateshwar.badrigari@broadcom.com
    ------------------------------



  • 5.  RE: EEM installation issue

    Posted Oct 04, 2022 07:15 AM
    Hi,

    $ export ASSAFETOOLPW=*******
    $ as_safetool -b host -s

    $ as_safetool -b host -f -i $AUTOSERV

    Thanks a lot