Page 1 of 1

change password for isadmin and wasadmin

Posted: Mon Nov 02, 2009 12:10 pm
by Sreenivasulu
Hi All,

How do i change the password for isadmin and wasadmin.
This is required since i had set them as default passwords during installations

Regards
Sreeni

Posted: Mon Nov 02, 2009 2:48 pm
by ray.wurlod
Edit the user definitions in Web Console for IBM Information Server. Assert the new passwords (twice, as usual).

Posted: Mon Nov 02, 2009 3:47 pm
by swades
Try this ...I never tried :wink:

IBM gave me this command.

IS admin:
goto /opt/IBM/InformationServer/ASBServer/bin
./DirectoryAdmin -user -userid [isadmin] -password [new password]

WAS default administrator:
*There is no need to have the database running, but WAS should be stopped before using this command*
goto /opt/IBM/InformationServer/ASBServer/bin
./AppServerAdmin.sh -was -user user_id -password user_passwd

Posted: Tue Nov 03, 2009 11:48 am
by Sreenivasulu
Nice one..
Thanks a lot swades..

Posted: Tue Nov 03, 2009 1:32 pm
by dsuser91
swades,

Do we have a similar command to reset dsadm password.

Thanks

Posted: Tue Nov 03, 2009 1:35 pm
by chulett
Assuming you don't know what it is currently, have root change it from the command line using "passwd".

Posted: Thu Apr 29, 2010 5:50 pm
by Sreedhar
Ohh wow that was handy....