Recovery task to start a service remotely

Hi Team,
We have two identical servers Server1 & Server2. Their is a specific service which is available on both servers but running on Server1 and stopped on Server2.
The task is to start the service on Server2 when Server1 service is down.
We have created a Recovery task to start the service on the Server1 to remotely start the service on Server2.
Full Path to file: %windir%\system32\sc.exe
Parameters: \\Server 2 start AgentServer
when we stopped the service on Server 1 the recovery task executed successfully and the output is below
when we tried the same command by logging in to the server and opened the command prompt (not Run as Administrator) it worked fine.
how to resolve this permissions issue.
we are using SCOM 2012 SP1
RajKumar

Hi Raj,
Can you try adding the /c parameter after sc.exe
So it will be like this: %windir%\system32\sc.exe /c
/c represents Run as Administrator. So this should do the trick. As i have seen in tasks adding /c does
the trick instead of running the actual file which executes the command.
Post me if it worked,
Gautam.75801

Similar Messages

  • Recovery Task for starting a stopped service not working (2012)

    I created some monitors in SCOM 2012 to monitor some third-party services on one of our Windows 2008R2 SP1 servers (virtual).  In the custom monitor, I created a "Start Service" Recovery Task using this guide:
    http://www.opsconfig.com/?p=478
    But the Recovery Task is failing.  I looked at the Health Explorer for the critical error notifiying me that the service stopped and it shows that the recovery task ran successfully but has the following error:
    Output
    None
    Error
    The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    Exit Code: 2
    I have the Recovery Task configured as follows (bear in mind I'm testing this on a monitor that is only enabled for my test server, and i'm testing it with a non-critical service (Adobe Acrobat Update Service.))
    If I connect to the server via RDP and use a command prompt to CD to C:\Windows\system32 and execute net.exe start AdobeARMservice, it starts fine.
    What's up with this?  I even tried sc.exe but that failed as well.

    If so, it is the server side issue. Is there anything related to it in Event log?
    Juke Chou
    TechNet Community Support

  • Diagnosctic and Recovery Task Time Out

    Hello,
    I'am creating a recovery task witch wil do a shutdown of my envirement when the temperature in the datacenter is above 30 degrees Celcius. When I did a test a run found out that the timeout option in the Recovery task pane isn't working.
    My settings are:
    Timeout Setting in the Diagnostic and Recovery Properties
    The VBS script is Run to start a Powershell Script:
    Option Explicit
    Dim objShell
    Set objShell = CreateObject("WScript.Shell")
    objShell.run "powershell -noexit -file D:\Scripts\testscript.ps1",4,true
    The Powershell Script that is called by the VBS Script. This is not the powerdown Script but a Timeout Test Script
    import-Module "d:\scripts\Functions\Currenttime.ps1"
    $Logfile = "D:\Log\Timeouttest.ps1.$logfile.txt"
    Start-Transcript -Path $Logfile > $null
    Write-Host (CurrentTime)" - Start Logfile"
    do {
    $Value++
    if ($Value -eq 1)
    Write-Host (CurrentTime)" - Start Waiting"
    else
    write-host (CurrentTime)" - Time out + 30 Seconde"
    sleep 30 #1800
    while (
    $Value -ne 21
    Stop-Transcript > $null
    The Function that is imported in the powershell Script.
    Function CurrentTime
    (get-date).toString('yyyy.MM.dd hh.mm.ss')
    When I generate the a alert and the Recovery task is started the scripts times out after 5 minuters. When I run the same scripts whitout System Center Operations Manager then everything works.
    Hope someone can help me
    GRz
    Roelkn
    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.

    Hi Chunky.1
    Thank's for the link that was the solution for my problem
    Grz Roelkn
    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.

  • Task created to stop and start Health service not working.

    We have multiple servers being grayed out so we created a task to stop and start the health service on SCOM 2007 R2. We have created two tasks one to stop and another task to start. The STOP task works but the START tasks keeps running but there is no result
    as well as when i check in Services.msc it is still stopped. Below are the screen shots .
    Task created to STOP the health service which is running.
    Screen shot of service start task creation which is NOT working
    The same was created for another service windows audio. Which worked for both stop and stop (Created separate tasks).
    We also tried the recycle health service and chche which is also failing.
    Can any one please help. The issue is on both SCOM 2007R2 and 2012 R2 both. Is there any other way to touch the health service.
    We are facing the issue only with Healthservice.

    Hi All,
    Thank you for all your answers.
    @ dktoa -
    You are right we have to concentrate on the servers to determine why do they go grey (all in one site). But before we do that i felt i find a temporary solution. Then go deep investigation to solve the issue.
    @Yan LI: As per the likn provided above you. I overrided the servers but still the health services were not starting or restarting. When i created a custom group and added the servers to that  group in that site and then  enabled the override on Restart
    Health Service for a specific group and pointed towards that group then it worked.
    Thanks All.

  • How to restart service as a recovery task for spacific monitor ?

    Hi,
    I enable a monitor "WMI Health Monitor"
    This monitor checks whether WMI is healthy by periodically performing a WMI query
    while i was Creating  a recover task To restart wmi service I Get the below error
    Date: 1/16/2014 7:39:16 PM
    Application: Operations Manager
    Application Version: 7.0.9538.1084
    Severity: Error
    Message:
    : Verification failed with 1 errors:
    Error 1:
    Found error in 1|Restart.WMI|1.0.0.0|MomUIGenaratedRecovery1326b748249640299aba88d5b0aa8bb7|| with message:
    Target class Microsoft.SystemCenter.HealthService for Recovery MomUIGenaratedRecovery1326b748249640299aba88d5b0aa8bb7 does not derive from Target class Microsoft.SystemCenter.Agent of the monitor (Microsoft.SystemCenter.WMIFunctionalMonitor) that this recovery
    is assigned to.
    : Target class Microsoft.SystemCenter.HealthService for Recovery MomUIGenaratedRecovery1326b748249640299aba88d5b0aa8bb7 does not derive from Target class Microsoft.SystemCenter.Agent of the monitor (Microsoft.SystemCenter.WMIFunctionalMonitor) that this recovery
    is assigned to.

    Found a blog talking about it. See if it helps.
    http://stefanroth.net/2012/11/14/scom-2012-recovery-task-script-for-restarting-a-windows-service-and-depending-services/
    Juke Chou
    TechNet Community Support

  • Windows Vista Home Premium (64-bit) is slow. Which start-up services should run?

    I recently had to use system restore and make a few changes to get my system running again.  Ooops. I now have a very slow computer whereas it was working fine before.  I haven't recently installed any new software or hardware and suspect that some essential start-up services may have been disabled, stopped or set to manual while some other unused services may have been set to start, automatic or automatic (delayed).
    Can someone please direct me to another thread (if available) or list which start-up services should be in which state?
    Thank you!
    System details:
     ~ HP IQ818A 
     ~ Windows Vista Home Premium
      ~ Service Pack 1 
     ~ 4GB RAM 
     ~ 64-bit 
     ~ avast! Anti-virus is active 

    Sydney,
    I don't have an IQ818 at the moment, all I have is an IQ506T - from last fall.  I had just done a recovery of it.
    Note:  1) I did choose to NOT perform automatic updates, 2) I haven't yet configured Norton, and 3) I haven't turned off TouchSmart from running in the background.
    This isn't exactly your system, but it would be somewhat close.  Your safest bet would be to recover and start over, but here goes with the services listings.  Please note its comma delimited - you can look at it better with something like Excel, Works or Open Office.
    Good luck on this.
    -dm (an HP employee, but the comments/etc, are mine, not HP's)
    Name,Status  ,Startup Type,,
    Andrea ADI Filters Service,Started,Automatic,,
    Application Experience,Started,Automatic,,
    Application Information,Started,Manual,,
    Application Layer Gateway Service,,Manual,,
    Automatic LiveUpdate Scheduler,,Disabled,,
    Background Intelligent Transfer Service,Started,Automatic (Delayed Start),,
    Base Filtering Engine,Started,Automatic,,
    Bluetooth Support Service,Started,Automatic,,
    CalendarSynchService,Started,Automatic,,
    Certificate Propagation,,Manual,,
    CNG Key Isolation,Started,Manual,,
    COM Host,,Manual,,
    COM+ Event System,Started,Automatic,,
    COM+ System Application,,Manual,,
    Computer Browser,,Automatic,,
    Cryptographic Services,Started,Automatic,,
    DCOM Server Process Launcher,Started,Automatic,,
    Desktop Window Manager Session Manager,Started,Automatic,,
    DFS Replication,,Manual,,
    DHCP Client,Started,Automatic,,
    Diagnostic Policy Service,Started,Automatic,,
    Diagnostic Service Host,,Manual,,
    Diagnostic System Host,Started,Manual,,
    Distributed Link Tracking Client,Started,Automatic,,
    Distributed Transaction Coordinator,,Manual,,
    DNS Client,Started,Automatic,,
    Extensible Authentication Protocol,Started,Manual,,
    Function Discovery Provider Host,Started,Manual,,
    Function Discovery Resource Publication,Started,Automatic,,
    GameConsoleService,,Manual,,
    Group Policy Client,Started,Automatic,,
    Health Key and Certificate Management,,Manual,,
    HP Health Check Service,Started,Automatic (Delayed Start),,
    HP Touch Screen Enhance,Started,Automatic,,
    Human Interface Device Access,Started,Automatic,,
    IKE and AuthIP IPsec Keying Modules,Started,Automatic,,
    Interactive Services Detection,,Manual,,
    Internet Connection Sharing (ICS),,Disabled,,
    IP Helper,Started,Automatic,,
    IPsec Policy Agent,Started,Automatic,,
    KtmRm for Distributed Transaction Coordinator,Started,Automatic (Delayed Start),,
    Link-Layer Topology Discovery Mapper,,Manual,,
    LiveUpdate,,Manual,,
    LiveUpdate Notice,Started,Automatic,,
    Microsoft .NET Framework NGEN v2.0.50727_X64,,Manual,,
    Microsoft .NET Framework NGEN v2.0.50727_X86,,Manual,,
    Microsoft iSCSI Initiator Service,,Manual,,
    Microsoft Office Diagnostics Service,,Manual
    Microsoft Software Shadow Copy Provider,,Manual
    Multimedia Class Scheduler,Started,Automatic
    Net.Tcp Port Sharing Service,,Disabled
    Netlogon,,Manual
    Network Access Protection Agent,,Manual
    Network Connections,Started,Manual
    Network List Service,Started,Automatic
    Network Location Awareness,Started,Automatic
    Network Store Interface Service,Started,Automatic
    NVIDIA Display Driver Service,Started,Automatic
    Office Source Engine,,Manual
    Parental Controls,,Manual
    Peer Name Resolution Protocol,,Manual
    Peer Networking Grouping,,Manual
    Peer Networking Identity Manager,,Manual
    Performance Counter DLL Host,,Manual,,
    Performance Logs & Alerts,,Manual,,
    Plug and Play,Started,Automatic,,
    PnP-X IP Bus Enumerator,,Manual,,
    PNRP Machine Name Publication Service,,Manual,,
    Portable Device Enumerator Service,Started,Automatic,,
    Print Spooler,Started,Automatic,,
    Problem Reports and Solutions Control Panel Support,,Manual,,
    Program Compatibility Assistant Service,Started,Automatic,,
    Protected Storage,,Manual,,
    Quality Windows Audio Video Experience,,Manual,,
    ReadyBoost,Started,Automatic,,
    Remote Access Auto Connection Manager,,Manual,,
    Remote Access Connection Manager,Started,Manual,,
    Remote Procedure Call (RPC),Started,Automatic,,
    Remote Procedure Call (RPC) Locator,,Manual,,
    Remote Registry,,Manual
    Routing and Remote Access,,Disabled
    Secondary Logon,Started,Automatic
    Secure Socket Tunneling Protocol Service,Started,Manual
    Security Accounts Manager,Started,Automatic
    Security Center,Started,Automatic (Delayed Start)
    Server,Started,Automatic
    Shell Hardware Detection,Started,Automatic
    SL UI Notification Service,,Manual
    Smart Card,,Manual
    Smart Card Removal Policy,,Manual
    SNMP Trap,,Manual
    Software Licensing,Started,Automatic
    SSDP Discovery,Started,Manual
    Superfetch,Started,Automatic
    Symantec Core LC,,Manual
    Symantec Event Manager,Started,Automatic
    Symantec Lic NetConnect service,Started,Automatic
    Symantec Settings Manager,Started,Automatic
    System Event Notification Service,Started,Automatic
    Tablet PC Input Service,Started,Automatic
    Task Scheduler,Started,Automatic
    TCP/IP NetBIOS Helper,Started,Automatic
    Telephony,Started,Manual
    Terminal Services,Started,Automatic
    Terminal Services Configuration,,Manual
    Themes,Started,Automatic
    Thread Ordering Server,,Manual
    TPM Base Services,,Automatic (Delayed Start)
    UPnP Device Host,Started,Automatic
    User Profile Service,Started,Automatic
    Virtual Disk,,Manual
    Volume Shadow Copy,,Manual,,
    WebClient,Started,Automatic,,
    Windows Audio,Started,Automatic,,
    Windows Audio Endpoint Builder,Started,Automatic,,
    Windows Backup,,Manual,,
    Windows CardSpace,,Manual,,
    Windows Color System,,Manual,,
    Windows Connect Now - Config Registrar,,Manual,,
    Windows Defender,Started,Automatic,,
    Windows Driver Foundation - User-mode Driver Framework,Started,Automatic,,
    Windows Error Reporting Service,Started,Automatic,,
    Windows Event Collector,,Manual,,
    Windows Event Log,Started,Automatic,,
    Windows Firewall,Started,Automatic,,
    Windows Image Acquisition (WIA),Started,Automatic,,
    Windows Installer,,Manual,,
    Windows Management Instrumentation,Started,Automatic,,
    Windows Media Center Extender Service,,Disabled,,
    Windows Media Center Receiver Service,,Manual,,
    Windows Media Center Scheduler Service,,Manual,,
    Windows Media Center Service Launcher,,Automatic (Delayed Start),,
    Windows Media Player Network Sharing Service,,Manual,,
    Windows Modules Installer,,Manual,,
    Windows Presentation Foundation Font Cache 3.0.0.0,Started,Manual,,
    Windows Remote Management (WS-Management),,Manual,,
    Windows Search,Started,Automatic,,
    Windows Time,Started,Automatic,,
    Windows Update,Started,Automatic (Delayed Start),,
    WinHTTP Web Proxy Auto-Discovery Service,Started,Manual,,
    Wired AutoConfig,,Manual,,
    WLAN AutoConfig,Started,Automatic,,
    WMI Performance Adapter,,Manual,,
    Workstation,Started,Automatic
    -DM (HP Retiree)
    NOTE: If this helps you or solved your problem - please say thanks by clicking the white kudos star on the left.
    If you think this would also help others, please mark 'Accept as Solution' to help them find it easier.

  • Unable to install iTunes 11.1.4.62 on Windows 8. I get Service "Apple Mobile Device" (Apple Mobile Device failed to start.  Verify that you have sufficent privileges to start system services.  I am trying to install this on my desktop not a mobile device.

    Unable to install iTunes 11.1.4.62 on windows 8.  I get
    Service "Apple mobile Device) failed to start. 
    Verify that you have sufficient privileges to start system services.
    I am trying to install it on my desktop.  I am also in Administrator mode.  My iTunes stopped working when I was notified that there was a new version of iTunes and would I like to download it. I said yes as always and it was unable to finish the update because of a
    runtime Error!
    Program: C:\program Files (x86)\iTunes\iTunes.exe
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contace the application's suport team for more information.
    My iTunes stopped working at this time.  I thought I could delete iTunes and start over. This tactic did not work.
    Can anyone make sense of what I am saying and help me to get my iTunes back again?

    Try a more recent version of my advice. The "for older video cards version" may work when the default version doesn't.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Service 'Apple Mobile Device' (Apple Mobile Device) failed to start.  Verify that you have sufficient privileges to start system services. and 'iTunes was not installed correctly. Please reinstall iTunes. Error 7 (Windows error 193)

    Hi!
    So i think i closed the wrong service at some point a few weeks back (apple mobile device) but iTunes remained working after that for another week. I then updated iTunes and i get the same  "Service ‘Apple Mobile Device’ (Apple Mobile Device) failed to start.  Verify that you have sufficient privileges to start system services." every time. If i click ignore, just so i can access iTunes with out syncing my iPod (touch 2nd gen) i then get 'iTunes was not installed correctly. Please re-install iTunes. Error 7 (Windows error 193)" when it has all installed. I don't understand what the problem is anymore as I have looked at other questions on the apple website, carried out the advice and it hasn't work. Any of them.
    Tings I have done:
    - Wiped all iTunes and Apple data from my computer (if you search for 'iTunes' or 'Apple' nothing comes up apart from applets from system code.
    - Attached iPod before iTunes install and updated drivers.
    - Installed iTunes as 'Run as administrator'
    - Uninstalled and re-installed the software nearly 20 times now and rebooted the computer in between everytime.
    Please someone help because i really need to get music on my ipod and i enjoy the ease of use of iTunes compared to spotify or Windows Media Player.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    Regarding AMDS failures there is a hint in another thread that disabling the Windows Firewall before attempting to reinstall may help, otherwise take a look at the steps outlined in this post. Re: Can't install iTunes 12.1 on Windows 7 64-bit. I know they look a little daunting, but the process of generating the logs themselves isn't that hard to do. Extracting useful information from them is still a challenge but maybe something will leap out. If you want to post the log for the failed components for me to have a look at here or in the other thread please edit out any personal information, particularly your email address, first.
    tt2

  • How may I automatically stop and start Mail services at a set time please

    Hi folks. I was wondering if anyone could tell me how to automatically stop and start Mail services (or any other services) at a set time please in Leopard Server? Is there a script someone has created which might help?
    Cheers, David ( a realy newbie when it comes to administering OS X server)

    launchd works through a series of XML documents that define tasks to run, either at launch, on a time schedule, in response to network events, etc.
    So you'll need to create two .plists - one to start the mail server and one to stop it. They should be saved in /Library/LaunchDaemons. I'd suggest something like:
    /Library/LaunchDaemons/local.postfix.stop.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple
    .com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Label</key>
      <string>local.postfix.stop</string>
      <key>ProgramArguments</key>
      <array>
        <string>/usr/sbin/serveradmin</string>
        <string>stop</string>
        <string>mail</string>
      </array>
      <key>StartCalendarInterval</key>
      <dict>
        <key>Hour</key>
        <integer>1</integer>
        <key>Minute</key>
        <integer>00</integer>
      </dict>
    </dict>
    </plist>
    and /Library/LaunchDaemons/local.postfix.start.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple
    .com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
      <key>Label</key>
      <string>local.postfix.start</string>
      <key>ProgramArguments</key>
      <array>
        <string>/usr/sbin/serveradmin</string>
        <string>start</string>
        <string>mail</string>
      </array>
      <key>StartCalendarInterval</key>
      <dict>
        <key>Hour</key>
        <integer>4</integer>
        <key>Minute</key>
        <integer>00</integer>
      </dict>
    </dict>
    </plist>
    You'll need to either use launchctl load /Library/LaunchDaemons/local.postfix.stop (or start) to load the tasks, or reboot your server.
    I'm curious, though, as to why you want to do this. Mail is typically one of the services that people want to run 24/7 so they don't miss out on any emails (even though SMTP can tolerate this). Why do you want to shut yours down?

  • I updated iTunes 10.3.1 today, and now it won't let me open itunes it keeps saying error 7 (windows error 14001)  and also says (apple mobile failed to start verify significant privileges to start system services)

    I updated iTunes 10.3.1 today, and now it won't let me openitunes it keeps saying error 7 (windows error 14001)  and also says (apple mobile failed to startverify significant privileges to start system services) I have unstalled it severaltimes, tried repairing it also switched off all security software and checkedall files are deleted in local disk (program file) but still no look. Please cansomeone help 

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for performance issues or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    Regarding AMDS failures there is a hint in another thread that disabling the Windows Firewall before attempting to reinstall may help, otherwise take a look at the steps outlined in this post. Re: Can't install iTunes 12.1 on Windows 7 64-bit. I know they look a little daunting, but the process of generating the logs themselves isn't that hard to do. Extracting useful information from them is still a challenge but maybe something will leap out. If you want to post the log for the failed components for me to have a look at here or in the other thread please edit out any personal information, particularly your email address, first.
    tt2

  • Mac crash; recovery will not start

    Yesterday my Mac suddenly crashed into a screen with blue (and white) lines. It wouldn't respond to anything, so I powered it down and tried to boot again. However, it will not boot. It will show the Apple logo, request my password and after a while (with the Apple logo and the spinning wheel) it just shows a blank screen (grey), while the CPU fans are spinning like crazy.Sometimes will it not even get this far and stop doing anything before requesting the password. The guest mode has the same problem.
    I basically tried everything to fix it; the recovery option will also show the blank grey screen but nothing else (even after 30 minutes); the internet recovery downloads fine and then pulls the same stunt, so even the recovery will not work. I've tried save mode, which cannot start up (Filevault is activated) and seems to end mid-way through. Sometimes the safe mode crashes immediately after the boot starts with a kernel panic (/sbin/launchd failed, errno 2); after resetting the NVRAM it won't panic.
    I've checked the hardware (T startup option, full check), which al seems to be OK. SMART status from the harddrive looks OK (checked with DiskWarrior). Starting in single user mode sometimes gets me through the password request screen and allows me to check the hard drive (fsck -fy). This seems to change permissions, however, after a reboot or exit command, the problem persists and starting up in single user mode and performing the fsck -fy command again seems to fix some issues. When I enter the exit command in safe mode, it'll start up fine, but when the graphic user interface starts, it'll give me the grey screen again (so a blank screen, while the CPU fans are at full power).
    Does anyone have any idea what I can do to fix this? Since even the recovery will not start (and neither will the internet recovery), I've got no clue what to do to fix this issue...

    Your comment about the "blue and white lines" has me wondering.  You say you have a fairly recent MacBook Pro, correct?  If that is the case, you probably have a model which has both discrete and integrated GPUs.  It is possible that your discrete GPU has failed, and whenever the OS is trying to switch to it is when your system just "hangs" (because the GPU has failed).  It all works properly as long as it is on the integrated GPU, but when something causes it to switch it hits the bad GPU and locks.
    I would suggest that you make an appointment at your nearest Apple Store to have the specialists at the Genius Bar take a look at it for you.  If you are still under the 1 year warranty (or extended Apple Care if you purchased it) then any needed hardware repairs would be free, unless it is due to accidental damage such as a spill in the keyboard, etc.
    If you don't have access to an Authorized Apple Service Center, and you do have access to another Mac, you could try making an external boot drive on the other Mac, then install the app "gfxCardStatus" on that MacOS instance (when booted from the external drive).  While still booted from the external drive, use the gfxCardStatus app to force the Mac to only use the integrated GPU then shutdown and boot your "dead" Mac from that drive.   If it boots and runs, now, try to change the external drive to force to use only the discrete GPU then see how your system boots.  If your system, will fully boot using one or the other, then it seems that your problem is probably related to one of your GPUs.  It could be a hardware failure, or it could be a corrupted driver.  If your system won't boot from either GPU, then my guess about it being a GPU issue is probably wrong. 

  • I just recovered my laptop and trying to download iTunes. In the middle of the download i getting this message ""Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services". what to do?

    i hav just had a recovery on my Hp laptop(windows 7) and when I am trying to download iTunes I get a message who says "
    "Apple Mobile Device" failed to start. Verify that you have sufficient privileges to start system services"
    what to do?

    I am having this same problem. I took Kappy advice on restarting the Apple Mobile Device Service, however that did not work. I got this message in a pop up window that came up immediately.
    Windows could not start the Apple Mobil Device Service on local computer.
    Error 1053  The service did not respond to the start or control request in a timely fashion.
    I have already uninstalled itunes, all the related programs and I cannot reinstall, this Apple Mobil Device message stops the install.
    Can anyone please help?

  • Having trouble re-installing ituneson my PC. error message half-way through install keeps appearing ""apple mobile device service failed to start. verify that you have sufficient privileges to start system services.

    Hello, I am having trouble re-installing itunes on my PC. error message keep popping up "Apple mobile device failed to start, verify that you have sufficient privileges to start system services.

    The thread mentioned above now has some out of date direct links. This is a more recent version of that post...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • Task Scheduled Start Date with RAPI

    Task Scheduled Start Date with RAPI
    Is it possible to have a scheduled start date for a task in a service that is generated by RAPI, and, which does not have any authorizations/reviews? RAPI seems to throw the request into the service delivery moment without calculating the tasks even if I supply a date onload (in a field for the task start date to use). It works fine if there are authorizations or reviews, which is expected, but I can't get it to work without them. Thanks!

    Fascinating. As a workaround could you try throwing in a dummy authorization? For example, externalize it with ServiceLink dummy and autocomplete adapters, or keep it internal, but conditional with a condition that would always be false.

  • TS3212 I am trying to reinstall itunes on my pc. When trying to do so the installer asks me to provide sufficent privileges to start system services. It gives me no other direction on where to go from there.

    I am trying to reintall itunes on my PC. When trying to do so the installer states" Service Apple mobile device'(servuce Apple mobile device)failed to start.Verify that you have sufficent privledges to start system services. It then does not give me any further info on how to do this. What do I do?

    Try a more recent version of my advice. The "for older video cards version" may work when the default version doesn't.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

Maybe you are looking for

  • Project specific PO

    Hi experts We have a specific requirement of changing the account assignment of a PO for a project specific material. The change in account assignment is required even after the vendor advance payment is made against the PO line item. How can this be

  • All photos in icloud photo stream not saved in local mac library

    Basically, I have a shared icloud photo stream that is 1003 pictures, if I select all of them and say show in library, it only highlights 992 pictures on my local drive. Is there any way I can reimport a photostream?

  • Playing video files

    I have downloaded a few video clips. When I click on them to play, a Quicktime box comes up and says "Error opening movie" and "The movie could not be opened". I called tech support today and whatever we did did not help any. Any help would be greatl

  • HT1014 Not having much luck with this iMac!

    can not import my photos from pc(via migration) and have given up on that, now found my camcorder is not compatable with iMovie, does anyone know of another movie type app that might work for an incompatible camcorder ? Camcorder is sonydcr hc14e. Gr

  • DPM 2012 - File server backup

    Hi, Is there any article about, what is the best practice to backup file server ? I'm backing up data to local storage and once a months to Tapes. what is the best practice to backup file server that contain doc, xls and more. Thanks, Lior