OS System Maintenance Runs - Manually?

Friends,
I understand that the OS performs self maintenance between 0300 and 0500 for runs performed daily, weekly and monthly.
As I have the system of during these times, I assume the runs don't happen and as such the maintenance is not performed?
If so, does this cause any system or operational instability?
Are the runs really required?
Should I be running these functions manually? Specifically the daily run?
Appreciate your feedback.
Regards.

Hi Chrisflyer,
There is now yet another enhancement to the automatic running of these log-cleaning periodic tasks:
If your Mac was sleeping during the night, the tasks will automatically run at wake-up, with no delay.
In Tiger, it was already the case, but with a delay (total sleep time since last reboot), thus a chance for you to cancel them if you restarted your Mac during the delay.
It's in Panther and before, that you had to leave your Mac on AND not sleeping during the night.
If you Mac is shut down every night, just run the
*sudo periodic daily weekly monthly*
command once a month or so, that's plenty enough (although you can run it as often as you wish, useless but doesn't hurt).
In a word:
Leopard makes the "periodic tasks hype" even more overkill and obsolete than it already was with Tiger and Panther.
It's just about log-cleaning anyway.
No need to worry about them, no need at all to install such historical reminiscence as for example Macaroni or Anacron...
Axel

Similar Messages

  • Programmed system maintenance

    I read that OSX has pre-programmed system maintenance and there is discussion on whether the computer should be turned off at night.
    Is there someplace I can check or reset my system maintenance?

    To check when your Periodic Maintenance Scripts, which I hope is what you want to know, open Terminal and type this exactly:
    ls -al /var/log/*.out
    Press Return
    and you should see three lines of info, one for each script: Daily, Weekly & Monthly. The date and time they were last run is in each line.
    To manually run the scripts open Terminal and type:
    sudo periodic daily weekly monthly
    Press return. You will be prompted for your Admin password and you need to type this into Terminal. Be warned, it might take a long time to run the scripts.
    For more info checkthe most excellent:
    The X Lab
    Hope this helps
    MacBook Pro 15"   Mac OS X (10.4.9)   1.83 GHz Intel Core Duo

  • Enqueue works fine Dequeue works when run manually but not via Notification

    Hi,
    My Enqueue works fine. My Dequeue procedure works fine when run manually. But when I register a notification the procedure is not called.
    The log file shows:
    ORACLE_HOME = /u01/app/oracle/product/10.2.0
    System name: Linux
    Node name: gooch.com
    Release: 2.4.21-50.ELsmp
    Version: #1 SMP Tue May 8 17:18:29 EDT 2007
    Machine: i686
    Instance name: xml
    Redo thread mounted by this instance: 1
    Oracle process number: 25
    Unix process pid: 7761, image: [email protected] (J000)
    *** 2010-03-06 14:09:22.167
    *** ACTION NAME:() 2010-03-06 14:09:22.167
    *** MODULE NAME:() 2010-03-06 14:09:22.167
    *** SERVICE NAME:(SYS$USERS) 2010-03-06 14:09:22.167
    *** SESSION ID:(145.99) 2010-03-06 14:09:22.167
    Error in PLSQL notification of msgid:8128C090A10BE480E0407E0A660F1B97
    Queue :"XML4"."TEST14_Q"
    Consumer Name :TEST14
    PLSQL function :xml4.test14_proc
    : Exception Occured, Error msg:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'TEST14_PROC'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    my code is
    BEGIN
      DBMS_AQADM.CREATE_QUEUE_TABLE(
         queue_table        => 'test14_t',
         comment            => 'Queue Table to process incoming ORDER XML messages from Management Dynamics',
         multiple_consumers => TRUE,
         queue_payload_type => 'SYS.XMLTYPE',
         compatible         => '8.1');
    END;
    BEGIN
      DBMS_AQADM.CREATE_QUEUE(
        queue_name  => 'test14_q',
        queue_table => 'test14_t');
    END;
    BEGIN
    dbms_aqadm.start_queue('test14_q');
    END;
    BEGIN
      DBMS_AQADM.ADD_SUBSCRIBER (
         queue_name => 'test14_q',
         subscriber => SYS.AQ$_AGENT('test14', NULL, NULL)
    END;
    CREATE or replace PROCEDURE test14_proc AS
      deq_opts dbms_aq.dequeue_options_t;
      mess_prop dbms_aq.message_properties_t;
      mess_handle RAW(16);
      message XMLTYPE;
      buffer varchar2(100);
      msglen number;
    begin
      deq_opts.wait := dbms_aq.FOREVER;
      deq_opts.consumer_name := 'test14';
      dbms_aq.dequeue(queue_name=> 'test14_q',
                      dequeue_options => deq_opts,
                      message_properties => mess_prop,
                      payload => message,
                      msgid => mess_handle);
      commit;
      insert into testxml values(message);
      commit;
      insert into hello select extractvalue(xml1, '/Hello') from testxml;
      commit;
    end test14_proc;
    DECLARE
      queue_options DBMS_AQ.ENQUEUE_OPTIONS_T;
      message_properties DBMS_AQ.MESSAGE_PROPERTIES_T;
      message_id RAW(16);
      message SYS.XMLType;
    BEGIN
      message := sys.XMLType.createXML('<?xml version="1.0"?><Hello>Test</Hello>');
      DBMS_AQ.ENQUEUE( queue_name => 'test14_q',
                       enqueue_options => queue_options,
                       message_properties => message_properties,
                       payload => message,
                       msgid => message_id);
      COMMIT;
    END;
    BEGIN
      DBMS_AQ.REGISTER (
          SYS.AQ$_REG_INFO_LIST(
            SYS.AQ$_REG_INFO(
              'xml4.test14_q:test14',
               DBMS_AQ.NAMESPACE_AQ,
               'plsql://xml4.test14_proc?PR=0',
               HEXTORAW('FF'))),1);
      END;Any ideas?
    Thanks in advance!

    I actually changed it to process RAW as well i.e.
    BEGIN
      DBMS_AQ.REGISTER (
          SYS.AQ$_REG_INFO_LIST(
            SYS.AQ$_REG_INFO(
              'xml4.test14_q:test14',
               DBMS_AQ.NAMESPACE_AQ,
               'plsql://xml4.test14_proc?PR=0',
               HEXTORAW('FF'))),1);
      END;and it still is failing with the same error

  • System maintenance and clean up

    From all the reading I have done, the way I understand the Mac is you should not have to do any system maintenance or clean up.
    I was doing a spotlight search and several times tons of Entourage emails would show up. When I first got the Mac I gave Entourage a try before realizing I liked Outlook much better... so I deleted my exchange information from Entourage and discontinued using it.
    I finally got curious as to why all these email files were showing up even though they had been removed from Entourage. I went traced down the folder and there was thousands of these Entourage email files in the cache folder!!
    I deleted them all manually as they were taking a lot of space up.
    What steps should I take to get rid of files like this, that the Mac obviously doesn't do automatically, so that I don't end up with Gigs of space being wasted in the long term??

    I recommend first off, migrating away from Entourage*:
    http://www.macmaps.com/entouragemigration.html
    For cleaning up Mac OS X, see my FAQs*:
    http://www.macmaps.com/diskfull.html
    and:
    http://discussions.apple.com/thread.jspa?threadID=1772235
    - * Links to my pages may give me compensation.

  • Can anyone help with a good system maintenance tool for ML

    Does any one have any suggestions for a good dependable all-in-one system maintenance tool for ML and is it straight forward and easy to use?
    Thanks in advance .....

    You really have no need for one. That said:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility.  For situations DU cannot handle the best third-party utilities are: Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. Drive Genius provides additional tools not found in Disk Warrior.  Versions 1.5.1 and later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.)
    If you are using a pre-Leopard version of OS X, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  (These utilities have limited or no functionality with Snow Leopard, Lion, or Mountain Lion and should not be installed.)
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems. For more about malware see Macintosh Virus Guide.
    I would also recommend downloading a utility such as TinkerTool System, OnyX 2.4.3, or Cocktail 5.1.1 that you can use for periodic maintenance such as removing old log files and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. (There is no confirmation that this version also works with Lion or later.)
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner.
      2. Data Backup
      3. Deja Vu
      4. SuperDuper!
      5. SyncTwoFolders
      6. Synk Pro
      7. Synk Standard
      8. Tri-Backup
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Always have a current backup before performing any system updates or upgrades.
    Additional suggestions will be found in
       1. Mac Maintenance Quick Assist,
       2. Mac OS X speed FAQ,
      3. Speeding up Macs,
      4. Macintosh OS X Routine Maintenance,
      5. Essential Mac Maintenance: Get set up,
      6. Essential Mac Maintenance: Rev up your routines,
      7. Maintaining OS X, 
      8. Five Mac maintenance myths,
      9. How to Speed up Macs, and
    10. Myths of required versus not required maintenance for Mac OS X.
    Referenced software can be found at CNet Downloads or MacUpdate.
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity or 20 GBs, whichever is greater, as free space.

  • What is the best system maintenance software to use for a MBP??

    Hello everyone, I was formerly using Mac Tune-up for my Macbook Pro and it did an okay job but I am not sure what Mac software I should be using to keep my system clean while keeping it running at optimal performance. Turns-out I can no longer use Mac Tune-Up since I upgraded to Mavericks from Snow Leopard. Can anyone recommend to me the best system maintenance software to use for my MBP with Mavericks OS and where I can get it (a link or site URL)?  Thanks in advance!

    How to maintain a Mac
    1. Make two or more backups of all your files, keeping at least one off site at all times in case of disaster. One backup is not enough to be safe. Don’t back up your backups; all should be made directly from the original data. Don’t rely completely on any single backup method, such as Time Machine. If you get an indication that a backup has failed, don't ignore it.
    2. Keep your software up to date. In the App Store or Software Update preference pane (depending on the OS version), you can configure automatic notifications of updates to OS X and other Mac App Store products. Some third-party applications from other sources have a similar feature, if you don’t mind letting them phone home. Otherwise you have to check yourself on a regular basis.
    Keeping up to date is especially important for complex software that modifies the operating system, such as device drivers. Before installing any Apple update, you must check that all such modifications that you use are compatible. Incompatibility with third-party software is by far the most common cause of trouble with system updates.
    3. Don't install crapware, such as “themes,” "haxies," “add-ons,” “toolbars,” “enhancers," “optimizers,” “accelerators,” "boosters," “extenders,” “cleaners,” "doctors," "tune-ups," “defragmenters,” “firewalls,” "barriers," “guardians,” “defenders,” “protectors,” most “plugins,” commercial "virus scanners,” "disk tools," or "utilities." With very few exceptions, such stuff is useless or worse than useless. Above all, avoid any software that purports to change the look and feel of the user interface.
    It's not much of an exaggeration to say that the whole "utility" software industry for the Mac is a fraud on consumers. The most extreme examples are the "CleanMyMac" and “MacKeeper” scams, but there are many others.
    As a rule, the only software you should install is that which directly enables you to do the things you use a computer for, and doesn't change the way other software works.
    Safari extensions, and perhaps the equivalent for other web browsers, are a partial exception to the above rule. Most are safe, and they're easy to get rid of if they don't work. Some may cause the browser to crash or otherwise malfunction.  Some are malicious. Use with caution, and install only well-known extensions from relatively trustworthy sources, such as the Safari Extensions Gallery.
    Never install any third-party software unless you know how to uninstall it. Otherwise you may create problems that are very hard to solve. Do not rely on "utilities" such as "AppCleaner" and the like that purport to remove software.
    4. Don't install bad, conflicting, or unnecessary fonts. Whenever you install new fonts, use the validation feature of the built-in Font Book application to make sure the fonts aren't defective and don't conflict with each other or with others that you already have. See the built-in help and this support article for instructions. Deactivate or remove fonts that you don't really need to speed up application launching.
    5. Avoid malware. Malware is malicious software that circulates on the Internet. This kind of attack on OS X was once so rare that it was hardly a concern, but malware is now increasingly common, and increasingly dangerous.
    There is some built-in protection against downloading malware, but you can’t rely on it—the attackers are always at least one day ahead of the defense. You can’t rely on third-party protection either. What you can rely on is common-sense awareness—not paranoia, which only makes you more vulnerable.
    Never install software from an untrustworthy or unknown source. If in doubt, do some research. Any website that prompts you to install a “codec” or “plugin” that comes from the same site, or an unknown site, is untrustworthy. Software with a corporate brand, such as Adobe Flash Player, must come directly from the developer's website. No intermediary is acceptable, and don’t trust links unless you know how to parse them. Any file that is automatically downloaded from the web, without your having requested it, should go straight into the Trash. A web page that tells you that your computer has a “virus,” or that anything else is wrong with it, is a scam.
    In OS X 10.7.5 or later, downloaded applications and Installer packages that have not been digitally signed by a developer registered with Apple are blocked from loading by default. The block can be overridden, but think carefully before you do so.
    Because of recurring security issues in Java, it’s best to disable it in your web browsers, if it’s installed. Few websites have Java content nowadays, so you won’t be missing much. This action is mandatory if you’re running any version of OS X older than 10.6.8 with the latest Java update. Note: Java has nothing to do with JavaScript, despite the similar names. Don't install Java unless you're sure you need it. Most people don't.
    6. Don't fill up your disk/SSD. A common mistake is adding more and more large files to your home folder until you start to get warnings that you're out of space, which may be followed in short order by a startup failure. This is more prone to happen on the newer Macs that come with an internal SSD instead of the traditional hard drive. The drive can be very nearly full before you become aware of the problem.
    While it's not true that you should or must keep any particular percentage of space free, you should monitor your storage use and make sure you're not in immediate danger of using it up. According to Apple documentation, you need at least 9 GB of free space on the startup volume for normal operation.
    If storage space is running low, use a tool such as OmniDiskSweeper to explore the volume and find out what's taking up the most space. Move seldom-used large files to secondary storage.
    7. Relax, don’t do it. Besides the above, no routine maintenance is necessary or beneficial for the vast majority of users; specifically not “cleaning caches,” “zapping the PRAM,” "resetting the SMC," “rebuilding the directory,” "defragmenting the drive," “running periodic scripts,” “dumping logs,” "deleting temp files," “scanning for viruses,” "purging memory," "checking for bad blocks," "testing the hardware," or “repairing permissions.” Such measures are either completely pointless or are useful only for solving problems, not for prevention.
    To use a Mac effectively, you have to free yourself from the Windows mindset that every computer needs regular downtime maintenance such as "defragging" and "registry cleaning." Those concepts do not apply to the Mac platform. A well-made computing device is not something you should have to think about much. It should be an almost transparent medium through which you communicate, work, and play. If you want a machine that needs a lot of attention, use a PC.
    The very height of futility is running an expensive third-party application called “Disk Warrior” when nothing is wrong, or even when something is wrong and you have backups, which you must have. Disk Warrior is a data-salvage tool, not a maintenance tool, and you will never need it if your backups are adequate. Don’t waste money on it or anything like it.

  • Requesting System Maintenance Mode

    I just installed Solaris 10 on a SunFire v100 and patched the os. I added a second drive and mirrored it. Now I get this message 2 out of 3 times when I reboot the server.....
    LOM event: +36d+22h57m55s host reset
    Sun Fire V100 (UltraSPARC-IIe 548MHz), No Keyboard
    OpenBoot 4.0, 1024 MB memory installed, Serial #57166297.
    Ethernet address 0:3:ba:68:49:d9, Host ID: 836849d9.
    Executing last command: boot
    Boot device: rootdisk File and args:
    SunOS Release 5.10 Version Generic_118822-27 64-bit
    Copyright 1983-2005 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Hostname: gandalf
    Jan 31 17:41:02 svc.startd&#91;7&#93;: svc:/system/boot-archive:default: Method "/lib/sv<br />
    c/method/boot-archive" failed with exit status 1.
    Jan 31 17:41:02 svc.startd&#91;7&#93;: svc:/system/boot-archive:default: Method "/lib/sv<br />
    c/method/boot-archive" failed with exit status 1.
    Jan 31 17:41:02 svc.startd&#91;7&#93;: svc:/system/boot-archive:default: Method "/lib/sv<br />
    c/method/boot-archive" failed with exit status 1.
    &#91; system/boot-archive:default failed (see 'svcs -x' for details) &#93;
    Requesting System Maintenance Mode
    (See /lib/svc/share/README for more information.)
    Console login service(s) cannot run
    Root password for system maintenance (control-d to bypass):
    Any clue on what I should do?
    Thanks!
    Chris Edwards

    Hi,
    Can you please check the below note
    Solaris11 cannot boot and goes into maintenance ( svc:/system/early-manifest-import:default exited with status 1 ) (Doc ID 1526559.1)
    It has the solution workaround. Kindly let us know in case issue is not fixed
    Thanks,
    Krishna

  • Automated system maintenance timing

    iMac early 2008, 2GB RAM, 2.8GHz processor, HD 320 GB total, 225GB available, OS 10.6.8
    Whilst researching various causes for a Mac running slowly, I came across the statement that automated system maintenance procedures are scheduled by default to occur in "the early morning" hours, provided that the computer is running 24/7.  If I were to leave my computer on, it would go into sleep mode, as would I, during these early morning hours (assuming this to mean 1am etc.). Do the automated processes indeed occur in the 1am range and if so, will they happen if the computer is in sleep mode?

    Sorry that you feel that precision is not required in dealing with a modern
    operating system, and that the obsolete answer appears to fit your ideas
    on how to maintain a Mavericks system when compared to an older one.
    On more than one occasion, advice has been suggested without bearing.
    So be it with your interest in getting an answer that fits Mavericks 10.9
    since the factors that did change for this new system, are not addressed
    by the reply you sought to include as a correct response.
    And, I also gave you a bonus tip on a historically correct (to Mavericks)
    source of content that can be used with Mavericks for issues of a slow mac.
    Too bad I wasted some time and research, on your behalf. If I weren't
    working for free, I'd bill you double, and offer you to try a retail product.
    Your understanding of an answer has not been helpful to a resolution.
    However it does appear you did not read the link that supports my point:
    This is current to Mavericks, cited by Pondini as of now:
    On Snow Leopard 10.6.x and Later, if your Mac is powered-on but sleeping
    during those hours, the scripts will run shortly after it awakes.
    If you do not want current information on OS X 10.9.5, why ask and
    accept info that was OK prior to Lion 10.7.5 & think that's current??
    Is english your first language? I can try google translate if it helps...
    Good luck and happy computing!

  • Imac system maintenance

    Hi,
    I've had my imac for just over 2months now and I love it. But, what I'm wondering now is, should I be doing any maintenance on it? (I think I've seen it called "housekeeping" here) It's my first computer so there was no migration from another system,therefore I started with absolutely zero software/data. Now I have around 1000 photos, 1200 songs and a few downloaded items(widgets etc). I'm a newbie so please tell me what I should be doing to ensure my mac keeps working at its best.
    Oh and what is the security update? I've updated mac os to 10.4.2, should I download the security update too?
    Thanks
    Lee
    p.s. I leave it on 24/7

    Hi Lee,
    Mac OS X does almost everything automatically, so you don't need to do much to have it work always at peak performance:
    - Always keep enough free hard drive space (10-15%) on the boot drive.
    - Back up (using a file-to-file method, -> no cloning every fault on external drives).
    - Let the 3 nightly periodic maintenance tasks run (CPU on 24/7 is OK. +since 10.4.2 they run delayed if CPU sleeps at night).
    (+ some cautious steps:)
    - Repair permissions after each software install that required an installer.
    - Clean users', browsers' and fonts' caches before an OS X update (using Yasu, OnyX or such an utility).
    - Use the cache-cleaning restart to restart from your Tiger Install DVD and,
    - Repair Disk with Disk Utility.
    (+ you can also:)
    - Rebuilt Directory with DiskWarrior.
    The Security Updates are generally good for your system. So are the OS X Updates.
    Before applying them, always disconnect all periphericals (+ iPod, HD, etc) and it is a good idea to follow my "cautious steps".
    In order to keep them backed up, you can use Software Update's option "Install and Keep Package", or you can download them directly from Apple.
    Some good info in those pages:
    (The X Lab) Maintaining Mac OS X
    (Gulliver) Mac OS X 10.3/10.4: System maintenance
    Good maintenance!
    Axl

  • Device object not present,restart the system and run setup again????

    i install window xp sp2 in my macbook,when i  install driver by mac os cd,installation run until sigmatel,it show error,the my mbp will restart automatically,and the driver installion not complete!! i try to install sigmatel idt sound driver manually,when system update the hardware configuration,it show an error  message
    " device object not present,restart the system and run setup again"!!!!  so i can not fully install bootcamp driver in window!
    any can help??
    macbook pro 13" 2010 mid

    Hi:
    Your notebook is not supported by HP for Windows XP.
    Please read the XP downgrade guide at the link below for instructions on how to get your audio to work in XP.
    http://h30434.www3.hp.com/t5/Notebook-Operating-systems-and/General-XP-Downgrade-Guide-for-HP-Laptop...
    The specific instructions for your model series can be found in the section titled  3. Difficult Models
    Paul

  • Root crontab no system maintenance scripts

    Server: HP DL380, Redhat 4 update 6 (download from linux.oracle.com)
    Today I checked crontab and noticed that there are no system maintenance scripts running under root, to e.g. rotate log files, etc. Is this normal, any suggestions please?
    Best regards

    Check the directories below. Linux cron has directories for hourly, daily, weekly and monthly root scripts where you can drop scripts that you want to run periodically. This is handy if you do not want to maintain a root crontab file.
    ll /etc |grep cron
    -rw-r--r-- 1 root root 329 Sep 28 2004 anacrontab
    drwxr-xr-x 2 root root 4096 Mar 27 15:37 cron.d
    drwxr-xr-x 2 root root 4096 Apr 7 16:08 cron.daily
    -rw-r--r-- 1 root root 0 May 12 2007 cron.deny
    drwxr-xr-x 2 root root 4096 Sep 20 2004 cron.hourly
    drwxr-xr-x 2 root root 4096 May 12 2007 cron.monthly
    -rw-r--r-- 1 root root 255 Sep 20 2004 crontab
    drwxr-xr-x 2 root root 4096 Nov 28 2007 cron.weekly

  • 2008R2 backup - fails every time when scheduled; works every time when run manually

    Hi all
    I installed a brand new Dell PowerEdge T310 at the weekend, with a clean install of 2008R2. Roles are .Net IIS, DC, DNS, DHCP. The server has 8GB RAM and a PERC RAID1 array.
    I have scheduled the backup (20:30) to do a full backup (C:, system state, bare metal) to external USB drives.
    Every day so far the backup has failed, but when I logon to the server and choose to run it manually it always succeeds.
    Event log messages are:
    Event 40961, VSS
    ASR Warning: Failed to collect disk information for ASR Backup. Reason:    Unable to obtain disk information for device 1 (Win32 error code 0x2).
    Event 753, Backup
    The Block Level Backup Engine service has successfully started.
    Event 561, Backup
    The backup operation that started at '‎1601‎-‎01‎-‎01T00:00:00.000000000Z' has failed because no backup storage location could be found. Please confirm that the backup storage location is attached and online, and then rerun the backup
    operation.
    Event 546, Backup
    The backup operation attempted at '‎2011‎-‎11‎-‎22T20:30:04.898299200Z' has failed to start, error code '2155348061' (Windows Backup cannot find any of the backup storage locations.). Please review the event details for a solution, and
    then rerun the backup operation once the issue is resolved.
    The server is remote and no-one can possibly be tinkering with (only I have remote access and the office closed for the day four hours ago). But if I remote to the server and run it manually, it runs.
    Does anyone have any advice please? I don't really want to be running manually every day :-)
    Many thanks,
    Jim

    Hi,
    According to your description, it seems that if you do a schedule backup, it failed,
    If you do a manual backup, it would succeed.
    I would like to confirm that if it is the same external USB drive destination when
    use the schedule backup and the manual backup?
    From the error code, you may take the following steps to troubleshoot the issue.
    To verify that a scheduled backup is enabled:
    Open an elevated Command Prompt window. Click
    Start, point to All Programs, click Accessories, right-click
    Command Prompt, and then click Run as administrator.
    At the prompt, type:
    wbadmin enable backup.
    If the command output shows a schedule, then a scheduled backup is enabled.
    Confirm that the schedule contains the correct parameters.
    To verify that a disk used to store backups is online:
    For the computer that contains the storage disk, open Disk Management. Click
    Start, click Run, and then type: diskmgmt.msc.
    Click
    View, click Top, and then click Disk List.
    For the disk that contains the volume that you will use to store backups, confirm that the value in the
    Status column is Online.
    For more details, you may refer to the Microsoft articles.
    Event ID 561 — Backup Operations
    http://technet.microsoft.com/en-us/library/dd364832(WS.10).aspx
    Event ID 546 — Backup Operations
    http://technet.microsoft.com/en-us/library/cc734451(WS.10).aspx
    Best Regards
    Jeff Ren
    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.

  • Backup message error -SAP system is running or SAP user is connected to dat

    Hello ..
    when the backup started i got this message error ..before starting the backup, the shell shutdown the sap system but below message was showed
    BR0262I Enter database user name[/password]:
    BR0055I Start of database backup: bedvugxg.aff 2010-08-08 05.31.48
    BR0484I BRBACKUP log file: /oracle/AAA/sapbackup/bedvugxg.aff
    BR0477I Oracle pfile /oracle/AAA/102_64/dbs/initAAA.ora created from spfile /oracle/AAA/102_64/dbs/spfileAAA.ora
    BR0068E SAP system is running or SAP user is connected to database AAA - database cannot be shut down
    BR1025I Please shut down SAP system first or use the 'offline_force' option
    BR0056I End of database backup: bedvugxg.aff 2010-08-08 05.31.48
    BR0280I BRBACKUP time stamp: 2010-08-08 05.31.49
    BR0054I BRBACKUP terminated with errors
    [Major] From:  "OMNISAP" Time: 08/08/10 05:31:49
    BRBACKUP /usr/sap/AAA/SYS/exe/run/brbackup -t offline -d util_file -c -m all -u hpbkup/******* returned 3
    i am new on this, what should i review into the db?
    Regards and thanks in advance
    Dma.

    Hello Daniela,
    you try to perform an offline backup (which is a very uncommon way nowadays) and your SAP system is not down.
    This is also described in the official documentation:
    http://help.sap.com/saphelp_sm32/helpdata/en/0d/d309664a0c11d182b80000e829fbfe/content.htm
    offline: Database backup in offline mode, in other words, the database is shut down during backup. When you select this parameter, BRBACKUP checks that no SAP system users are connected to the database. If an SAP System is active, the database is not shut down and BRBACKUP terminates the process with an error message (message number BR0068E).
    Regards
    Stefan

  • I've updated my Macbook Pro and my iMac with Maverick, updating the various apps. On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory, and it's based our Mail, the only app not updated. Ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

    Maverick and Your System message
    I've updated my Macbook Pro and my iMac with Maverick, updating the various apps (Pages, Aperture, iPhoto, Numbers & iMovie, too) in the process.
    On my Macbook, everything functions perfectly. On my iMac, I get the Your System has Run out of Application Memory message. But it's not Calendar, it's Mail that not only won't open, but when it does now, it takes the entire system out with it.
    I open Safari, and it works. I open Firefox, and it works and Safari still works. I open Calendar and it works, Safari and Firefox continue to work. I open Reminders, and everything still works.
    I open Aperture, and it opens Finder instead, showing the 3.5 update that was installed two days ago (and Aperture has functioned), but doesn't seem to update the app; after about 20 seconds the update disappears and I can now open Aperture and it shows I'm now opening the updated Aperture, which it didn't show before.
    I click on Mail, and the cursor spins for ten minutes. The mail window finally opens, but the cursor spins and does not connect to upload new mail, and I finally Force Quit Mail. Since the Maverick update, even though Mail was not updated (and maybe because Mail was not updated), I have been able to receive emails twice, and then the program crashed.
    Besides the Aperture app, Pages didn't fully update on the iMac, and I had to remove the old Pages icon from the dock after the new program loaded up from Applications.
    Any ideas?

  • Getting error while opening layout in mobile system maintenance

    Hi Experts,
    I implemented note 904571 to prefilldata, with which all standard layouts loaded to mobile system maintenance. But problem here is if I try to open any one of the layout its giving following error
    "An unhandled exception has occured in your application. If you click continue, the application will ignore this error and attempt to ccontinue. If you click Quit, the application will be shut down immediately.
    Object variable or with variable not set."
    If I click on details of error, its giving following details
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    Exception Text **************
    System.NullReferenceException: Object variable or With block variable not set.
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at MSY.Tlayoutdet1.ctrlctrlbtnOpen_onClicked() in C:\Ars_Translation50\Batch\app\MSY\src\Tlayoutdet1.vb:line 281
       at SAP.MT.FW.UI.ExposedFWElements.CoreCtrlButton.BtnClicked()
       at SAP.MT.FW.UI.ExposedFWElements.CoreCtrlButton.IPeerCtrlListener_btnClicked()
       at SAP.MT.FW.UI.PeerLayer.PeerCtrlButton.button_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at SAP.MT.FW.UI.NativeControl.NBaseControl.OnClick(EventArgs e)
       at SAP.MT.FW.UI.NativeControl.NButton.OnClick(EventArgs e)
       at SAP.MT.FW.UI.NativeControl.NButton.mButton_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2407
        CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
    MobileClient
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MobileClient.exe
    UFCore
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFCore.DLL
    UFCoreExt
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFCoreExt.DLL
    System.Windows.Forms
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2365
        CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
    System
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2407
        CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
    UFInternal
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFInternal.DLL
    UFCommon
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFCommon.DLL
    UFStorage
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFStorage.DLL
    Interop.Scripting
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/Interop.Scripting.DLL
    Microsoft.VisualBasic
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.10.6310.4
        CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
    UFControlLibrary
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFControlLibrary.DLL
    Interop.UFGeneratorInterfaces
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/Interop.UFGeneratorInterfaces.DLL
    System.Drawing
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2327
        CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
    MTIServices
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MTIServices.DLL
    UFDialogs
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFDialogs.DLL
    UFIPlugins
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/UFIPlugins.DLL
    System.Xml
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2371
        CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
    Interop.ERRCOMPLib
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/Interop.ERRCOMPLib.DLL
    MTBLLFWInterfaces
        Assembly Version: 1.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MTBLLFWInterfaces.DLL
    Accessibility
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.573
        CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
    MSY
        Assembly Version: 0.0.0.0
        Win32 Version: 0.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/APP.Net/MSY/bin/MSY.dll
    MTBLLFW
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MTBLLFW.DLL
    MTFWServices
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MTFWServices.DLL
    MTServices
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MTServices.DLL
    OnlineOffline
        Assembly Version: 1.0.2477.11060
        Win32 Version: 1.0.2477.11060
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/OnlineOffline.DLL
    vqq-mx7r
        Assembly Version: 0.0.0.0
        Win32 Version: 1.1.4322.2407
        CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
    RegexAssembly40_0
        Assembly Version: 0.0.0.0
        Win32 Version: n/a
        CodeBase:
    MTBLLFWMetaInternal
        Assembly Version: 5.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/MTBLLFWMetaInternal.DLL
    TLSender
        Assembly Version: 1.5.1.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/TLSender.DLL
    Interop.CRYPTINGLib
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/Interop.CRYPTINGLib.DLL
    Authentication
        Assembly Version: 5.5.0.0
        Win32 Version: 5.5.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/Authentication.DLL
    System.Data
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2365
        CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
    System.EnterpriseServices
        Assembly Version: 1.0.5000.0
        Win32 Version: 1.1.4322.2326
        CodeBase: file:///c:/windows/assembly/gac/system.enterpriseservices/1.0.5000.0__b03f5f7f11d50a3a/system.enterpriseservices.dll
    sfabol
        Assembly Version: 0.0.0.0
        Win32 Version: 0.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/APP.Net/MSY/bol/apps/sfabol/vba/WBIT/sfabol/bin/sfabol.dll
    SSActiveTreeView.SSTree
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/APP.Net/MSY/Bin/SSActiveTreeView.SSTree.dll
    SSActiveTreeView
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/APP.Net/MSY/Bin/SSActiveTreeView.DLL
    AxSSActiveTreeView.AxSSTree_EventsRouter
        Assembly Version: 0.0.0.0
        Win32 Version: 0.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/APP.Net/MSY/Bin/AxSSActiveTreeView.AxSSTree_EventsRouter.dll
    Interop.UFBBInterfaces
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/Interop.UFBBInterfaces.DLL
    StdType
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/APP.Net/MSY/Bin/StdType.DLL
    Microsoft.VisualBasic.Compatibility
        Assembly Version: 7.0.5000.0
        Win32 Version: 7.10.3077
        CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic.compatibility/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.compatibility.dll
    stdole
        Assembly Version: 7.0.3300.0
        Win32 Version: 7.00.9466
        CodeBase: file:///c:/windows/assembly/gac/stdole/7.0.3300.0__b03f5f7f11d50a3a/stdole.dll
    RFMobileReporting
        Assembly Version: 1.0.0.0
        Win32 Version: 5.11.0.40
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/RFMobileReporting.DLL
    AxInterop.SAPCalendar50
        Assembly Version: 1.1.0.0
        Win32 Version: 1.1.0.0
        CodeBase: file:///C:/Program%20Files/SAP/Mobile/Bin.NET/AxInterop.SAPCalendar50.DLL
    JIT Debugging **************
    To enable just in time (JIT) debugging, the config file for this
    application or machine (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the machine
    rather than being handled by this dialog.
    Its urgent, Please help me out to rectify this error.
    Thanks & Regards,
    Venkata Ramana

    This seems like an error with standard SAP solution. I would suggest raising an OSS message and SAP should be able to help you out.
    Hope this helps.
    Regards,
    Kaushal

Maybe you are looking for

  • Can't open doc. files in pages

    Ever since I upgraded to Snow Leopard, Pages won't let me open doc files. Is there a way I can fix this? Also...I was just thinking about upgrading to the newer iLife09. Would that be a better thing to do running Snow Leopard and what not? And if I d

  • IChat and Final Cut Pro

    So I have about an eight year-old Sony TRV 330 camcorder and am desperate to transfer old tapes to iMac - got rid of old Windows Vista to get an iMac that'd make this possible. Hooked it up dozens of times (firewire/IEEE 1394, camera) opened iMovie 0

  • Syntax check for tables and function modules

    Hi, I am writing a program that perform syntax check on object such as executable programs , function modules and tables. Syntax check works fine for programs, but not for tables. How can I perform syntax check on my tables or structures? I get my da

  • PS CC 2014 stopped to respect the setting to preserve embedded color profile, why?

    My normal workspace is Prophoto RGB. I, however, has a large number of tiff files (dias'es scanned with a Nikon scanner) with the color space sRGB. Up till recently I had no problems - all the files kept their embedded color profile when opened in PS

  • How can I get my ringtones from i tunes synced to my iphone

    How can I get my purchased itunes ringtones back on my iphone?