Valid on UNIX
Symptom:
After I upgrade CA Directory, DXadmind times out when started.
Solution:
This problem occurs because DXadmind is already running.
In a standard upgrade for DXserver, the upgrade process stops and restarts DXadmind when the upgrade is complete. However, if you cancel the installation for DXserver during the process, DXadmind may not have stopped. As a result, it times out when it tries to restart.
To fix the problem, you need to stop and restart DXadmind.
To stop and restart DXadmind
dxadmind status
The status of Dxadmind appears.
Note: You need to be logged in as the DXserver administrator to run the command dxadmind start.
By default, the user name for the DXserver administrator is dsa.
dxadmind stop
DXadmind stops.
dxadmind start
DXadmind restarts.
ps -ef | grep dxadmind
The command finds the Dxadmind process and a response which includes a line similar to the following appears:
dsa 6204 1 0 21:23:34 ? 0:00 dxadmind start
In this example, the process name is dxadmind, and the process number is 6204.
pkill dxadmind
kill 6204
DXadmind ends.
dxadmind start all
DXadmind restarts.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |