How to reset WebSphere wasadmin password -


i have tried following tutorial new password doesn't take effect after security enabled again, still have use old password login wasadmin: http://weblogic-wonders.com/weblogic/2014/03/27/reset-websphere-admin-console-password/

i tried guide ibm: http://www-01.ibm.com/support/docview.wss?uid=swg21392427

but i'm lost @ step: _navigate via command prompt /configengine

because in websphere doesn't have configengine folder in order run rest of commands.

can me?

edit: websphere 7 maximo 7.5

have tried following?

to disable security, please perform following steps via wsadmin:

  1. /bin/> wsadmin -conntype none

  2. wsadmin> securityoff

  3. wsadmin> exit

  4. restart servers.

  5. enable security administrative console.

once needed corrections made, can re-enable security in admin console , restart websphere.

note: restart servers, first need manually kill java process since security still enabled in running process.

or editing xml file

following this link have 2 optiont:

this standalone version

  1. make backup of security.xml file: /config/cells/cellname/security.xml

  2. edit security.xml file searching first instance of " enabled= ". should see enabled="true" in:

  3. change enabled="false".

  4. save security.xml file.

  5. restart server1 , websphere_portal servers. if authentication exceptions while trying stop servers, may have manually kill server processes , restart them.

  6. in wpconfig.properties file, make following changes: portaladminid=wpsadmin portaladmingroupid=wpsadmins

    refer information center link specific instructions.

  7. save wpconfig.propeties file.

  8. try disable security again using disable-security task:

./wpsconfig.sh disable-securit y @ point, security should disabled. can verify accessing websphere application server admin console. should prompted user name, not password.

follow these instructions clustered version:

  1. make backup of security.xml file on deployment manager machine: /config/cells/cellname/security.xml
  2. edit security.xml file searching first instance of "enabled= ". should see enabled="true" in:
  3. change enabled="false".

  4. save security.xml file.

  5. copy security.xml file nodes: /config/cells/cellname/security.xml /config/cells/cellname/security.xml

  6. restart dmgr, nodeagents, , websphere_portal servers. if authentication exceptions while trying stop servers, may have manually kill server processes , restart them.

  7. in wpconfig.properties, make following changes: portaladminid=wpsadmin portaladmingroupid=wpsadmins

refer information center link specific instructions.

  1. save wpconfig.propeties file.

  2. try disable security again using disable-security task. note dmgr , nodeagent should running: ./wpsconfig.sh disable-security @ point, security should disabled. can verify accessing dmgr adminconsole. should prompted user name, not password.


or more option explained here note: haven't tried myself yet


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -