How to monitor Ironport 370 using SCOM

Can someone please let me know how to monitor Ironport using SNMP service?
I have gone through https://supportforums.cisco.com/discussion/11782501/ironport-monitoring but couldnt understand how to configure

Please find the following KB articles to assist you in external monitoring:
Does AsyncOS support SNMP monitoring?
ESA, SMA, and WSA Queries with the snmpwalk Command Configuration Example
How do you test the SNMP trap capability without simulating actual outages or service-impacting events?
For full information regarding XML/SNMP monitoring:
XML, as you have requested more on, is used to monitor the statistics of email processed through the appliance.
For full documentation regarding XML – please see the Daily Management Guide (page 315).
SNMP can be used to monitory overall system health, including the hardware.
For full documentation regarding SNMP monitoring – please see the Daily Management Guide (page 306).
The Daily Management guide can be located at the following link, as is recommended to be downloaded from there due to the size:
http://www.cisco.com/en/US/products/ps10154/products_user_guide_list.html

Similar Messages

  • How to monitor an application using JMX

    Hi,
    How can I monitor the portal application running on  portal server by using MBeans (JMX)? For this I need to make a connection between my portal application and  MBean class, How to monitor operations? How can I do that? If anybody has come across the same requirement pls explain me with the implementation details.

    Hello,
    I have done that in a project (not Portal, but pure Java Application, should be no difference), working fine.
    The steps are as follows:
    - create MBean Server (e.g. MBeanServerFactory.createMBeanServer("test");)
    - create your MBeans
    - make them accessible to clients (register the MBeans in the server)
    - query them from clients
    see http://java.sun.com/developer/technicalArticles/J2SE/jmx.html
    for very good explanation including sample source code.
    CSY

  • How many monitors can you use on a new imac with GEForce 780m?

    My husband bought a new 27" iMac with the optional GEForce 780m with 4 gig of video ram. He wants to know how many monitors he can run simultaneously, and at what resolutions. He would obviously be using the Thunderbolt ports to do this. I thought this information should be easily found in the technical specs for either the iMac or the video card itself on the NVidia site, but it is not.

    Catherine Gramze wrote:
    Ok, rkaufman. Can he use two 4k monitors in addition to his iMac display? He wants to know what his options are in terms of number of monitors and the resolution. Yes, I know which monitor you buy will be the limiting factor for the actual display, but he has not yet purchased these additional monitors. If thunderbolt allows him to run 3840x2160, how many of them can he run at once at 32 bpp? How many if he chooses 2560x1600 instead?
    To be honest I don't know how many Thunderbolt displays he can run, I would STRONGLY recommend contacting Apple to ask. You can ask the online store (phone number is in upper right of it's home page) or if you have an Apple Store in your area, making an appointment with a business specialist and asking that question.

  • How to monitor heap size used in OPP in order to protect Out of Memory

    My objective is to know how much heap size currently use so I can handle or do something before user got error report.
    The following sql statement just determine what the heap size per OPP process is currently setting:
    select DEVELOPER_PARAMETERS from FND_CP_SERVICES
    where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUES
    where CONCURRENT_QUEUE_NAME = 'FNDCPOPP');
    Now OPP heap size is set to 1.5G.
    Thanks

    Hi Sam,
    Please review the following note, as it might help you!!!
    Tuning Output Post Processor (OPP) to Improve Performance (Doc ID 1399454.1)
    R12: How to Configure the Account Analysis Report for Large Reports (Doc ID 737311.1)
    Thanks &
    Best Regards,

  • How to monitor connection pools using wlsd

    Hi
    i need to monitor connectionpools , i dont know that much about wlsd, how can we configure wlsd to monitor connection pools.
    Cheers
    Raghu

    U can use a Simple Java Code for that: http://jaysensharma.wordpress.com/2010/02/19/jdbcconnectionpool-parameters-using-jmx/
    In the above program you need to just change the following 4-lines:
    int port = 7001; // AdminServer Port
    String hostname = “localhost”; // AdminSewrver HostName
    h.put(Context.SECURITY_PRINCIPAL, “weblogic”); // AdminUserName
    h.put(Context.SECURITY_CREDENTIALS, “weblogic”); // Admin Paassword...
    ====================================
    Using WLST if you want to do it then you need to edit the following Script a Bit : http://jaysensharma.wordpress.com/2010/03/23/testing-datasource-status-using-wlst/

  • How to monitor various databases using 10g OEM

    I have Oracle 9i and Oracle 10g Databases. How can I configure Oracle 10g OEM to monitor all these databases. In Oracle 9i OEM it was easy. But I didn't find the method to add it in 10g OEM? Can we access the 10g OEM only through browser?
    Regards

    If you are installing Database and you choose to use Database Control, it is a different thing from Grid Control. Database Control comes with its one agent which is different from Grid Control's management agent.
    If you install a database on different host and you do not have Grid control, you can use the database control for that database for that host. If you have grid control, then you can install the Management Agent separately on that new host to manage the new database as a Grid Control target.

  • How to configure Ironport to Use an external Encrpytion server

    Hi,
    We would like to use an external encryption server to encrypt our emails.
    The Ironport would still be the MX for our domain, and the encryption server would be in the same DMZ as the Ironport.
    Here is the setup we would like to implement:
    Incoming emails:
    - Ironport check the connexion (senderbase)
    - If encrypted (how to detect the mail as encrypted) the mail is not scan AV / SPAM
         - the is it goes to the decryption server
        - then back to Ironport to scan AV/spam
        - then goes to exchange
    - If not encrypted the email is scanned AV/Spam
        - then goes to Exchange for delivery
    Outgoing emails:
    - Exchange to Ironport
    - Scan AV/Spam
    - If needs to be encrypted (with header detected)
         - then goes to encryption server
        - then back to ironport (no scan AV/Spam ) and delivery to Internet
    -If does not need to be encrypted
          - then send to Internet
    Is it possible to configure the Ironport to get this behaviour? and how? I still facing problems with the different flows....
    Any idea would be very helpfull
    Regards
    RD

    For incomig mails you can create a message filter like the following one:
    route_pgp_smime_encrypted_data:
    if (recv-listener == "your listener") AND (encrypted) AND (remote-ip != "IP of your encryption gw")
    alt-mailhost ("IP of your encryption gw");
    Greets
    Jörg

  • How to monitor the resource used by the query

    Hi All,
    I have a locking monitoring script as below, which is currently run at daytime.
    We now planned to cron the script to run by 24/7. But we have concern since this is a old legacy system.
    Please advise if I going to turn on the script to run by 24/7, which item I need to monitor on?(eg: temp space, rollback segments etc)
    Hope to gather some statistic whether it is safe to run the script at 24/7..
    Please note that the database version is 8.1.6.3.0
    SELECT /*+ RULE */
    ss.username||'('||ss.sid||','||ss.serial#||')' "WAITER",
    ss.status, ss.osuser, pr.spid, dbo.object_name,
    sw.state, sw.SECONDS_IN_WAIT/60 mins, NVL(SUBSTR(ss.program,-10),ss.program) program, NVL(SUBSTR(ss.module,-20),ss.module) module
    FROM v$session ss, v$process pr, dba_objects dbo, v$session_wait sw
    WHERE ss.row_wait_obj# = dbo.object_id (+) --rows in ss that no matching rows in dbo, Oracle returns NULL
    AND pr.addr = ss.paddr
    AND sw.sid = ss.sid
    AND sw.event ='enqueue'
    AND ss.lockwait IS NOT NULL
    AND ss.sid IN
    (SELECT sid FROM v$lock WHERE TYPE='TX' AND id1 IN
    (SELECT id1 FROM v$lock WHERE sid IN
    (SELECT sid FROM v$session WHERE lockwait IS NOT Null)
    AND sw.seconds_in_wait > 180
    ORDER BY mins DESC;
    Edited by: SagiGal on 31-Jan-2013 23:05

    you can use v$lock to identify locks directly:
    select *
              FROM v$lock aa, v$lock b, v$session blocker ,v$session waiter
              WHERE aa.block = 1
              AND b.request > 0
              AND aa.id1 = b.id1
              AND aa.id2 = b.id2
              AND aa.sid = blocker.sid
              AND waiter.sid = b.sid
    SagiGal wrote:Please advise if I going to turn on the script to run by 24/7, which item I need to monitor on?(eg: temp space, rollback segments etc)Nothing. you can run this query every minute! It queries the system views, which are organized by oracle continuously.

  • How to monitor BI & PI using Solution Manager 4.0

    Hi, we have installed Netweaver 04S SR2 SP11 BI & PI components. We want to use Solution Manager 4.0 to setup monitoring for these 2 systems. Any guide or documentation will be greatly appreciated.
    Thanks in advance.
    Arshish

    Hi Arshish,
         To setup monitoring you will first have to include these systems in the system landscape of SAP solution Manager 4.0 in transaction SMSY.
    The steps in the order are :
    1. Create Server ( Server name ,IP and Fully qulaified Host name)
    2.Create Database  (Give the database you are using)
    3.Then you have to create the system itself. and give the information as required.You will be able to do it when you will go through it.
    Then you have to generate the RFC's from solution manager to satellite systems and back.These RFC's have to be trusted.Assign role SAP_S_RFCACL or profile S_RFCACL  to the users in SOLMAN as well as satellite system.
    Follow these steps and create a Logical component for the system that you have added.
    Follow these steps first.More information can be found out on
    service.sap.com\solutionmanager
    or you can look for the RKT'S on service marketplace.If you need any furthur assistance do reply back.
    please award points if found helpful
    Best Regards
    Amit

  • How to monitor self signed certificates using scom 2007 R2

    How to monitor self signed certificates using scom 2007 R2.  i need to monitor specifically self signed certificates expiration. if  possible in two state monitor...please suggest me the best way..
    B John

    Hi,
    Based on my understanding, that you want to create a monitor to monitor certificate expiration, with two state, when the certificate is about expiration for 21 days,, send warning, when the certificate is about expiration for 10 days, then send
    alert. I think we need to create scripts to do so, hope the below links can be helpful:
    Monitoring Certificates In SCOM
    http://blogs.technet.com/b/omx/archive/2013/01/30/monitoring-certificates-in-scom.aspx
    Monitoring Expiring Certificates using SCOM
    http://blogs.technet.com/b/sgopi/archive/2012/05/18/monitoring-expiring-certificates-using-scom.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • How to monitor messages using CIDX Communication Channel

    I created a CIDX Communication Channel. XI failed to get a message from the source. How to monitor the messages using CIDX communication channel.

    Not sure about the monitoring but u may recheck the communication channel settings as shown:
    Sender
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0a/512041cfb7f423e10000000a155106/content.htm
    Receiver
    http://help.sap.com/saphelp_nw2004s/helpdata/en/68/1b20410e91f523e10000000a155106/content.htm
    Regards,
    Prateek

  • How to monitor sigtran links on a 7604 using mibs

    I've been looking the manuals but I was not able to find how to monitor sigtran links using mibs on a 7604.
    Some Cisco manuals points to URLs that doesn't exist. I would like also to know how to create traps about theses mibs.

    Simply do your integration as instructed by the guides, make sure all user/device/line associations are in place, add someone who doesn't have Jabber to your contact list, he will always show offline and will only show as on a call when he pickups the handset.
    EDIT: this will also happen for people who DO use Jabber, but do not log in.

  • How to use SCOM 2012 R2 Monitoring the standalone Windows Server

    Greetings,
    I want to use SCOM 2012 R2 to monitoring the standalone Windows Server that does not joined the domain. would you please guide me how to configure it.
    Thanks
    Frank@Hiweb 冯立超@瀚博资讯

    I found the answer, as following:
    http://pkjayan.wordpress.com/2010/05/17/agent-managed-non-trusted-servers-without-gateway/
    and
    http://blogs.technet.com/b/stefan_stranger/archive/2012/04/17/monitoring-non-domain-members-with-om-2012.aspx
    Frank@Hiweb 冯立超@瀚博资讯

  • Monitoring two servers with same IIS configuration using SCOM

    Hello,
    We have two servers which has the same IIS configuration including sites names, how do we configure APM to monitor and get events captured on two different monitors on SCOM 2012 R2.
    Thank you, Anand
    Anand Franklin

    Hi Anand,
    There is no problem at all, if applications IIS paths (Web Site names + Web application name in IIS) absolutely match. Make sure both servers have SCOM Agent installed and connected to the same Management Group.
    In .NET Application Performance Monitoring template just keep Target Group field blank (it's blank by default) - that will mean the application will be monitored on each server within Management Group where it's discovered. The same configuration of
    APM monitoring will be used for all app instances.
    If you want to monitor the app only on two servers, and at the same time the app is hosted on more than these two boxes, you can create Windows Computer group populated with appropriate servers and specify this group as Target for APM monitoring.
    If you want to differentiate APM configuration for specific app instances, you should create several Windows Computer groups and bind each group with separate configuration - in this case you will have to run .NET Application Monitoring template several
    times, picking up the same app, but changing APM settings and setting new Target Group.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • Options to monitor a PC without using SCOM?

    How can I monitor a scheduled job on a PC without using SCOM. We have a request to monitor some scheduled jobs on some PCs, but we don't want to use SCOM to monitor individual PCs.
    Can I use PowerShell or anything else to accomplish this task?
    Thanks.
     

    You may use following vbscript
    set Service =CreateObject("schedule.service")
    'computer1 is the computer name which you want to monitor schedule job an without scom agent
    computername="computer1"
    call Service.Connect(computername)
    dim rootFolder
    set rootFolder = Service.GetFolder("\")
    dim taskCollection
    set taskCollection = rootFolder.getTasks(0)
    dim result
    dim TaskName
    result="OK"
    TaskName=""
    if taskCollection.count > 0 then
         dim registeredTask
             for each registeredTask in taskCollection
                  if registeredTask.LastTaskResult = 1 then
                       result="NOT OK"
                      TaskName = TaskName  &  registeredTask.Name & ", "
                  end if
              next
    end if
    if result="OK" then
       msgbox "All schedule task in " & computername & " run successfully"
    else
       msgbox "The following tasks run unsuccessful in computer " &  computername & vblf & left(TaskName, len(taskName)-1)
    end if
    Roger

Maybe you are looking for

  • How can I stop a task sequence if a custom HTA preflight check fails?

    In our currently deployment method, we launch an HTA program before initiating the OSD process. This is only when run from the RAP menu, not via PXE.  When a user initiates OSD through that menu, they get a message prompting them to close Outlook, an

  • ThinkPad Bluetooth Laser Mouse won't reconnect

    Hello, I have a ThinkPad R500 running Windows 7, and am using a ThinkPad Laser Bluetooth Mouse. I also have a Kensington Micro USB Bluetooth adapter. Previously this combination worked great.  Mouse worked fine and would stay paired with laptop, even

  • Anyone know of a good File Encryption Java program?

    Preferably a program that has source code available. I'm working on making the password saving function of my program secure. I already have it so the user has to have 2 passwords. The 2nd password is used as a key to encrypt the 1st password. I will

  • Changing music library from broken external to a second external

    My itunes library is(was?) housed in an Iomega external drive.  It's on the fritz...dunno what's up.  I back that drive up every couple of weeks to another external drive...a Seagate. Not the library per se, but all the band folders.  So, all the son

  • Posting condition type as noted item through RERAPP

    HI Experts I want to post a condition type as a noted item through RERAPP. Can this be done. I see that there is only a provision for advance payment. My requirement is that the condition should be posted as a noted item which will then be used as a