change password for isadmin and wasadmin

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

change password for isadmin and wasadmin

Post 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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Edit the user definitions in Web Console for IBM Information Server. Assert the new passwords (twice, as usual).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Post 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
Sreenivasulu
Premium Member
Premium Member
Posts: 892
Joined: Thu Oct 16, 2003 5:18 am

Post by Sreenivasulu »

Nice one..
Thanks a lot swades..
dsuser91
Participant
Posts: 17
Joined: Fri Aug 21, 2009 8:11 am

Post by dsuser91 »

swades,

Do we have a similar command to reset dsadm password.

Thanks
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Assuming you don't know what it is currently, have root change it from the command line using "passwd".
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sreedhar
Participant
Posts: 187
Joined: Mon Oct 30, 2006 12:16 am

Post by Sreedhar »

Ohh wow that was handy....
Regards,
Shree
785-816-0728
Post Reply