Monitoring users through database console

Hi,
How would I view users that have logged on to a database?
I will have Database Control working tomorrow morning.
Also,
How would I check for any objects that are created?
Thank you.

For finding currently logged on users, I find them under the performance tab. You can search sessions. Also check top activity.
For tables, look under administration.

Similar Messages

  • Monitoring users through the CCMS

    Is there some transaction to access directly some area from CCMS to monitor the  memory´s consumption of each user on the environment???
    Thanks.

    Hi Carlos,
    By standard, we don't have, we need to build the custom one
    CCMS Monitoring: Solution for Extended Memory Average Monitor for the Server Instances in a Given System
    or you can just use SM04-> select users Goto memory
    Thanks
    Jansi

  • Access Policy is not getting trigggered after creation of user through GTC

    Hi,
    I have an access policy for ALL USER role and that provision users to an RO after getting created in oim. I have a trusted source flat file reconciliation GTC for user creation. I am facing issue when user is getting created through GTC, access policy is not getting triggered. But while creating an user through web console the same access policy is working fine and user is getting provisioned with RO.
    If anybody have any idea how to resolve this, please help me in this regards.
    Regards,
    Avijit

    Hi ,
    its good to know that its working. As per my experience it works for once (through reconciliation) but then stops working. Now to confirm try to revoke the user by changing the group member-ship through reconciliation and see if the resource is revoked or not (repeat it for 2 -3 times). Note that don't do it form within IDM web admin console, do it through reconciliation.
    do post your results.......
    Regards.

  • Executing a powershell script for checking duplicate users while creating a AD user throug ADUC console.

    Hi,
    I have a text file in which some SamAccountNames are present.I need to check the file while creating a new users through ADUC console.If a username that is going to create through ADUC console is present in the file, then it should prompt a message
    that the user is already present in the text file.
    Is there any possibility of contacting the powershell script from the ADUC console.If so, then while creating a new user through ADUC console, what is the proceedure for executing that powershell script.
    please provide me the approriate solutions.
    Thanks
    Prasanthi k

    Run the below Powershell Script for users are exist or not in AD. Later you can create the users.
    #Find Users exist in AD or Not?
    #Biswajit Biswas
    $users = get-content c:\users.txt
    foreach ($user in $users) {
    $User = Get-ADUser -Filter {(samaccountname -eq $user)}
    If ($user -eq $Null) {"User does not exist in AD ($user)" }
    Else {"User found in AD ($user)"}
    Active Directory Users attributes-Powershell
    http://gallery.technet.microsoft.com/scriptcenter/Getting-Users-ALL-7417b71d
    Regards~Biswajit
    Disclaimer: This posting is provided & with no warranties or guarantees and confers no rights.
    MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, MCTS, Enterprise Admin
    MY BLOG
    Domain Controllers inventory-Quest Powershell
    Generate Report for Bulk Servers-LastBootUpTime,SerialNumber,InstallDate
    Generate a Report for installed Hotfix for Bulk Servers

  • Monitoring Physical standby database through OEM

    HI ,
    We are monitoring Physical standby database through OEM and we monitor from console using SYS user
    As per our company policy we change our sys password every month so after change it we need to change SYS password from console also
    so is any way we can change SYS password on console using command line utility? if yes then please give us the command
    Thanks

    we monitor from console using SYS userYou have to monitor it using a SYSDBA user not necessarily SYS. So you can create a user e.g. SYS_MONITOR which has different policy than SYS. Although it is best to change that password on regular bases too, maybe every 3 months.
    so is any way we can change SYS password on console using command line utility?I don't get your question. Are you asking if it is possible to change the monitoring username/password using some command line utility? If so, I haven't heard of such tool. But there could be a package like MGMT_TARGET which you can manipulate the credentials if you know how to use it.

  • Monitoring user msater data change through CCMS

    Hello Experts,
    I have a requirement where I need to set up a system in which a mail should be triggered to SAP mailbox or internet mail (of one particular person or more than one person) when a SAP_ALL or SAP_NEW profile is assigned to users through SU01 transaction.
    I was trying to implement this by using CCMS (under MTE Security)
    Can anyone please guide me if this can be achieved by CCMS or is there any other method?
    Any detailed document to implement this would be of great help.
    Thanks in Advance.

    Hi Yoganand,
    thanks a lot for your helpful answer!
    I did not know that CEN first calls the sapccm4x agent and only in case of inactivity it uses the RFC based data collection method.
    I never could find that info anywhere in the SAP help.
    From time to time I have the following situations with a system, who's built-in RFC account has been locked out:
    When I open the monitor in RZ20, the login account shows up. I cancel and finally the monitor comes up and the data of this system is included!!
    That could be something like a timeout effect: after a certain number of seconds, CEN tries to get data over the RFC in addition to still trying the agent ... and then the agents finally answers and delivers the MTE data (the RFC cannot authenticate and therefore will never deliver anything ... )
    Rigas

  • Console Extension with monitor user

    I have found a bug in the console extensions.
    When the server starts and the first user which login the weblogic console is a user with the role 'monitor', then the console extension won't start and I can't find my extension in the left tree.
    But when the first user is in role 'administrator', than everything works fine.
    If the first login is a monitor user, I must redeploy the console webapp and login with a administrator user, to get the console to work.
    Is there any patch for this problem?

    Guys .. If you have PMCE working for 8.1 SP4 .. Can you somebody tell me if there any extra SSL configuration that need to be done part of PMCE install and setup ?
    I keep getting the follwing :
    <Oct 3, 2005 1:53:57 PM EDT> <Notice> <Security> <BEA-090170> <Loading the private key stored under the alias DemoIdenti
    ty from the jks keystore file C:\bea\weblogic81\server\lib\DemoIdentity.jks.>
    Exception encountered while processing content in console extension:
    javax.servlet.ServletException: weblogic.security.service.SSLManager.getServerCertificate(Lweblogic/security/utils/SSLCo
    ntextWrapper;)[Ljavax/security/cert/X509Certificate;
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:469)

  • Uploading war through admin console for a deployer-role user

    Hi
    We have a weblogic 9 server installed in a linux machine. We have created two users - one administrator and another deployer. Admin console is accessed through an external machine. When logged in as an administrator, we are able to upload a war into the server from our local machine. But for the deployer we are unable to find the "Browse" button to upload the war. But he is able to browse the server machine and upload the war from the server.
    Is it possible for the deployer to upload a war from his local machine to the server through admin console?
    Could you please help me out....
    Regards
    Suraj

    Hi Sridhar,
    Setting 'transport-guarantee' to CONFIDENTIAL or INTEGRAL in web.xml. With that set, WebLogic Server will automatically redirect a client to the HTTPS port if the original request was over HTTP.
    The 'transport-guarantee' element specifies the type of communication with the client application on the WebLogic server.
    The value of this element is either NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in such a way that it cannot be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a way that prevents other entities from observing the contents of the transmission. The presence of the INTEGRAL or CONFIDENTIAL flag indicates that the use of SSL is required.
    So I dont think it is possible for now.
    Regards,
    Kal

  • How to check SSO user from database?

    Hi:
    I've posted this topic in Forms forum:
    How to check SSO user from database?
    then as I've been told, it's better to post it here, so ...... here is the question:
    I'm writing a "before delete trigger" to insert into log table before delete. Is there a way that I know from database the current SSO user when SSO users share one database user?
    Just like in Oracle Application Express there is v('APP_USER') to know the current user.
    Saad,

    End users are manipulating data through Oracle Forms(and SSO through portal) and the thing I need is to trace the SSO username from database without modifying forms, I mean purely from database taking into consideration that SSO users are sharing one database user. Is it possible?
    Saad,

  • Unable to open Messaging Server 6.2 through admin console 5.2

    my system is
    Sun Java(tm) System Messaging Server 6.2-3.05 (built Nov 23 2005)
    libimta.dll 6.2-3.05 (built 02:22:19, Nov 23 2005)
    Microsoft Windows 2000 version 5.2 (Build 3790)
    i installed Sun Java Enterprise System (directory, admin, messaging) servers on my windows 2003 server, all is working fine except:
    1- unable to open my messaging server through my admin console 5.2.
    when checking the error log file i see
    "[05/Jun/2006:10:51:49] failure ( 2624): for host t.est.hotmail.com trying to GET /msg-config/tasks/operation/cgi_root, cgi_scan_headers reports: the CGI program E:\Sun\Server-Root\bin\msg\admin\bin\cgi_root.exe did not produce a valid header (program terminated without a valid CGI header. Check for core dump or other abnormal termination)"
    Any clue?
    2- When creating a new user through the admin console 5.2, and check the mail account checkbox, i don't get the "mail tab" to complete the needed information, and therefore the newly created user is not an active email account as mainly the mailhost attribute has not been created for the account
    Is this related to the problem in point 1?
    NOTE 1: i ran cmm_dssetup.pl before configuring the messaging server and selected schema 1
    NOTE 2: i downloaded the software from sun.com, didn't register it yet as i'm in the testing phase
    Appreciate your help, direction and tips

    Oh, my.....
    1. The Directory Console is not very useful, for anything in Messaging 6. The MTA is configured via editing files, and the mail store is better configured using the configutil utility.
    2. You SHOULD NOT attempt to create users with the Directory Console. They won't work. Use either the command-line tools provided (comm-admin), or use the Delegated Admin tool provided.

  • What is the "admin" user in EAS Console?

    I am still relatively new to Planning and Essbase.   I am trying to figure out the relevance of "admin" user in the Essbase Administration Console.  My colleague and I have seen several instances of this admin user in EAS console but it doesn't appear to represent a "live" user.  We have also seen references to "admin@native directory" in the Essbase and EssbaseODL logs.  In the last couple of days, we were unable to run a script that automatically backs up a database because this admin user was performing a spreadsheet operation. We were able to successfully force the admin account off via the console but we know for a fact that no one else is logged in. 
    Below are excerpts from the Essbase log.  Please see the text in red.
    Any insight on this would be greatly appreciated.
    Thanks!
    Essbase.log
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3092*Info*(1051164)*Received login request from *[::1]
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3092*Info*(1051187)*Logging in user *[EPM11hypplan@AD]* from *[::1]
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3096*Info*(1051001)*Received client request: *List Connected Users *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***2100*Info*(1051001)*Received client request: *Logout User *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***2100*Info*(1051037)*Logging out user *[admin@Native Directory]*, active for *63 *minutes
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3020*Info*(1051001)*Received client request: *Logout User *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3020*Error*(1013291)*Failed to logout user *[admin@Native Directory]*: user has requests running
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3020*Warning*(1051003)*Error *1013291 *processing request *[Logout User]* - disconnecting
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3360*Info*(1051001)*Received client request: *Logout User *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3360*Error*(1013291)*Failed to logout user *[admin@Native Directory]*: user has requests running
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3360*Warning*(1051003)*Error *1013291 *processing request *[Logout User]* - disconnecting
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3092*Info*(1051001)*Received client request: *Logout User *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3092*Info*(1013220)*Supervisor *[EPM11hypplan@AD]* has forced user *[admin@Native Directory]* to logout
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3092*Info*(1051037)*Logging out user *[admin@Native Directory]*, active for *48 *minutes
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3096*Info*(1051001)*Received client request: *Logout User *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3096*Info*(1013220)*Supervisor *[EPM11hypplan@AD]* has forced user *[admin@Native Directory]* to logout
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3096*Info*(1051037)*Logging out user *[admin@Native Directory]*, active for *28 *minutes
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***2100*Info*(1051001)*Received client request: *Logout User *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***2100*Error*(1051020)*Cannot log yourself out!
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***2100*Warning*(1051003)*Error *1051020 *processing request *[Logout User]* - disconnecting
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3020*Info*(1051001)*Received client request: *Select Application/Database *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3020*Info*(1051009)*Setting application *FinPlan *active for user *[EPM11hypplan@AD]
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3360*Info*(1051001)*Received client request: *Get Application State *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3092*Info*(1051001)*Received client request: *Set Application State *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:15:08*2013*Local*ESSBASE0***3096*Info*(1051001)*Received client request: *List Objects *(from user *[EPM11hypplan@AD]*)
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***2100*Error*(1051021)*You have been logged out due to inactivity or explicitly by the administrator.
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***2100*Warning*(1051003)*Error *-1 *processing request *[List Substitution Variables]* - disconnecting
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***3020*Info*(1051001)*Received client request: *Logout *(from user *[admin@Native Directory]*)
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***3020*Info*(1051037)*Logging out user *[admin@Native Directory]*, active for *49 *minutes
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***3360*Info*(1051001)*Received client request: *Logout *(from user *[admin@Native Directory]*)
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***3360*Info*(1051037)*Logging out user *[admin@Native Directory]*, active for *2 *minutes
    Fri*Oct*18*07:16:33*2013*Local*ESSBASE0***3092*Info*(1051164)*Received login request from *[::ffff:10.112.14.74]

    Admin user is a administrator user or a super user in essbase .Admin user has full permission to access the entire system  which includes all users and groups.Admin user has the rights to create users Perform dataloads,write and execute calculations,delete users
    In your log i can see admin user was active and doing some operations. EPM11hypplan user has forced admin user logout of server.I guess you have set up EPM11hypplan user which has same privilege of admin user to run process.Also check if any particular job process is run via admin id .
    More info refer the below url
    http://docs.oracle.com/cd/E17236_01/epm.1112/esb_dbag/frameset.htm?dsenative.html
    Thanks,
    Sreekumar Hariharan

  • Error 403-forbidden from IE5 while authenticating a user through NT Realm

    Hi,
    Before posting this request, I checked the forum until Sep.18 to see if nobody
    else experienced my problem, but in vain.
    I am using WLS6.1Sp1 under NT4
    I would like that NT users for defined NT Primary Domain Controller authenticate
    themselves before accessing a web app. For that, I followed thoroughly the BEA
    Doc to get the config.xml, web.xml, weblogic.xml and filerealm.properties correctly
    configured.
    The <auth-method> is set to FORM. The <security-role> and <security-role-assignment>
    are also set with business roles and principals from the NT PDC. the <security-constraint>
    with all the sub-tags are also defined. etc.etc. When I use the WL console, to
    check users and groups lists, it works fine although it takes a lot of time before
    being displayed (15 to 20 minutes !!!).
    Through a Login.jsp, the user enters his/her login name and password. The result
    is that I get the following message :
    "Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization
    will not help and the request SHOULD NOT be repeated. If the request method was
    not HEAD and the server wishes to make public why the request has not been fulfilled,
    it SHOULD describe the reason for the refusal in the entity. This status code
    is commonly used when the server does not wish to reveal exactly why the request
    has been refused, or when no other response is applicable."
    No trace in the log files. No warning . Nothing.
    My questions are:
    1- Has somebody already experienced this?
    2- Could you then help me ?
    By advance , thank you very much.
    Athmani H.
    Note : I can provide you through email the config.xml, web.xml, weblogic.xml and
    filerealm.properties and the concerned .jsp files on demand

    Hi Jerry,
    Many thanks for your interest and your help.
    weblogic.properties file for WLS 6.1 SP1? There is none... I do have a filerealm.properties. I didn't state that I was using a weblogic.properties
    file.
    I checked the URL you proposed. I changed the <Auth-method> from FORM into BASIC.
    A pop-up window is displayed requesting the user to enter username and password.
    The result is that I get a web page displaying an Error 404 --not found.
    Here is the complete error message :"Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given
    of whether the condition is temporary or permanent.If the server does not wish
    to make this information available to the client, the status code 403 (Forbidden)
    can be used instead. The 410 (Gone) status code SHOULD be used if the server knows,
    through some internally configurable mechanism, that an old resource is permanently
    unavailable and has no forwarding address."
    The message is displayed when the browser tries to resolve the following URL :http://localhost:7001/examplesWebApp/j_security_check
    Having said that, I had already configured the <security-role-assignement> with
    role-name and principals in weblogic.xml, as well as the <security-role> tag in
    web.xml.
    Thanks for your help
    Cheers
    Habib
    Jerry <[email protected]> wrote:
    Hi Athmani,
    weblogic.properties file for WLS 6.1 SP1? There is none... weblogic.properties
    is in WebLogic
    5.1 and lower -- it was changed to config.xml for WLS 6.0 .. what are
    you using your
    weblogic.properties file for?
    Anyways,
    I have gotten NTRealms to successfully work with WLS 6.1, with security
    on a web app, allowing
    NT users to access certain resources. This stuff works.
    Since you can see your users and groups through the console (even though
    it takes a while) I
    think that your NTRealm setup is okay.
    I would guess that you have a problem with your deployment descriptors
    in your web
    application.
    There are quite a few posts in this newsgroup that illustrate how to
    set up security
    constraints on resources in your web app with the deployment descriptors.
    For example, check out
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.security&item=6244&utag=
    Let me know how it goes, okay?
    Cheers,
    Joe Jerry
    "Athmani H." wrote:
    Hi,
    Before posting this request, I checked the forum until Sep.18 to seeif nobody
    else experienced my problem, but in vain.
    I am using WLS6.1Sp1 under NT4
    I would like that NT users for defined NT Primary Domain Controllerauthenticate
    themselves before accessing a web app. For that, I followed thoroughlythe BEA
    Doc to get the config.xml, web.xml, weblogic.xml and filerealm.propertiescorrectly
    configured.
    The <auth-method> is set to FORM. The <security-role> and <security-role-assignment>
    are also set with business roles and principals from the NT PDC. the<security-constraint>
    with all the sub-tags are also defined. etc.etc. When I use the WLconsole, to
    check users and groups lists, it works fine although it takes a lotof time before
    being displayed (15 to 20 minutes !!!).
    Through a Login.jsp, the user enters his/her login name and password.The result
    is that I get the following message :
    "Error 403--Forbidden
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.4 403 Forbidden
    The server understood the request, but is refusing to fulfill it. Authorization
    will not help and the request SHOULD NOT be repeated. If the requestmethod was
    not HEAD and the server wishes to make public why the request has notbeen fulfilled,
    it SHOULD describe the reason for the refusal in the entity. This statuscode
    is commonly used when the server does not wish to reveal exactly whythe request
    has been refused, or when no other response is applicable."
    No trace in the log files. No warning . Nothing.
    My questions are:
    1- Has somebody already experienced this?
    2- Could you then help me ?
    By advance , thank you very much.
    Athmani H.
    Note : I can provide you through email the config.xml, web.xml, weblogic.xmland
    filerealm.properties and the concerned .jsp files on demand

  • Weblogic 10 doesn't start through admin console

    Hi,
    While starting a managed server on WebLogic 10.3 through the admin console I get the below error. However when starting the same managed server with a script I can successfully start it up.
    <Sep 30, 2010 10:31:52 AM EEST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://10.123.456.78:7001.>
    <Sep 30, 2010 10:31:52 AM EEST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Sep 30, 2010 10:31:52 AM EEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Sep 30, 2010 10:31:55 AM EEST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
    java.lang.AssertionError: Could not obtain the localhost address. The most likely cause is an error in the network configuration of this machine.
         at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:40)
         at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
         at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
         at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
         at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.net.UnknownHostException: myServer: myServer
         at java.net.InetAddress.getLocalHost(InetAddress.java:1353)
         at weblogic.server.channels.AddressUtils$AddressMaker.getLocalHost(AddressUtils.java:38)
         at weblogic.server.channels.AddressUtils$AddressMaker.<clinit>(AddressUtils.java:35)
         at weblogic.server.channels.AddressUtils.getIPAny(AddressUtils.java:105)
         at weblogic.protocol.configuration.ChannelHelper.checkConsistency(ChannelHelper.java:60)
         at weblogic.server.channels.ChannelService.start(ChannelService.java:197)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The environment had been up and running for many months, have done many successfull restarts occasionally. But after an ungraceful shutdown (database connection was down and managed server wouldn't shutdown through admin console) of the managed server & admin server, the startup through admin console stopped working. No configurations had been modified and we have two other systems working with similar configurations.
    The log is stating that "<The admin server could not be reached at http://10.123.456.78:7001.>" but it actually is listening at that IP and port and I can connect to it with other means. I'm able to ping the hostname, IP, localhost etc... and network connection shouldn't be an issue even though the log states so.
    Does anyone have any ideas what is broken? Thanks for any help in advance!

    Hi,
    With script I meant the startManagedWebLogic.cmd script (on Windows). The managed server is running on the same machine as the admin server.
    The hosts file has also been checked, it has the same content as two other environments which are working fine. But anyway we tried adding the IP & hostname there, but it didn't fix the issue. Nothing is wrong with the DNS either.
    I'm also able to ping the address:port, with the command you gave I get the following result:
    Sending 1 ping of 100 bytes.
    RTT = ~0 milliseconds, or ~0 milliseconds/packet
    When I'm trying to restart the managed server through admin console (on my laptop), I can see on the server side that there is a connection to the IP:port of admin server from my laptop's IP:
    C:\>netstat -an | grep 7001
    TCP 10.123.456.78:7001 0.0.0.0:0 LISTENING
    TCP 10.123.456.78:7001 10.164.51.33:3965 ESTABLISHED
    I again want to say that no changes have been done to any configurations in the environment. It was working fine before the "ungraceful" shutdown, where the connection to DB (that the managed server uses) was down and neither the managed or admin server would shutdown through admin console, but were shutdown by closing the cmd prompt window(used to start admin server) and java.exe task from taskmgr (managed server).

  • WCS Lobby Ambassador and Monitor User

    I'm running our WCS authentication through ACS with TACACS and it's working fine.  However, I currently have my Help Desk setup with a monitor user so they can login and view WCS, but this does not give them the Lobby Ambassador of course.  How can I get a user to have both WCS and Lobby access with having to login with seperate user identities?

    It's either admin either lobby account, you can not have both, the http pages are completly different and dont intermix.
    Your solution is to have 2 users on your TACACS where one is the admin and one the lobby.
    Here are the step by step config lines:
    http://www.cisco.com/en/US/docs/wireless/wcs/6.0/configuration/guide/6_0admin.html#wpmkr1064288

  • Monitoring SAN through OpsMgr 2012 R2

    Hello All..................I am trying to monitor SAN through OpsMgr 2012 R2.
    1.  What would be required for such a configuration?  I have following
    -   Management Pack for SAN
    -   IP Address
    -   User Name and Password
    2.  WHat would be high level steps?  Any step by step guide would be appreciated.  THanks.

    You have to share more information...
    What storage?
    What tapes?
    What switches/directors?
    To monitor your devices as network devices you just need SNMP ports (161/162) and ICMP enabled. Minimum requirement is SNMP get for the discovery and monitors/rules that poll the device.
    Cheers,
    Patrick
    Please remember to click “Mark as Answer” on the post that helped you.
    Patrick Seidl (System Center and Private Cloud)
    Website: http://www.syliance.com
    Blog: http://www.systemcenterrocks.com

Maybe you are looking for

  • PO release status is not updated.

    Dear Expert, Configuration of PO Release Strategy: Release Indicator B & R. Indicator B : Changble field is 4 Indicator R : Changble field is 1 ( Cann't be changed) Note : For PR , Business case is same , Upon final release users are not allowed to c

  • Query not giving the correct result

    select Project_id, contractno from elf_transactions where(rtrim(contractno),rtrim(project_id)) not in (select rtrim(contractno),rtrim(projectid) from contract_proj where report_month='1-May-2007' ) when I m firing this query, it is not giving correct

  • EndUser forgetting to enter zeroes in front of a number

    Post Author: ANTJIM CA Forum: General Feedback I am new to CrystalReport XI and any of its versions. How do you write the script so that if enduser forgot to enter zeroes (ie.,00504) to a prompt, the application will know to pull the data on number 5

  • HTML signatures distorted inside the Signatures and Stationery window preview/edit field, but display fine when used

    I created an HTML signature and imported it into Outlook 2010/2013 by placing the .htm file into my %APPDATA%\Microsoft\Signatures folder. The signature looks and works great, however the signature looks distorted / severely squished in width when at

  • Urgent !! help on resultset.next()

    I have a query that returns around 2100 records ( not many ! ) , when I am processing my result set with a while condition , it's taking too much time ( around 30 seconds ). Here is the code public static GroupHierEntity load(Connection con) throws S