How can I detect if the  IMAP service is down ?

I'm trying to figure out how to monitor when IMAP service down ?
$ORACLE_HOME/bin/oesctl show status ${host_name}:um_system:imap
However, this always shows that everythings fine.
Is there a way of telling if it is not fine ?

You can actually telnet to the IMAP server and issue some basic commands to see if it is responding. Try the following on the command line:
telnet <your server> 143
1 login <some user> <password>
1 quitWhat you want to do is come up with something (like a script) that is scheduled to run and detects whether a valid response is returned every time.
Edit: apologies, the "quit" should be "logout" as indicated below
Message was edited by:
david.chandler

Similar Messages

  • How can I turn off the cell service on my phone while traveling out of the country?

    How can I turn off the cell service on my phone while traveling out of the country?

    Airplane Mode

  • How can i detect if the picture or swf file is produced from legal flash?

    I have recently bought images and swf files from a student for my website.
    I've just realized that the images and swf might be from pirated flash product because i found out that
    the original flash is really and i mean really pricey! I don't believe he bought an original product.
    How do i detect if it is from a legal product? I'm worried as i'm going to put it in my website.
    I can't get the guy who did this for me as he is in another country already.
    If it is possible to detect this and it is indeed from pirated product, how can i make it legal again?
    Please help.

    Hey Rob,
    Its the same question, just that i want to know if it is possible to trace the source if the file is an image.
    If it is not possible to trace the source be it a swf or an image file, then i will just upload it to my website.
    I wouldn't bother to check if it came from a pirated flash product.
    The image is created from flash 8 just for me. It is not downloaded from another source.
    Thanks.

  • How can I find out the previous service provider my device is still registered with?

    When trying to create a BIS account, I received the error message that my device was already registered with a different service provider and that I would have to reregister it. The problem is that I bought it new from cordlessphoneworld.co.uk and it was supposedly "completely refurbished".
    My Pearl 8100 is a BT phone, however BT confirmed to me that it was not registered with their network. The seller,  cordlessphoneworld.co.uk, told me to contact BlackBerry support, and BB support told me to talk to my service provider (O2 UK) who has already told me I would have to get in touch with the previous service provider.
    How can I get my BB released from its current BIS registration, or at least find out who it is registered with, in order to finally enjoy its full functionality and not just the regular phone stuff?
    My BB info:
    PIN: *********
    IMEI: #################
    Happy for any help or ideas!!
    Thanks.
    EDIT: Removed personal information
    Message Edited by Andy on 08-30-2009 02:33 PM

    Theres a high chance it was set up with the original carrier that is was sold with.
    To find this out you need to get the vendor id of the device.
    Do this by holding down (all at the same time ) the ALT+CAP+H button..
    Or
    Whilst pressing down ALT, select E Then S then C then R
    You should see a little page pop up with random info.
    What you are looking for is the vendor ID. a three digit number.
    Then I will post a list of all the vendors IDS at the end of this message as i can't remember the link..
    Anyhow, find the carrier from the list and call them asking them to release the PIN..
    IF... the prev user didn't register it with that carrier (which would mean you phone has possibly been used twice before) then you can call your current Carrier and ask them to escalate the call to RIM who will be able to tell...
    Hope this helps..
    ALT+CAP+H
    OR
    ALT+ E,S,C,R
    100 T-Mobile US
    101 AWS
    102 Cingular Wireless
    103 Nextel
    104 Sprint PCS
    105 Verizon
    106 Alltel
    107 Rogers
    109 BWA (Aliant/Sasktel)
    111 MM02 DE
    113 Telfort
    114 T-Mobile DE/AU
    115 TIM
    116 Hutchison
    117 Bouygues
    118 SFR
    119 Orange_France
    120 VODAFONE (UK)
    121 Telcel
    122 Telstra
    123 T-Mobile (UK)
    124 Vodafone Germany
    125 MM02 UK/IRL/NL
    126 Telus
    127 SMART
    128 Starhub
    129 Telefonica
    130 Swisscom
    131 Cable & Wireless
    132 Vodafone (IT)
    133 Vodafone (ES)
    134 T-Mobile (NL)
    135 Cincinnati Bell
    136 Telefonica_LAM
    137 Vodafone Austria
    138 Vodafone Australia
    139 Vodafone Ireland
    140 Vodafone Sweden
    141 CSL
    142 Orange UK
    143 Vodafone New Zealand
    144 SingTel
    145 Globe
    146 Optus
    147 Orange Mobistar
    148 Vodafone_HU
    149 Bharti
    150 KPN
    151 TIM_Greece
    152 Proximus
    153 Vodafone_Portugal
    154 TIM_Brazil
    155 BT_Mobile
    156 Earthlink
    158 E-Plus
    159 BASE
    160 Dobson
    161 Vodafone_Egypt
    162 Orange_Switzerland
    164 Triton
    165 Maxis
    166 Vodafone_Denmark_(TDC)
    167 MobileOne_(Voda_Singapore)
    168 Vodacom
    169 T-Mobile_PO
    170 T-Mobile_CZ
    171 T-Mobile_HU
    173 MTN
    174 Entel
    175 Amena
    176 SmarTone
    177 TCS
    178 Avea
    179 F100
    180 Turkcell
    181 Partner
    183 Orange_Global
    186 Telkomsel
    188 Vodafone_Greece
    189 USCC
    190 Mobilink
    194 Voda_Luxembourg
    195 Voda_Iceland
    198 Vodafone_CZ
    204 China_Mobile
    205 Movilnet
    209 Sympac
    210 TIM_Argentina
    212 Etisalat
    214 AMX
    215 Telefonica_Venezuela
    217 Orange Romania
    218 KTP
    222 Mobitel Bulgaria
    224 PCCW/Sunday
    227 Mobily
    229 Eurotel
    230 Hutchison Essar
    If your issue is resolved, put a checkmark in the green box that contains the resolution.
    OR
    If it was just/or also really helpful - Give it a Kudos.. Go on Mate.. Help the rest of the clueless blackberry user world find their answer too..
    ~Gday from Down Under~

  • How can i detected that the channel is closed with nio async?

    using nio, I can wait accept, read data, write data asynchronously.
    now i make a server program, and want to dected if a socket is closed by client, how can i do this?
    thanks.

    TO: ejp
    In TCP the only way you can detect a dead connection is to attempt to write to it.
    Eventually this will fail probably with a SocketException 'connection reset'.When should this happen? I don't seem to get any expection. The socket is registered for read only but it never gets read for reading again. The appropriate selection key indicates it is writable, but I don't have it registered for write operation.
    Isn't there any other way to get around those dead sockets without trying to write at them? This would be quite an overhead, since server has to send some check_alive message periodically...

  • How can I turn on the Location service of my iPad 2 32 GB?

    I just bought an iPad 2 and iPhone 4 yestersday.
    I want to turn on the location services on my iPad 2 32 GB. When I go to settings > Location Services, I saw it was off then i tried to turn it on, but however, the on and off slide is grey.... that means I cannot slide the location services from off to on.
    What can I do then?
    I check already , the internet connection is fine.
    I try with my iPhone 4 with the same network same place.....but it works properly.
    Anyone experiencing the same problem with me?
    Any solutions?

    Are you sure your iPad has an active wifi connection when you're trying to use location services?  If it is connected, then go to Settings>General>Reset>Reset network settings. If that fails then try rebooting the device by pressing and holding the on/off and home buttons simultaneously until the screen goes blank and you see the apple logo. It should take about 10-15 seconds to reboot.

  • How Can I Detect Whether the User's Firefox Supports MHTML?

    Is there a browser capability property that I could look at to detect whether the user's version of Firefox (including, for instance, an "unMHT" add-on) supports MHTML? Currently we provide reports to our users in this format and want to provide a link to add-on's in case the user cannot actually view the format; but show the report if the add-on or capability is present.

    Sorry, you can't detect if a user has unMHT installed.
    Have you tested your MHTML files with Firefox and unMHT? <br />
    MHTML was never adopted as an official standard by W3C - http://en.wikipedia.org/wiki/MHTML - and from my limited usage of unMHT, it isn't exactly the same as what MS uses with IE. I have had problems displaying a file saved in one browser in another brand browser, and don't remember the specifics beyond IE8 won't correctly display unMHT files even when the file extension is changed from MHT to MHTML. Plus there's a 2nd add-on / extension - Mozilla Archive Format - that some users may have installed for MHTML files.

  • Hi! I have NSMS 4.15 running on NT. The IMAP services goes down several times during a day. Why?

     

    You don't specify what version of NMS you're running, but be sure you install or have installed 4.15p7. Also be sure you're running on NT Service Pack 5 and <i>not</i> NT Service Pack 6.
    If the logs don't indicate anything specific, increase the logging level to DEBUG mode and gather more log data.
    The user-load would also be of interest to you. That is, is it occuring at 3:00am when four users are logged in or is it only happening between 9:00am and noon when thousands of users are hitting the server?
    Also be sure that you've disabled local.store.sharedfolders set to 'off'. Enabling them usually results in 100% cpu usage by the IMAP process, but if it is coupled with another event or problem could lend itself to a crash, too.
    But without more information on your environment, log files, events leading up to the crash, etc -- there's o way to answer 'why' at all.
    The already suggested reconstruct is a good bet -- especially for IMAP problems if your logs don't indicate anything useful.

  • How can I detect if the user "prefers" Qt or GTK?

    It sounds impossible, but I want to try.
    I'm thinking that a start might be reading the root window atoms in addition to the process list, but I'm not too sure what else.
    This goes beyond "the user's running {KDE,GNOME}"; I don't really want to figure out the windowmanager, I want to use deduction so as to figure out what toolkit the user would prefer something to use. The idea is then to compile both Qt and GTK toolkit calls into whatever given program along with a simple abstraction layer and the detection stuff, so I can from there figure out which toolkit to use at startup.
    I don't expect perfect detection, but it'd be fun to figure out.
    Ideas, anyone?
    My first stab at detecting a "GTK preference" is checking if the user is running gnome-session-manager. I'm not too sure what processes set "KDE session" apart from "a Qt-based program is running" because Qt has this tendancy to load 3874692725 things when anything starts and leave them preloaded for the next app. Nice idea, but not for low-RAM machines like mine. Only reason I haven't ravaged bits of KDE and stuffed them into my openbox desktop configuration
    -dav7
    Last edited by dav7 (2008-10-29 17:46:03)

    How about a environmental variable?
    You could have something like this is your .bashrc
    export MYTOOLKIT=qt
    or
    export MYTOOLKIT=gtk
    Then in your c-program you do something like this:
    char *toolkit;
    if ((toolkit = getenv("MYTOOLKIT")) == NULL) {
      fprintf(stderr, "-- 'MYTOOLKIT' not defined - required for this application (argv[0])\n");
      exit(1);
    if (!strcasecmp(toolkit, "qt")) {
    ; // qt-part
    } else if (!strcasecmp(toolkit, "gtk")) {
    ; // gtk-part
    edit: forgot a curly brace - duh!
    Last edited by perbh (2009-01-05 05:24:47)

  • How do I detect if the mouse button is down, outside of the applet?

    Using
    X = MouseInfo.getPointerInfo().getLocation().x;
    Y = MouseInfo.getPointerInfo().getLocation().y;I can detect the mouse location anywhere on the entire screen, but after an extensive search on Google I cannot find any way to detect whether a mouse button is being pressed.
    The class I am using is threaded, so I want to check each time to see if a mouse button is down (a simple true or false would be perfect).

    coopkev2 wrote:
    One website says to use the Control.MouseButtons property in Windows, is that possible to do in Java?I would pretty much forget about it, especially if you start to talk about "in OSWhatever it is done like this" - that makes it platform dependent and you can forget about platform specific stuff in the Java language itself - the only way to get something like that done is through a native library that you invoke using Java, using either JNI or JNA.

  • How can I display only the Data Logging pull down menu on my LV front panel?

    Is it possible to hide all unused pull down menu on my front panel vi like File, Edit, View etc.. and only
    display the pull down menu for the Data logging?!
    best regards
                          Norick

    Hey,
    You can build your own runtime menu (Edit>runtime menu) and then e.g. only display the application items you want to.
    Christian

  • HT201401 cannot open the menu and cannot even turn it off, the white apple image is displayed on the screen. how can i get into the menu?

    cannot open the menu and cannot even turn it off, the white apple image is displayed on the screen. how can i get into the menu?

    Hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears - ignore the red slider.

  • HT4972 i have iphone 3gs v 4,2.1 i want to upgrade to ios 5 i will erase all data, how can i install again the software, and now my device can not detect to my computer? what can i do? please help me..

    have iphone 3gs v 4,2.1 i want to upgrade to ios 5 i will erase all data, how can i install again the software, and now my device can not  be detect to my computer? what can i do? please help me..

    You can not install iOS 5. It is no longer signed by Apple. You can only install the current version of iOS. For a 3GS, that's 6.1.3.
    However... if you have 4.2.1 on your phone, odds are it is not a 3GS, it is a 3G. If that's the case, you've reached the end of the road for that. It can not run anything higher than 4.2.1.

  • How can i detect the windows version

    Hi,
    How can I detect the windows version from Forms 6i?
    I was used get_application_property(operating_system); But it only return MSWINDOWS, MSWINDOWS32, WIN32COMMON.
    Any function or way can return the exact windows version(98/ME/NT/XP)?
    Regards, Wing

    You may use Win_Api_Environment API call to get windows version.
    I have sample code on my home PC if you need code send mail at [email protected]

  • How can I detect the lable of CD or hard drive?

    hi all
    How can I detect the lable of CD or hard drive?
    thanx ;)

    Hi,
    Not to my knowmledge... you must use JNI to access the OS methods for that.
    JRG

Maybe you are looking for

  • AR Question

    Dear Experts,     I am trying to understand AR functionality in R/3. As you know SAP uses two tables in R/3 for AR. BSID for open items and BSAD for cleared items. Is the following statement true: An entry/record is created in BSID table for open ite

  • ERROR while booting

    could any one be of assistance i cant boot my blackberry z3 it gives me this error www.bberror.com/bb10-0015

  • Survey response is not getting submitted when sent via campaign

    Hi, Currently I have a problem in Campaign survey submission. Please help me with the problem. I am using ++  for URL tracking.  There are two scenarios I observe here. 1) When I send an e-mail via the communication channel test from the mail form, a

  • Pb with Key pad (numlock) Satellite P300

    I have a P300 satellite, and my keypad doens't work normally when I lock numlock in order to write figures (1, 2, 3 ...). In any case (touch "numlock" Iocked or not) I cannot manage to write figures thanks to the keypad. When the green light is on it

  • What's the best video card for both Premiere and AE on an iMac?

    I remember seeing that one card works great with Premiere but then AE doesn't like it as much for 3D. I have Premiere CC but only CS5 for AE. I might subscribe to AE CC if it's worth it.