Enable rule for only a group

Hi -
I am trying to build a sandbox for individual teams to do custom alerts and rules on their own servers, without adding these alerts and rules to the rest of the servers that are across the rest of the company. What is the best way to do this? I have heard
that some that are using SCOM in this user-centric way as opposed to operations-centric way use unsealed management packs for most of their rules. I am still not entirely up to speed on how SCOM's object hierarchy works (still reading and researching), but,
I think that is also not the best plan either because it's unsupported.
I understand that in order to make a rule that applies to one group that you must choose an override and select their custom management pack. If you click the "Enable" checkbox, it enables the rule for every host, because each host is inheriting
from the "Windows Operating System" object.
Someone suggested modifying the Operating System class to automatically discover which team to apply the check to. I don't think this is the intended use of the product, so I am looking for a second opinion. Apparently they tried to and it works, but if
we ever updated SCOM to the next version of the product, I worry that there could be issues.
Thanks for your thoughtful guidance.
//ana

Hi,
We may create a group with those servers in it, and override rules or monitors for that group.
Please refer to the below link for more details about override for groups:
Using Classes and Groups for Overrides in Operations Manager
http://technet.microsoft.com/en-us/library/hh212771.aspx
Regards,
Yan Li
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Tax Reporter-Nonexistent evaluation rule for tax form group'

    Hi,
    In ECC 6.0 upgrading testing, I get a configuration error message 'Nonexistent evaluation rule for tax form group' when I try to run a W2 statement.
    How can i fix this?
    We plan to generate statements in sap script not Adobe.
    Thanks,
    Somar

    ECC 6.0 defaults forms to PDF with effiective date of 01/01/2005; the sapscript forms in table T5UX7 has to delimited with valid dates.

  • [iPhone] Enable paging for only one axis?

    Hi! Basically what I am looking to do is exactly like the AIM application where I want to have a paging effect horizontally, but I want to scroll vertically.
    Unfortunately, the best I can come up with is a scrollview inside another scrollview. This doesn't seem to work as the inner scrollview (that controls vertical scrolling) doesn't pick up any touches when it's inside the paging scrollview.
    I was wondering whether it really is two scrollviews or whether I can enable paging for only one axis.
    How would I go about programming this?
    Thanks!

    {quote}You need to have only one scrollview that handles the vertical scrolling. Then add code to the touchesBegan:withEvent: method to detect a horizontal swipe. When you detect one, programmatically animate the page change.{quote}
    I had the same question as this topic and this answer was what I ended up doing.

  • Enable Flash for only selected sites

    Flash implementation sucks and will eventually be replaced by HTML 5 functionality.
    Most sites today work without Flash but a few still require them. The ones that do not need flash will in most cases use it anyway if Flash is enabled. To be able to use all sites one has to have Flash enabled for all sites.
    To speed Firefox up and be able to migrate away from Flash completely I would like the option to by default have Flash disabled and to manually enable it for certain sites only. This would both speed up the browsing experience and the general migration from Flash to HTML 5.

    You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page or for the domain in the currently selected tab by clicking the "Site Identity Button" (globe/padlock) on the location bar and "More Information" to open "Page Info" and go to the Permissions tab.
    *https://support.mozilla.org/kb/how-do-i-manage-website-permissions
    *Tools > Page Info > Permissions
    You can disable click-to-play to be able to select which plugins are allowed on specific web pages (enable, disable, ask).<br />
    Set the <b>plugins.click_to_play</b> pref to <i>true</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • Pen a SSO-enabled URL for a Portal Group?

     

    In vanilla apache you'd do something like this to authorize access to a group of users:
    <Location /some/url>
    AuthType Basic
    AuthGroupFile /usr/local/.../groups.ora
    require PortalGroup
    </Location>
    where PortalGroup is defined in the groups.ora file. But with SSO, we currently don't support authorization, only
    authentication.
    So, the capability to do this is currently not provided.
    This is being considered for a future release.

  • Personalization (Cross-Selling Rules for Target Group) in E-commerce

    Hi,
    Could any one suggest solution for the query...
    Scenario: Personalized Cross-Selling for Target Group in a Webshop (E-Commerce-B2B Occasional User Scenario). The Cross Selling is to
    appear only for Target Group, but the system is prompting the Cross Selling
    Rule for both Target Group aswell Global. The Config details are below
    mentioned.
    1. In Method Schema (11) we maintained Cross Selling Methods for Global as well
    as Target Group.
    (CRM_MKTPR_PP_CS_GL_READ & CRM_MKTPR_PP_CS_TG_READ).
    (I did remove Global Method for testing, but still it is appearing for Global
    Target Group)
    2. Created Cross Selling rules in CRM for Target Group Target Group & is
    Activated.
    3. Target Group Modeling done in Segment Builder.
    4. Target Group Assignment done in the webshop.
    5. Application Administration related tasks (clearing done).
    6. Product Catalog Updated Replication is done aswell.
    7. Simulation of Product Proposal is done using program
    "CRM_MKTPR_PRODUCT_PROPOSAL"
    Please suggest me if I miss anything to recommed Cross-Selling rules only to the Target Group.
    Thanks in Advance,
    D u r g a r a o

    Cartweaver
    http://www.cartweaver.com/
    Web Assist Power Store
    http://www.webassist.com/support/ecommerce-options.php
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • List view GroupBy pagination does not work for the second group?

    Hi,
    I have defined view for list with grouping by 2 fields. I noticed the paging works only for the first grouping, for the second field there are always all items on the page. How could I configure it to provide paging also for the second level of grouping?
    If it is possible to have paging for only one group level, I would like to change it for the second 2 (as there are only like 15 groups for the first level but there could be hundreds for the second one).
    Thanks!
    eXavier

    Here is the query:
    <View Name="{3BEA03A1-FBFF-4364-AA0F-AD4E48093479}" MobileView="TRUE" Type="HTML" DisplayName="aaaa" Url="/Lists/X/aaa.aspx" Level="1" BaseViewID="5" ContentTypeID="0x" ImageUrl="/_layouts/15/images/generic.png?rev=23">
     <Query>
      <GroupBy Collapse="TRUE" GroupLimit="30">
       <FieldRef Name="SC_UserName" />
       <FieldRef Name="SC_Year" Ascending="FALSE" />
      </GroupBy>
      <OrderBy>
       <FieldRef Name="SC_Date" Ascending="FALSE" />
       <FieldRef Name="SC_Date" Ascending="FALSE" />
      </OrderBy>
     </Query>
     <ViewFields>
      <FieldRef Name="ID" />
      <FieldRef Name="SC_DateX" />
      <FieldRef Name="LinkTitle" />
      <FieldRef Name="SC_Date" />
      <FieldRef Name="SC_UserName" />
      <FieldRef Name="SC_DateY" />
      <FieldRef Name="SC_Status" />
     </ViewFields>
     <RowLimit Paged="TRUE">30</RowLimit>
     <Aggregations Value="Off" />
    </View>
    eXavier

  • Enabling HTTPS for gatewayed requests

    Hi,
    We wanted to find out if there is a way we can enable HTTPS for ALUI portal based on the URL pattern for the gatewayed requests. For example, the two links below have a different ending URL pattern "ABC" vs "DEF". Can we enable HTTPS for only the requests that end with "DEF"?
    http://<HOST_NAME>/portal/server.pt/gateway/PTARGS_0_3159_12576_1962_0_43/<HOST_NAME>/<APP1_NAME>/a.htm?action=onLoadABC
    http://<HOST_NAME>/portal/server.pt/gateway/PTARGS_0_3159_12576_1962_0_43/<HOST_NAME>/<APP2_NAME>/a.htm?action=onLoadDEF
    Thanks.

    This is a kind of workaround.
    You can try to add your https url (or better some pattern) under "HTTP Configuration", this mean that only url's matched to this pattern will be protected. Then in your source code using transformURL function point to protected resource, this should solve your question.

  • Copa derivation rule for customer group

    Hi All,
    I am currently facing an issue with Derivation rule and hope someone can help me on resolving  this.I have created a COPA derivation rule which has field as
    Source Field
    company code
    Plant
    Target field
    Distribution channel
    Condition
    customer group 3 = 18.
    so ideally with this conbination the distribtion channel gets updated
    for the sales order.
    However the issue we are facing is that the rule is working for only 1st line item and not for the others. I have also kept setting as" overwrite values only if new values found"
    e.g if we see the accounting doc of billing then
    line item 1 customer: x
    line item 2 SaLes GL: rule works fine and dist channel is updated.
    line item 3 discount GL: rule does not work.
    Have checked the derivation rule and it looks correct.
    Can you kindly suggest solution to this.

    Hi Ajay,
    Thank you so much for your reply.Please note that the GL is a cost element but the category in system is 1 and not 12.However I would like understand as to why is this happening.why does the system picks up derviation rule for a Gross sales GL and not for Discount GL(Cost element).
    The distribution channel  gets updated for sales GL when i check the prof segment of the line item, however this is not the case with doscount GL.
    I would like to understnad the implication before changing cost element category from 1 to 12 as it runs across system.
    Kindly provide some more explaination.
    thanks in advance.

  • Enabling calendaring for a user or group not working

    Am having an issue getting ical server/sharing and webcalandars working. Think it is all related.
    First a description of my server environs. One xserve acting as OD master, fileserver, vpn, DNS and DHCP server as well. Second xserve acting as DNS, mail, web and ical server. Second server is OD replica.
    DNS is working. All OD functions including kerberos are working. Mail and webmail are working as well.
    The hostname in iCal Server Admin settings is the FQDN of my second xserve. icalxserve.domain.com. I can start iCal. Then I get this error in the logs:
    twistedcaldav.directory.appleopendirectory.OpenDirectoryInitError: Open Directory has no /Computers records with a virtual hostname: icalxserve.domain.com
    Remember this server is a OD replica. It is listed in the Computers pane under Workgroup Manager and its name is server.domain.com$. All the computers have $ at the end so I assume this is normal. All services are set for access from all users in Server Admin -> server -> Access. In Server Admin Web -> Sites -> (default site highlighted) Web Services webmail, wiki and blog and web calendaring are all checked as well. I have also tried to enable wiki and blog and web calendar for groups in Workgroup Manager. The only choices in the pop up are none and wiki host for domain.com. Strange.
    I cannot enable calendaring for any user. I check the Enable calendaring box under Advanced in the Accounts pane in Workgroup Manager and no server is listed in the pop up menu. It only reads No calendar host selected without any other choices. It should show me icalxserve.domain.com.
    When I goto http://icalxserve.domain.com site I get the default homepage and webmail works. If I click on the Groups button I see the 2 groups I have enabled services for. But when I click on the groupname I get the following error page:
    Not Found
    404: No group with that name (thomas) hosted on this server
    Not sure what to do next. OD doesn't seem to be working like I would expect. Any advice would be greatly appreciated.
    Thanks in advance.
    Please note I am posting this late on Sunday night and have jury duty tomorrow. I will obviously try to check back as soon as I can but maybe not until Monday night. Thanks again.

    Hi
    +"I don't see this option. Am I doing doing something wrong?"+
    Your Rider seems to indicate 10.6? If you're not seeing this option in WorkGroup Manager I'm guessing you're using 10.6 Server? In which case you've posted in the wrong forum with a question that's not applicable anymore. Apple removed those options in 10.6. Another possibility is you're trying to manage a 10.5 Server using 10.6 Server Admin Tools and it's giving unpredictable results? The Server Administration Applications cab behave oddly if you're trying use a newer version on an older server. You should use the version of the Tools that came with the Server.
    The 10.6 iCal Server Admin Manual is here:
    http://manuals.info.apple.com/enUS/iCalServerv10.6.pdf
    Tony

  • Rules for population of Purchasing Group in PR/PO

    Hi,
    Can someone please clear up the rules on how standard SAP works in terms of the purchasing group field in either a PR/PO.
    In short, a material master exists and a PIR. When the PR is created the purchasing group is populated from the material master and not the PIR, is this correct?
    When the PO is created w.r.t the PR, the purchasing group is copied from the PR and not the PIR, is this correct?
    Simply I want the purchasing group to be taken from the PIR and not the material master, any ideas?
    Thanks.

    Hi
    You can not do this with configuration.You have to go for Userexit only where you can build up logic check the allowed item categories and accont assignments for a mateial group.You can maintain a Z- table where you can make entries of Material group and Account assignment/Item categories.
    Regards
    Ramakrishna

  • How to enable SSL optimization only for a single remote WAE and specific website?

    Hi guys.
    I have to enable SSL optimization for a specifc HTTPS website only and for a specific remote site only (branch office).
    The scenario is as follows:
    Multiple sites connected via a MPLS cloud. Each site has its own WAE device (module or appliance).
    There is a central manager and core WAE in the main site (central site).
    There is a website accessed via HTTPS by all the remote sites. This specific website is hosted within the main site.
    For only a specific branch office (remote site) we want to enable SSL optimization for this specific website.
    I saw this great and useful doc, but I still have some concerns.
    https://supportforums.cisco.com/docs/DOC-16452
    Basically, according to I see, I should do the following if I want to enable SSL optimization with the entire environment:
    - export the certificate and keys;
    - enable secure store in the central manager;
    - In the remote and core WAE, Check "initialize CMS secure store" and "Open CMS Secure Store";
    - In the core WAE, import the CA certificate (upload PEM file);
    - In the core WAE, create the SSL Accelerated Service by:
        --importing the client certificate and the key;
        -- Match interesting traffic;
        -- Put the SSL Acc Service in service;
    - Finally, make sure SSL acceleration is enabled in both remote and core WAE.
    The concerns:
    I only need to enable SSL optimization for a specific location accessing a specific website.
    Should the steps above work fine If I enable the SSL service for this specific website in the core WAE and enabling secure store only in a single remote site (brach office)?
    how will the other remote locations behave?
    Will they access the website normally with no SSL optimization even passing thru the core WAE?
    What about the other SSL sites which have no certificate? They will be treated as normal HTTPS with no optimization, right?
    If the site uses proxy, will any flow be impacted?
    If the steps above do not fit my case, how can I configure SSL optimization for only one remote WAE?
    Thanks in advance.
    importing  the client certificate and key (client.crt and client.key exported from  the Web server - See more at:  https://supportforums.cisco.com/docs/DOC-16452#sthash.3BKz05zU.dpu

    Hi guys.
    I have to enable SSL optimization for a specifc HTTPS website only and for a specific remote site only (branch office).
    The scenario is as follows:
    Multiple sites connected via a MPLS cloud. Each site has its own WAE device (module or appliance).
    There is a central manager and core WAE in the main site (central site).
    There is a website accessed via HTTPS by all the remote sites. This specific website is hosted within the main site.
    For only a specific branch office (remote site) we want to enable SSL optimization for this specific website.
    I saw this great and useful doc, but I still have some concerns.
    https://supportforums.cisco.com/docs/DOC-16452
    Basically, according to I see, I should do the following if I want to enable SSL optimization with the entire environment:
    - export the certificate and keys;
    - enable secure store in the central manager;
    - In the remote and core WAE, Check "initialize CMS secure store" and "Open CMS Secure Store";
    - In the core WAE, import the CA certificate (upload PEM file);
    - In the core WAE, create the SSL Accelerated Service by:
        --importing the client certificate and the key;
        -- Match interesting traffic;
        -- Put the SSL Acc Service in service;
    - Finally, make sure SSL acceleration is enabled in both remote and core WAE.
    The concerns:
    I only need to enable SSL optimization for a specific location accessing a specific website.
    Should the steps above work fine If I enable the SSL service for this specific website in the core WAE and enabling secure store only in a single remote site (brach office)?
    how will the other remote locations behave?
    Will they access the website normally with no SSL optimization even passing thru the core WAE?
    What about the other SSL sites which have no certificate? They will be treated as normal HTTPS with no optimization, right?
    If the site uses proxy, will any flow be impacted?
    If the steps above do not fit my case, how can I configure SSL optimization for only one remote WAE?
    Thanks in advance.
    importing  the client certificate and key (client.crt and client.key exported from  the Web server - See more at:  https://supportforums.cisco.com/docs/DOC-16452#sthash.3BKz05zU.dpu

  • Need to display records only once for that particular group

    Hi,
    I have a requirement like displaying repeated records only once for that particular group.
    For eg, in the emp table, I need to display repeated deptno only once for the particular group of job.
    And for the above requirement I have used the below query,
    SELECT empno, DECODE (LAG (job, 1) OVER (ORDER BY job), job, NULL, job),
    DECODE (LAG (deptno, 1) OVER (ORDER BY deptno), deptno, NULL, deptno)
    FROM emp;
    Output:
    EMPNO     JOB     DEPTNO
    7782          10
    7934     CLERK     
    7839     PRESIDENT     
    7876          20
    7788          
    7902     ANALYST     
    7566     MANAGER     
    7844          30
    7900          
    7654     SALESMAN     
    7698          
    But in the above output you can find that, say deptno 10 is getting displayed only once, whereas I want that deptno 10 to be checked whether it is getting repeated within the group of JOB and than hide the deptno 10 only if it is repeated within that job group. If not, deptno 10 should be displayed again.
    Please help me in this.
    Regards,
    Shiva

    Hi,
    Hope the below helps.
    SELECT emp_id, job, deptno,
           CASE WHEN LAG(deptno, 1) OVER (partition by job order by deptno) = deptno THEN null else deptno end
      FROM empRegards
    Ameya

  • Nesting of Rules for Auto Group (Role) Membership Rules in OIM 11gR2

    Does anyone know how to nest rules for auto group (role) membership in OIM 11gR2. The General rules in Design Console are no longer used for auto group membership and the rules that can be configured in the Role properties cannot be nested as far as I can see.
    Any info is appreciated.
    Thanks!

    My mistake... this is possible in the web ui.

  • On Prem Lync - Enable federation for "Lync Online" causes presence fail and gives error when creating groups

    Hi all,
    We have had Lync on premise for a long time, and have recently added Office 365 Business Premium Plan because we wanted Cloud exchange and SharePoint.
    I have found that on our on prem Lync, when we enable federation for "Lync Online" it cause our presence to intermittently flick on and off, and we are unable to create groups in our Lync Client. We get the message "unable to create a group
    at this time".
    We are also not able to federate with Office365 hosted Lync Online clients.
    This seems to be a bug between Office365 plans that have hosted lync licenses and on prem Lync. Has anyone found the
    What I need to do is disable office365 Lync, and I have tried to do that in every location I can find (DNS/User settings), but I still have this issue.
    Has anyone come across this issue and found a fix?
    Simon.

    Hi,
    Did you do a Lync Hybrid environment or just make federation with Lync Online?
    Please double check if there is any wrong configuration for federation with Lync online environment. You can refer to the following steps in the link below of “Configure federation support for a Lync Online domain in Lync Server 2013”:
    http://technet.microsoft.com/en-us/library/hh202166.aspx
    Then make sure CMS replication update to the latest status.
    If the issue persists, check if Lync Server update the latest version. If not, update it and then test again.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

Maybe you are looking for

  • Ive lost iphotots and iweb after hard drive failed help

    Hi my hard drive failed yesterday and I took it to the apple store who confirmed it had failed.  They advised I should purchase a new one, provided me the specs and fit it myself.  I've now clearly done that because I'm writing this However I've relo

  • Read statement - behaving diffrently in development and prodution

    Dear friend, LOOP AT IT_DATA INTO WA_DATA.        READ TABLE IT_BKPF INTO WA_BKPF---------------------------------------------------------------                           WITH KEY BUKRS = WA_DATA-BUKRS                                    GJAHR = WA_DA

  • Wron number of arguments error on URLEncoder.encode(language,

    the following is the code which is an example in The complete Reference JSP I ran this in tomcat it shows an error which is showed down this code.The place where error occuring is underlined in the code <%@ page session="false" import="java.io.*, jav

  • Can the AQ Adapter send a JMS Message?

    I'm trying to use the AQ adapter to enqueue an XML message into a queue who's payload type is AQ$JMS_TEXT_MESSAGE so that it can be consumed by a Message Driven Bean in OC4J. Simply sending the XML reults in: "AQ Adapter: ** Error ** Can not enqueue

  • Every time I open my project, a duplicate project file appears

    Hello, Every time I open a project, let's say it's called Documentary 1 saved on my Desktop ....as soon as it opens in Adobe Premiere, Documentary 1_1 will appear on my Desktop, making a duplicate of the project. How do I turn this feature off? I hav