This section describes installation known issues for PUPM.
Valid on Linux
When you install the Enterprise Management Server on a Linux computer, you receive the following error message when you define Access Control for PUPM endpoints: "No Such Method".
If you specify that CA Access Control Enterprise Management resets a privileged account password on check in, when a user checks in a privileged account on an Access Control for PUPM endpoint they receive the following error message: "Failed to Reset Password".
Follow these steps:
ACServerInstallDir/Connector_Server/bin
./im_jcs stop
The Java Connector Server stops.
PREJAR="$FULLBASEPATH/bin/jcs-bootstrap.jar:$FULLBASEPATH/ conf:$FULLBASEPATH/lib/jcs.jar:"`echo $FULLBASEPATH/ lib/apacheds-server-main-*-app.jar`
PREJAR="$FULLBASEPATH/bin/jcs-bootstrap.jar:$FULLBASEPATH/ conf:$FULLBASEPATH/lib/jcs.jar:$FULLBASEPATH/ lib/nlog4j__V1.2.25.jar:"`echo $FULLBASEPATH/lib/apacheds-server-main-*-app.jar`
Important! Delete the carriage returns in the line after you paste it into the script.
./im_jcs start
The Java Connector Server starts. You can now configure the Access Control for PUPM endpoint type.
Valid on Solaris 9
You cannot create privileged accounts on Solaris 9 because the password change command is different than the one used by PUPM. To work around this problem, do the following:
ACServerInstallDir/Connector Server/conf/override/sshdyn
<param name="sCommand" value="passwd [%%user%%]" />
<param name="sCommand" value="passwd -r files [%%user%%]" />
Valid on Solaris
If UNAB is installed on a CA Access Control for UNIX endpoint that is configured as a PUPM SSH device, PUPM cannot set privileged account passwords on that endpoint. The reason is that PUPM runs the passwd command without specifying an argument.
To work around this issue
\AccessControlServerDir\Connector Server\conf\override\sshdyn\
<param name="sCommand" value="passwd -r files [%%user%%]" />
Important! Verify that you create an SSH device endpoint in CA Access Control Enterprise Management and specify the file you created in the Configuration File field.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |