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:
/bin/> wsadmin -conntype none
wsadmin> securityoff
wsadmin> exit
restart servers.
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
make backup of security.xml file: /config/cells/cellname/security.xml
edit security.xml file searching first instance of " enabled= ". should see enabled="true" in:
change enabled="false".
save security.xml file.
restart server1 , websphere_portal servers. if authentication exceptions while trying stop servers, may have manually kill server processes , restart them.
in wpconfig.properties file, make following changes: portaladminid=wpsadmin portaladmingroupid=wpsadmins
refer information center link specific instructions.
save wpconfig.propeties file.
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:
- make backup of security.xml file on deployment manager machine: /config/cells/cellname/security.xml
- edit security.xml file searching first instance of "enabled= ". should see enabled="true" in:
change enabled="false".
save security.xml file.
copy security.xml file nodes: /config/cells/cellname/security.xml /config/cells/cellname/security.xml
restart dmgr, nodeagents, , websphere_portal servers. if authentication exceptions while trying stop servers, may have manually kill server processes , restart them.
in wpconfig.properties, make following changes: portaladminid=wpsadmin portaladmingroupid=wpsadmins
refer information center link specific instructions.
save wpconfig.propeties file.
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
Post a Comment