Services to be checked after system restart for getting system status

Hi,
We are trying to identify all the services that are to be checked before we confirm that a system is available.
While performing a system status check on J2EE instances after restart of the system , after getting a respone on TELNET to the HTTP Port sometimes the system was found to be not completely up.
We have observed that though the server processes are down HTTP service responds to user requests.
Could you please help identify the other services which must also be checked to be completely sure that the system is UP ?
We have gone through the document "TCP/IP Ports Used by SAP Applications" in SDN.
But It doesn't talk about the ports to check for Java server processes.
For ABAP we do a telnet on Message server and so far we got it right.
Should we check on other services as well in ABAP stack systems to confirm on their availability?
Thanks
Prateek
Edited by: Prateek Gupta on Dec 5, 2011 8:32 AM
Edited by: Prateek Gupta on Dec 5, 2011 8:48 AM

Hi Prateek,
Please use below command to check if JAVA Stack/Instance is UP and Running or not.
jcmon pf=/usr/sap/<SID>/SYS/profile/instace profile name (If your Server O.S. is Solaris or Unix)
Then goto option 20 and you can find there Dispatcher, Server0 and SDM are UP and Running or not.
If everything is Up and Running, then you can goto your browser and paste there:
http://Hostname:5<XX>00
where <XX> is the System Number where your Java enginee/Stack is present.
In order to check  ABAP Enginee is Up or not, you can check like this:
dpmon pf=/usr/sap/<SID>/SYS/profile/instace profile name (If your Server O.S. is Solaris or Unix)
it will show your work process are running or not.

Similar Messages

  • Upgraded 5s to IOS8, my iphone has showed no service to days, and I have restart and get the SIMcard regected. Also, I have refreshed my iphone system, but it still doesn't work. So, how to fix my iphone?

    Upgraded 5s to IOS8, my iphone has showed no service to days, and I have restart and get the SIMcard regected. Also, I have refreshed my iphone system, but it still doesn't work. So, how to fix my iphone?

    Hhave you done a reset press & hold power button & menu button until you see
    Apple Logo you will not lose any data.
    bsydd uk

  • Check the system status

    Hi,
    I have a simple question for you..
    How can I check the system status when i save my order...
    The purpose is not save orders whith errors.
    Thanks,
    Hugo.

    Hi Hugo,
    You need not do anything with the status.
    Just create a BADI Implementation for the BADI definition ORDER_SAVE in SE19.
    In the method PREPARE, call the function module CRM_MESSAGES_CHECK_FOR_ERRORS to check for errors in the order. If there are errors in the order then call the function module CRM_MESSAGE_COLLECT to show the additional error message 'Order can't be saved as it contains error' and exit.
    You can also do any additional validation that you want. Save and activate the BADI implementation.
    Now create an order and see if the code written works or not.
    <b>Reward points if it helps.</b>

  • Why not all fields dimmed or show in display mode after system status TECO and CLSD for Project

    Dear All,
    When Sets the system status TECO or even CLSD all fields for WBS Elements are not goes to Display mode. User can still edit them or change then.
    The fields are:
    1. WBS Element Description, technical name: PRPS-POST1
    2. Person responsible number, technical name: PRPS-VERNR
    Other Progress and Customer enhancement tab pages for WBS Element all fields there also editable in TECO and CLSD system status.
    The client do not want to set LOCK system status for master data option.
    Is there any enhancement or standard way of doing that?
    Regards
    Saqib Usman

    Dear Saqib,
    Its a standard behavior of the system. In CLSD status, transactional data like Procurement gets restricted along with WBSE no and its scheduling details. But it allows to you change like WBSE desc./Responsible person.
    Also go thru the below link for clarification of WBSE system status:
    http://help.sap.com/saphelp_470/helpdata/en/ee/41f82246ee11d189470000e829fbbd/content.htm
    For locking all master data, as above experts suggest, you should use MDLK/LKD.
    Regards
    Shishir

  • OIM sql Query for getting the status of the task which got failed

    Hi Everyone,
    We have a requirement like we need to get the status of a particular task(say Create User in OID resource - Completed\Rejected status) for the particular user.We are able to get the status of the resource provisioed to the user but not the status of the particular task getting trigerred for the user.can someone put some light on this.We need to get the SQL query for this.
    Thanks in Advance.
    Regards,
    MKN

    Hi
    Use this sample query to get the task status, also check the cooments
    SELECT USR.USR_LOGIN, OSI.SCH_KEY,SCH.SCH_STATUS,STA.STA_BUCKET FROM
    OSI,SCH,STA,MIL,TOS,PKG,OIU,USR,OBJ,OST
    WHERE OSI.MIL_KEY=MIL.MIL_KEY
    AND SCH.SCH_KEY=OSI.SCH_KEY
    AND STA.STA_STATUS=SCH.SCH_STATUS
    AND TOS.PKG_KEY=PKG.PKG_KEY
    AND MIL.TOS_KEY=TOS.TOS_KEY
    AND OIU.USR_KEY=USR.USR_KEY
    AND OIU.OST_KEY=OST.OST_KEY
    AND OST.OBJ_KEY=OBJ.OBJ_KEY
    AND OSI.ORC_KEY=OIU.ORC_KEY
    AND OBJ.OBJ_NAME='AD User'
    AND OST.OST_STATUS = 'Provisioning' -- filter accordinglly
    AND STA.STA_BUCKET = 'Pending' -- filter accordinglly
    AND PKG.PKG_NAME='AD User' -- filter accordinglly
    AND MIL.MIL_NAME='System Validation' ---- filter accordinglly
    Thanks,
    Kuldeep

  • Remember passwords for sites" checkbox not staying checked after each restart of firefox 3.6.10

    I check the checkbox, exit Firefox, restart, checkbox is unchecked

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    See also http://kb.mozillazine.org/Preferences_not_saved

  • Weblogic managed service not starting up after Windows restart

    Hi All
    I have an issue with start up of Managed instances configured as windows service. When we reboot the machine the services which are configured to be automatically start are not starting up. When I manually start them they would just run fine. I have no clue why this is happening. We have our applications running on Weblogic Server 8.1 SP6
    I already tried the following method stated in this URL http://www.javagalaxy.com/forum/viewtopic.php?f=8&t=188? and had no luck with the service start up.
    Can someone please guide me through what I can do to fix this issue.
    Thanks in advance for help.
    Edited by: user4970372 on May 7, 2010 7:28 AM

    I did enable the log and see the same error
    <May 19, 2010 1:07:00 PM CDT> <Critical> <WebLogicServer> <BEA-000364> <Server failed during initialization. Exception:weblogic.security.internal.encryption.EncryptionServiceException - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
         at com.rsa.jsafe.JA_PKCS5Padding.a([BIILjava.lang.Object;)I(Unknown Source)
         at com.rsa.jsafe.JG_BlockCipher.decryptFinal([BI)I(Unknown Source)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
         at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)
         at weblogic.management.EncryptionHelper.decryptString(EncryptionHelper.java:45)
         at weblogic.ldap.EmbeddedLDAP.initServerConfig(EmbeddedLDAP.java:1147)
         at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:231)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:815)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
         at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.security.internal.encryption.EncryptionServiceException - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
         at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)
         at weblogic.management.EncryptionHelper.decryptString(EncryptionHelper.java:45)
         at weblogic.ldap.EmbeddedLDAP.initServerConfig(EmbeddedLDAP.java:1147)
         at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:231)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:815)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
         at weblogic.Server.main(Server.java:32)
    >
    <May 19, 2010 1:07:00 PM CDT> <Emergency> <WebLogicServer> <BEA-000342> <Unable to initialize the server: weblogic.security.internal.encryption.EncryptionServiceException - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]>
    The WebLogic Server did not start up properly.
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
         at com.rsa.jsafe.JA_PKCS5Padding.a([BIILjava.lang.Object;)I(Unknown Source)
         at com.rsa.jsafe.JG_BlockCipher.decryptFinal([BI)I(Unknown Source)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
         at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)
         at weblogic.management.EncryptionHelper.decryptString(EncryptionHelper.java:45)
         at weblogic.ldap.EmbeddedLDAP.initServerConfig(EmbeddedLDAP.java:1147)
         at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:231)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:815)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
         at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.security.internal.encryption.EncryptionServiceException - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
         at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:56)
         at weblogic.management.EncryptionHelper.decryptString(EncryptionHelper.java:45)
         at weblogic.ldap.EmbeddedLDAP.initServerConfig(EmbeddedLDAP.java:1147)
         at weblogic.ldap.EmbeddedLDAP.initialize(EmbeddedLDAP.java:231)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:815)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:669)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:343)
         at weblogic.Server.main(Server.java:32)
    Reason: weblogic.security.internal.encryption.EncryptionServiceException - with nested exception:
    [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.]
    ***************************************************************************

  • What to check after FHD upgrade for T520

    Hello, I upgraded my T520's screen from the stock 1366x768 to FHD, AUO B156Hw01 v.4. I bought the screen from an online retailer and installed it myself (I'm aware that this voids my warranty, but I can always replace it with the older panel in case I need to send it in for repair).
    This is an aftermarket upgrade, and therefore I can't be certain of the screen's quality.
    "It looks good" won't do since everything would look better in comparison with the stock screen.
    I wonder if there is a more objective way of telling whether the screen I received is in good condition in regards to picture quality (color, sharpness, vividity, etc). 
    I did the dead pixel check already.
    Thanks a lot

    A few things you can do:
    - Display an entirely-black image to make sure that the black is dark and uniform.
    - Check for a red ghosting issue when scrolling. Some clevo models that offered this display had this issue, until a new qualification stage was added.

  • [PI 7.11 SP3] PI components not correctly registering themselves after AS restart

    Hi Experts,
    We have planned a system backup shutdown and restart every night for our PI environment.
    In a random manner, some PI components as XI AF or Integration Directory are not correctly registered to SLD after that restart : for example, Integration Directory registers but it is not assigned to a PI domain.
    It is good to mention that PI instance is actually using its own SLD (local SLD) for registration.
    When the problem occurs, I follow sap note 1117249 to manually register PI components within SLD and this solves the issue.
    But the definitive solution will be to avoid incomplete SLD registration at restart … But I have not yet found any sap note for that kind of solution.
    Il someone can help J
    Thanks a lot
    Nadir

    Hey Caio,
    Thanks for the response but it doesn't actually answer my question.  But to that point, for a "basic" PI post install, which of the NWA config tasks would you run other than the "initial config" ?  And would you run them BEFORE you updated the SLD content (cimsap/CRDelta) ?
    NW: PI - AS ABAP (Basic Configuration for Idoc, Proxy): Maintain
    PI Adapter Engine in JPR Mode
    PI Demo Client
    PI Full Qualified Host Name
    PI Self Test for NetWeaver
    PI SLD Self Registration
    Specifically, I did the SAPINST - ABAP/JAVA patches - Client copy - and THEN the initial config wizard (Setup a new local SLD, ).  Also, during the initial config, I clicked the box marked "This SLD will be used as a name server for development" and my PI server hostname was already in the box  marked "object server name".  This config took about 30 minutes.  I didn't see any errors or warnings.  although I didn't view the log.  I did go into Java JEE services and Filter for Services with name "XPI".  All were green.
    THEN I tried to update the SLD content.
    any thoughts appreciated.
    NICK

  • Change logical system names after system copy

    Hi!
    We successfully installed SAP ECC 6.0 system as system copy.
    All the logical system names of old system have been copied to new system.
    Question
    What is the approach to change the logical system names for new SAP system?
    a) just via tcode SCC4
    b) via BDLS
    c) other tcodes, reports
    Thank you very much!
    regards
    Jürgen

    Hi,
    Go though the system copy guide.
    http://service.sap.com/instguides
    After system copy,
    If you need to change logical system names in the system that results from the copy, change the logical system names as described in SAP Notes 103228 and 544509.
    https://service.sap.com/sap/support/notes/103228
    https://service.sap.com/sap/support/notes/544509
    Before running BDLS to change the logical system name, you have to define the correct logical system name in the new copied system. in tcode BD54.
    - while running BDLS, execute in background.
    Regards,
    Debasis.

  • README file opens after every restart??

    The hard drive in my iMac died and Apple replaced it under warranty. The new drive was loaded with OS X 10.6. I decided to migrate my user files, applications, settings from my cloned backup (SuperDuper) on my external drive rather than simply copying the backup using SD. I thought this might maintain a more pristine newly installed system. Everything seems to work well except for one aggravating phenomenon. After each restart I get an opened TextEdit "README" document that reads in part: "This README file is copied into the direcgory for GCC-only header files when fixincludes is run by the makefile for GCC.
    Many of the files in this directory were automatically edited from the standard system header files by the fixincludes process............"
    Why am I getting this message with startups and more importantly how do I fix this so the message does not appear?
    Thanks.
    John

    Neil,
    Thanks for the help. I did find an entry for TextEdit in the User Login Items section. I don't know why or how it got there. I suppose it had something to do with using Migration Assistant to move files.
    John

  • System status blank for equipment - no changes allowed

    Hi,
    We want to dismantle an equipment as it is no longer at the customer's location.
    When I go in IE02, I get following message.
    "Change technical object" is not allowed (EQU 10051040 )
        Message no. BS002
    Diagnosis
        The transaction 'Change technical object' is not allowed for  EQU
        10051040, because no status is set to permit it.
    System Response
        You cannot carry out the transaction 'Change technical object'.
    Procedure
        You can carry out this transaction if you set a user status, which
        permits 'Change technical object'.
    I put the User Status on "Released", but still not possible to change the equipment.
    When checking the System Status, I noticed that it is blank.
    As no changes are allowed, I cannot manually change the System Status.
    Also in IQ02 I get the same message and no System Status is filled.
    Anyone an idea how to workaround so we can dismantle the equipment?
    Thanks in advance for your inputs!
    Best regards,
    Geert

    Pete,
    Yes I have run that program, but it hasnt changed anything.  There is a user status AVLB in the equipment. When i checked in the status profile, this user status is not forbidden for any transactions. The program RISTEQ03 seems to work if there no user status also. But for my case, a user status is there, but there is no system status. Since there is no system status, the equipment could not be accessed through change mode (ie02).  I need the system status AVLB in the equipment.  The equipment does not even have any other details like functional location, maint. plant, sales area data, etc. in it.
    Nazeer

  • HT6114 Help! OS X 10.9.2 not installing even after repeated restarts.

    Hello, I am trying to update from OS X 10.9 to 10.9.2 but every time I click on the update option it asks for restart even after the restart and after every restart it gets added in the completed downloads list . Please help !
    Thank you !!

    I found a fix, or rather, a work around for this 513 permissions error issue. It doesn't require you to reinstall the OS, or boot from the recovery partition. Note that booting from my installation drive and repairing permissions didn't work for me. Neither did running combo update, or anything else, such as repairing ACL permissions, etc.
    Simply Carbon Copy Clone your primary, non updateable drive to another drive. I used the last free version of Carbon Copy Cloner.
    Then, boot from that other drive. Notice that you can now download and update to 10.9.2. Do all the updates, repair permissions if you'd like, then Carbone Copy Clone the now updated 10.9.2 drive to the formerly non updateable drive. Boot from the new primary drive.
    Done Dizzle.
    B

  • Don't post hrs or cost after TECO System Status in Internal Order

    Dear All,
    We want to don't post cost and hrs after System Status - TECO in Tools - capitalised as Assets.so pls tell me where we can restrict posting in System Status - TECO.
    Abhinay Sachan

    Hi
    It would not be possible to enter any cost with status TECO. TECO itself mean Technical Complete.
    You need to remove the status TECO in order to enter any cost to the Internal Order.
    Regards,
    Suraj

  • KO03- system status

    Hi Experts
    My report extracting all data in to text file and output to ALV. Internal order number is in Selection screen(Range).
    My requirement is,
    1) If Order number is in selection screen, check the 
         system status filel in KO03 t.code.
    2) if System status is TECO do not extract the data for this order.
    3)Display the message the message(Order is already closed) in selection screen.
    4) System status is not equal to TECO, extract data
    Pls help me

    Hi Kumar,
    follow the steps.
    1. Retrieve OBJNR of the document number from VBAP into I_VBAP table  selecting vbeln posnr objnr fields
    2. LOOP AT i_vbap INTO wa_vbap and call the FM 'STATUS_READ' and get stsma = v_qstsma TABLES status           = i_qstatus
        passing objnr   = wa_vbap-objnr
        Now select istat txt04 txt30 FROM  tj02t INTO TABLE i_tj02t
           FOR ALL ENTRIES IN i_qstatus
          WHERE istat EQ i_qstatus-stat
            AND spras = sy-langu.
    Allot points if this is usefull.

Maybe you are looking for