Reset isadmin/wasadmin passwords using DirectoryAdmin tool:
This post will help you to understand DirectoryAdmin tool in details . If you
lost user password for default id’s (isadmin/wasadmin) and not able to login to
InfoSphere Information Server (IIS) console or IBM WebSphere Application Server
(WAS) Administrator console then follow below mentioned steps to reset your
passwords. DK®
This
example is only applicable to internal user registry configuration. From the
command line, enter the following command in windows machine. DK®
DirectoryAdmin.bat -user -userid admin_user_id -password
new_password
You can provide the password as plain text or as a
string that has been encrypted with the encrypt command. DK®
Note: If you have
multiple IIS Suite Administrators, you could instead ask one of these
administrators to log in to the IIS Web console and reset the lost user
password in the IIS Web console. DK®
User
registry configuration is not working and you cannot log in to the IBM
InfoSphere Information Server Web console,
To reset the user registry configuration to use the IBM InfoSphere
Information Server internal user registry: From the command line, set the
InfoSphere Information Server to use the InfoSphere Information Server internal
user registry by entering the following command: DK®
DirectoryAdmin.bat -set_provider ISF
Create
the default InfoSphere Information Server Suite administrator user by using the
following command:
DirectoryAdmin.bat -user -userid default_isadmin_userid
-password password
-admin
You can provide the password as plain text or as a
string that has been encrypted with the encrypt command. DK®
*********************************************************
Log
in to the IBM WebSphere Application Server (WAS) Administrator console and set
the application server user registry to the IIS internal user registry. DK®
To
reset the user registry configuration to use the application server user
registry:
Ensure
that the application server user registry is configured to use the local
operating system user registry or LDAP user registry of your choice. DK®
From
the command line, set IIS to use the application server user registry by
entering the following command:
DirectoryAdmin.bat -set_provider J2EE
Assign a user the necessary security roles to make
that user the default IIS Suite Administrator by entering the following command:
DirectoryAdmin.bat -user -userid
default_isadmin –admin
The
default InfoSphere Information Server administrator user syntax differs depending
on the user registry that is configured in the application server. DK®
Local OS on UNIX
Provide
the UNIX user ID, such as "isadmin."
Local OS on Windows
COMPUTER_NAME\userid,
such as DEV_SYS\isadmin where DEV_SYS is the name of the Microsoft Windows
computer. If the Microsoft Windows computer is registered in a domain, the
syntax might also be DOMAIN_NAME\userid. The name must be uppercase.
LDAP
The full distinguished name
(DN) must be provided in the proper case. For more information on retrieving
the DN, refer to LDAP distinguished name (DN) determination.
No comments:
Post a Comment