Simple way to check the status of EPM web services

Hi all

I need a shell script that would check the status of all EMP web services (HSS, APS and EAS for now)...

--

I notice that the content of the below URL provides a way to check the status of the workspace:

http://Server1:28080 / status/work space

<? XML version = "1.0" encoding = "UTF-8"? >

<Status >

"<Initialization State="LOAN" attemptCount="1"/ > " "

<Code >0 < /Code >

<Message >workspace runs normally. < /Message >

<Products >

<Product >bpm < /product >

<Product >workshop < /product >

<Product >APS < /product >

< /Products >

< /status >


Note that server1 run HSS, APS and EAS.

The below URL is not very informative...

http://Server1:28080 / status

Status: Active

-> Someone knows of other ways / URL that can provide a summary of the status of the managed servers? I intend to use a shell script to analyze the rest of these URLs in order to assess the health of services... I guess that there is a way of using WLST to check the status of the managed server, as these services are controlled via the Console of Administration WebLogic web app.

Thank you!

Have a read of the following Oracle support doc - "Troubleshooting Oracle Hyperion Enterprise Performance Management 11.1.2.0 or 11.1.2.1 11.1.2.2 utilities 11.1.2.3 [Video] (Doc ID 1303200.1).

He has a list of URLS to check the status of web applications.

See you soon

John

http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Is there a way to check the status of the battery on an iPad 4gen?

    Is there a way to check the status of the battery on my iPad 4gen?

    Make a booking Genius Bar at your local Apple store and they can run a free diagnostic on the iPad that will determine the State of the battery.

    You will need for your Apple ID to make the reservation:

    http://www.Apple.com/retail/Geniusbar/

  • Is there a way to check the status of an export order?

    We can check the progress and the State a controls import using a statement in sqlplus using a command like below. Is there a way we can do export as well?

    SELECT
    SUBSTR (sql_text, INSTR (sql_text,'INTO ""), 30) table_name
    rows_processed
    ROUND ((sysdate-TO_DATE(first_load_time,'yyyy-mm-dd hh24:mi:ss')) * 24 * 60, 1) minutes
    , TRUNC (rows_processed / ((sysdate-to_date(first_load_time,'yyyy-mm-dd hh24:mi:ss')) * 24 * 60)) rows_per_minute))
    OF sys.v_$ sqlarea
    WHERE
    sql_text like ' % of INSERTION IN "" % ".
    AND command_type = 2
    AND open_versions > 0;


    Kunwar.

    Hello malika,.

    I am able to see the work and the link on owner_name and user_name when I do an export full db.

    SQL> select * from dba_datapump_jobs where owner_name='MYUSER';
    
    OWNER_NAME                     JOB_NAME
    ------------------------------ ------------------------------
    OPERATION
    ------------------------------------------------------------------------------------------------------------------------
    JOB_MODE                                                                                                                 STATE                              DEGREE
    ------------------------------------------------------------------------------------------------------------------------ ------------------------------ ----------
    ATTACHED_SESSIONS DATAPUMP_SESSIONS
    ----------------- -----------------
    MYUSER                         SYS_EXPORT_FULL_01
    EXPORT
    FULL                                                                                                                     EXECUTING                               1
                    1                 3
    
    SQL> select OPNAME,TARGET_DESC,SOFAR,TOTALWORK,START_TIME,TIME_REMAINING,ELAPSED_SECONDS,MESSAGE,USERNAME from v$session_longops where username='MYUSER';
    
    OPNAME                                                           TARGET_DESC                           SOFAR  TOTALWORK START_TIM TIME_REMAINING ELAPSED_SECONDS
    ---------------------------------------------------------------- -------------------------------- ---------- ---------- --------- -------------- ---------------
    MESSAGE                                  USERNAME
    ---------------------------------------- ------------------------------
    SYS_EXPORT_FULL_01                                               EXPORT                                    0        305 25-OCT-10                            141
    SYS_EXPORT_FULL_01: EXPORT : 0 out of 30 MYUSER
    5 MB done
    

    Currently, I don't have enough resources available on my test server to create larger tables so will not be able to test this with tables or schemas, so I can't say if she behaves differently.

    I hope this helps.

  • routine to check the status of connecton and perform actions

    I'm looking for a way to check the status of a server about if it is connected or in maintenance mode after I reload a host.

    Here is the excerpt I got so far

    Do

    {

    $GETHOST = get-vmhost $ESXHOST

    $GETSTATE = $GETHOST. State

    If ($GETSTATE - eq 'Maintenance' - or $GETSTATE - eq 'CONNECTED')

    {

    $CONNECT = $True

    }

    on the other

    {

    $CONNECT = $False

    }

    } until ($CONNECT = $True)

    The erroractionpreference will continue: $ErrorActionPreference = "continue".

    But I can't get it to work properly, it does not work after the first cheque and there is the loop.

    Who has a good idea in order to solve this problem?

    Rob, your test in the until loop is not correct.

    This should be "-eq ' instead of '='.

    do{
         $GETHOST = get-vmhost $ESXHOST
         $GETSTATE = $GETHOST.State
    
         if ($GETSTATE -eq "Maintenance" -or $GETSTATE -eq "CONNECTED"){
              $CONNECT = $True
         }
         else{
              $CONNECT = $False
         }
    }until($CONNECT -eq $True)
    
  • How to check the status of FNDSM

    Hello

    How to check the TM FNDSMListenerStatus, I know that we can use the APPS_sid is the MT listener, y at - it another way to check the status of the FNDSM listener,.

    Thank you

    Hello

    OS, you can use tnsping to check the status of auditor of th.

    Of the database, run the following query and make sure that it returns something:

    SQL> select CONCURRENT_QUEUE_NAME
    from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    

    You can also check:

    Note: 735148.1 - Troubleshooting problem competitor Manager Start Up associated with Service Manager
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=735148.1

    Kind regards
    Hussein

  • SDK API to use to check the status of the host after RebootHost_Task API perl for VMware

    I use the RebootHost_Task API, ping the server ESX to check if it is in place (using the Net::Ping module), then using ExitMaintenanceMode_Task to get out of the mode of maintenance for the ESX Server.

    I sometimes lack of InvalidHostConnectionState when I trigger ExitMaintenanceMode_Task. This is because even if the ESX host is to ping requests, the SOAP request has failed. What Vmware perl API SDK can be used to check the status of the host before triggering the aPI ExitMaintenanceMode_Task

    Probably the best way is to check the HostSystem runtime.connectionState.

    $host = Vim::find_entity_view (view_type-online 'HostSystem', properties-online ['name', 'runtime.connectionState'], filter => {-online $host_name 'name'});

    $connected = 0;

    until the ($connected) {}

    $host-> update_view_data();

    $connected = $host-> {'runtime.connectionState'};

    # Add a timeout here break

    }

    #.. .do something with newly restarted host

    I also used the runtime.bootTime in the past, where I waited for the value is longer than the previous string XSD time recorded before the restart request (with a long timeout to avoid problems).  It's better than the connectionState option since it manages the window between the restart request and the actual restart.  It * doesn't * updated until the host is connected again (and available to call you to leave the maintenanceMode).

    These values using works even when the host is not connected (cached by the vCenter API service), so you can wait for them to change (and in the case of connectionState, once again).  You'll just take into account the window of the application restart and real reboot before you start querying using connectionState.

    You can probably drop your logic of ping, so if encode you correctly around the State API variables for the host.

  • Check the status of the services

    Hi, is there a way I can check the status of planning services, reporting services, services of the Foundation, essbase etc on linux

    Please share any means possible. Kind regards.

    Double post - checking the services status

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • Check the status of the Table views

    Hi all

    I would like to check the status of the Oracle Table and the view that the procedure we had on the another db and we trying to replicate that after the passage of Oracle g10.
    There probably too much sence at all for Oracle, but I can't say that as a new user, I'm sure that wilwl RAISE exception if something goes wrong, but still, we are then. Too much heritage, etc...
    These points of view in question created every day with a lot of logic, that is why we do that (I think).
    What would be the path of the right way to do it? I can surely do SO (SELECT COUNT (*)... > 0) THEN OK, as we expect those table alwayse be filled with something, but is there a way to check how healthy all elect, constraints, etc...
    These VIEWS are quite large, almost 500 K lines.

    Is there any CHECK in Oracle, as in some other languages/platforms.


    Thank you for your comments, probably I'll get armed good enough to convince someone don't do it-)


    Best
    Trent
    SQL> select status, count(*) from dba_tables group by status order by 1;
    
    STATUS        COUNT(*)
    -------- ----------
    VALID            2834
    

    The same can be done for the INDEX.

    Please trust Oracle in order to maintain the integrity of the data.

  • Checking the status of communication with NI DAQmx or NI6143

    Hello world
     
    I'm working on checking the status of communication with NI DAQmx or NI6143 in Microsoft Visual Studio 6.0 C++ on Windows XP. The communication situation is checked between the DLL and the NOR-DAQmx/NI6143. I wonder what is the command for the control of communication for NI DAQmx or NI6143, and if there is no code available. Any suggestion or advice is greatly appreciated.

    Thanks in advance.

    There are many examples available on your computer that install with NI DAQmx. For examples in C/C++, follow the steps listed in this white paper:

    http://www.NI.com/white-paper/6999/en

    If you are new to data acquisition, that I suggest using LabVIEW. LabVIEW has several examples to begin to use a data acquisition equipment. To find them, open LabVIEW and select help > find examples... > Input and Output material > DAQmx.

    As a note of clarification, NI DAQmx is the driver used to communicate with your device (NI 6143). You do not communicate with OR-DAQmx itself, but use it to send commands and receive data from your device.

    Cameron T

  • Nvy HP 4500: check the status of printing etc.

    How can I check the status of print, for example what are print jobs in the queue?

    Thanks for letting me know who helped @hbf1842.

    Have a wonderful day!

    Think about scoring the Message post that solved the problem like "Accept as Solution" so that someone else in the community of HP who can meet the same or similar problem will know what to do.

    Thank you.

  • How can I check the status of the warranty of my computer laptop vaio?

    How can I check the status of the warranty of my computer laptop vaio?

    alexhrdata,

    Please see this post.

  • ThinkPad R60 could not start beyond "checking the status of the integrated security chip.

    I am unable to load the OS-Windows XP because of the layout I did successfully:

    The system worked more slowly, I went to the troubleshooting of windows... and follow the procedure below:

    "' Help-> Pick a task-> use tools to view your computer information and diagnose problems-> SYSTEM-> Changed CONFIGURATION UTILITY to" START DIAGNOSTICS "and restarted the computer...

    But unfortunately,.

    My system is unable to exceed... "" Checking the status of embedded security chip ' and windows does not load.

    If anyone has the solution pl... answer a few important information lies in...

    Thanks in advance.

    I think that the error message says do not keep your finger on the key during the startup of the whole. Just press it several times in the time the windows logo should normally appear.

  • need the simple way to set the computer back to factory settings, and already saved safe data

    need the simple way to set the computer back to factory settings, and already saved safe data

    Vista recovery media obtain and/or use the Partition Recovery Vista on your computer to the factory settings .

    There is no Vista free download legal available.

    Contact your computer manufacturer and ask them to send a recovery disk/s Vista set.

    Normally, they do this for a cost of $ small.

    In addition, ask them if you have a recovery Partition on your computer/laptop to restore it to factory settings.

    See if a manual provided with the computer or go to the manufacturer's website, email or you can call for information on how to make a recovery.

    Normally, you have to press F10 or F11 at startup to start the recovery process...

    Another way I've seen on some models is press F8 and go to a list of startup options, and launch a recovery of standards of plant with it, by selecting the repair option.

    Also ask them if it is possible to do the recovery disk/s for the recovery Partition in case of a system Crash or hard drive failure.

    They will tell you how to do this.

    Every computer manufacturer has their own way of making recovery disk/s.

    Or borrow a good Microsoft Vista DVD (not Dell, HP, etc).
    A good Vista DVD contains all versions of Vista.
    The product key determines which version of Vista is installed.

    There are 2 disks of Vista: one for 32-bit operating system, and one for 64-bit operating system.

    If install a cleaning is required with a good DVD of Vista (not HP, Dell recovery disks):

    Go to your Bios/Setup, or the Boot Menu at startup and change the Boot order to make the DVD/CD drive 1st in the boot order, then reboot with the disk in the drive.

    At the startup/power on you should see at the bottom of the screen either F2 or DELETE, go to Setup/Bios or F12 for the Boot Menu

    http://support.Microsoft.com/default.aspx/KB/918884

    MS advice on the conduct of clean install.

    http://www.theeldergeekvista.com/vista_clean_installation.htm

    A tutorial on the use of a clean install

    http://www.winsupersite.com/showcase/winvista_install_03.asp

    Super Guide Windows Vista Installation

    After installation > go to the website of the manufacturer of your computer/notebook > drivers and downloads Section > key in your model number > get latest Vista drivers for it > download/install them.

    Save all data, because it will be lost during a clean installation.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://support.Microsoft.com/default.aspx/KB/326246

    'How to replace Microsoft software or hardware, order service packs and upgrades, and replace product manuals'

    See you soon.

    Mick Murphy - Microsoft partner

  • How do I check the status of the player

    What is the method of checking the status of Player object (as REALIZED, PREFETCHED, etc.) in BB programmatically?

    Player.getState)

  • Check the status of voice on the 4.0 unit cards (3)

    Hello

    I would like to know how can I test if the voice cards are correctly installed and setup of the unit has completed the installation of the voice card successfully?

    As far as I know is to open the DCM program and check the status of each voice card. Are there other means or tools to check voice cards in more detail?

    Moreover, I found the in Device Manager, the server could only recognize the cards as the unknown PCI devices. Is this normal?

    Thank you

    ---

    Ray

    DCM confirms that the card has been properly installed.

    Regarding the unknown PCI error, it is normal.

    "Note that if you view a voice card using the Windows Device Manager, the card can be displayed as an unknown device PCI with a warning indicating that the drivers for the device are not installed. A found new hardware wizard may also appear for each card during installation or to restart the computer in Cisco Unity. These conditions are the two expected behavior and do not indicate an error or a condition requiring action. You can disable the hardware detected Wizard to prevent it from appearing at restarting the Cisco Unity computer."

    http://www.Cisco.com/en/us/products/SW/voicesw/ps2237/products_installation_guide_chapter09186a00801ba4b6.html#1505050

    H. M.

Maybe you are looking for

  • IT6322 Itech Programmable power

    Hallo, I have an IT6322 Programmable Power Supply of Itech and let it interface with TestStand. Do you know if there is a driver for this instrument? Thank you for your help.

  • backup error OX900700AA failed

    I'm doing a (first) backup on a laptop using Vista but I get theBackup error failed # OX900700AA. What ca I do you?   Thank you very much

  • update of WinDVD stop Media Player DVD playback

    So this one took me by surprise. I've updated my software InterVideo WinDVD (from 4 to 5) using the update available here on the Lenovo Web site (http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&lndocid=MIGR-68730) Now when I o

  • Error windows pop up on start

    This pop-up still shows at the beginning, I tried to use «a) click the Start button.»(b) type: cmd.exe in the search results.(c) right click the cmd.exe file and select 'run as administrator '.(d) in the CMD window, type: sfc/scannow and press the En

  • The domain Adobe Acrobat Reader for mobile devices controller may reveal some layres?

    Is the new Adobe Acrobat Reader DC for mobile devices allow the visibility of layers?... or it is possible on the PC, laptops that have the complete player on your computer?