Need custom report on Host Availibility

Hi,
I want a custom report on Host Availibility can anyone suggest anything...
regards
sudip

Hi,
I want a custom report on Host Availibility can anyone suggest anything...
regards
sudip

Similar Messages

  • Custom Report For Database Availability

    SELECT target_name,
    target_type,
    SUM (up_time) up_time,
    SUM (down_time) down_time,
    SUM (blackout_time) blackout_time,
    TRUNC( SUM (up_time)
    / (SUM (NVL (up_time, 1)) + SUM (NVL (down_time, 1)))
    * 100)
    availability_pct
    FROM ( SELECT target_name,
    target_type,
    SUM(TRUNC( (NVL (end_timestamp, SYSDATE) - start_timestamp)
    * 24))
    total_hours,
    CASE availability_status
    WHEN 'Target Down'
    THEN
    0
    WHEN 'Target Up'
    THEN
    0
    WHEN 'Blackout'
    THEN
    SUM(TRUNC( (NVL (end_timestamp, SYSDATE)
    - start_timestamp)
    * 24))
    END
    blackout_time,
    CASE availability_status
    WHEN 'Target Down'
    THEN
    0
    WHEN 'Target Up'
    THEN
    SUM(TRUNC( (NVL (end_timestamp, SYSDATE)
    - start_timestamp)
    * 24))
    WHEN 'Blackout'
    THEN
    0
    END
    up_time,
    CASE availability_status
    WHEN 'Target Down'
    THEN
    SUM(TRUNC( (NVL (end_timestamp, SYSDATE)
    - start_timestamp)
    * 24))
    WHEN 'Target Up'
    THEN
    0
    WHEN 'Blackout'
    THEN
    0
    END
    down_time,
    availability_status
    FROM MGMT$AVAILABILITY_HISTORY
    WHERE target_type IN ('oracle_database', 'rac_database')
    AND availability_status IN
    ('Target Down', 'Target Up', 'Blackout')
    GROUP BY target_name, target_type, availability_status
    ORDER BY target_name, availability_status)
    GROUP BY target_name, target_type
    ORDER BY target_name
    Above is the Query that i'm using for the element "Table from SQL" but getting the error "Error rendering element. Exception: ORA-01476: divisor is equal to zero "
    Can anyone please help me with fixing this report.
    Thanks
    Edited by: 822424 on Aug 22, 2011 8:27 AM
    Edited by: 822424 on Aug 22, 2011 8:27 AM

    The error says that somewhere in you statement you are using a value 0 as an divisor.
    So A / B where B = 0
    Try to debug you SQL statement to make sure you will never use the value 0 as divisor.
    Once you corrected your statement, your report will work fine
    Rob
    http://oemgc.wordpress.com

  • CSA 6.0.1 Customizing Reports on Hosts Who Have Disabled Agents

    We set up a rule which asks the user to supply a reason when they disable the CSA Agent.
    Is there a way to customize a report to include the reason in a report?
    We want to generate a report weekly which would include the end user name and the reason they disabled the agent.
    Thanks.

    Thanks for that, I'm still looking for confirmation for the Unix side...

  • Custom Report For Excise On Sales

    hi friends,
    i need custom report for excise on sale like below format, can you please guide me to prapare FS for below requirement.
    Material Code And Discriptiion
    Sales Order No     
    Delivery No     
    Billing No     
    Accounting No     
    Excise Invoice No     
    Sold to Party     
    Billed Qty     
    gross value     
    bed     
    ecess     
    cess     
    she     
    total excise duty     
    invoice value
    Regds
    Ashwini

    dear friend,
    you can try the standard t-code SDO1 and change the layout
    good luck!

  • Custom Report Needed

    Hi,
    One of my client needs the custom report as follows . The report should display the  MONTHLY SALES QTY ,  AVAILABLE STOCK  AT THE ENDOF THE MONTH  for an Item by Warehouse or Location. The format is like this
                                       Item1                                                                         Item2
                      Monthly Sale QTY,   Available Stock                Monthly Sale QTY,   Available Stock   
    WHS-1                     x                         y                                          x                               y
    WHS-2                     x                         y                                          x                               y                        
    WHS-3                     x                         y                                          x                               y
    if any custom query or XL- Report available , plz reply me .
    Regards,
    Srinivas

    Hi Srini,
    Check the thread,
    Re: SALES REGISTER QUERY
    Customer Aging report query
    aging query
    Regards,
    Madhan.

  • I need to add a new custom report to the PSPRCSRQSTDLG page - How ?

    We are moving to FIS 9.0 from 8.4 and I am retrofitting a report. The report in 8.4 is called from the Process Request page and I can't see how to get a custom report to display in this page.
    has anyone done this before?
    Thanks,
    Allen
    DBA -Sonoma State University

    The PRCSRQSTDLG page is the "2nd page" (so to speak) of a run control componet/page which is called when the "Run" button is pressed.
    All you need to do is to create a new process definition for your custom report. On the 2nd tab of the process definition enter the component for the run control page from which the report is to run. Save. When you navigate to the run control page and press "Run" your custom report will now appear on the PSPRCSRQSTDLG page.
    Sue

  • Need to submit custom report when email option chkd and po approved

    Hi All,
    We use R12, our requirment is to submit a custom report when PO is approved.
    Not in all cases we need this. when user select 'Approve' option for a Manually created PO,
    and in the Approval form, when the User selects 'Email' check box and approves it.
    Irrespective of value that is given in email field, when that Email check box is checked and PO is approved, then the custom report should get submitted.
    For this our funtional team is requesting to copy the PO approval Workflow and write a event there.
    But I feel this can be achived in much easier way. But not getting any ideas.
    Can anyone let me know what could be the best and effective way than modifying Workflow.
    Can we do with custom.pll.
    where I would check if the email check box is checked in the box and if the approve button is pressed then to launch the custom report.
    One more doubt, can we get the values that are being enterd in the form. I mean, if the po number is 55, in the custom.pll
    can we get that value into our custom.pll code, which i need pass as a prameter to the report.
    Please through any ideas. Thanks
    Edited by: 834095 on May 4, 2011 9:05 PM

    Pl do not post duplicates - Submit Custom Report in PO Approval Process
    Srini

  • Need to take part of selection criteria out of a custom report (R painter)

    Hi Experts..
    I have a requirement to hide cost elements/group which appear as part of selection criteria on our custom report (report painter) for projects.
    1. Why this appears as part of the selection criteria as i did not find this defined in Edit --> General data selection. (I only found  CO area, Valuation, Fiscal year, Period, and Object in there).
    2. We have found a system performance issue when a user put in cost elements for selection. So I am required to take this out. I thought i can just take this out from General data selection.. If I can't find it in there, where would i be able to do that??
    3. Suppose I would hide this selection by creating a screen variant.. I was looking in SHD0
    but its not working with our Z T.Code...it display the error message "Variants are possible only for dialog transactions"... This does not seem to work with a custom t-code. Then how would I do this ????
    Please help clarify on this ....
    Thanks....
    Monica
    Edited by: Monica Kong on Aug 24, 2008 6:01 AM

    Hi Monica,
    I believe we have an executable report here...
    go to se38 -> enter program name -> click on "attributes" button -> display
    We can see the type as 'Executable' or 'Modulepool'
    generally a selection screen is brought by using keywords 'Parameters' or 'select-options' in Executable programs and with screen in modulepool ..although we can use a combination of both in some cases
    So in your program..
    check for keywords
    'Parameters'/'Select-options'
    The best way to proceed is to press F1 on the field that needs to be removed from selection...note the details
    "screen number" and "screen field"
    (1)By default screen number = 1000  if it is an executable program
    Now see the scrren field ..if it is select-options it will something like field-low or field-high
    so in the report
    search for field for cost center and group with keyword starting as parameters or select-options and comment the same
    Remember to comment tte fields throughout the program since this field will be used in multiple locations
    (2) if it is modulepool program note the screen number , go the program and screen and remove the field from screen painter and comment the fields where ever used in the program
    Also note that using screen variant is a good option but done if user needs specific settings on a report or we need the original report as it is plus additional report with few variations
    Hope it helps
    Pls check and revert
    Regards
    Byju

  • Help needed regarding custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    You might want to try posting your question to the Grid Control Forum.
    Enterprise Manager

  • Need help in creating custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    Same post
    Need help on repository views for creating custom capacity planning reports

  • Need to customized report in solution manager but duno which table to pull

    Dear Gurus,
    I need to create a customized report in solution manager to get the following fields:
    1) Message number
    2) Transport number link to the message number
    3) Target client the transport go to
    4) Date/Time of status change to "Consolidate"
    5) Date/Time of transport imported
    6) Date/Time of Email Sent through message when requesting for transport
    Pls, help find the relation tables for the above objects, I'm a developer without any functional help and with no knowleadge of solution manager. Pls, help ASAP!
    Desperate,
    Belinda

    Hi Belinda,
    open the service message application in the Solman.
    Open a service message, focus the needed fields and press F1 for technical details. Try finding the tables by using the      where-used list.
    Cheers,
    André

  • Custom reports needed in excel format..12.0.6

    Hi
    we are on 12.0.6
    All of our custom reports are defined with output format of pdf at the time of defining executable and program from sysadmin
    Now there is a need by our costing department that they need all the finanical related reports in excel format
    we tried converting the pdf to excel but format variation is too huge and to no use
    how can we make it possible that reports come in excel format directly
    there r seeded oracle reports, which when viewed after running, open in excel..they have output format defined as XML i guess
    Please advice
    Rgds
    Muhammed

    Hi,
    Please see this thread.
    XML publisher output report in excel format
    Re: XML publisher output report in excel format
    Thanks,
    Hussein

  • Need to call funtion in stored procedure to run one customized report

    Hi,
    I need to call one function in stored procedure for our customized report. Can anyone please help me in calling the function in stored procedure and provide the syntax for the same.
    Thanks,
    Kalpana.

    Either open an existing report. You'l see so many examples.
    or
    http://www.google.co.in/#hl=en&source=hp&biw=1024&bih=586&q=call+function+in+stored+procedure+sql&aq=1&aqi=g2g-m2&aql=&oq=Call+function+in+stored&gs_rfai=&fp=dbefe777997d3915

  • Need Direction to Edit Custom Reports for Crystal 8.5

    Hi,
    I'm pretty new to crystal and I have the need to edit a few of our custom reports. I have a report called "Summary of Transactions by Dept". This pulls the data and then groups the information by dept. I want to have it pull the same data but with a minor tweak, I need to have it grouped by job.
    I added the "Job" table and then I linked it to a "tran" table. I'm pretty sure I linked the tables correctly, I looked at how the "dept" table was linked and did the same.
    I then changed the groups to group by "job description". When I try and refresh the data I get nothing. Can anyone explain why this happens?

    Thanks for your help guys... I figured out that I needed to "set the location" for the report. It needed to look at the database that the program was looking at. I appreciate the help.
    I have a new problem I am trying to solve. I was able to create the custom report that I needed, but with one problem. The report is a Transaction summary by Job Description report. The issue is that the data being pulled for past transactions is using the current item pricing (past prices were less expensive). This is only a problem if the item existed at another price in the past. So when you total the item cost it shows up more expensive then it really was on some items.
    Ex. Item123
    On 05/01/2008 cost $4.00
    Current pricing for the item is $5.00
    When I run the report for 05/01/2008 - 05/31/2008, asssuming I used 2 pieces. The report generates a total cost of $10.00 (when it really only cost $8.00 because that was the cost at the time of issue.)
    Any idea's?

  • Need to find All Custom Reports which are based on SAP standard reports

    Hi Specialists,
    I would like to find out all the customized reports which are a copy of SAP standard reports in the client's system.
    For Eg. RPCP11G0 is the SAP standard report which has been customized & it's code has been re-written into a Custom report i.e. ZGBPPYMP001_P11D.
    I would like to know all such occurences in the system.
    Steps already done:
    1) Tried searching with RPR_ABAP_SOURCE_SCAN & RS_ABAP_SOURCE_SCAN.
    Please suggest .
    Thanks
    Abhinav.

    it's only possible with an tool-program
    when your developers have not change the line with the REPORT-command.
    e.g.
    standard-report is RAGITT01
    copy is ZC_RAGITT01 or sth like this
    but report line is unchanged in copy:  "REPORT RAGITT01 MESSAGE-ID AB..."
    solution:
    select all reports from TRDIR/TADIR  from your Z/Y-device classes
    and analyse the reports with
    read report ZC_RAGITT01 into wa.
    and use find for searching 'report-command'.
    and check whether the result of that finding is an standard abap
    hope that helps
    Andreas

Maybe you are looking for

  • NTSC HDV & PAL HDV combined

    Hi, All my Video gear is Pal.  I had the Sony A1e (Pal) which after 6 services still has the moisture problem.  I have looked for another good used one  but nothing on the net.  There is a Sony A1P for sale but I think P is the NTSC version. My quest

  • Full motion swf's -- mystery

    I am still learning and playing by creating a series of software demo/tutorials. One of my projects produces 3 fullmotionX.swf files when published in addition to the regular swf file. How did this get enabled for one project and why are these files

  • VAT calculation in MIRO

    Dear All SAP Gurus, I used one freight condition in the PO.Conditions used are JMOP/JMX1,JEC1/JEX1,JSEP/JHX! and JVRD. In the miro freight charges and ED,ECS,SECESS and VAT are flowing correctly.In addition to these entry one more VAT entry is flowin

  • IOS 7 and the disappearing "define" function?

    After upgrading my iPhone 5, bought about 60 days ago, to iOS7, my define function seems unsupported. There was a iPhone 5 discussion about it, and I tried the GENERAL/INTERNATIONAL/LANGUAGE fix, but could not get any of the listed dictionaries to do

  • Pb with report deployment

    Hi All, I've deployed two reports on portal (export PAR files) and when i go to Content Management --> Reports --> Tools, only one is enable, the other have just his name under Report and he's not visible. When i go to Content Administration --> KM C