Why doesn't console mode (command line) correctly perform cluster installs on CA Identity Manager?
Environment
Release: CAIDMB99000-12.6.8-Identity Manager-B to B Component:
Resolution
In order to perform the CA Identity Manager cluster installs on Linux, GUI mode would need to be performed. Follow these steps to enable GUI mode in your Linux environment:
Use an X11 server application such as Xming or Cygwin/X
Enable X-11 Forwarding in your client (Putty is used as an example. See image below)
<Please see attached file for image>
Log in with your desired user
echo $DISPLAY to get the associated display (Ex. Output would be "localhost:10.0" - "10" would be the associated display)
Run command "xauth list". Find the display number which corresponds with step #4 and copy it (Make sure everything is copied in the output)
Sudo to root. Run command "xauth add <paste copied output from step #5>"
Now commands can be executed as root and the X11 Forwarding connection can be seen.
Run the CA Identity Manager installer and the installer screen should pop up.