Search: For:
Browsing Single Category
www.dbatoolz.com ORACLE DBA Forums Solutions › Topic Id: 1221 | Permalink

correct way of changing IAS_ADMIN password using emctl utility

Topic ID: 1221
Created By: 2006-NOV-07 14:47:44 [Vitaliy]
Updated By: 2006-NOV-07 14:47:44 []
Status: New
Severity: Normal
Read Only: No
4497
2006-NOV-07 14:47:44
Moderator
 
 
Registered On: Mar 2006
Total Posts: 289
correct way of changing IAS_ADMIN password using emctl utility

   emctl set password old_password new_password


EXAMPLE
--------

hostname.portal-> emctl set password old_password new_password
Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.


hostname.portal-> emctl stop iasconsole
Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://hostname.domain.com:1156/emd/console/aboutApplication

Stopping Oracle Enterprise Manager 10g Application Server Control ...  ...  Stopped.


hostname.portal-> emctl start iasconsole
Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
http://hostname.domain.com:1156/emd/console/aboutApplication
Starting Oracle Enterprise Manager 10g Application Server Control ...... started successfully.

REFERENCE:

[Note:220622.1 Changing the ias_admin Password] is incorrect 
   (missing <old_password> from it's syntax):

<quote-Note:220622.1>

         (UNIX) ORACLE_HOME/bin/emctl set password new_password
         (Windows) ORACLE_HOME\bin\emctl set password new_password

</quote-Note:220622.1>