Casting variables in Sentinel Log Manager

Hello! I have been trying to make a collector work to pick up events
from MySQL tables and when I run it on SIEM-Sentinel (classic Sentinel
6.1 on SQL Server and Sentinel-RD ), it works fine. However, I tried
using the same collector on Sentinel Log Manager 1.2, and it does not
pick up the events!
After some debugging, I found the culprit lines of code. I do a lot of
casting to make sure the variables are treated as integers or strings
(mostly when I need to manipulate it as a number, since String is the
default data type, I think) so I have lines that look like this in the
pre-parsing stage of the collector:
this.anInteger = Number ( this.RXmap.col_anInteger);
this.aString = String (this.RXmap.col_aString);
But when debugging, while in SIEM-Sentinel it populates the variable as
expected, in SLM I get "NaN" as the output value. I can see the values I
want to get in RXBufferString, but problem occurs when I cast them.
Maybe this isn't the "Sentinel" way of doing it? While I can do without
casting "String", how can I cast the value as an integer?
Any help is appreciated. Cheers!
Jean-Paul_GM
Jean-Paul_GM's Profile: http://forums.novell.com/member.php?userid=12809
View this thread: http://forums.novell.com/showthread.php?t=447842

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Compare your Sentinel and Log Manager systems' inputs on that line of
code. I'm going to guess that the value in those variables which you
are trying to cast are not the same, causing the problem. NaN shouldn't
be the output if the input can be cast, but I'd also probably avoid
casting the value in the first place since I'm pretty sure that Sentinel
and Log Manager will handle that casting as necessary later (untested,
just assuming from a lack of having ever needed to do that myself in the
past, though I am not an expert collector writer). ECMAscript is not
strongly typed and while I've had issues in one cases where the type was
incorrect it was not a simple string/int type but rather a Date object
that the send() function expected to be present but was in fact not a
valid Date and so the sending failed while everything else (parsing,
etc.) seemed to function properly.
Also whenever you get [Object Object] in the debugger you should be able
to move over to the left-hand side where either 'this' or 'locals' will
show you something that allows you to drill down to the object and then
you can expand it. I do not think I have ever seen a case where the
object existed but could not be accessed as something listed directly
as, or as a child of, something present on the left-hand side section of
the debugger.
Good luck.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.15 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBAgAGBQJOt9tGAAoJEF+XTK08PnB5ohAP/2kW6O2lEI1EDi1XDAKSRTkD
FzCx7WL8ReEXlf0nqEY+KDQAakPOG6h2MqG0fgVzSy1ty/OopF2UYX1QteI+gq/A
+DmlgWa+Os3GOvxZPOjpPg2diWHazZmADVdm0NesGwUrSWLJ4t tTCMDYlME3yIDF
3T8rSd76s40FEZTxlKqYuvGg1T863pGrCb1Ul7PC52VmkrI0p+ gxWqJjIap0nTRF
+DXYHsn9WHJT+OBy7icF1MMYT/arjmNyuVUV4leGpRWkLYVSQJEomn/W7OO7oO0v
uRm9uZ2iNUiigyf/u07BSpyvkQSPCo8ICGeYc5zYb8LoExVu2vH1LA70CoVXzfIZ
RJfQeW6KIVQHeOB10kGt/gjxvsFGsjJ5q3tmiRN33r8fJpE5QZ3hDfBA3qBdcjYz
/dSR+jbLNSpGBG8dvkl9y4JRLEAUgcKAX+OYpY/I0/W4lsZvfcU/Yp8dR41qJDlk
Cp2Ds2vnk4gCUZKqdp0/jMBLxvc8ZZ4XW8oxlsAEOGbOL9pBU57txxIiPOfYV8MR
f0Ylo5yWdQYcLqYgqsWE1z0JRSW18DQz7EtsazMjhS3PuuvVF5 xpc9LUJfeAj7zY
0gYCE4keDH8ljFQZ9v+DrSBhpZnOLDDndKBtC8pk3ahCVnhKPN olxviCliOmUJsB
WeGiUoMtJJks66JkUsmP
=OD70
-----END PGP SIGNATURE-----

Similar Messages

  • Web report for Sentinel Log Manager (or possilby RD)

    Hi all,
    My customer wants to replace Webtrend. So customers are given me a set
    of
    apache log files. They said based on those logs Webtrend could already
    build
    some useful web based report for their business units. From what I have
    known,
    what makes them useful are:
    1) Those IP addresses could be resolved to domain, identifying the
    source of
    the browsers
    2) URL are analyzed such that they could give a 'hit rate' based web
    report for
    trend analysis.
    3) What browsers are used to view their web sites so they know the
    compatibility
    issues.
    If I customize our report now, would it be possible to generate similar
    reports for the above items?
    1) I wonder if it is possible during the report generate, would some
    other add-on java plug-in could work for the DNS resolution before data
    generation?
    2) Any one know the logic of the webtrend about how it correlates
    various URL visited in the apache logs are considered different 'hit'?
    3) I believe we could base on filter to identify different version of
    the browsers used?
    I don't have a webtrend so I could not compare and look at how they
    generate reports from the apache log I have. Please let me know if
    anyone has any idea about it.
    Thanks,
    Geoffrey
    geocheng
    geocheng's Profile: http://forums.novell.com/member.php?userid=90913
    View this thread: http://forums.novell.com/showthread.php?t=425354

    Hi geocheng,
    For (1): this feature already exists, although it's in a somewhat
    experimental state. You need to install the Generic Hostname Resolution
    Service Collector, and then enable hostname resolution for each
    Collector (in this case, the Apache Collector).
    For (2): I'm not sure what a "hit rate" is, but the Apache Collector
    should give you a list of URLs that were visited and you should be able
    to calculate counts per URL (split across the TargetDataName and
    TargetDataContainer, note) using a SQL query or whatever.
    For (3): I don't actually know what, if anything, the Apache Collector
    does with the browser details; it may put that into the
    ExtendedInformation field. You may wish to customize the Collector
    slightly (this should be pretty easy to do) to copy that specific data
    into a separate CV field; if you do that, then calculating the relative
    frequency of hits from different browser types will again be a simple
    COUNT style SQL query.
    This is an interesting use case - we haven't really built much content
    around the Apache Collector but as you are indicating, there might be
    some simple things we can do that would be pretty useful. I'll take it
    up as a potential project...
    DCorlette
    DCorlette's Profile: http://forums.novell.com/member.php?userid=4437
    View this thread: http://forums.novell.com/showthread.php?t=425354

  • Chart color customization for Sentinel Log Manager (and RD)

    Hi all,
    I am trying to customize the color of the chart provided by the SDK. I
    based on the
    top 10 Report as modification. The default severity 0 color is WHITE.
    I tried to change the files of color_RGB.csv or Key_color.csv of the
    entry to GREY4 but
    it turns out it is not reading it at all during build-report.xml.
    Does it mean:
    1) I have to put those csv files in parameter directories?
    2) Do I have to run the autoparam build?
    3) Or I have to work with JFreeChart via the eclipse and rebuild the
    java files first?
    Thanks,
    Geoffrey
    geocheng
    geocheng's Profile: http://forums.novell.com/member.php?userid=90913
    View this thread: http://forums.novell.com/showthread.php?t=425353

    The original csv files are in the AA-common directories. I changed it,
    and using the build-report.xml. The result is negative. The chart
    severity color does not change.
    So I put the modified csv files into the parameter directors under by
    report build directory. Same problems.
    So from the documents, it should be referring to the csv files to
    define color mapping. So I cannot be sure where to put those files or do
    some java programming with JFreeChart in order to achieve it.
    Thanks,
    Geoffrey
    geocheng
    geocheng's Profile: http://forums.novell.com/member.php?userid=90913
    View this thread: http://forums.novell.com/showthread.php?t=425353

  • Logging variable value to log via Java Invocation

    Hi,
    I'm trying to log a variable value to log file via Java Invocation.
    This are my imports:
      <bpelx:exec import="java.util.logging.Logger"/>
      <bpelx:exec import="java.util.logging.Level"/>
      <bpelx:exec import="oracle.fabric.logging.LogFormatter"/>
      <bpelx:exec import="org.w3c.dom.*"/>
      <bpelx:exec import="oracle.xml.parser.v2.XMLElement"/>
      <bpelx:exec import="java.util.*"/>
      <bpelx:exec import="java.lang.*"/>
      <bpelx:exec import="java.math.*"/>
      <bpelx:exec import="java.io.*"/>
      <bpelx:exec import="oracle.soa.common.util.Base64Decoder"/>If I do this, my bpel compiles fine:
            <bpelx:exec name="Java_Embedding_1" version="1.5" language="java">
              <![CDATA[
                  Logger logger = Logger.getLogger("oracle.soa.Logger");
                  LogFormatter.configFormatter(logger);]]>
            </bpelx:exec>Now, if I do this (in order to cast the getVariableData(...) to Element or String, to get it logged):
            <bpelx:exec name="Java_Embedding_1" version="1.5" language="java">
              <![CDATA[
                  Logger logger = Logger.getLogger("oracle.soa.Logger");
                  LogFormatter.configFormatter(logger);
                  getVariableData("sendMessage_InputVariable","body","/ns2:sendMessageInput/ns2:invocationId");]]>
            </bpelx:exec>my BPEL won't compile. I get the error
    Error(55,33): Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "BPELProcess" of composite "default/JDeveloper_BPEL_Project!1.0"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    Not much help in my scac.log. No error, just warning:
    2012-11-13 14:59:40 com.collaxa.cube.CubeLogger info
    INFO: LibClasspath=/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/commonj.sdo_2.1.0.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-thirdparty.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-exts.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-validator.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-client.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/oracle.soa.fabric.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/soa-infra-tools.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-ext.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.ext_11.1.1/classes/:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar
    2012-11-13 14:59:40 com.collaxa.cube.CubeLogger info
    INFO: validating "BPELProcess.bpel" ...
    2012-11-13 14:59:41 com.collaxa.cube.CubeLogger warn
    WARNING: CubeProcessor.compileGeneratedClasses() classpath is: /opt/Oracle_Middleware_Home/jdeveloper/jdev/extensions/oracle.sca.modeler.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.mediator_11.1.1/mediator_client.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.xdk_11.1.0/xml.jar::/home/veronica/myProject/myProject_Repozytorium/Asynchronic_BPEL/JDeveloper_Asynchronic_BPEL/JDeveloper_BPEL_Project/SCA-INF/classes:/home/veronica/myProject/myProject_Repozytorium/Asynchronic_BPEL/JDeveloper_Asynchronic_BPEL/JDeveloper_BPEL_Project/SCA-INF/classes:/home/veronica/myProject/myProject_Repozytorium/Asynchronic_BPEL/JDeveloper_Asynchronic_BPEL/JDeveloper_BPEL_Project/SCA-INF/gen-classes:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/commonj.sdo_2.1.0.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-thirdparty.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-exts.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-validator.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-client.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/oracle.soa.fabric.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/soa-infra-tools.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-ext.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.ext_11.1.1/classes/:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jarIs it missing something? What it is missing?

    Actually I got it to work, and I'm not sure why it hasn't worked before.
    Where are the compiler complaints stored?

  • I wonder to know what is the enterprise solution for windows and application event log management and analyzer

    Hi
    I wonder to know what is the enterprise solution for windows and application event log management and analyzer.
    I have recently research and find two application that seems to be profession ,1-manageengine eventlog analyzer, 2- Solarwinds LEM(Solarwind Log & Event Manager).
    I Want to know the point of view of Microsoft expert and give me their experience and solutions.
    thanks in advance.

    Consider MS System Center 2012.
    Rgds

  • Audit Log Management

    I cannot get my Audit Log Management job to run. It fails because "Invalid audit archive path. Please check your setting." Where do I check the setting? I am running 5.0.3 with Collab 4.0. Thanks.

    Just an FYI, with ZDM 6.5 HP3 the file name changed from AuditLog.txt to
    ZRMAudit.txt still located under system32 on Windows XP.
    Jim Webb
    >>> On 5/22/2006 at 3:27 PM, in message
    <[email protected]>,
    Jim Webb<[email protected]> wrote:
    > Well I found out the ZDM 6.5 HP2 fixes the problem of the log file not
    > being
    > created.
    >
    > Jim Webb
    >
    >>>> On 5/19/2006 at 8:37 AM, in message
    > <[email protected]>,
    > Jim Webb<[email protected]> wrote:
    >> Well, it does show up in the event log but not in the inventory. If I
    >> disable inventory the log file won't be deleted, correct?
    >>
    >> Jim Webb
    >>
    >>>>> On 5/18/2006 at 10:03 AM, in message
    >> <[email protected]>, Marcus
    >> Breiden<[email protected]> wrote:
    >>> Jim Webb wrote:
    >>>
    >>>> I did a search on a machine I am remote controlling, no log file. What
    >>>> next?
    >>> good question... does the session show up in the eventlog?

  • What format to input $currentdate(datetime) Global Variable in Data Services Management Console?

    What is the correct input format for the datetime Global Variable in Data Services Management Console? 
    I've tried several formats and keep getting a syntax error. 
    The DSMC is Version: 14.0.3.451
    I'm a new user and learning as I go.  
    Thanks for your help. 

    Hi,
    if you get syntax error as below,
      Syntax error at line <1>: <>: near <.04> found <a float> expecting <+, ||, DIVIDE, MOD, *, SUBVARIABLE, a decimal>.
      1 error(s), 0 warning(s).
      Check and fix the syntax and retry the operation.
      Error parsing global variable values from the command line: <$sedate=2014.12.04 12:00:00;>.
    Check the syntax and try again.
    solution is simple
    Place the global variable value in single quotes '2014.12.04 12:00:00'

  • Log management - Oracle PIM

    In the development and production environment, log management has been enabled for many of the functionalities and for most of the users. Hence due to this there are lot of log files created (also being created) and ending up occupying huge space. I could not find any relevant information in PIM user, implementation guides or any Knowledge base articles in Oracle tech support side. Hence I need your inputs on the following:
    •     What is the standard log management practice in Oracle PIM?
    •     What is the standard process, procedure for archival, deletion of log files?
    •     How often is archival of log files done?
    Regards,
    Ram
    +358 451172788

    Please see the following MOS Docs.
    R12 Product Information Management (PIM) Training [Video] (Doc ID 1498058.1)
    Information Center - Oracle Fusion Product Information Management ( PIM ) (Doc ID 1353460.2)
    Information Center - Troubleshooting Fusion Product Information Management (PIM) Applications. (Doc ID 1380507.2)
    Information Center: Product Information Management (PIM) (Doc ID 1310505.2)
    Guidelines and Product Definition Methodology for Oracle MDM Product Hub Integration (Doc ID 1086492.1)
    Oracle Product Hub for Communications Readme Document, Release 12.1.1 (Doc ID 885359.1)
    Thanks,
    Hussein

  • Security Audit Log SM19 and Log Management external tool

    Hi all,
    we are connecting a SAP ECC system with a third part product for log management.
    Our SAP system is composed by many application servers.
    We have connected the external tool with the SAP central system.
    The external product gathers data from SAP Security Audit Log (SM19/SM20).
    The problem is that we see, in the external tool,  only the data available in the central system.
    The mandatory parameters have been activated and the system has been restarted.
    The strategy of SAP Security Audit Log is to create many audit log file for each application server. Probably, only when SM20 is started, all audit files from all application servers are read and collected.
    In our scenario, we do not use SM20 since we want read the collected data in the external tool.
    Is there a job to be scheduled (or something else) in order to have all Security Audit Log available (from all application servers) in the central instance ?
    Thanks in advance.
    Andrea Cavalleri

    I am always amazed at these questions...
    For one, SAP provides an example report ( RSAU_READ_AUDITLOG_EXTERNAL ) to use BAPIs for alerts from the audit log yet 3rd party solutions seem to be alergic to using APIs for some reason.
    However, mainly I do not understand why people don't use the CCMS (tcode RZ20) security templates and monitor the log centrally from SolMan. You can do a million cool things in SolMan... but no...
    Cheers,
    Julius

  • Warning    Log Management

    Warning Log Management
    The date field is probably invalid on /usr/web/serveurs_web/bea_prod/wlserver6.1/config/workflow/logs/weblogic.log
    line 14. Message ignored during search.

    Hi Abhishek,
    As i mentioned earlier the Alert resolution says the same points.
    Can you give details on the below ?
    Is there really a log named "Dhcpadminevents" in the MS's Event viewer ?
    Did you recently configure any new alert where you mentioned "Dhcpadminevents"
    as a event log location ?
    If yes then what is the target you selected for the rule / monitor there ?
    Can you post the results for analysis ?
    Gautam.75801

  • Log manager throughput considerations - No more than 3840K in-flight

    Hi Experts,
    As per the documentation about Log Manager
    Log manager throughput considerations
    Outstanding log writes: 32-bit=Limit of 8, 64-bit=Limit of  32
    No more than 3840K “in-flight”
    Individual write size varies
    Up to 60KB in size
    in 64 Bit==> We can have 32 outstanding log writes and 1 log write size is max 60 KB so if there are 32 user dbs, max inflight  size can be 32*60KB==> 1920 KB. but documentation says 3840 KB
    ["No more than 3840K “in-flight"]. double the size of 1920 KB.
    This is contradictory i think.
    Manish

    Thanks for the help.
    http://blogs.msdn.com/b/sqlcat/archive/2013/09/10/diagnosing-transaction-log-performance-issues-and-limits-of-the-log-manager.aspx
    Limits of the Log Manager
    Within the SQL Server engine there are a couple limits related to the amount of I/O that can be "in-flight" at any given time; "in-flight" meaning log data for which the Log Manager has issued a write and not yet received an acknowledgement that the write has
    completed. Once these limits are reached the Log Manager will wait for outstanding I/O’s to be acknowledged before issuing any more I/O to the log. These are hard limits and cannot be adjusted by a DBA. The limits imposed by the log manager are based on conscious
    design decisions founded in providing a balance between data integrity and performance.
    There are two specific limits, both of which are per database.
    1. Amount of "outstanding log I/O" Limit.
    a. SQL Server 2008: limit of 3840K at any given time
    2. Amount of Outstanding I/O limit.
    a. SQL Server 2005 SP1 or later (including SQL Server 2008 ):
    i. 64-bit: Limit of 32 outstanding I/O’s
    Regards
    Manish

  • PU19 - Tax Reporter - W2 Simulation runs deletion from Log Manager

    Hi,
    We have used program rpctrdu0 to delete W2 simulation runs from PCL4 clusters. Now the question from the end user is why are the W2 simulation runs still showing up in the Log Manager in PU19? I am not even sure if we can delete the runs or records showing up in Log Manager.
    Any help would be appreciated.

    W-2 data (prod or simulation) are stored in cluster PCL4 whereas log manager info is stored in Temse. I guess Log Mananger is not meant to be stored permanently (i.e. can be deleted regularly while tax info still is in cluster).
    When you run RPCTRDU0 to delete W-2 info, only data in cluster is deleted, but Temse remains untouched (as probably SAP assumption would be Temse will be cleaned up routinely).
    For HR Temse, the lifetime is configured in feature 'TEMSE'. If the Temse deletion job is run routinely (we don't have it set up), it will delete out all Temse that have an expired date. The problem is if you run this, it will not just purge the log for w-2 simulation you deleted, but also those that already have expired date.
    What you can do is to identify the Temse files you want to delete, and manually delete through PU12.

  • UCCX 8: Log Manager partial service

    Hi all,
    I'm running UCCX v8.02 SU3 in HA mode. In my master server, the Log Manager service is always showing as partial service (even after UCCX Serviceability restart) but its working fine (In Service) in my slave server.
    What process is this impacting when its in partial service? Which logs should i be analysing to determine the cause?
    Thanks!
    -JT-

    I have the same issue except my master is fine and the secondary server shows Log Manager in Partial service.  TAC told me that was OK.  I would like a better answer.  My master server is on a MCS server and the secondary is on UCS VM platform.  Any help would be appreciated.
    Thanks,
    RQ

  • Firewall Log Management Software

    Can anyone recommend any firewall log management software that are proven?

    Adam,
    I suggest you to try ManageEngine Firewall Analyzer.
    The product almost support all the leading vendors in the industry. The product is segregated in to the three categories and they are,
         1.Traffic
        2.Security
        3.Management
    1. Traffic Statistics:
          This will give you the complete bandwidth information that was transacted through out the network with multiple drill analysis such as Source, Destination, Protocol, Hits, Bytes Sent, Bytes Received etc. You can even do capacity planning and forecasting with the product.
    2. Security Statistics:
           Security Statistics (Reports) will display all malicious events in your network. It will help you to know the various threats and attacks to the company from outside to inside and vice versa.
    3. Management Statistics:
           This will help you to do audit and security configuration analysis which includes change management, compliance report. This will point out the loop holes of the network and assist you to fix it.
    Why Firewall Analyzer?
    *Support for Firewall and security devices from multiple vendors
    *Real-time bandwidth monitoring
    *Employee internet usage with URL monitoring
    *Real-time alerting
    *Firewall Change Management reports
    *Security Audit & Configuration Analysis reports
    *Diagnose live connections
    *Capability to view traffic trends and usage patterns (Capacity Planning)
    *Powerful search for forensic and security analysis
    *Multi-level drill down into top hosts, protocols, web sites and more
    *Network security reports
    *Firewall compliance reports
    *Flexible and secured log data archiving
    *Rebranding, User based views and dashboard for MSSP Support
    and more
    http://www.manageengine.com/products/firewall/features.html
    I recommend you to evaluate the fully functioned 30 days evaluation copy and check if it helps you to acheive your use case.
    Regards,
    Vignesh.K
    Firewall Analyzer

  • I want to send FLEXCUBE logs on Splunk log management server. does anyone know how ?

    i want to send FLEXCUBE logs on Splunk log management server. does anyone know how ?

    On your Mac: Messages>Preferences>Accounts...adjust here.
    On your iPad: Settings>Messages>Send/Receive...adjust here.

Maybe you are looking for

  • Can not install Win7 sp1: I tried them all!

    Hello, I have a problem I can not solve in any way. Every time I try to install sp1 error code appears 80073701 The computer is a Lenovo ThinkStation E20 with windows 7 pro (64-bit), Intel Xeon processor X3440. I first checked that the computer did n

  • Problem while printing smartform in dot matrix printer

    Hi Experts, When i am printing smartform using dot matrix printer only the last page prints but all the pages displays in print privew. For example suppose there are three pages to be print 1/3, 2/3 , 3/3 , i get all the three pages in print privew a

  • Open Block Diagram in Subpanel

    In LV 8.6, when a VI is embedded into a subpanel on another VI, when you right-click on the panel of the embedded VI and select "Open Block Diagram", nothing happens. In LV 8.51 and LV 8.21, using the same code, the procedure opens the block diagram

  • Error in executing RS_TEMPLATE_MAINTAIN_70

    Hi, When i execute report RS_TEMPLATE_MAINTAIN_70 and try to open the portal link the link is opening as *http://<Server_name>.<Server name>._ihess.com:50100/_irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.

  • Essbase reports from the .sec file

    Hi,I have an essbase app/database which has multiple filters. The security on the users are based on the filter setup on the user for this app/db. I want to be able to create a report which shows the app/database name, user id, filter setup on the us