cancel
Showing results for 
Search instead for 
Did you mean: 

How to find out the SDM password in WAS server

Former Member
0 Kudos

Hi Friends,

can any one explain how to see the SDM password in WAS server. It is very need ful and urgent?

Thanks & reagards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Srikanth

You cannot see the SDM password.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srikanth,

You cannot view the password of SDM so change it to your wish(usueally it is preferred to keep J2ee and SDM passwords same)

Message was edited by:

shyam thamadapalli

Former Member
0 Kudos

Hi,

in my opinion you can't see the password. But you can change it.

Changing the (remote) SDM Password

Since the SDM Server offers you functions that you can use remotely, they must be protected from unauthorized use. For this reason, the SDM requires remote users to authenticate themselves with a password. The default shipped password is sdm. You can change this password in the following ways:

Pushbutton in the remote GUI

changepassword command

sdm changepassword sdmhome=<...> newpassword=<...> [password=<...>]

where

newpassword: New password

password: Old password. Since 6.30 SP5, this parameter has been set optional so that the password can be changed without reference to its current value. If this parameter is specified, its value will be ignored.

Note: changepassword command can be executed only if SDM server is stopped (see stop/start SDM Server) and it is in standalone mode (see jstartup). It would be better to return SDM in the same state as it was before the execution.

regards

Timm

Former Member
0 Kudos

Dear Timm Funke

In Tomcat in Server.Xml file contains the user name and password . I am thinking like there is any like similar XML or .Properties to store SDM user and Password information

Thank you Timm Funke

Former Member
0 Kudos

Hi again,

The SDM password is stored as an irreversible hash in the SDM repository. Therefore, editing the hashed value of the password is not advisable and may not necessarily resolve SDM log-in problems.

regards

Timm