You have forgot your admin console password.how to reset your admin console

If you create the new domain in oracle weblogic at that time you give the admin console username & password. After one week you forgot the admin console password. then how to login into the admin console page.
[root@loaclhostvinoth_domain]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain --> The New domain name is " vinoth_domain"
[root@loaclhostvinoth_domain]# ll
total 44
drwxr-x--- 2 root root 4096 Jul 23 12:21 autodeploy
drwxr-x--- 5 root root 4096 Jul 23 12:21 bin
drwxr-x--- 12 root root 4096 Jul 23 12:22 config
drwxr-x--- 2 root root 4096 Jul 23 12:21 console-ext
-rw-r----- 1 root root 462 Jul 23 12:21 fileRealm.properties
drwxr-x--- 2 root root 4096 Jul 23 12:21 init-info
drwxr-x--- 2 root root 4096 Jul 23 12:21 lib
drwxr-x--- 2 root root 4096 Jul 23 12:31 security
drwxr----- 3 root root 4096 Jul 23 12:22 servers
-rw-r----- 1 root root 649 Jul 23 12:21 startManagedWebLogic_readme.txt
-rwxr-x--- 1 root root 275 Jul 23 12:21 startWebLogic.sh
[root@loaclhostsecurity]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
[root@loaclhostsecurity]# ll
total 36
-rw-r--r-- 1 root root 3301 Jul 23 12:31 DefaultAuthenticatorInit.ldift
-rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
-rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
-rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
[root@loaclhostsecurity]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
[root@loaclhostsecurity]# mv DefaultAuthenticatorInit.ldift DefaultAuthenticatorInit.ldift_backup
[root@loaclhostsecurity]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
[root@loaclhostsecurity]# ll
total 36
-rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
-rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
-rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
-rw-r--r-- 1 root root 3301 Jul 23 12:33 DefaultAuthenticatorInit.ldift_backup
[root@loaclhostbin]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/bin
[root@loaclhostbin]# ll
total 48
drwxr-x--- 2 root root 4096 Jul 23 12:21 nodemanager
drwxr-x--- 2 root root 4096 Jul 23 12:21 server_migration
drwxr-x--- 2 root root 4096 Jul 23 12:21 service_migration
-rwxr-x--- 1 root root 15895 Jul 23 12:21 setDomainEnv.sh
-rwxr-x--- 1 root root 3211 Jul 23 12:21 startManagedWebLogic.sh
-rwxr-x--- 1 root root 5658 Jul 23 12:21 startWebLogic.sh
-rwxr-x--- 1 root root 2437 Jul 23 12:21 stopManagedWebLogic.sh
-rwxr-x--- 1 root root 2098 Jul 23 12:21 stopWebLogic.sh
[root@loaclhostbin]# ./setDomainEnv.sh --> You can set the Environment.
[root@loaclhostsecurity]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
[root@loaclhostsecurity]#java weblogic.security.utils.AdminAccount Adminnewusername Adminnewpassword .
Example:
[root@loaclhostsecurity]#java weblogic.security.utils.AdminAccount vinoth vinoth123 .
You must use '.' dot at the end of this command in between have a space.
If you execute the above statement then the newly created DefaultAuthenticatorInit.ldift is availble in this path
"/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/"
[root@loaclhostsecurity]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/security/
[root@loaclhostsecurity]# ll
total 36
-rw-r----- 1 root root 2398 Jul 23 12:21 DefaultRoleMapperInit.ldift
-rw-r----- 1 root root 64 Jul 23 12:21 SerializedSystemIni.dat
-rw-r----- 1 root root 22654 Jul 23 12:21 XACMLRoleMapperInit.ldift
-rw-r--r-- 1 root root 3301 Jul 23 12:33 DefaultAuthenticatorInit.ldift_backup
-rw-r--r-- 1 root root 3301 Jul 23 12:37 DefaultAuthenticatorInit.ldift ---> newly created file.
After you start the Adminserver the error is throughing then we go to the Adminserver ldap directory and rename the ldap directory.
[root@loaclhostdata]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/servers/AdminServer/data
[root@loaclhostdata]# ll
total 16
drwxr----- 2 root root 4096 Jul 23 12:23 console
drwxr----- 7 root root 4096 Jul 23 12:44 ldap
drwxr----- 4 root root 4096 Jul 23 12:23 store
[root@loaclhostdata]# mv ldap ldap_backup
[root@loaclhostdata]# ll
total 16
drwxr----- 2 root root 4096 Jul 23 12:23 console
drwxr----- 4 root root 4096 Jul 23 12:23 store
drwxr----- 7 root root 4096 Jul 23 12:55 ldap_backup
After that you start the Adminserver by using the "startWeblogic.sh'' shell script.
[root@loaclhostvinoth_domain]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain
[root@loaclhostvinoth_domain]# ll
total 44
drwxr-x--- 2 root root 4096 Jul 23 12:21 autodeploy
drwxr-x--- 5 root root 4096 Jul 23 12:21 bin
drwxr-x--- 12 root root 4096 Jul 23 12:22 config
drwxr-x--- 2 root root 4096 Jul 23 12:21 console-ext
-rw-r----- 1 root root 462 Jul 23 12:21 fileRealm.properties
drwxr-x--- 2 root root 4096 Jul 23 12:21 init-info
drwxr-x--- 2 root root 4096 Jul 23 12:21 lib
drwxr-x--- 2 root root 4096 Jul 23 14:50 security
drwxr----- 3 root root 4096 Jul 23 12:22 servers
-rw-r----- 1 root root 649 Jul 23 12:21 startManagedWebLogic_readme.txt
-rwxr-x--- 1 root root 275 Jul 23 12:21 startWebLogic.sh
[root@loaclhostvinoth_domain]# ./startWebLogic.sh
Then you enter the new adminuser & password. The admin server Working fine. But if you start the Managed server the can through error. Then we follow the below step to resolve that problem.
[root@loaclhostvinoth_domain]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/servers/Managedserver1/data/
[root@loaclhostvinoth_domain]# ll
[root@loaclhostdata]# ll
total 8
drwxr----- 7 root root 4096 Jul 15 18:50 ldap
drwxr----- 4 root root 4096 Jun 8 16:40 store
[root@loaclhostdata]# mv ldap ldap_backup
root@loaclhostdata]# ll
total 8
drwxr----- 4 root root 4096 Jun 8 16:40 store
drwxr----- 7 root root 4096 Jul 23 15:50 ldap_backup
Then you can start the Managed server one means they can't show any error.
[root@loaclhostbin]# pwd
/oracle/Middleware_1033/user_projects/domains/vinoth_domain/bin/
[root@loaclhostbin]# ll
total 72
drwxr-xr-x 2 root root 4096 Jun 8 16:26 nodemanager
drwxr-xr-x 2 root root 4096 Jun 8 16:26 server_migration
drwxr-xr-x 2 root root 4096 Jun 8 16:26 service_migration
-rwxr-xr-x 1 root root 15901 Jun 8 16:27 setDomainEnv_default.sh
-rwxr-xr-x 1 root root 16348 Jun 8 17:27 setDomainEnv.sh
-rwxr-xr-x 1 root root 3217 Jun 8 16:27 startManagedWebLogic.sh
-rwxr-xr-x 1 root root 5661 Jun 8 16:27 startWebLogic_default.sh
-rwxr-xr-x 1 root root 5702 Jun 8 16:29 startWebLogic.sh
-rwxr-xr-x 1 root root 2440 Jun 8 16:27 stopManagedWebLogic.sh
-rwxr-xr-x 1 root root 2101 Jun 8 16:27 stopWebLogic.sh
[root@loaclhostbin]#./startManagedWebLogic.sh Managedserver1 http://localhost:7001 adminusername adminpassword
adminusername : vinoth
adminpassword: vinoth123
If you follow the step to start the Adminserver & Managed servers in oracle weblogic.
Regards,
S.Vinoth Babu

Re: Reset admin password in Weblogic 9.2
this worked for me.

Similar Messages

  • How to reset your secret question, when you have forgot the answer. And how to change the email where the reset confirmation will be send towards?

    can anybody help with the question below?
    how to reset your secret question, when you have forgot the answer. And how to change the email where the reset confirmation will be send towards?

    You won't be able to change your rescue email address until you can answer your questions, if you don't have access to your current rescue account then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use steps 1 to 7 half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • HT5312 I have forgot my rescue email adress how to reset my rescue email adress

    How to reset rescue email adress

    If you know the answers to your security questions then follow the instructions on the page that you posted from :
    Navigate to appleid.apple.com using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    After you've validated your identity by correctly answering your security questions, click Edit to the right of your rescue email address.
    Once you've finished editing your rescue email address, click the Save button directly below the email field.
    If you can't remember your answers and can't remember your rescue email address then you will need to contact iTunes Support / Apple in your country to get the questions reset before you can then use the above steps for potential future use.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699

  • HT4990 how can you reset your security questions if you have forgot them

    How can you reset your security questions if you have forgot them.?

    You may find solutions if you look under More Like This at the right of this page. If not, this forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store and hence not the best place to get assistance with this problem. You'll be most likely to get additional help with this issue if you ask in the general iTunes forums where this question has been asked and answered in a number of other threads.
    Regards.
    Message was edited by: varjak paw

  • HT1414 how do you restore a locked phone if you have forgotten your password?

    how do you unlock the phone if you have forgotten your password?

    Read
    http://support.apple.com/kb/ht1212

  • TS1369 How do you unlock your Ipod when you have exceeded your attempts to unlock it? I have tried connecting it to the host computer but the computer won't recognize the Ipod because it is locked.

    How do you unlock an Ipod Touch if you have exceeded your attempts for a valid password.  I have connnected the Ipod to my host computer, but the computer doesnt recognize the Ipod because it is locked.  The error I get on the Ipod is "Ipod Disabled - connect to Itunes."
    thanks

    Place the iPod in recovery mode and then restore. For recovery mode:
    iPhone and iPod touch: Unable to update or restore

  • Hi there!!I have an emergency question,my friend has forgot his ipad 4 password,how can he use his ipad?any other ways expect restore??

    Hi,my friend has forgot his ipad 4 password,how can he use his ipad?any other ways expect restore??

    Forgotten passcode (Recovery Mode)
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3. While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button.
    5. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.

  • How many devices can you have to your itunes library

    How many devices ( Iphone,Ipod, etc) can you have to your itunes account?

    As many as you wish.

  • How do you change your rescue email if you have forgotten your security questions?

    I've had my IPad for about 2 years now and I have bought a lot of apps since but all of a sudden it asks me to answer my security questions whenever i try to buy an app! I click the link to the apple Id page and it says resend security information to my email. apparently the end of my email ends with yahoo.com and whenever I log on to that it's yahoo.ca and I cannot find the email with the instructions to change my security questions!! So please me as this has never occurred before! How do you change your rescue email if you have forgotten your security questions? And can you somehow purchase apps without answering your security questions because I just put 25 dollars onto my apple id and I don't want it to go to waste! Please help me!

    You won't be able to change the rescue email address until you can answer 2 of your questions, you will need to contact iTunes Support or Apple to get them reset.
    e.g. you can try contacting iTunes Support : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Account Management , and then 'Forgotten Apple ID security questions'
    or try ringing Apple in your country and ask to talk to the Accounts Security Team : http://support.apple.com/kb/HE57
    When they've been reset you can then use the steps half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312 . Or you could change to 2-step verification : http://support.apple.com/kb/HT5570

  • How do you know what version of OS X you have on your Mac Mini?

    How do you know what version of OS X you have on your Mac Mini?

    Apple Menu (upper left on meu bar) > About This Mac
    "Verion: " 10.8.x is Mountain Lion, 10.7.x is Lion, 10.9.x is Mavericks, 10.6 x is Snow Leopard.

  • I have a macbook air and i forgot the log in password, how do i get into my computer?

    I have a macbook air and i forgot the log in password, how do i get into my computer?

    10.6 and prior: http://support.apple.com/kb/HT1274  10.7 Lion: http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/

  • HT1338 When all your apps are ⊥o ⊥he la⊥es⊥ versions, how do you manage if ⊥here is an upda⊥e if your apps are no⊥ recognized in AppS⊥ore because you have changed your iMac compu⊥er?

    When all your apps are ⊥o ⊥he la⊥es⊥ versions, how do you manage if ⊥here is an upda⊥e if your apps are no⊥ recognized in AppS⊥ore because you have changed your iMac compu⊥er and you have made a da⊥a ⊥ransfer of ⊥he whole sys⊥em and apps? When you own only one compu⊥er (excep⊥ an iPhone).

    Make sure you are signed in with your Apple ID. Try reindexing Spotlight.
    Spotlight – Re-index

  • If you have reinstall your win on your pc, how you can deouthrized your last pc from itunes?

    if you have reinstall your win on your pc, how you can deouthrized your last pc from itunes?

    If you can, open iTunes on your PC, go to Store in toolbar and select deauthorize this computer. Shut down iTunes and reinstall your OS.
    If you can't access your iTunes account on your PC, you'll have to reinstall Windows then install iTunes again. Log into your iTunes Store account within iTunes itself and clear all authorized computers, then authorize each computer individually again.
    Hope this helps

  • How can you find your IPAD serial number in your itunes account if you have lost your IPAD

    How can you find your IPAD serial number through your itunes account if you have lost your IPAD

    If you registered it to your account then it should be on your support profile : https://supportprofile.apple.com/
    Or if you have a backup of it on your computer's iTunes then go into Edit > Preferences (iTunes > Preferences on a Mac), and on the Devices tab hover your mouse pointer over the iPad's backup :

  • How you restore your security pass code if you have disabled your iPod, due to too many pass code attempts

    How you restore your security pass code if you have disabled your iPod, due to too many pass code attempts?

    If You Are Locked Out Or Have Forgotten Your Passcode
    iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    iOS- Understanding passcodes
         If you have forgotten your Restrictions code, then follow the instructions
         below but DO NOT restore any previous backup. If you do then you will
         simply be restoring the old Restrictions code you have forgotten. This
         same warning applies if you need to restore a clean system.
    A Complete Guide to Restore or Recover Your iDevice (if You Forget Your Passcode)
    If you need to restore your device or ff you cannot remember the passcode, then you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and re-sync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.
    Try restoring the iOS device if backing up and erasing all content and settings doesn't resolve the issue. Using iTunes to restore iOS devices is part of standard isolation troubleshooting. Restoring your device will delete all data and content, including songs, videos, contacts, photos, and calendar information, and will restore all settings to their factory condition.
    Before restoring your iOS device, Apple recommends that you either sync with iTunes to transfer any purchases you have made, or back up new data (data acquired after your last sync). If you have movie rentals on the device, see iTunes Store movie rental usage rights in the United States before restoring.
    Follow these steps to restore your device:
         1. Verify that you are using the latest version of iTunes before attempting to update.
         2. Connect your device to your computer.
         3. Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices.
         4. Select the Summary tab.
         5. Select the Restore option.
         6. When prompted to back up your settings before restoring, select the Back Up
             option (see in the image below). If you have just backed up the device, it is not
             necessary to create another.
         7. Select the Restore option when iTunes prompts you (as long as you've backed up,
             you should not have to worry about restoring your iOS device).
         8. When the restore process has completed, the device restarts and displays the Apple
             logo while starting up:
               After a restore, the iOS device displays the "Connect to iTunes" screen. For updating
              to iOS 5 or later, follow the steps in the iOS Setup Assistant. For earlier versions of
              iOS, keep your device connected until the "Connect to iTunes" screen goes away or
              you see "iPhone is activated."
         9. The final step is to restore your device from a previous backup.
    If you can not restore your device then you will need to go to recovery mode.
    Placing your device into recovery mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
         1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the other end
             of the cable connected to your computer's USB port.
         2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the
             red slider appears, then slide the slider. Wait for the device to turn off.
              If you cannot turn off the device using the slider, press and hold the Sleep/Wake
              and Home buttons at the same time. When the device turns off, release the Sleep/Wake
              and Home buttons.
         3. While pressing and holding the Home button, reconnect the USB cable to the device.
             The device should turn on. Note: If you see the screen pictured below, let the device
             charge for at least ten minutes to ensure that the battery has some charge, and then
             start with step 2 again.
         4. Continue holding the Home button until you see the "Connect to iTunes" screen.
             When this screen appears you can release the Home button.
         5. If necessary, open iTunes. You should see the following "recovery mode" alert:
         6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Additional Information:
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

Maybe you are looking for

  • Unable to deploy a BPEL process with rules

    Hi All I created a very simple BPEL process and defined a business Rule in composite, that I call from within my BPEL process. I am however not able to deploy the project completely successfully. I am using JDEV 11g to build/deploy my projects on a S

  • GR/IR Posting Error CKMLGRIR025 - Purchase Order History Inconsistent

    Hi Everyone. We currently have a posting in our GRIR for a Feright Condition Value against a Purchase Order which gets the above error when trying to post in MR11. The Diagnosis of the error reads: "The purchase order history contains differences bet

  • How do I get my phone to stop repeating the same song over and over?

    I have looked everywhere, including settings and itunes and I cant seem to get it off repeat and let me just play an album in the normal fashion

  • BAPI/FM for KO22 (Change original Budget)

    Hello All, I am trying to load Budget informations into SAP using KO22 transaction. Can you please provide me the BAPI/FM name with which budget informations can be loaded. Thanks in advance. Regards, Ramesh K.

  • What is Data Roaming

    What is Data Roaming, do i need to leave it on when im in my home network area or does it not matter if it is on/off?