OEM - trying to monitor DB expired users

Hi all,
I am trying to see if I can maybe create a report listing with Db expired users.
Has anyone done this before as we have implemented and attached a secure profile to some DB users.
I'm trying to find the way with OEM ...
Thx

QL> select username from dba_users where expiry_date < sysdate;
USERNAME
MDDATA
MDSYS
IX
ORDSYS
CTXSYS
ANONYMOUS
SH
EXFSYS
OUTLN
DMSYS
WMSYS
USERNAME
XDB
TSMSYS
ORDPLUGINS
SI_INFORMTN_SCHEMA
BI
OLAPSYS
PM
18 rows selected.

Similar Messages

  • EA2 expired user check

    Hi,
    Checked to see if it is possible to change an expired user's password using EA2 (Oracle SQL Developer 1.5.0.52). Got the following error when I tried to open the expired user:
    "Password has expired. Unable to reset password - OCI driver not available"
    Anyone know how to resolve this?
    Thanks.

    The expired passwords can be reset using the OCI/Thick driver only.
    This error appears when the password is expired and cannot be reset since the OCI driver is not available in the system.
    Please make sure the OCI driver (Oracle client) is installed.
    Thanks,
    Srividhya.

  • Help disabling expired user accounts in AD

    I'm looking for a bit of help here... I'm trying to create a vb script that looks for all user accounts that has expired before today and disables them. After a
    LOT of scrounging the interwebs I've been able to scraped together the bellow VB script that lists all the expired user accounts that are still active, so now i'm trying to have it take the found
    accounts and disable them
    Option Explicit
    Dim dtmAdjusted, lngSeconds, str64Bit
    Dim objShell, lngBiasKey, lngBias, k
    Dim objRootDSE, strDNSDomain, objConnection, objRecordset, objUser
    Dim strBase, strFilter, strAttributes, strQuery, strDN, strAttributes1, strAttributes2, strAttributes3
    ' Obtain local Time Zone bias from machine registry.
    Set objShell = CreateObject("Wscript.Shell")
    lngBiasKey = objShell.RegRead("HKLM\System\CurrentControlSet\Control\" _
    & "TimeZoneInformation\ActiveTimeBias")
    If UCase(TypeName(lngBiasKey)) = "LONG" Then
    lngBias = lngBiasKey
    ElseIf UCase(TypeName(lngBiasKey)) = "VARIANT()" Then
    lngBias = 0
    For k = 0 To UBound(lngBiasKey)
    lngBias = lngBias + (lngBiasKey(k) * 256^k)
    Next
    End If
    ' Convert current date/time value to UTC.
    dtmAdjusted = DateAdd("n", lngBias, Now)
    ' Find number of seconds since 1/1/1601.
    lngSeconds = DateDiff("s", #1/1/1601#, dtmAdjusted)
    ' Convert the number of seconds to a string
    ' and convert to 100-nanosecond intervals.
    str64Bit = CStr(lngSeconds) & "0000000"
    ' Determine DNS domain name.
    Set objRootDSE = GetObject("LDAP://RootDSE")
    strDNSDomain = objRootDSE.Get("defaultNamingContext")
    ' Use ADO to search Active Directory.
    Set objConnection = CreateObject("ADODB.Connection")
    objConnection.Provider = "ADsDSOObject"
    objConnection.Open "Active Directory Provider"
    Set objRecordset = CreateObject("ADODB.Recordset")
    objRecordset.ActiveConnection = objConnection
    ' Search entire domain.
    strBase = "<LDAP://dc=globalgiving,dc=local>"
    ' Filter on expired user accounts.
    strFilter = "(&(objectCategory=person)(objectClass=user)" _
    & "(accountExpires<=" & str64Bit & ")(!accountExpires=0)(!userAccountControl:1.2.840.113556.1.4.803:=2))"
    ' Retrieve Distinguished Names.
    strAttributes = "sAMAccountName"
    ' Use ADO to query AD.
    strQuery = strBase & ";" & strFilter & ";" & strAttributes & ";subtree"
    objRecordset.Source = strQuery
    objRecordset.Open
    ' Enumerate expired user accounts.
    Do Until objRecordSet.EOF
    strDN = objRecordSet.Fields("sAMAccountName")
    Wscript.Echo strDN
    objRecordSet.MoveNext
    Loop
    ' Clean up.
    objRecordset.Close
    objConnection.Close
    Set objRootDSE = Nothing
    Set objConnection = Nothing
    Set objRecordSet = Nothing
    I tried adding: 
    strDN.AccountDisabled = True
    strDN.SetInfo
    but I get :
    (66, 1) Microsoft VBScript runtime error: Object required: 'jtest'
    jtest is one of the test accounts I have on my AD.
    Any suggestions or pointers anyone can give me? I found a 4 line power script that dose exactly what i want, but power script isn't an option for me :(

    Start with this:
    'change this
    ' Retrieve aDS path to user object
    strAttributes = "aDSPath,sAMAccountName"
    ' Enumerate expired user accounts.
    Do Until objRecordSet.EOF
    Set account = GetObject(objRecordSet.Fields("aDSPath"))
    Wscript.Echo account.SamAccountName
    account.AccountDisabled = True
    account.SetInfo
    objRecordSet.MoveNext
    Loop
    ¯\_(ツ)_/¯

  • Hi I do not want iTunes to open up automatically when I turn on my macbook pro.  I tried going to System Preferences Users and Groups Login Items and then I took iTunes off the list but it still opens up automatically when I turn on my laptop.

    Hi I do not want iTunes to open up automatically when I turn on my macbook pro.  I tried going to System Preferences>Users and Groups>Login Items and then I took iTunes off the list but it still opens up automatically when I turn on my laptop. What should I do?

    Hi r,
    Make sure you close iTunes before shutdown.  And you're quite welcome.

  • Error when trying to access the RBAC User editor and Message tracking

    Hi,
    I am getting an error when trying to access the RBAC User editor and Message tracking on the Web Mgmt interface. I verified that the admin account trying to access is in the Organization Management group and has the correct Role Assignment Policy applied.
    I searched through this thread below and saw that matching the msExchRoleLink and msExchUserLink attributes fixed the issue. 
    https://social.technet.microsoft.com/Forums/exchange/en-US/fc568cc6-8691-4127-b70b-bcc82f9b1f7f/first-2010-cas-server-no-administrator-rights-emc-permissions-gone?forum=exchange2010
    However I have another environment where this is not the case and works just fine; the msExchUserLink attribute has a value of CN=Organization Management,OU=Microsoft Exchange Security Groups,DC=Domain,DC=Local which is different as per the issue outlined in
    the above thread so I am not convinced that this will work and also don’t want to blindly edit something in adsiedit without being sure.
    I then checked the event logs on the server and saw the below error logged;
    Current user: 'Domain/Server Services Accounts/administrator'
    Request for URL 'https://server.domain.com/ecp/default.aspx?p=AdminDeliveryReports&exsvurl=1' failed with the following error:
    System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the
    page. Please contact your administrator for the required credentials. For new credentials to take effect, you have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       --- End of inner exception stack trace ---
       at System.Web.UI.Page.HandleError(Exception e)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       at System.Web.UI.Page.ProcessRequest()
       at System.Web.UI.Page.ProcessRequest(HttpContext context)
       at ASP.default_aspx.ProcessRequest(HttpContext context)
       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    Microsoft.Exchange.Management.ControlPanel.UrlNotFoundOrNoAccessException: The page may not be available or you might not have permission to open the page. Please contact your administrator for the required credentials. For new credentials to take effect, you
    have to close this window and log on again.
       at Microsoft.Exchange.Management.ControlPanel._Default.CreateNavTree()
       at Microsoft.Exchange.Management.ControlPanel._Default.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    I then had a look at the IIS permissions for ecp and owa. The account did not have permissions so I added them there but still got the same error. I’ve also tried all of the above with a newly-created account but still got the same issue.
    Any ideas as to what the above event log is specifically referring to?

    Hi,
    From your description, I would like to clarify the following thing:
    If you want to search message tracking logs, the account you use should be a member of the role groups below:
    Organization Management role group, Records Management role group, Recipient Management role group.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Mapping and Monitoring all the User and the Field exits

    Hello Dears,
    Are possible, with the Solution Manager to map and monitor all the user and the field exists existing in my ECC6 Productivity Environment?
    Anyone has some documentation?
    Regards to all.
    FS.

    Hello Gurus,
    Someone has any information about this question?
    Regards to all.
    FS.

  • Trying to monitor db connections in Tomcat

    All,
    Not sure if I am posting in the right place, as this problem of mine seems to cover a couple of different forum topics, but I figured since its database connections I'm trying to monitor, I'd post here.
    My desire is this... I'd like to monitor all of the connections within the connection pools for each of the deployed web apps on my Tomcat 5.0.16 (Wintel W2K) server.
    I can do this easily enough within each web app, but I would really like to have one web app that monitors all of the deployed apps on the server.
    I started out by trying to leverage Tomcat's manager application. I created a new servlet (called "ConnMonServlet") within the \server\webapps\manager\WEB-INF\classes\org\apache\catalina directory which extends the ManagerServlet. When I access the servlet with the url, "http://localhost:8080/manager/connmon", I am able to get a list of all of the deployed web apps. I am also able to get information out of each web app's web.xml (from the <env-entry>).
    With this, I am trying to create a BasicDataSource (we use the latest versions of commons-dbcp and commons-pool located within the \common\lib directory), then use it to get the number of active connections and the number of idle connections.
    My problem comes in trying to get the BasicDataSource through "normal" means, which is...
    InitialContext initCtx = new InitialContext();
    javax.naming.Context envCtx = (javax.naming.Context) initCtx.lookup("java:comp/env");
    String dsName = "jdbc/raptor";
    BasicDataSource ds = (BasicDataSource) initCtx.lookup(dsName);I get the error, "javax.naming.NameNotFoundException: Name jdbc is not bound in this Context". This works fine within each web app. Is there some way to get the context for the app I'm interrogating?
    I'm just not sure if I am going about this the right way. As I go through the loop of deployed web apps, I just want to get a snapshot at that time of the number of connections both idle and active. I have posted the servlet's code below (it's still very rough).
    I have spent the better part of two days trying to get something working, and I keep hitting a wall at trying to get a BasicDataSource for the deployed web app I'm looking at in the loop. Any help anyone could provide would be greatly appreciated.
    package org.apache.catalina;
    import org.apache.catalina.deploy.ContextEnvironment;
    import org.apache.catalina.manager.ManagerServlet;
    import org.apache.commons.dbcp.BasicDataSource;
    import javax.naming.InitialContext;
    import javax.naming.NamingException;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import java.io.IOException;
    //import java.util.Hashtable;
    import java.util.Iterator;
    import java.util.TreeMap;
    public class ConnMonServlet extends ManagerServlet{
        public ConnMonServlet(){
        public void doGet(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException{
            doPost(req, res);
        public void doPost(HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException{
            System.out.println("Inside of ConnMonServlet...");
            String contextPaths[] = deployer.findDeployedApps();
            TreeMap sortedContextPathsMap = new TreeMap();
            for(int i = 0;i < contextPaths.length;i++){
                String displayPath = contextPaths;
    sortedContextPathsMap.put(displayPath, contextPaths[i]);
    Iterator iterator = sortedContextPathsMap.entrySet().iterator();
    do{
    if(!iterator.hasNext())
    break;
    java.util.Map.Entry entry = (java.util.Map.Entry) iterator.next();
    String displayPath = (String) entry.getKey();
    String contextPath = (String) entry.getKey();
    Context context = deployer.findDeployedApp(contextPath);
    if(displayPath.equals(""))
    displayPath = "/";
    if(context != null){
    System.out.println(context.getDisplayName());
    System.out.println(context.getDocBase());
    System.out.println(context.getName());
    System.out.println(context.getPath());
    String s[] = context.findParameters(); // gets <context-param> entries out of web.xml
    for(int i = 0;i < s.length;i++){
    System.out.println(">>> " + s[i]);
    ContextEnvironment[] ce = context.findEnvironments();
    //Hashtable ht = new Hashtable();
    for(int i = 0;i < ce.length;i++){
    System.out.println(">>>>>> " + ce[i].getName()); // returns "dsName" from web.xml
    System.out.println(">>>>>> " + ce[i].getDescription()); // retunr null, as there is no description
    System.out.println(">>>>>> " + ce[i].getType()); // returns "java.lang.String"
    System.out.println(">>>>>> " + ce[i].getValue()); // returns "java:comp/env/jdbc/raptor"
    //ht.put(javax.naming.Context.PROVIDER_URL, "t3://localhost:8080");
    System.out.println(" " + displayPath);
    System.out.println(" " + contextPath);
    try{
    if(!"".equals(contextPath)){
    //InitialContext initCtx = new InitialContext(ht);
    InitialContext initCtx = new InitialContext();
    javax.naming.Context envCtx = (javax.naming.Context) initCtx.lookup("java:comp/env");
    String dsName = "jdbc/raptor";
    BasicDataSource ds = (BasicDataSource) initCtx.lookup(dsName); //@TODO - receiving error javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
    //BasicDataSource ds = (BasicDataSource) initCtx.lookup("java:comp/env/jdbc/raptor");
    System.out.println(">>>> maxActive = " + ds.getMaxActive());
    //javax.naming.Context envCtx = (javax.naming.Context) context.getManager().getDefaultContext();
    } catch(NamingException e){
    e.printStackTrace();
    } while(true);
    Thank you!!!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Very elegant response. I do appreciate the information. It is kinda amusing to think OC4J is the only "certified" app server. One of the touted benefits of portal is that it is "100% Pure J2EE Compliant..." :0) *(insert good laugh)* Seems like Oracle would be inclined to make this information more obvious (about the provider requirements), since there are soooo many app servers out there that could host portlets. I can't see how providing 'alternative, unsupported configuration docs' could hurt.
    Either way, it's no skin off my back, just a little wasted time. I will check out this 'pdksoftware.zip' and see what it gives me. I have a feeling it's the same JAR's I managed to wrangle off the PDK and server, but it's nice to know for recreating a dev environment. (And the demo I'm doing tomorrow)
    Honestly, my Netbeans / Tomcat portlet development environment is very splendid! I must say, that making a change in my 'Renderer' class and having the changes appear immediately in our development portal is a very VERY good thing. (we're talkin 5 second turnaround here) The only change that requires any kind of 'reloading' is when I change my provider.xml. Just need to 'reload' the provider, and all is good again.
    A year ago, there was a serious bug in JDev / OC4J in which the auto class reload feature simply did not work. I had this confirmed with a TAR. Hence the abandonment of JDev. Needless to say, I've been a very open-standards kinda person. May as well mention, JDev was too slow and painful to use for the kind of development I like. Maybe it's better now. Who knows.
    As my team and I slowly shuffle the moving parts of Portal, you will surely see more of my posts. Thanks again for the help!
    Cheers!
    -Sean

  • SCOM Agent Grayed Out When Trying To Monitor Domain Controller

    Hi i am trying to monitor my domain controller from SCOM 2012 R2. But it is grayed out. I tried to restart the Monitoring Agent Service of DC. After this agent was showing healthy state but after some time it was gray once again. Repeated this process again
    and again and get the same result. I have also read many blogs related to this problem and all of them are saying to run HSLockdown.exe /A "NT AUTHORITY\SYSTEM" to allow this account. Also tried this approach but this command is not working. The
    command is not running. Please help.

    Hi Abhishek, if you'd like more information on the HSLOCKDOWN util, then check out the links below: 
    https://technet.microsoft.com/en-us/library/hh212737.aspx?f=255&MSPPError=-2147217396
    http://thoughtsonopsmgr.blogspot.com/2009/09/hslockdown-explained.html
    Gray agents could be caused by several issues, and without a detailed description of your SCOM configuration, and issues, it would be hard to pinpoint the root cause. Here's a comprehensive article on troubleshooting grey agents, that should guide you in
    your remediation efforts: http://support.microsoft.com/en-us/kb/2288515
    If you've found this post helpful,  please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    MrChiyo | My blog: Technical | Twitter: MrChiyo

  • Excluding disabled and expired users from Global Address List

    There showed a request in my company to remove expired user accounts from the GAL. Is there any way to do it in the filter rules of the GAL? I would practicaly like to exclude them from GAL when they are expired, and include them in the GAL when enabling
    them again, but in an automatic way. Is there any method existing to do that? We are using Exchange Server 2003.
    Thanx,
    Kristian

    Hi,
    To hide from the address list, you can follow the steps below to get this.
    1. Open ESM, expand Recipients.
    2. Click on All Global Address Lists, in the right hand pane right click
    Default Global Address List and go to Properties.
    3. In the Default Global Address List Properties, click preview.
    4. Scroll through a list of users to choose the user you want to hide, right click and go to Properties.
    5. Under the Exchange Advanced tab, check "hide from Exchange address lists"
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • I have a java code that expires user sessions after 30 min.But the session does not expire in Firefox version 4 where as it expires in all previous versions

    I have a java code that expires user sessions after 30 min.But the session does not expire in Firefox version 4 where as it expires in all previous versions

    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.<br />
    The helpers at that forum are more knowledgeable about web development issues.<br />
    You need to register at the mozillaZine forum site in order to post at that forum.<br />
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Need to figure out how to remove an unknown admin password on a mac.  used the install disc with not luck. tried some commands in single user mode, no luck.

    need to figure out how to remove an unknown admin password on a mac.
    used the install disc with not luck. tried some commands in single user mode, no luck.

    need to figure out how to remove an unknown admin password on a mac.
    used the install disc with not luck. tried some commands in single user mode, no luck.

  • Getting "line disconnected" error message when trying to monitor

    Getting "line disconnected" error message when trying to monitor "live stream" on cameras from computer.  Anyone else have this issue?  Any suggestions on how to fix?  I have reconfigured each camera with the router but still having the error message.  I have a total of three cameras....(1) is wired and (2) are wifi......I am getting this message with all cameras (both wired/wifi).

    Is this an intermittent error that you get now and then, or were you able to successfully setup your cameras, then one day you got the "line disconnected" on all cameras since that point and on?
    If this is an intermittent problem, I can share that I experienced the same thing the first two days of having setup my cameras.  It seemed that my Gateway was communicating with the Verizon servers pretty heavily as I was getting my HMC first setup.  However, starting on day three and on, it has worked very well.
    The only odd thing I'm experiencing now is that I getting several "camera_detected" messages in the activity logs.  All my cameras show up in the My Devices list, and I can view them either as a snapshot or as live streaming, however, the log makes it seem that there is a mystery camera connected somewhere that I don't know about.  I have a call in to Verizon regarding this and hopefully will get an answer in the next couple of days.  It's not hurting anything, just kind of annoying to sort through those entries as you're going through your Activity Log.

  • Get the following error when trying to add a new user - Error of type eDSSchemaError (-14142) on line 1235 of /SourceCache/WorkgroupManager/WorkgroupManager-421/PMMUGMainView.mm

    Get the following error when trying to add a new user on Mac OS Server 10.5 - Error of type eDSSchemaError (-14142) on line 1235 of /SourceCache/WorkgroupManager/WorkgroupManager-421/PMMUGMainView.mm

    How come Leopard let me use the WGM in standard mode?
    While SA complains that it won't work in Standard Configuration, WGM does not. There is some fault in the logic of this for which I don't have an explanation.
    If I want to get control on Dock, selection of Home folder, config of Proxy... which I think are basic things, do I really need the advanced mode?
    If you wish to have complete control of all client settings, yes. There really is no disadvantage of using an Advanced configuration other than the learning curve.
    So if I switch to advanced mode, there is good chance I won't get this error message anymore, right?
    Yes.

  • When trying to use viber a) viber icons in the contacts do not appear b) when trying to call other viber users receive notification that users have to download viber first c) when other viber users try to contact they are notified the my vers. needs updat

    When trying to use viber a) viber icons in the contacts do not appear b) when trying to call other viber users receive notification that users have to download viber first c) when other viber users try to contact they are notified the my vers. needs updat

    A brief and probably non-helpful answer: I know of no way to eliminate your large amount of duplicates other than by repetitive, tedious manual effort.
    *There has got to be a simpler way.*
    I hope you're right, but I don't think there is a simpler way.
    BACKUP:  It also appears that the only way I can back up the catalog is to shut down LR.  Really?!
    Yes, really

  • How i use OEM 12c to monitor Microsoft Active directory.

    Hi,
    How i use OEM 12c to monitor Microsoft Active directory.Please assist me on this.
    Thanks,
    Sagar

    Hi,
    The fundamental problem with this scenario is that you have non-failover capable modules in a failover chassis - think of the ASA failover pair as one device and the IPS modules as two completely separate devices.
    Then, as already mentioned, add only the primary ASA. (The secondary will never be passing traffic in standby mode so it's not actually needed in MARS) Then, with the first IPS module you can add it as a module of the ASA or as a standalone device (MARS doesn't care). With the second IPS module the only option is to add it as a separate device anyway.
    In a failover scenario the ASA's swap IP's but the IPS's don't so whereas you'll only ever get messages from the active ASA you'll get messages from both IPS IP's depending on which one happens to be in the active ASA at the time.
    Don't forget that you have to manually replicate all IPS configuration every time you make a change.
    HTH
    Andrew.

Maybe you are looking for

  • Want to hide or mod FCP 6 Splash Screen

    Just want to hide the splash screen on my FCP system. I rent it to indy projects and I want to protect my serial. How can I access the Splash Screen Image? I've been able to mod the splash screen on all the other apps on the rental system but can not

  • Is there a way to see what font was used originally, after the type has been converted to outlines?

    Hi all, I would really like to know if there is any way to find out what font was used originally in an Illustrator document, after the type has been converted to outlines? The reason for this is I need to update some wording in a couple of old logos

  • How to get Active users list in Essbase 6.5.6

    Hi Gurus, How to get Active users list in Essbase 6.5.6 version I dont find any Esscmd to find active users list.... i used LISTLOGINS command in ESSCMD but its not helping me out.... pls suggest me some approach to find active users list. Thanks in

  • Mail leaves a draft even after the email is sent

    I recently got my mail fixed (Hide/Show) was not working, which changed my mail from POP (which I liked) to IMAP (which I don't).  I don't know if that is causing the problem vs. the way Mail handles Gmail with IMAP because it was never a problem bef

  • Custom field display as a checkbox in SRM - Shopping Cart

    Hi Friends, I added a new field on SRM Screen. Field details are as follows Field Name : ZZPCARD_ORDER Domain     : char_x (<b>Checkbox</b>) When I see BASIC DATA screen on Shopping Cart, I am getting this field as a simple character field but <b>NOT