Boot WLS 9.1 Administrative Console

Hello everybody,
Glad to see I'm still marked as a Greenhorn. Someone in our group lost a memory stick loaded with our passwords and so we are going through changing them.
After changing a WebLogic 9.1 Administrtive Server password for Admin user X I decided to add a new user Y with the <default properties>, same as user X and then delete user X.
This didn't work as you could have guessed, seems i left a step out somewhere. Now user X doesn't exist and so I can't boot the Administrative Server as user Y doesn't have the rights.
On my attempts to do so I get this BEA system error message:
<BEA-090404>
Critical: User userName is not permitted to boot the server; The server policy may have changed in such a way that the user is no longer able to boot the server.Reboot the server with the administrative user account or contact the system administrator to update the server policy definitions.
Description
     The user userName has not been granted the necessary permission to boot the server.
Cause
     The server policy may have changed in such a way that the user is no longer able to boot the server.
Action
     Reboot the server from the administrative user account or contact the system administrator to update the server policy definitions.
Question: How do I edit these 'server policy definitions' without an admin server console or even an admin server running? (e.g. vi)
Thanks very much.

Note: ii. rm -rf ldap (it will be recreated by WLS on startup
Just to be clear (for people who just skim your note ). It will only be
recreated on managed servers (downloaded from admin server) so don't do this
on the admin server.
<John Grogan> wrote in message news:[email protected]...
OK, here is what I had to ultimately do that fix my problem:
How to changed Administrative Users for BEA WLS 9.0:
01. Stop the WLS 9 admin server
02. Stop all the nodemanagers/applications servers (on same or other machs)
03. Run a restore (from tape or whatever) on each mach for the affected
domain to a date before user security got messed up
04. On the nodemanagers/applications servers for the affected domain
i. cd <BEA WLS INSTALL DIR>/<DOMAIN DIR>/<APP SERVER DIR>/data
ii. rm -rf ldap (it will be recreated by WLS on startup
05. Start Admin Server & each Application Server
06. Log into Admin Console
07. Lock & Edit (may not strictly be needed, not sure)
08. Nav to Security Realms/myrealm/Users & Groups
09. New User add
10. Save
11. Nav to Groups -> add the New User I added to Administrators group
11. Save
12. Nav to Password & set password for New User
13. Save
14. Release Configuration (if Lock & Edit was done)
15. Stop each of the Admin Server & Application Servers
16. For each boot.properties for the Admin Server & Application Servers,
edit them to have username= / password= to reflect to new user / password
you just created (in clear text, the entries will be again encrypted by WLS
on startup)
17. For each Application Server only, again delete the ldap directory (may
not strictly be needed but these will be recreated on start up)
18. Start the Admin Server & Application Servers.
19. Log into Admin Console to verify.
20. Now delete the old Administrative User
21. Lock & Edit
22. Nav to Security Realms, myrealms, User & Groups.
23. Check the box by the old Administrative User & select Delete.
24. (Save?) can't remember but it would but hightlighted.
25. Release Configuration.
26. Stop the Administrative Servers & each Application Server
27. Start the Application Server & each Application Server
28. Done
I included extra steps to ensure access to the configuration throughout.

Similar Messages

  • The administration console doesn't refresh

    Hello,
    I used WebCenter Portal Administration Console (http://<server>:<port>/<context_root>/admin to delete a page at runtime.
    Then I added new pages in the page hierarchy in my portal application, which I would like to see in the admin console too, but it seems they don't show up
    I mention that the admin console looks fine on my integrated environment but on the managed server it doesn't refresh.
    How the admin console should be refreshed to reflect the latest changes?
    Thanks,
    Constantin

    Yes, your understanding is correct. I added the pages in the pages folder in JDeveloper (11.1.1.4) and then added them to the page hierarchy.
    Here is the pages.xml content
    <?xml version="1.0" encoding="UTF-8" ?>
    <pagesDef xmlns="http://xmlns.oracle.com/webcenter/page"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.oracle.com/webcenter/page/pagesDef.xsd">
    <pageDef contentMRef="/oracle/webcenter/portalapp/pages/home.jspx"
    hidden="false" shared="false" hasSubPages="false" id="home"
    overridePolicy="true"/>
    <pageDef contentMRef="/oracle/webcenter/portalapp/pages/ipc.jspx"
    hidden="true" shared="false" hasSubPages="false" id="ipc"/>
    <pageDef contentMRef="/oracle/webcenter/portalapp/pages/google.jspx"
    hidden="true" shared="false" hasSubPages="false" id="google"
    overridePolicy="true"/>
    <pageDef contentMRef="/oracle/webcenter/portalapp/pages/services.jspx"
    hidden="true" shared="false" hasSubPages="false" id="services"/>
    </pagesDef>
    I can see all the pages in the IWLS admin but in WLS admin I can see only the "home" page.
    Previously I deleted "ipc", "google" and "services" from WLS admin and I cannot see them again after a new deployment.
    I can add new pages in WLS admin without any problem.
    For IWLS, although I deleted the same pages in admin console, after a new deployment all the pages are shown.
    I guess it is the setting "delete customization before each run" in JDeveloper which allows the refresh of the IWLS admin console too.
    The question is what is the equivalant for WLS? Do I need to "clean" the customization?
    Thanks,
    Constantin

  • Viewing an MBean on the administration console

    I have registered an MBean on a WebLogic 6.0 server. Now I need to know how
    to view this MBean and run the methods
    of the class represented by this MBean possibly from the Administration
    Console. I want some way to run the methods as
    I could on the HtmlAdaptorServer for the SUN JMX Reference Implementation.
    Thank you.
    T. Pei

    When do you think we will have it? We really want this done (for run-time
    configuration, changing variables, etc.).
    news:3a7f3758$[email protected]..
    Admin console in WLS 6.0 does not support automatic extensibility for user
    MBeans registered to WLS server. You can only access them programmatically
    by getting the MBean from the MBeanServer in the WLS server.
    This functionality is being considered for future releases.
    news:[email protected]..
    I have registered an MBean on a WebLogic 6.0 server. Now I need to knowhow
    to view this MBean and run the methods
    of the class represented by this MBean possibly from the Administration
    Console. I want some way to run the methods as
    I could on the HtmlAdaptorServer for the SUN JMX ReferenceImplementation.

  • Error while shutting down 'Admin Server' from administration console

    hi,
    When I try to shutdown admin server from administration console(Weblogic server>Control>Shut Down...) I get this error:
    No Machine associated with server AdminServer. Please associate a machine to this weblogic server using weblogic console first.
    Not able to understand what this means....
    thanks

    Read up on Node Manager - a outside-of-WLS-process that can start/stop WebLogic on your OS instance. Node Manager uses the "machine" concept.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/e13740/overview.htm
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html

  • Starting default administration console on 5.1?

    Sorry for this asinine question, but if I'm running WebLogic server
    5.1 on a Unix box, can I access the default administration console
    through
    http://host:port/console
    ? Our network admin seemed to be having trouble accessing it through
    this command.
    Thanks, Dave A.

    Hi.
    The admin console for WLS 5.1 is not a webapp in the admin server - it's
    a standalone java swing application. You can run it by running the
    startConsole.sh script from the command line. In WLS 6.x and higher the
    admin console is a webapp as you expect and the url you use below should
    work.
    Regards,
    Michael
    "D. Alvarado" wrote:
    Sorry for this asinine question, but if I'm running WebLogic server
    5.1 on a Unix box, can I access the default administration console
    through
    http://host:port/console
    ? Our network admin seemed to be having trouble accessing it through
    this command.
    Thanks, Dave A.--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Unable to bring up Administration Console

    Hi,
    I created two standalone servers one in production mode and the other in development
    mode. Both are listening in two different ports. I was able to start them both
    in the background without any issues. I tried to access the administration console
    for domain 1 (production mode) by typing the URL: http://<host name>:<portname1>/console
    and it came up fine. But when I try to bring up the admin console for domain 2
    (development mode) by typing the URL: http://<host name>:<port name2>/console
    it keeps saying page cannot be displayed. I am not able to find any error/info
    in the server log files. Am I doing anything wrong in basics here ? Please help.
    I am running WLS 7.0 SP2 on HP-UX 11
    Thanks,
    Gugga

    Hi,
    I figured what the problem is. It is on the Hardware side for the port I was try
    to accessing was not configured to accept requests. Please ignore my earlier questions.
    Thanks,
    Gugga
    "Gugga" <[email protected]> wrote:
    >
    I am using the same trial license file for both the domains. Can this
    be an issue
    ? Please help.
    Gugga
    "Gugga" <[email protected]> wrote:
    Hi,
    I created two standalone servers one in production mode and the other
    in development
    mode. Both are listening in two different ports. I was able to start
    them both
    in the background without any issues. I tried to access the administration
    console
    for domain 1 (production mode) by typing the URL: http://<host name>:<portname1>/console
    and it came up fine. But when I try to bring up the admin console for
    domain 2
    (development mode) by typing the URL: http://<host name>:<port name2>/console
    it keeps saying page cannot be displayed. I am not able to find anyerror/info
    in the server log files. Am I doing anything wrong in basics here ?Please
    help.
    I am running WLS 7.0 SP2 on HP-UX 11
    Thanks,
    Gugga

  • WLS 9.0: Admin Console User/Password

    Hi,
    I downloaded server900_solaris32.bin and ran it to install. After that, I started up the admin server from the samples directory:
    /bea/weblogic90/samples/domains/wl_server/startWebLogic.sh
    Then I tried to log into the Administration Console -- but realized I don't know what WLS_USER and WLS_PWD are.
    Is there a default value? I wasn't prompted for anything during install nor during startup script execution.
    Please advise.
    Thanks,
    Paul

    hi,
    thing is that weblogic is the default user& weblogic is the default password....
    if not you can edit the boot.properties file, that is available in the weblogic home directory, in that file you have both the username & password .
    Yuvaraj.M

  • How to access Administration console from OEM without providing any credent

    Hi Experts,
    I have installed OEM 12c Cloud Control and added one WebLogic domain as target. When I am monitoring that target I find links for Administration Console and Fusion middleware control on some target pages. When I click on that link it redirescts me to Administration console or Fusion middleware control. But there I have to provide credentials for log-in. Is is possible to configure OEM in a way that it directly open the Administration console and Fusion Middleware Control without asking the username and password?
    Please guide!!

    Hi Roshni,
    The links are provided for any administration tasks that you might want to do outside EMCC and to ensure you can easily navigate to the correct console given that most customers sometimes have hundreds of domains running. However, a single log-in across all domains monitored in EMCC are not included as part of that navigation as not everyone with access to the WLS monitoring capabilities on the WLS target home page in EMCC would automatically get access to the full administration rights provided in those consoles.
    -Glen

  • How do I get folders and their content to show up in the "Administrative Console"?

    We have added a few sub folders under the “webroot” folder. I did this so I could make a custom web page that generates the code need to display the video in a web page if it is one of the folders.
    My question is how do I get these folders and their content to show up in the “Administrative Console”?
    Also how do I get the videos to be logged?
    I have looked through the Server.xml and Application.xml files and the fms.ini but do not see any place, Am I not looking for the correct setting?
    Attached is a pic of the folders.
    Thanks
    Chip

    If Apache and MS do not talk to each other then where or should I be making these folders, some other location?
    Maybe under the vod folder under applications?
    Where in the “Flash Media Server” pdf would this be talked about?
    Would I edit the Application xml file?
    I am so new it hurts!
    Thank you,
    Chip

  • Not able to access the Administrator Console 7001

    Dear all,
    We have installed weblogic server 11.1.2 in Aix 6.1.
    Installation faced lot of FIXER problems finally we fixed all the required fixers and installation and configuration compleated without any error.
    In the last page of Configuration summary we got the Admin consloe and Em console address.
    When i try to connect those from my system using IE it says "internet explorer cannot Display the webpage" error comes.
    While on Installation we used Humming bird for graphical installation[this is the first time am using this utlity]. And more over i do not have idea how to check about the admin server start and stop from the back end[AIX].
    Kindly help me how to access the Administrator Console after Installation
    "Administrator Console: http://emar:7001/console"
    Exepecting all expects advice and guidance.
    Regards,
    Paja

    Hi Paja,
    Please check any weblogic process are running by using.
    ps -ef | grep java
    use " *kill -9 < pid >* "
    Now under %Domain_Home%/ bin folder.
    you will find startWebLogic.sh file.
    start this one using following way.
    ./startWebLogic.sh
    Once you provide your username and password
    Check your last logging like this.
    *<Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.17.62.212:7001 for protocols iiop, t3, ldap, s*
    in this case 10.17.62.212 is my IP address or listen address and 7001 is my http port.
    if you enable SSL list port it will also show you that one.
    now try to access console using http://<IP address>:port/console
    provide username and password
    Here we go to start your weblogic server.
    Now in %Domain_Home%/ bin folder you will find one more .sh file says stopWebLogic.sh.
    this will help you to stop the server.
    Hope this is easy way to start and stop your server.
    Regards,
    kal

  • Issue with web access in view administrator console after connection server 5.5 installation.

    Hi All,
    I am  trying to bring up my setup with ESXi 5.5 and vcenter 5.5 U2. I made a DNS server and made two 2008 R2 machines and launched vcentre and connection manager on them.
    After installing connection server 5.5, I am unable to open the web UI by clicking "view administrator console" icon on my desktop! I installed proper certificated and iis module too and confirmed that my https certificate is properly working. (snapshot attached, filename - snapshot_view_webpage.jpeg)
    I google for the possible error and tried below mentioned links but none of them worked.
    1.)    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2004759
    Corrected this error but still system is in same shape and i am unable to get the console's admin webpage.
    2.)    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2001277
    In this method, my admin folder  didn't got recreated as the service restart got stuck for a long time and throws error that service restart got time out!!(snapshot attached)
    Can some one please help me to move forward. Please let me know if you need more information from my end.
    Thanks,
    Jeevan

    Since the policy AKS is top in sequence under service selection rule so it should hit for sure. As you wrote that even after disabling the default device admin, then also request is hitting the same and restarting the ACS services resolved the issue. The symptoms of your issue are exactly same as stated in this defect.
    CSCuo93378    Certain browsers cause ACS database corruption
    Due to this issue we have seen cases where request hits the disable and default policies without any reason. Actually accessing ACS via chrome mess around with all the operators in conditions.
    The only workaround is to access all the rules and conditions in supported browser. Ensure all the operators are correct, save the changes and restart the ACS services.
    The issue seems to be fixed in ACS 5.5 patch 5
    Regards,
    Jatin

  • Web Logic Server Administration Console

    Hi All,
    I loged into Admin Console of Oracle Web Logic Server Administration Console
    For DeployingP6WebServices::
    Created aWebLogicdomain for the WebServices application.
    DeployingP6WebServicesintotheWebLogicdomain. giving an error:
    In Deployments Tab which is left corner:Deployed a WAR File but while starting all rquests its giving me the java error
    javax.servlet.ServletException: [HTTP:101249]
    [weblogic.servlet.internal.WebAppServletContext@d025b9 - appName: 'p6ws', name: 'p6ws.war', context-path: '/p6ws', spec-version: 'null']:
    Servlet class org.apache.cxf.transport.servlet.CXFServlet for servlet cxf could not be loaded
    because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet.
    Please help me its urgent

    check in the documentation http://www.oracle.com/technetwork/indexes/documentation/index.html , select your primavera version, and check document called: tested_configuration, check if you are using the right weblogic and jdk version for your primavera p6 version.

  • Can't see Stream Files in administration console !!

    I have created a new Directory called "mydir" into the
    Application Directory Of Flash Media Server.
    I copied my "mydir.flv" file into ths directory.
    But :
    Problem 1 : I can't see this file in the Stream Section of
    the Administration Console.
    Problem 2 : I can't access the adress :
    rtmp://localhot/mydir/mydir.flv
    Please, help me since I must have forgoten some essential
    steps in my Server Installation process.
    Thanks

    The reason you can't see the streams is because they only
    show up when they are being accessed (played) which is probably the
    dumbest thing ever. Anyhow, as for the URL not working, not exactly
    sure why, but I know this is dumb, you have a typo: rtmp://localho
    St/mydir/mydir.flv

  • Weblogic Server Administration Console does not open

    hi,
    I am using EM Grid Control and Weblogic Server is added in the Middleware Targets...when I click on "Weblogic Server Administration Console" to open the Admin Server console it directs me to old IP address in the browser and console does not open...it goes on old IP address...
    it gets open when I put the Ip address myself in the browser like:
    https://10.254.166.141:7102/conole
    it gets open there...means that server is okay and working properly...
    I have seen the logs and it is giving the following message:
    <<anonymous>><BEA-220103> <Async web service support is not fully configured. The async response web
    service /AsyncResponseServiceSoap12 for this server was not fully deployed because the JMS reliability queue was not
    defined/deployed:
    any help will be appreciated...
    thanx
    Edited by: user13672598 on May 23, 2011 4:55 AM

    Hi,
    Can you check the EM configuration whenther it has updated the changes made by you i.e. the ip address.
    Can you try rebooting the EM application,as this seems to be that the EM has not the changes reflected to it's configuration.
    Hope this helps
    Regards,
    Rohit Jaiswal

  • Two Administrator Consoles - problem with logging

    Hi Everybody,
    This is my first post on this really great board, so first of all I would like say HELLO.
    Now, my problem is.
    I have got two Administrator Consoles on one machine to manage two domains.
    When I logging to one Admin Console using web browser, logs me out of the other one.
    I use the same name and password for both consoles.
    Please help me understand what I doing wrong.
    Thank You,
    Paul

    Hi Paul,
    Welcome to OTN forums your views and ideas are really appreciated here.
    Coming to you problem.
    As you mentioned that you have two different domain running on same Machine but you cannot access both Admin console at one time because of having same port number on both port.
    Weblogic Admin Server comes with default called 7001.
    Now Try to change the Admin Server port to different one eg: 7003 and then you can start both the Admin console at a time.
    Still you have issue please let me know.
    Happy to help you :).
    Regards,
    Kal

Maybe you are looking for

  • Error in RCU 11.1.1.5 OIM Schema Creation

    Hi, I am trying to install OIM11g on Win2008 server, 64 bit VM. I have successfully installed and created Oracle Database 11.2. Before running RCU 11.1.1.5, I have altered the needed database system parameters. viz. open_cursors=800 processes=500 ses

  • What are the features supported in Cisco Prime Infrastructure for WLAN for autonomous AP's?

    What are the features supported in Cisco Prime Infrastructure for WLAN for autonomous AP's?

  • Even Administrator could not able to edit the dashboard

    hi all, Administrator could not able to see edit dashboard option.... though he is having full control on dashboard.... What is the problem .... did any one change the options.. in instance config file.... how to make it up Thanks

  • How to use decode for this

    Hi All I have one table called agreementproductkey and some columns namely Agreementproductid, keytext, fliename etc. There is some condition if agreement product id in not null and keytext field and fileaname field is null then i need to display the

  • Report counterpart sample for   field = select(max)

    Post Author: JuneCruz CA Forum: Crystal Reports Hi Guys, This the contenct of my table. NFstCol NSndCol NTrdCol - 1       One     12       One     13       One     14       Two     15       Two     16       Two     17       One     28       One     2