Override/disable a monitor for some machines

Hi All,
Not sure where the best place for this question is!
I want to override an alert SCOM is generating. The alert is "
Static MAC Address is Invalid"
Right clicking the alert displays an item in the context menu called "View or edit the settings of this monitor". What I'd like to do is disable this monitor for some computers. What would be the best way to do this?
Thanks

Hi,
In Authoring, Groups – create a group with the servers.
In “View or edit the settings of this monitor” – choose the Override Pane and override for a group
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Similar Messages

  • Can it be possible to disable outlook anywhere for some few users who are working from home ?

    One of my customer wants to disable outlook anywhere for some of the users who are working from home.They have exchange server 2013 in their premises and also have outlook 2010/2013 on their clients machine.Please advice?

    Hi,
    In Exchange 2013, all Outlook connectivity (Internal and External) are using Outlook Anywhere anyways. It is not recommended to use the following command to disable Outlook Anywhere for a specific user:
    Set-CASMailbox UserA -MAPIBlockOutlookRpcHttp $True
    If you disable it, the UserA would not be able to access the mailbox from both Internal Outlook client (Office) and external Outlook client (Home).
    For your requirement about disable Outlook anywhere for some few users instead of all external users, there seems to be no method to achieve it directly in Exchange server. Sorry for any inconvenience.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Disable SQL Monitoring for few servers

    Hi Team,
    I need to disable complete SQL Monitoring from all SQL servers except for a couple of servers.
    For this I disabled the discovery "SQL Server Installation Seed" that is targeted on "Windows Server" class. Even after applying this override, I see that my objects are discovered in SQL server classes and I still get SQL server alerts
    for all the SQL servers.
    I am running SCOM 2012 SP1, so do I need to run "Remove-SCOMDisabledClassInstance"?
    Also am I disabling the discovery for the correct class "Installation Seed"?
    Thanks,
    S K Agrawal

    Hi Faizan,
    Suppose you want to disable monitoring for a particular set of SQL servers. Here are the steps to be followed -
    1) Create a group of these SQL servers.
    2) Considering these are SQL server 2008, go to Authoring--> Object Discoveries.
    3) Then disable the discovery for "Installation seed" class because that is targeted on "windows Server" class and is the base class for all other SQL Classes. You can do this by creating an override and disabling the discovery for the group created in Step
    1.
    4) Open a Operations Manager PowerShell window and run "Remove-SCOMDisabledClassInstance". You might get some error about RuleID and ObjectID. Don't worry about that and keep running "Remove-SCOMDisabledClassInstance" a few more times, finally you will get
    a message of command completed successfully.
    5) Then to confirm that discovery has been disabled, wait for few minutes and then go to Monitoring--> Discovered Inventory and change the target type to any of the SQL server 2008 class. You will not find the SQL servers from the group in the discovered
    inventory.
    To Re-enable the SQL monitoring, just remove the override MP or go to "installation seed" class for SQL server 2008. Open Override Summary, Click on Edit, and Remove the override where you have disabled the discovery.
    I hope this helps.
    Please mark this as Answer if this helped you.

  • How can I reset/override a forgotten password for Time Machine back up hard drive?

    I have a g-drive slim but can't remember the password because I haven't used it in a long time. Checked g-drive website and it wasn't very helpful:
    http://support.g-technology.com/phpbb3/viewtopic.php?f=18&t=132146&sid=88d7393f2 f66e67581b8143e9b30f8ef
    Also checked Apple Support for Time Machine and nothing on how to reset/override.

    Hi Vitamin A,
    I apologize, I'm a bit unclear on the exact nature of the issue you are describing. If you are talking about an issue with an encrypted backup, there may not be a way to override the password:
    You need your backup password to restore files from Time Machine backups. If you forget your backup password, Time Machine can’t use the backups.
    OS X Mountain Lion: About the Time Machine backup password
    http://support.apple.com/kb/PH11340
    If you are less concerned about the backup or other information and would like to continue using the disk, you may need to delete the existing volume or partition:
    Disk Utility 12.x: Erase a disk, CD, or DVD
    http://support.apple.com/kb/PH5849
    Regards,
    - Brenden

  • Why does the ALT key disable mouse clicks on some machines?

    I have a drawing program, the main Window of which extends JFrame and contains a Canvas, which extends JPanel. The Canvas has a MouseAdapter, KeyAdapter and JMenuBar. It also has a Tools palette, which extends JDialog and has Buttons, which extend JToggleButtons.
    One button is called Zoom. After pressing this button, you can Zoom In and Zoom Out by clicking the mouse on a point of the illustration. It differs from pressing Ctrl Plus and Ctrl Minus, because the point where you click is kept in place, and only all the other points move.
    Zooming In is done by clicking the mouse and Zooming Out is done by pressing the ALT key and clicking the mouse. The Zooming In works on all computers, but for some strange reason, the Zooming Out doesn't work on all computers. The computer where it doesn't work, after pressing the ALT key and clicking the mouse, it does not recognize the mouse click, and never reaches the mousePressed method in my debugger.
    The computer where it doesn't work has the Windows XP Professional operating system. But some computers where it does work have the same operating system. The problem also does not depend on the keyboard or mouse, because I tried a different keyboard and mouse, and it still didn't work.
    I wonder if the reason why it doesn't work on some computers has to do with that the ALT key is also used differently (which might depend on the operating system)? Pressing the ALT key and clicking the mouse Zooms In a picture by keeping the point in place and only moving all the other points
    I do not want to use a different key, since one release of my program is a plugin for Photoshop, and Photoshop also uses the ALT key to achieve the same thing.
    Thanks for checking on this! I will appreciate your help!

    Ok, I did apply KeyBindings. Since the AnanyaCurves class extends JFrame, I couldn't apply KeyBindings there, but I could apply KeyBindings to my CurveCanvas class, which extends JPanel, which extends JComponent. However I still have my first two problems:
    1) After pressing the ALT key, clicking the mouse doesn't get recognized. You never reach the mousePressed method, where it's supposed to exit the program.
    2) After opening a menu, such as the Nothing menu by pressing ALT and N, pressing a key which is not an accelerator key of a menu doesn't get recognized, such as pressing the E key. You never reach the actionPerformed method of the exitF action, where it's supposed to exit the program.
    Here is my SSCCE with the KeyBindings:
    import java.awt.*;
    import java.awt.event.*;
    import java.lang.*;
    import java.lang.reflect.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.plaf.*;
    public class AnanyaCurves extends JFrame
      CurveCanvas canvas;
      JMenuBar menuBar;
      Command quitCmd;
      JMenu fileMenu, nothingMenu;
      JMenuItem quitItem, nothingItem;
      boolean alt;
      public AnanyaCurves(Dimension windowSize)
        Font boldFont = new Font("Verdana", Font.BOLD, 12);
        Font plainFont = new Font("Verdana", Font.PLAIN, 12);
        Object top;
        Basics.ananyaCurves = this;
        alt = false;
        try
          UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
          SwingUtilities.updateComponentTreeUI(this);
        catch(Exception e)
        UIManager.put("MenuItem.acceleratorFont", new FontUIResource(UIManager.getFont("MenuItem.acceleratorFont").decode("Verdana-PLAIN-12")));
        Basics.ananyaCurves = this;
        enableEvents(AWTEvent.WINDOW_EVENT_MASK);
        setTitle("Ananya Curves");
        Dimension docSize = new Dimension(274, 121);
        canvas = new CurveCanvas(docSize);   
        menuBar = new JMenuBar();
        setJMenuBar(menuBar);
        fileMenu = new JMenu("File");
        fileMenu.setMnemonic('F');
        fileMenu.setFont(boldFont);
        quitCmd = new Command("quit", "ctrl Q");
        quitCmd.putValue(Action.NAME, "Quit");
        quitItem = new JMenuItem(quitCmd);
        quitItem.setFont(plainFont);
        fileMenu.add(quitItem);
        menuBar.add(fileMenu);
        //fileMenu.setVisible(false);
        /*JMenuBar hiddenMenuBar = new JMenuBar();
        hiddenMenuBar.add(fileMenu);
        getContentPane().add(hiddenMenuBar, BorderLayout.CENTER);
        getContentPane().add(new JPanel(), BorderLayout.CENTER);*/
        nothingMenu = new JMenu("Nothing");
        nothingMenu.setMnemonic('N');
        nothingMenu.setFont(boldFont);
        nothingItem = new JMenuItem("NoAction");
        nothingItem.setFont(plainFont);
        nothingMenu.add(nothingItem);
        menuBar.add(nothingMenu);
        addMouseListener(new MouseAdaption());
        addKeyListener(new KeyAdaption());
      public static void main(String[] args)
        Dimension windowSize = new Dimension(300, 200);
        AnanyaCurves ananyaCurves = new AnanyaCurves(windowSize);
        ananyaCurves.pack();
        ananyaCurves.setBounds(0, 0, windowSize.width, windowSize.height);
        ananyaCurves.setVisible(true);
        ananyaCurves.requestFocus();
      public void exit()
        this.dispose();
        System.exit(0);
      class MouseAdaption extends MouseAdapter
        public void mousePressed(MouseEvent e)
          if (AnanyaCurves.this.alt == true)
            AnanyaCurves.this.exit();
      class KeyAdaption extends KeyAdapter
        public void keyPressed(KeyEvent event)
          /*int keyCode = event.getKeyCode();
          if (keyCode == KeyEvent.VK_ALT)
            AnanyaCurves.this.alt = true;
          else if (keyCode == KeyEvent.VK_E)
            AnanyaCurves.this.exit();
        public void keyReleased(KeyEvent event)
          AnanyaCurves.this.alt = false;
    class Basics extends java.lang.Object
      public static AnanyaCurves ananyaCurves;
      public Basics()
    class Command extends AbstractAction
      String name; // the command name (not the menu item string)
      String accelerator;
      public Command(String name, String accelerator)
        super();
        this.name = name;
        if (accelerator != null && !accelerator.equals(""))
          this.accelerator = accelerator;
          KeyStroke k = KeyStroke.getKeyStroke(accelerator);
          putValue(Action.ACCELERATOR_KEY, k);
      public void quit()
        Basics.ananyaCurves.dispose();
        System.exit(0);
      public void actionPerformed(ActionEvent actionEvent)
        try
          Method f = getClass().getMethod(this.name, (Class[])null);
          f.invoke(this, (Object[])null);
        catch (NoSuchMethodException e)
        catch (InvocationTargetException e)
        catch (IllegalAccessException e)
    class CurveCanvas extends JPanel
      public CurveCanvas(Dimension docSize)
        super();
        Action altF = new AbstractAction()
          public void actionPerformed(ActionEvent e)
            Basics.ananyaCurves.alt = true;
        Action exitF = new AbstractAction()
          public void actionPerformed(ActionEvent e)
            Basics.ananyaCurves.exit();
        this.getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke("ALT"), "alt");
        this.getActionMap().put("alt", altF);
        this.getInputMap(WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke("E"), "exit");
        this.getActionMap().put("exit", exitF);
    In the getInputMap method I was trying to use the condition WHEN_IN_FOCUSED_WINDOW, hoping that the bound key would be recognized, but it didn't work. And, by the way, I still used the KeyAdapter so that the alt attribute of AnanyaCurves can be set to false when the ALT key is released.
    I will appreciate your help very much! Thanks for your time!

  • Using IMAC (Intel) monitor for external machine

    I recently bought an Intel 24" IMAC , which is mahvelous, EXCEPT, (shockingly enough!) it won't run all my beloved system 9 aps. Even worse, it apparently won't run any PhotoShop, except for the latest & greate$t version. Is there any way that I can park my trusty blue/white G4 next to it & use the G4, running system 9, to drive the IMAC's lovely monitor? I realize that this is kind of doing things backwards, but, hey, I didn't start this.

    If you are using PS 5.5, why not just buy a copy of Photoshop Elements 4. You can get a copy for $50-75 if you look around.
    It has almost all of the features (and a few more, actually) of PS 5.5, EXCEPT you cannot do CMYK work. If you aren't doing prepress work, then Elements is a steal.
    If you REALLY want to save the pennies, buy an older copy on ebay then you can buy an upgrade online for 20-30 bucks. That's a lot of trouble though, for not much savings.
    For that matter, you might shop around for an OS X version of PS online. Many people are upgrading to CS2 and CS3, so there might be some deals to be had on ebay.

  • Disable monitoring for "There were database redundancy check failures for database ..."

    I'm trying to disable the monitor for a database in a DAG that we don't want to have copies for.
    I tried the following, but a few hours later the monitoring alert appears again;
    Set-MailboxDatabase –Identity "name” –AutoDagExcludeFromMonitoring $True
    Add-GlobalMonitoringOverride -Identity DataProtection\EnableDatabaseMonitoringResponder -ItemType Responder -PropertyName “Enabled” -PropertyValue “0” -Duration 60.00:00:00
    Does anybody know how to disable the database redundancy check for a specific database?

    Hi,
    According to your post, I understand that you want to disable the monitor for a specific database in a DAG.
    If I misunderstand your concern, please do not hesitate to let me know.
    I’m afraid we cannot disable the database redundancy check for a specific database.
    However if you don’t want this copy, you can remove this corrupted copy then create a new one:
    Remove-MailboxDatabaseCopy -Identity DB1\MBX1 -Confirm:$False
    More details about Add a Mailbox Database Copy, for your reference:
    https://technet.microsoft.com/en-us/library/dd298080(v=exchg.150).aspx
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Can I use my Pavilion HP7 as a second monitor for my workstation?

    I have a HP Pavilion DV7 with Windows 7 ultimate installed.  I want ot use the screen as a second monitor for my desktop workstation, which is where my fligh simulator is installed.      (The desktop is a Lenovo and the graphic card allows for 2 HDMI screens)
    Can I connect my HP laptop to the desktop machine in such a way as the laptop does nothing except provide a screen for the Lenovo?  (If you've ever got serious about flight simulator you'll know how much you need two or even three screens!! )  

    Hi,
    No you can't you can use other monitor as second monitor for your laptop BUT you can't use laptop monitor as second monitor for other machine.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • First WES7 start takes huge time on some machines

    Hi,
    we have a WES7 image that resembles full-blown W7. We don't use EWF/HORM or other embedded features. Everything is OK, except that on the recent HP desktop units for some machines the first boot takes ages (literally, it takes 4-5 hours to complete!!).
    Windows boots normal and then sits in the 'Setup is installing devices 69%' screen for a very long time. It doesn't hang, as numbers are counting (till 75% or so) and then it works perfectly. The
    disk is not loaded during the wait, the CPU probably not as well, at least the cooler is not running fast.
    From 10 machines from one batch it happens on approximately half. It was not observed before (on older HP machines and on any other customer machines) and it started only with the new HP EliteDesk G1 800 SFF machines. 
    Quite weird issue and if in house we can simply wait for 5 hours per machine, then on field it's not acceptable at all.
    Does anybody have any idea what to check or what to do to resolve the issue?
    Thanks in advance,
    Nikolai
    WBR, Nikolai

    Hello Sean,
    sorry for a long delay, was busy with the release/etc. So, last Friday I was managed to reproduce the case. As I told before, OOBE went smooth till ~60% of drivers installation and then it drastically slowed down. Finally (after 3 hours) it's finished. I did
    re-installation around 10 times in 2 days and it hangs twice.
    I checked panther folder and found first this info in setupact.log
    (here is the link on the full log http://www.webcctv.com/files/%7B70F7C68D-EF19-45F7-85EB-E3F571EFB7EA%7D/setupact.zip, it's 21 kB in zip file)
    2015-02-06 17:45:34, Info                  SYSPRP Re-checking active status...
    2015-02-06 17:45:35, Info                  SYSPRP Status: Starting...
    2015-02-06 17:45:35, Info                  SYSPRP Status: Total = 0,
    Complete = 0, Progress = 0%
    (0%)
    2015-02-06 17:45:35, Info                  SYSPRP Status: Active
    2015-02-06 17:45:35, Info                  SYSPRP Status: Total = 1,
    Complete = 0, Progress = 0%
    (0%)
    2015-02-06 17:45:46, Info                  SYSPRP SPPNP: Reinstalling devices on the system...
    2015-02-06 17:45:46, Info                  SYSPRP Status: Active
    2015-02-06 17:45:46, Info                  SYSPRP Status: Total = 2,
    Complete = 0, Progress = 0%
    (0%)
    2015-02-06 17:45:46, Info                  SYSPRP Status: Active
    2015-02-06 17:45:46, Info                  SYSPRP Status: Total = 3,
    Complete = 0, Progress = 0%
    (0%)
    That was ok, then as you can see the speed of driver installation has decreased:
    2015-02-06 17:46:55, Info                  SYSPRP Status: Total = 172,
    Complete = 103, Progress = 59%
    (59%)
    2015-02-06 17:46:55, Info                  SYSPRP Status: Active
    2015-02-06 17:46:55, Info                  SYSPRP Status: Total = 173,
    Complete = 103, Progress = 59%
    (59%)
    2015-02-06 17:51:55, Info                  SYSPRP Status: Active
    2015-02-06 17:51:55, Info                  SYSPRP Status: Total = 173,
    Complete = 104, Progress = 60%
    (60%)
    2015-02-06 17:51:55, Info                  SYSPRP Status: Active
    2015-02-06 17:51:55, Info                  SYSPRP Status: Total = 173,
    Complete = 105, Progress = 60%
    (60%)
    2015-02-06 17:56:55, Info                  SYSPRP Status: Active
    2015-02-06 17:56:55, Info                  SYSPRP Status: Total = 173,
    Complete = 106, Progress = 61%
    (61%)
    2015-02-06 18:01:55, Info                  SYSPRP Status: Active
    2015-02-06 18:01:55, Info                  SYSPRP Status: Total = 173,
    Complete = 107, Progress = 61%
    (61%)
    2015-02-06 18:06:55, Info                  SYSPRP Status: Active
    2015-02-06 18:06:55, Info                  SYSPRP Status: Total = 173,
    Complete = 108, Progress = 62%
    (62%)
    2015-02-06 18:11:56, Info                  SYSPRP Status: Active
    2015-02-06 18:11:56, Info                  SYSPRP Status: Total = 173,
    Complete = 109, Progress = 63%
    (63%)
    2015-02-06 18:16:56, Info                  SYSPRP Status: Active
    2015-02-06 18:16:56, Info                  SYSPRP Status: Total = 173,
    Complete = 110, Progress = 63%
    (63%)
    and finished ~3hours later:
    2015-02-06 21:37:08, Info                  SYSPRP Status: Active
    2015-02-06 21:37:08, Info                  SYSPRP Status: Total = 173,
    Complete = 171, Progress = 98%
    (98%)
    2015-02-06 21:37:08, Info                  SYSPRP Status: Active
    2015-02-06 21:37:08, Info                  SYSPRP Status: Total = 173,
    Complete = 172, Progress = 99%
    (99%)
    2015-02-06 21:37:08, Info                  SYSPRP Status: End
    2015-02-06 21:37:08, Info                  SYSPRP Status: Total = -1,
    Complete = -1, Progress = 100%
    (100%)
    2015-02-06 21:37:08, Info                  SYSPRP Callback canceled operation, Err = 1223!
    2015-02-06 21:37:08, Info                  SYSPRP DeviceInstallStatusThreadProc failed, Err = 1223
    2015-02-06 21:37:09, Info                  SYSPRP SPPNP: Devices reinstallation completed.
    2015-02-06 21:37:09, Info                  SYSPRP Waiting for thread to exit
    2015-02-06 21:37:09, Info                  SYSPRP Thread exited
    Checked other files in that folder, but don't see anythings specific.
    Any ideas?
    Nikolai
    WBR, Nikolai

  • How to disable delivering plant for sales organisation and material

    HI
    We usually deliver via 2 delivering plants and changing them via MM02 according to availability Theese 2 delivering plants are connected  with many sales organisations
    It  is possible to disable delivering plant for some products to specific sales organisation , so that customer service is not able to order a this material from a plant for this sales organisation? Other sales organisation should be still able to order the product  from that plant.
    I can imagine to block the whole delivering plant for a material. But how is possible to do so on the level of sales organisarion-material-plant?
    Thanks a lot
    Sona

    With standard, it is not possible.  You can try with USEREXIT_CHECK_VBAP in the program MV45AFZB
    G. Lakshmipathi

  • Adding an override to enable a monitor for a dynamically populated group has no impact?

    Hello all,
    I have a monitor that I only want to target to a single computer group. The group is dynamically populated.
    My basic approach is that the monitor is disabled by default but enabled with an override for that group. However, the monitor does not appear to be running on those servers (or anywhere else). I was able to confirm this based on the results of running the
    "Show Running Rules and Monitors for this Health Service" task--the overridden monitor does not appear at all in the list of monitors running on the servers in that group.
    I have checked the Operations Manager event log on both the SCOM host and the machines in the group, and have not seen any errors. The monitor being overridden is a PowerShell script monitor, where for script logic issues I have seen that the event log will
    contain information on the error. Nothing appears anywhere to show that the monitor has been enabled for these servers.
    Is there a better way to determine why the monitors would not be running on the servers in the group?
    Thanks!

    Hey Gleb,
    I have validated that the group is being populated and that the monitor's target class matches the class of the group members.
    Checking today, it appears that the monitor has begun running on the members of the group... not sure why there was such a large delay before the monitor began executing on the servers. I still have the dreaded green circles in the health explorer, but have
    narrowed that down to a possible condition in my monitor's PowerShell script where the condition properties are not added to the PropertyBag before the script ends.
    Thanks!

  • Disable monitoring for non-system disks.

    Hi all,
    Our backup server dynamically mounts disks (with drive letters) when it's backing up a Virtual Machine.
    These disks are giving a lot of alerts in our monitoring that we don't need, therefore we want to disable monitoring for these disks. What is the best way to disable monitoring for these non-system disks ? As I said, these disks are dynamically mounted and
    unmounted ...
    Any experience with this case ?
    Kind Regards,
    J. Monnens

    This is a bit surprising, since the logical disk discovery only runs once a day, plus it's not supposed to discover network and removable drives.
    That means that your disks are mounted when the discovery runs and that they appear as "real" logical disks...
    Unfortunately there is no "sync time" parameter for this discovery, which would have allowed you to specify the time of the day at which the discovery runs; thus allowing you to set a time at which you know the drives are not mounted.
    Is there any other parameter that could help identifying these specific disks, besides their letter, so you could add them to a dynamic group?
    Otherwise, what you could maybe try is to create your own logical disk discovery based on the native one, but with specific settings that would exclude your drives and then disable the native discovery.
    But this again implies that you have something that would let you identify specifically your mounted drives... Also the native discovery is a quite complex VBS, I wouldn't actually recommend disabling/modifiying it.
    Maybe I could have another idea with more details about your environment...

  • Disabling time-only monitoring for a method

    Hello,
    I have a namespace "MyCompany" with a class "MyClass".  MyClass has a method that is very CPU intensive (think loads of fast enumerations).  I want to exclude this method from all monitoring including time monitoring. 
    Can I do this by disabling monitoring for that method in the methods dialog box (resource methods) or do I need to disable monitoring for the entire class under namespaces?
    Thanks,
    Peter

    Hi Peter,
    Both variants will work.
    But if you choose the second variant (disabling the entire class within namespaces configuration), you won't see all the calls of that class in stack unless you add some calls explicitly within methods.
    Igor Savchenko, VIAcode Consulting LLC (http://www.viacode.com/)

  • I use Time Machine with an external hard disc which has worked perfectly for some years.  Recently Time Machine has aborted backups if the screen saver starts when back-up is in progress. I use a Maxtor OneTouch4 back-up system.  Any ideas?

    I use Time Machine with an external hard disc which has worked perfectly for some years.  Recently Time Machine has aborted backups if the screen saver starts when back-up is in progress. I use a Maxtor OneTouch4 back-up system.  Any ideas?
    Has Apple recently up-dated my OS (Lion) such that every time the screen saver starts it disables Time Machine.  I have to switch-off the computer and re-start in order to undertake  a back-up.  I have now switched of all screen savers.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of this exercise is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login. Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode.)

  • Can override monitor for group

    Hi,   We created a unix linux shell command  2 state monitor that we setup to run a shell command.    We also created a group that contains 2 linux machines that we want to enable this monitor on.   After creating
    the monitor, we tried to override the monitor and enable just for this group.
    When we do this, we can see any of the custom groups that we have defined listed.  None of them.   It seems like this is not right.
    What would cause non of our custom groups to show up when overriding a monitor for a group?
    Thanks Lance

    I Agree with Yan Li as to the source of the issue, my suggestion would be to seal you custom groups pack so that it can be used across multiple override packs.
    I would like to make one statement of caution with placing all of the Overrides in a Custom Monitor Overrides MP.  Once you add an override to an unsealed pack it creates a reference, if you ever need to delete the source pack (maybe you no longer have
    any server 2003 computers and want to delete the OS Packs) you will need to manually remove the reference from the unsealed pack before it allows you to.
    -Nathan

Maybe you are looking for

  • Media Panel gone in CS 5.5 drop 14

    I believe all my updates are current. I am on a Mac running 10.7 using CS 5.5 Master Collection and drop 14. My Media Panel does not show anything, ever. If I click on video, audio or Flash nothing shows in the Media Panel. Anyone else experience thi

  • Cambodia (Khmer) font on iPod nano?

    Hi everybody here, i would like to know if it is possible to add a additional font into an iPod? Since there is no official Khmer font for Mac, iPod and iPhone. In iPhone and iPod touch, in order to display this font we have to install a package. Win

  • Why the filters aren't working?

    I have created several filters for my two joined Inbox accounts, my filters have been established from the "create filter from..." option but they don't execute at all?? any clues on why this is happening? I tried all possible methods of creating fil

  • Photos: how to play slideshow withOUT music?

    Does anyone know how to do this in the new Photos when running it in Yosemite? I don't EVER want to hear music during a slideshow, so I'd love to turn it off in preferences. But I would settle for just knowing out to do it whenever I launch a slidesh

  • Front Row can't slideshow same named album

    This is what i noticed and thought i'd just share my problems. In front row, i use folders to organize my artwork, so like Project A will have a ProjectAfolder and have multiple albums: illustration, concept, roughs, etc... projectBfolder also has th