Where is the DXUSER set and how do we change it in EEM 12.51
book
Article ID: 112010
calendar_today
Updated On:
Products
CA Workload Automation AE - Business Agents (AutoSys)CA Workload Automation AE - Scheduler (AutoSys)Workload Automation Agent
Issue/Introduction
In EEM 12.51 - where is the $DXUSER set and how do we change it?
Environment
Release: Component: ATSEEM
Resolution
You have to edit the passwd file at the following location:
#cd /etc #vi passwd
You will need to comment out the original DSA and add another line for the new DXUSER.
For example I added 'Alex' as the DXUSER: #dsa:x:500:501:DXserver Administrator:/opt/CA/Directory/dxserver:/bin/bash Alex:x:500:501:DXserver Administrator:/opt/CA/Directory/dxserver:/bin/bash
Make sure you save the fie, and bounce EEM, igateway and dxserver services.