Not able to login to IBM websphere console - websphere

In Websphere, on Security settings, I changed the flag "Trim Kerberos realm from principal name" and now I am trying to log to websphere console, it keeps saying error Invalid user id or password.
Check the SystemOut.log file, it shows below error
An unexpected exception occurred when trying to run getUserDN() method : GSSException: com.ibm.ws.security.auth.kerberos.NoCredentialFoundException: Did not find user in userRegistry for userName: wasadmin#abccompany.com
What are different options I can try to login to console successfully?

I am not sure what your security setting are and why the login is failing after enabling the setting. But if you want to get into admin console to fix your security setting, you can disable security as follows temporarily.
To disable security, please perform the following steps via wsadmin:
<WAS_INSTALL_DIR>/bin/> wsadmin -conntype NONE.
wsadmin> securityoff.
wsadmin> exit.
Restart the servers.
Enable the security from administrative console.
http://www-01.ibm.com/support/docview.wss?uid=swg21405302

Related

Disabling the admin port without using Weblogic console

I enabled the 'admin port' in the WebLogic Admin Console and now can't get back into the console to change it since I can't start the server.
When I try to start the server, I get this message in Eclipse:
[Stopped, User'principals=[weblogic, Administrators]' has administration role. All tasks by administrator administrators must go through an Administration Port.
When trying to access the console via browser, I get this message:
Console/Management requests or requests with specified to 'true' can >only be made through an administration channel.
This previous solution to this problem suggested modifying the <administration-port-enabled> element in the DOMAIN-HOME\config directory, but this element does not exist in my config.xml. Should I add it?
I have tried creating a new workspace and a new domain, but the problem persists.
Is there another way to disable the 'admin port' without using the WebLogic Admin Console or editing the config.xml file?
MW_HOME/oracle_common/common/bin
./wlst.sh
connect()
And Navigate to AdminServer and find the required Mbean
If not possible to connect, try with Offline Mode.

Websphere login problems

Websphere Application Server has configured LDAP to connect to the Domino server. After the server has been restarted I can no longer access the server with the admin credential.
I can not roll back the configuration because I lost access on the server.
How do I resolve this problem?
I am not sure why you might be seeing this problem. But if you want to get into admin console to fix your security setting, you can disable security as follows temporarily.
To disable security, please perform the following steps via wsadmin:
<WAS_INSTALL_DIR>/bin/> wsadmin -conntype NONE
wsadmin> securityoff
wsadmin> exit
Restart the servers.
Enable the security again from administrative console.
http://www-01.ibm.com/support/docview.wss?uid=swg21405302

How to reset password for admin account in IBM websphere 6.1?

We have an admin account for our websphere application version 6.1 ! User admin account is wwsadmin. We have forgot the password of this admin account and not able to login into our console. Can anybody tell how we can reset the password of this admin account. I tried google and applied some steps but no help. Anyone who have worked as a admin for websphere 6.1 ?
First, turn off admin security:
Connect to wsadmin:
$WAS_HOME/bin/wsadmin.bat -connType NONE
Turn off security:
Jacl: wsadmin> securityoff
Jython: wsadmin> securityoff()
Restart the server (server1 in this case):
$WAS_HOME/bin/stopServer.bat server1
$WAS_HOME/bin/startServer.bat server1
Then, connect to the admin console and set new admin user credentials and turn security back on:
Start the server
Open the admin console and go to Security -> Global Security
Check the Enable administrative security box
Use the Security Configuration Wizard to set new admin user credentials.
These steps will work for WebSphere versions 6.0 and up.
or you could edit the security.xml file
<security enabled="false" ....

Unable to setup user registry with "non-LDAP external registry"

I am not able to setup user registry in RTC's JTS setup.
I selected "non-LDAP external registry" option and tried by giving users as "JAdmin", "Administrator", etc.
On click of next it is giving me error message
TypeError: 'this.currentForm.statusMsgHandler' is null or not an object
and Warning:
You need to be authenticated as a user from LDAP to
import your user and assign licenses.
Ensure the application container settings are configured correctly
for LDAP, restart the server, and log in with a user from the LDAP
directory to continue.
I think even if I am selecting "non-LDAP external registry" it is considering "LDAP" option and trying to connect to LDAP (According to log)
javax.naming.NamingException: [LDAP: error code 1 - 000004DC: LdapErr:
DSID-0C0906E8, comment: In order to perform this operation
a successful bind must be completed on the connection., data 0, v1db1 ];
Remaining name: 'ou=people,dc=jazz,dc=net'
Please help out to get over it!
I configured RTC using OpenDJ LDAP.

Websphere QM configuration - error with musr_mqadmin account

I was trying to configure my WMQ.
queue manager was running until i changed the password of my musr_mqadmin account.
Now it the local queue manager that i created cannot be start any more
The pop up says "The MQ service for installation "installation1" must be running"
While i tried to reset the musr_mqadmin account, it says "mq configuration an error while validating the security credentials "
I am really stuck and helpless. Please kindly advise.
MQ Service runs under MUSR_MQADMIN account. You will need to provide the same password for MQ Service also. Go to Administrative Tools/Services console. Select IBM WebSphere MQ service and open the properties by double clicking on the service. On the Log On tab provide the new password and OK to close the dialog and start the service.
HTH/Shashi

Resources