IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1
Enable user ID and password input from sas.client.props for RMI connector types- UNIX - WAS agent
The Configuration Tool and the silent configuration provide means for you to retrieve the user ID and password (instead of entering them in the panel or silent configuration option) from the sas.client.props file when using a Remote Method Invocation (RMI) connection to WebSphere and WebSphere Global Security is enabled. In order for this function to work, set properties in the sas.client.props file. Perform the following procedure:
- Set the following properties in AppServer_home/profiles/profile_name/properties/sas.client.props:
com.ibm.CORBA.loginSource=properties com.ibm.CORBA.securityEnabled=true com.ibm.CORBA.loginUserid=user_ID com.ibm.CORBA.loginPassword=password- Run the following command to encrypt the password:
./PropFilePasswordEncoder.sh AppServer_home/profiles/profile_name/properties/sas.client.props com.ibm.CORBA.loginPasswordRun it from the AppServer_home/profiles/profile_name/bin directory.
Parent topic:
WebSphere Global Security: setting the user name and password in client properties files