How can we verify if all instances in the Portal Cluster are available ?

We have to write manual scripts to check if all instances in Portal Cluster environment are available and take some proactive steps.
Can somebody suggest me the best way to do it ?

There are Monitoring Products to do that so why do you want to write something yourself.
Some of the products I can think of are:
1) SAP Solution Manager Diagnostics - It comes with a tool for monitoring called Wily Introscope which I guess has this capability
2)Other one is BMC Software - Check out at
http://www.bmc.com/products/proddocview/0,2832,19052_19429_20213327_9841,00.html
If you still want to do it manually then you will have to monitor the server processes through some script to monitor.
Regards,
Piyush
ps: Please mark useful answers.

Similar Messages

  • I am uploading receipts using the PURCHASE_ORDER_RECEIPT EIP.  When I upload serialized assets each one is processed as a separate receipt (receiver_id). How can I have these all aggregated on the same receipt?

    I am uploading receipts using the PURCHASE_ORDER_RECEIPT EIP.  When I upload serialized assets each one is processed as a separate receipt (receiver_id). How can I have these all aggregated on the same receipt?
    Is there a parameter I should be using in the XML or is there a setting in Peoplesoft that will accomplish this?
    Jim

    sundy.liu wrote:
    Unfortunately however, even with the TCP tweaks enabled, I still only get a little over 1 Gb/s through the two aggregated Gig ports. It seems as though the aggregation is only using one port, though MRTG graphs of the two switch ports do in fact show that they are both being utilized equally, essentially splitting the 1 Gb/s speed between
    the two ports.
    Problem with the server? switch? Aggregation software? All the above? At any rate, I seem to be missing something.. Any help regarding this issue would be greatly appreciated!If you're only running a single stream, that's all you'll see. Teaming/aggregating doesn't make one stream go faster.
    If you ran two streams simultaneously, then you should see a difference between a single 1G interface and an aggregate of two 1G interfaces.
    Darren

  • How can I extract a km-iView out the portal to redefine it?

    Hello folks,
    I want to redefine the com.sap.km.cm.navigation-iView to serve generic access to the users home drive by using the <User.UserID>-variable. Therefore I have to extract/download the iView out of the Portal. I wasn't able to find KM-Content in Systemadministration->Support->Portal Runtime->Browse Deployment. What do I have to do?
    How can I extract a km-iView out the portal to redefine it?
    Regards
    Steffen

    Just as an example:
    package com.btexx.proxy;
    import com.sapportals.portal.prt.component.*;
    import com.sapportals.portal.prt.pom.IEvent;
    import com.sapportals.wcm.repository.ResourceException;
    import com.sapportals.wcm.repository.ResourceFactory;
    import com.sapportals.wcm.service.IServiceTypesConst;
    import com.sapportals.wcm.service.urlgenerator.IURLGenerator;
    public class Example extends AbstractPortalComponent
         protected void doOnNodeReady(IPortalComponentRequest request, IEvent event){
              String uname = request.getUser().getLogonUid();
              String path = "/userhome/"+uname;
              String rndLayoutSet = "ConsumerExplorer";
              String explorerServletPath = "/irj/servlet/prt/portal/prtroot/com.sap.km.cm.navigation";
                   try {
                        IURLGenerator ug = (IURLGenerator) ResourceFactory.getInstance().getServiceFactory().getService(IServiceTypesConst.URLGENERATOR_SERVICE);
                        explorerServletPath = ug.getExplorerServletPath();
                   } catch (ResourceException e) {
              request.redirect(explorerServletPath+path+"?rndLayoutSet="+rndLayoutSet);
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
    + portalapp.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="usermanagement, knowledgemanagement"/>
      </application-config>
         <components>
              <component name="Example">
         <component-config>
              <property name="ClassName" value="com.btexx.proxy.Example"/>
              </component-config>
                   <component-profile>
                        <property name="com.sap.portal.reserved.iview.Redirect" value= "true"/>
                   </component-profile>
              </component>
         </components>
    <services/>
    </application>
    all the best,
    dimitry

  • Security Scopes: All instances of the objects that are related to the assigned security roles greyed out

    So the guy who built our SCCM server is no longer in the company and his AD account no longer exists.  I noticed in SCCM however his account as the "All instances of the objects that are related to the assigned security roles"
    is selected. however the option is greyed out for everyone else.
    This option is the one found under Administration/Security/Administrative Users select the user and open properties then select the Security Scopes tab.
    Is there a way we can provide another user this same level access when we can no longer access through the original build account?
    Already looked into tombstone resurrection of his account thats a no go.
    

    Hi,
    I recommend you rebuild SCCM or open a case with Microsoft.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hey, how can i see in itunes 10 only the songs that are not part of a playlist on my ipod?

    hey, how can i see in itunes 10 only the songs that are not part of a playlist on my ipod?

    hey, how can i see in itunes 10 only the songs that are not part of a playlist on my ipod?

  • How can I get my Nook purchases into the NOOKBOOK Library area on my IPAD mini?

    How can I get my Nook purchases into the NOOKBOOK Library area on my IPAD mini?

    Not possible. iBook will not read or even be aware of the
    Nook books.
    Also answered in your other post
    https://discussions.apple.com/thread/2738595?tstart=210

  • How can I verify my iTunes account when the link doesn't appear in the email?

    I updated my iPhone with the latest update, and my iTunes account now has to be verified. I've resent the email to myself about ten times, but the link will not appear. I can't use iCloud and I can't redeem iTunes cards to purchase songs. I'm not sure what to do.

    You can verify by signing in at My Apple ID. You'll receive an email prompting you to verify.
    If that doesn't help, try this...
    Launch iTunes on your computer
    From the iTunes menu bar click iTunes / Preferences then select the Advanced tab.
    Click: Reset warnings and Reset cache
    Click OK.
    Restart your computer, restart your iPhone.
    Go to the iTunes store on your computer then click Redeem under Quick Links right side of the window.
    See if you can redeem a gift card.

  • How can I check that all numbers in a serial number are numeric

    I wrote a vi that checks to make sure that a serial number is in the "mmddyy-xxx" format, where xxx can be from 0 to 999. The problem is if I enter something like "012210-A1" it passes. Is there an easy fix to fail anything where xxx is not in the 0 to 999 range?
    Thank you
    Solved!
    Go to Solution.
    Attachments:
    Ser_No.vi ‏32 KB

    Hi chuck,
    you can do it that way:
    When the serial number isn't correct you will get an error from the ScanFromString function...
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can i verify my account?

    i got my appple id and my resque email is now verified but the problem is how can i verify it correctly even if the itune always said that my account is not verified yet?? help me guys,,,

    All future people who find this thread - Click the link below and look for the current verification thread as a sticky:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=reportabug
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • How can i verify my email on my apple id by downloading apps on my iPad mini ?

    I have problem downloading apps on my iPad using apple id. But the problem is my verification e mail. but how can i verify my email ? is that so ? Are there any alternates downloading apps instead of apple id?

    No alternatives, check your spam, junk, trash folders and rescue email account for the verification email.

  • HT4859 How can I verify that my App data is actually stored in iCloud. With Dropbox, I can actually see my stored files. With iCloud, itseems I'm supposed 2 just trust that Appl has the data. Short of doing a restore is there no way to check the data?

    How can I verify that my App data is actually stored in the iCloud. I can see and access my notebook, contacts etc. on the iCloud website, and I can see my photos in a folder on my Windows-based desktop compter (iCloud/Photostream). But no app data.
    With Dropbox, I can actually see all of my stored files. With iCloud, it seems, I'm supposed to just trust that Apple has my back. Short of deliberately trashing my app data and then attempting a restore, is there no way to check the data?

    You can't access them on Windows (unless you have iCloud enabled Windows programs) and I don't think any are, yet.
    iCloud data is accessed via Apps/Programs, the Windows programs vendors will have to step up (just to make it worse Microsoft have not yet enabled their Mac programs, such as Office yet) I doubt that iCloud access is much of a priority for them, complain to MS, when enough Windows users complain maybe they'll do something.

  • How Can I Verify My Final Project?

    I've completed my project and I'm about to send it to the replicators, but it turns out a check disk is too costly. And if it's wrong, I still have to pay to glass master again.
    Can anyone please advise me on the following, as to verifying my project:
    1) I encoded my video at 7.5kbps. Talking to a professional authorer today he told me he rarely encoded above 7 and aimed mostly for 6. (However his encoding is hardware based and I had to use the Quicktime conversion MPEG2 software in FC HD) He also said that if I get spikes then it could cause playback errors. Is 7.5 too high to encode in. My audio was all compressed in Apack, but how can I verify the final MPEG2 video stream to see if there are any spikes in it? How do I also check what the highest bit rate encode was on my video. I only used one pass by the way.
    2) How do I calculate the kpbs of my audio streams and add it onto the final bit rate? Is there a way of checking my encoded Apack sound files to find out what the bit rate is of it?
    3) As I am having to advance format all my files from DVDSP into the DDP format (as I don't have DLT so I'm submitting my project as two separate discs for each layer), I've been told that I should also verify my DDP files. How? What piece of software would I need.
    One last thing, was that playing my video back by loading the VOB files into the Mac video player, I was getting choppy playback in full screen. In normal screen mode it was fine. This has nothing to do with too high a bit rate encoding on my MPEG2 file is it?
    Sorry for all the questions and confusion, but I'm behind on the deadline on delivery and this will be my last chance to re-encode the video streams before it's too late.

    I know you did not ask this part, but I would be remiss in not stating it - if you are going to a replicator you really should get check discs made, no ifs, ands or buts about it. And those should be QC'd on various players. I am not sure how large your run is or the scope of the project, but you do not want to be stuck later on.
    1) I encoded my video at 7.5kbps. Talking to a professional authorer today he told me he rarely encoded above 7 and aimed mostly for 6. (However his encoding is hardware based and I had to use the Quicktime conversion MPEG2 software in FC HD) He also said that if I get spikes then it could cause playback errors. Is 7.5 too high to encode in. My audio was all compressed in Apack, but how can I verify the final MPEG2 video stream to see if there are any spikes in it? How do I also check what the highest bit rate encode was on my video. I only used one pass by the way.
    Yes spikes can cause playback issues, less on replicated discs but can still happen. As to encode rates you should use the lowest rate that gives you acceptable quality. What is you footage? High action? DVD SP does not have a way to check in it for spikes. There are other tools out there for that, or some DVD players will actuallly show the rate as you play it from a menu selection.
    Take a look here for some more info
    http://discussions.apple.com/thread.jspa?messageID=2215134&#2215134
    http://discussions.apple.com/thread.jspa?messageID=2206769&#2206769
    2) How do I calculate the kpbs of my audio streams and add it onto the final bit rate? Is there a way of checking my encoded Apack sound files to find out what the bit rate is of it?
    What were your encoding settings?
    Here is a way to calculate
    http://discussions.apple.com/thread.jspa?messageID=1709532&#1709532
    Or you can use http://www.videohelp.com/calc.htm or similar items out there
    3) As I am having to advance format all my files from DVDSP into the DDP format (as I don't have DLT so I'm submitting my project as two separate discs for each layer), I've been told that I should also verify my DDP files. How? What piece of software would I need.
    dvdafteredit(.com) mastering edition should probably do what you want though I just tried to Compare to a Disc Image and it worked, but could not get it to compare to a DDP Tape Image for some reason, I would chalk that up to user error (mine) Others here may be able to confirm one way or the other
    One last thing, was that playing my video back by loading the VOB files into the Mac video player, I was getting choppy playback in full screen. In normal screen mode it was fine. This has nothing to do with too high a bit rate encoding on my MPEG2 file is it?
    The Apple DVD Player? Anyway when you start expanding to full screen, the player has to do more work to stretch it to the screen. View it actual size and see if the issue goes away

  • I just ordered an iPad 4 32gb from Amazon but sold by a store called iPadShop.  In the customer reviews there were several reports of this store selling used and refurbished iPads as new.  How can i verify mine is new and not used when it arrives.?

    Ok, first time here, so forgive me if Im repeating the question.  I just ordered a NEW iPad 4 32gb from Amazon, but is actually being sold by a seller called "iPadShop". Although this seller got a high approval rating of 4.9 there were several reports of customers receiving used and refurbished iPads but sold as new.  Once I receive mine how can I verify it is new.  Also, even the ones that were new were purchased by this seller and then resold, which shortened the life of the 1 year warranty offered by Apple..?

    If you just ordered it, I suggest you cancel your order as soon as possible. If you can't contact Amazon, call your credit card company and cancel payment on that. Why go through worrying about the ipad you are paying for as new? If it's to save money, then that can be defeated if you get a used or refurbished ipad with a less than full one year warranty. You'll be dealing with the ipad shop's return policy which could mean that once you open it, it's yours, unlike when you buy from Apple you have a full 14 days to return it even if you've opened it.
    I looked at Amazon and did not see a price difference. If cost led you to buy from Amazon, what are you saving?
    I suggest you buy it directly from Apple. If cost is an issue, consider buying a refurbished ipad from the Apple online Refurbished store. I would not buy a refurbished anything from anywhere but the Apple online refurb store.
    The ipad 4 32 gb is $499.00 refurbished - a savings of $100.00 vs. a new one. We bought two ipads last year and one as a gift this year and they have been great!
    All ipads sold in the Apple refurb store come with new front and back covers, a brand new battery, a full one year warranty, and in case it matters, come in a new white Apple box like all ipads do. Earphones and charger are also included. You can also get the new Apple Care +, which insures up to three breakages (damaged glass, water damage, etc.) in two years.
    Hope this helps.

  • How can I set my database instance to start in OPEN mode after my computer

    Hi all,
    Sometime, I have to reboot my computer. After it rebooted, my instance is automaticaly executed. But, my database is not set to the OPEN mode (automaticaly). On some development computers, my status is set to OPEN after a reboot. On some computers, the local database is set to the IDLE instance.
    How can I set my database instance to start in OPEN mode after my computer has rebooted?
    Thank your for any help.

    but i could not run command emctl start dbconsolor lsnrctl..
    What error you are getting? If you are not able to run both of them then the ORACLE_HOME is not set properly.
    i set oracle_home and oracle_sid in thereWhere? Is it set in your user variable part of system variable. It is good to set it in the system variable, so that it will be common for all the users who use the system.
    To check whether the variable is set or not go to the command prompt and type
    setIf you see your ORACLE_HOME variable then it is set or else not.

  • How can I verify if SHRNK or MOVE will reclaim space?

    Hi all,
    I need to optimize a 9.2 and a 10.2 database.
    I suspect fragmentation to be one of the causes of slowness (some queries do a lot of full table scan), but I want to rebuild only the objects which really contain unused .
    How can I verify in advance if an ALTER TABLE SHRINK or ALTER TABLE MOVE will really reclaim free space? I'd like to verify if some segments are good candidates for shrinking rather when do an "ALTER TABLE MOVE" on the whole database...
    Is DBMS_SPACE.SPACE_USAGE the only thing I can use?
    thanks in advance for every answer.
    andrea

    Normally I use this package from Tom Kyte to check the space usage of the object.
    create or replace procedure show_space
    ( p_segname in varchar2,
      p_owner   in varchar2 default user,
      p_type    in varchar2 default 'TABLE',
      p_partition in varchar2 default NULL )
    -- this procedure uses authid current user so it can query DBA_*
    -- views using privileges from a ROLE and so it can be installed
    -- once per database, instead of once per user that wanted to use it
    authid current_user
    as
        l_free_blks                 number;
        l_total_blocks              number;
        l_total_bytes               number;
        l_unused_blocks             number;
        l_unused_bytes              number;
        l_LastUsedExtFileId         number;
        l_LastUsedExtBlockId        number;
        l_LAST_USED_BLOCK           number;
        l_segment_space_mgmt        varchar2(255);
        l_unformatted_blocks number;
        l_unformatted_bytes number;
        l_fs1_blocks number; l_fs1_bytes number;
        l_fs2_blocks number; l_fs2_bytes number;
        l_fs3_blocks number; l_fs3_bytes number;
        l_fs4_blocks number; l_fs4_bytes number;
        l_full_blocks number; l_full_bytes number;
        -- inline procedure to print out numbers nicely formatted
        -- with a simple label
        procedure p( p_label in varchar2, p_num in number )
        is
        begin
            dbms_output.put_line( rpad(p_label,40,'.') ||
                                  to_char(p_num,'999,999,999,999') );
        end;
    begin
       -- this query is executed dynamically in order to allow this procedure
       -- to be created by a user who has access to DBA_SEGMENTS/TABLESPACES
       -- via a role as is customary.
       -- NOTE: at runtime, the invoker MUST have access to these two
       -- views!
       -- this query determines if the object is a ASSM object or not
       begin
          execute immediate
              'select ts.segment_space_management
                 from dba_segments seg, dba_tablespaces ts
                where seg.segment_name      = :p_segname
                  and (:p_partition is null or
                      seg.partition_name = :p_partition)
                  and seg.owner = :p_owner
                  and seg.tablespace_name = ts.tablespace_name'
                 into l_segment_space_mgmt
                using p_segname, p_partition, p_partition, p_owner;
       exception
           when too_many_rows then
              dbms_output.put_line
              ( 'This must be a partitioned table, use p_partition => ');
              return;
       end;
       -- if the object is in an ASSM tablespace, we must use this API
       -- call to get space information, else we use the FREE_BLOCKS
       -- API for the user managed segments
       if l_segment_space_mgmt = 'AUTO'
       then
         dbms_space.space_usage
         ( p_owner, p_segname, p_type, l_unformatted_blocks,
           l_unformatted_bytes, l_fs1_blocks, l_fs1_bytes,
           l_fs2_blocks, l_fs2_bytes, l_fs3_blocks, l_fs3_bytes,
           l_fs4_blocks, l_fs4_bytes, l_full_blocks, l_full_bytes, p_partition);
         p( 'Unformatted Blocks ', l_unformatted_blocks );
         p( 'FS1 Blocks (0-25)  ', l_fs1_blocks );
         p( 'FS2 Blocks (25-50) ', l_fs2_blocks );
         p( 'FS3 Blocks (50-75) ', l_fs3_blocks );
         p( 'FS4 Blocks (75-100)', l_fs4_blocks );
         p( 'Full Blocks        ', l_full_blocks );
      else
         dbms_space.free_blocks(
           segment_owner     => p_owner,
           segment_name      => p_segname,
           segment_type      => p_type,
           freelist_group_id => 0,
           free_blks         => l_free_blks);
         p( 'Free Blocks', l_free_blks );
      end if;
      -- and then the unused space API call to get the rest of the
      -- information
      dbms_space.unused_space
      ( segment_owner     => p_owner,
        segment_name      => p_segname,
        segment_type      => p_type,
        partition_name    => p_partition,
        total_blocks      => l_total_blocks,
        total_bytes       => l_total_bytes,
        unused_blocks     => l_unused_blocks,
        unused_bytes      => l_unused_bytes,
        LAST_USED_EXTENT_FILE_ID => l_LastUsedExtFileId,
        LAST_USED_EXTENT_BLOCK_ID => l_LastUsedExtBlockId,
        LAST_USED_BLOCK => l_LAST_USED_BLOCK );
        p( 'Total Blocks', l_total_blocks );
        p( 'Total Bytes', l_total_bytes );
        p( 'Total MBytes', trunc(l_total_bytes/1024/1024) );
        p( 'Unused Blocks', l_unused_blocks );
        p( 'Unused Bytes', l_unused_bytes );
        p( 'Last Used Ext FileId', l_LastUsedExtFileId );
        p( 'Last Used Ext BlockId', l_LastUsedExtBlockId );
        p( 'Last Used Block', l_LAST_USED_BLOCK );
    end;
    /Read about it completely here.
    Aman....

Maybe you are looking for

  • Code conversion

    hi i am working in a team that maintains and develops a web based app. the current way of starting off the app is to go into a web page which loads an applet and runs the app. i was asked to take that page, and change it so that the java web start wi

  • Scan app not opening and other issues

    Hi, Let me start by saying thank you for your assistance. I have a regular-old 5514 photosmart airprint printer, and it is going crazy. It is just about to be two years old. My computer is a MacBook Pro on 10.9.1 (also two years old). The printer and

  • Fullscreen Slideshow blurred why ?

    The new Fullscreen Slideshow is very nice. But i have one Problem. I really have very sharp images but when I pack it in the slideshow and open my Page with the browser. All pictures in the Fullscreen Slideshow are blurred but why?

  • Check duplicate invoice and amount

    Hi All, Can anyone help me with this issue. In T.code FB60 (invoice input field), I want the system to check the duplicate invoice and amount (If invoice number and amount are same) and it should not allow the user to proceed further. Please help.. R

  • XI to R/3 via ABAP Proxy

    Hi,    The Scenario is File to R/3 . The complete connection has established between XI and R/3 . The file is not transferred to the R/3 system . The SXMB_MONI shows the error as follows <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SO