How to schedule offline backup for SAPDB or maxdb

Hello,
I have stand alone SAPDB server ( without SAp system) , I wanted to know how to schedule the OFFline backup for SAPDB.
Can yo tell me the command to schedule the offline backup .
Command should do like:
1) bring the DB to admin mode.
2) start offline backup .
3) bring the db up after backup done
Regards,

Did you read the available documentation?
> 1) bring the DB to admin mode.
dbmcli -u control,<password> -d <database> db_admin
> 2) start offline backup .
dbmcli -u control,<password> -d <database> backup_start <medium>
> 3) bring the db up after backup done
dbmcli -u control,<password> -d <database> db_online
Basically you can do the same when the database is online, all backups are consistent, there's no difference in "offline" or "online" backup as with other databases (e. g. Oracle).
Markus

Similar Messages

  • How to schedule the backup for sqlserver2005/ECC5.0

    Dear all
      Our system inlude: ECC5.0,sqlserver2005,windows2003 server.I want to know that how can i implement the backup for the sap system ?
      If i use the DB13 to backup sap system ,i have to load/unload the tape manually.
      1) we use the tape library,how can i schedule the backup automatically?Maybe seems that no 3rd software can do the backup through DB13 basing sqlserver .
      2) If i want to backup automatically ,i have to backup the sqlserver directly and donnot use the DB13 ?what's the risk between them ?
    Thanks erveryone.

    Hi Dipendra,
                         For running the Adobe application You need to configure some thing in both Java as well as in ABAP stack for that abobe form application to work. You need to do some configuration in the Visual administrator for Java & also in the ABAP stack sidi using your SAP user id line creating ADSUSER , ADS_AGENT    user id creation and roles assignment and RFC destination creation etc..          
    Just refer these documents for the installation and post-configuration of Adobe Document Service on NW2004s.
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    You can start by read the note 736902 to get the credentials for the ADS.
    Hope this answers your question.
    Thanks,
    Greetson

  • How to Schedule a Backup in db2

    Hi, Experts
    We are using ECC6 (OS400 with DB2). i want to schedule a backup in db13 but system throwing error iSeries : Function not supported for DB2/400
    Please tell me how to schedule a backup
    Thanks & Regards
    Venkat

    Hi,
      In Application(SAP) level you can't able to take Backup.
    You can take backup from OS level.
    GO SAVE command and schedule the backup...R3<SID>DATA and R3<SID>JRN...libraries you can take daily..
    Monthly once you cane take Entire System Backup with offline.
    If you want online backup you came go to BRMS..But it is licence product with IBM.
    Thanks
    Jibin.

  • Does Time Machine conflict with Crashplan offline backup for Macs?

    Hello,
    Has anyone experienced Time Machine on Macs conflicting with Crashplan offline backup for Macs?  I would like to run both on my iMac... Time Machine for local backup to my E-drive and Crashplan for a backup to their servers.
    Thanks

    This article may be of help to you:
    http://support.crashplan.com/doku.php/articles/time_machine
    I also want to point out that CrashPlan also supports local backup.

  • How to schedule a job for transaction CG36, incl. variant?

    Hi all,
    When you enter transaction CG36, you need to select a User Exist (EHS_DXSDB). After that you need to define a file path.
    I would like to schedule a job for transaction: CG36 > Define User Exit: EHS_DXSDB (Import Dok-X material Safety Data Sheets) > and define a path. With transaction SE93, I found program name: RC1RIMPS (program is allowed to be job scheduled), only I can't create a Variant (to define the user exit and file path, no selectionscreen), how to create a variant?
    The following programs can't be scheduled either (as they are not of type 1 or J):
    SAPLC131
    SAPLC1EO
    SAPLC3G
    Thank you in advance!
    Kind regards,
    Roy Derks

    Hello Roy
    I am sorry. To my knowledge up to ECC 6.0 Enhancement Pack 4 there is no SAP EH&S process available there you can do what you are requesting. The "problem" is that you need to "answer" the user dialog. Therefore you can not generate/prepare a variant which could be processed as a job according to my knowledge.
    Therefore in my opinion you have this option only: prepare a copy of the transaction (or only the report) using either "Z" or "Y (customer reports). Then you need to exclude some line in the code (which gives rise to the user dialog) and prepare some customer specific coding so that the resulting report can be used in such a way that a variant is possible, but you must make sure that the process later (the real upload process) is processed too in this "job" queue. IN any case: you need to check the log of the report and this must be done by an user. Therefore an automatic process does have some "risks"
    The topic of import of reports is used in most cases during a set up of EH&S, because of mergers/acustions but not in the daily work with EH&S and there I believe that SAP does not support this demand.
    With best regards
    C.B.

  • How to schedule a workflow for recurring executions: The solution

    Scheduling a workflow for recurring execution has been long awaited in WFA, perhaps from 2.0 time. The following document shows how to get it done. I've also explained the logic behind it. It’s very simple to use, meets every requirement which one can have from a scheduler and of course highly flexible. Let's go!! The Real stuff. What is this? Is this actually a scheduler? No. This is actually a command in your workflow, but a special 'magical' command. This 'magical' command logic is built using the answers for the following questions: Can a workflow be scheduled for a delayed execution in a future time? Yes, but only one execution instance. If you want the next execution, execute the workflow again providing the same set of inputs and the execution date/time.During workflow execution, can a command inside a workflow get to know what is the  name of the workflow? YesDuring workflow execution, can the command know what is the job execution id? YesIs there any programmatic interface available to know what are the user input provided or a particular job execution? YesCan a command inside a workflow trigger another workflow? Yes.Can a command inside the same workflow trigger itself? Absolutely yes. I've ticked all boxes needed to build such a solution. The solution is to make the workflow a smart workflow, so smart that it can schedule itself for the next execution. It no longer needs any other task scheduler to tigger it. WFA provides a large set of REST APIs for other 3rd part SW integration. But I  also can make  good use of these APIs to make smart workflows. I have always believed that WFA should not only be seen as a framework for automating Storage boxes or server, but just about any task( inside a computer of course) which is done manually. WFA is an awesome product indeed.  So this is a command called "Workflow Scheduler" which  you can put in your workflow as another command. Prerequisites: You need PowerShell 3.0 on your WFA server. I certainly could have done it for PoSH2.0 as well, but life for web interfaces  using PowerShell is so much easier with Posh3.0. Posh3.0 is a big jump from 2.0. WFA is fully supported to work on Posh3.0. Its available by default in Win2012, Win2008 can be upgraded, Win2003 users can't use it. Add credentials of a WFA Admin/Architect in you WFA itself with Name/IP: localhost Match: ExactType: OtherName/IP: localhostUsername: <WFA Admin/Architect Username>Password: <User Password>   3.  Minimum WFA version 2.2. This is only needed for Importing the dar. I've provided the command code in text too. The command code is the real deal. How to use it? If you have a workflow which you want for recurring executions, just add this command "Workflow Scheduler" in it. The command takes parameters for the workflow execution intervals. For example minsInterval for executing this workflow every x minutes, or daysInterval for executing the workflow etc.Now just like a normal workflow execution execute this workflow deciding what is the trigger time. Example: Suppose you want the execution every day at 10:00 PM.So provide daysInterval = 1 And execute the workflow for a delayed execution at 10:00 PM. You can pick the day to start as you wish. The workflow will execute at 10:00 PM and when this execution reaches our magical command "workflow scheduler", this command will trigger the same workflow  with same set of inputs for the next execution at 10:00 PM tomorrow. And so on an so forth. I’ve attached a very simple example workflow here to help you understand. An Example of a workflow scheduled for recurring execution Daily at 11:30 PM starting 10-March-2015     How to stop/suspend this recurring execution? Easy. You just abort the next scheduled job execution in Execution=> Execution Status. The cycle will stop. How to resume it? Easy again. Just resume the same aborted job. The cycle restarts. Can I change the schedule execution time? Yes. After aborting the current execution, you can resume the same workflow at a new time. Execution interval can't be modified as you can't change the command parameters. But the recurring execution now can occur at a new time. Where or which position to place this “workflow scheduler” command in your workflow? At the beginning ? At the end? Or somewhere in the middle. This completely depends on your choice. See some below cases. You don't want the next job execution scheduling to happen if any of the commands in my current workflow execution fails: Put command “workflow scheduler” in the end. It will trigger the schedule of the next job execution only when all real original commands of your workflow have passed. else not.     You want continuous job executions irrespective of the workflow command failures: Put it in the beginning. It will trigger the schedule for next execution before any of the actual command begin executing.     You want an approval before the next execution job is scheduled: Add an approval point before the comamnd.           So it’s all left to you.      Can an operator decide the execution schedule? Yes, but which workflows will be available to him/her for this recurring execution will have to be decided by the designer. This is a good thing to have as it serves for access control in a way. The Architect/Admin can now restrict which workflow can be put for recurring executions. Operators can’t execute just any workflow available to him for automatic recurring execution. And the workflow designer can also choose which scheduling parameter is to be made a variable for the operator. For example the designer want the operator to schedule a given workflow only for weeks Interval and not months or days i.e. he/she can only chose to schedule for weekly, biweekly etc. executions and  nothing else. For this the designer can define a User-Input variable only for weeksInterval parameter. It’s Done. You want workflow execution to be scheduled either for daily or once in 2 days but not any other. You can restrict this. Or he/she wants to give full freedom to the operator make his/her own decision about scheduling, he defined user-input variable for all scheduling parameters. The workflow designer wants weekly schedule but the day should not be a weekday: You can even do this. Is this flexible enough for my requirements? I’ve attached the very command code. You can modify the command as per your requirements. Suppose you want daily execution of a certain workflow at 10:00 PM but skip a day of execution if the day is a Monday. Modify the code check for the day and add another day if it’s a Monday. Its posh code and highly readable. So you can see how this can be used in a  variety of ways. This is the beauty of a programmatic solution. Its highly flexible, it allows users to design solution based on their requirements. Flexibility is the heart & soul of WFA. Thats why I like it. I have a workflow but I don't want to modify it by adding a new command in it. Can I still use this solution? Yes but with WFA 3.0 on wards. WFA3.0 allows to create modular workflows. Create a parent workflow with you actual workflow as a child workflow in it. Add our “workflow scheduler” command too. So now you don't need to touch your existing workflow. I've attached a workflow example here.   Have fun!! sinhaa  

    Providing a new version 1.1.0 of the command "WFA Schedular" Changes made: Added conditional String Representation based on the Scheduling parameter provided. Provided check for the right number of parameters passed into the command.Added a new parameter "Expiry Date" to automatically stop the recurring execution upon expiry.Check for Posh3.0 version in code.Have Fun!! sinhaa Below example for:Schedule a workflow for recurring execution every alternate day i.e. once in 2 days at 10:30 PM starting 06-Jul-2015 (Today's date is 02-Jul-2015) . The recurring workflow execution  should expire on 31-Dec-2015 and stop.  

  • How to temporarily suspend backups for a host?

    We are running production OSB backups for a site with approximately 50 filesystems,
    consisting of full, incremental, quarterly archive, and on-demand archive backups.
    Our installation consists of
    o administration master - obtool version 10.4.0.2.0 (64-bit OEL 5.8)
    o media servers - obtool version 10.4.0.2 (64-bit OEL 5.8)
    o SL8500 library - managed by ACSLS 8.1 with admin server attach point
    Problem:
    We recently lost a ZFS storage appliance storage pool due to pool corruption.
    All backed-up filesystems were restored to another host pending a rebuild of
    the corrupted ZFSSA.
    Currently all backups are fail because they cannot communicate with the down
    host. We want to suspend all attempts to back up the corrupted host pending
    the rebuild. We have tried taking the host out of service via 'chhost -O'
    but the scheduler launches backups that hang indefinitely with a session
    status of 'awaiting resource availability'.
    Is there any way to suspend backups of a host temporarily without having to
    remove it from all the schedules it's in? Seems there should be but I've
    been unable to find this in the docs.
    Appreciate any help.
    Thanks,
    -pc

    You can just comment it out of the dataset using a #
    Then when you're ready to put it back, just uncomment it again.
    Thanks
    Rich

  • How to schedule one report for multiple company code?

    How you can schedule reports in BW 3.5? Suppose I need to schedule one report for multiple company code, how can you do that and notify the users? I do not want to send multiple emails to the same user if the report runs for 20 times (for 20 different companies).
    points are given for ASAP replies.
    Thanks in advance
    Peter

    Dear Peter,
    Try to restrict the Company Code with  those 20 values and schedule.
    Regards,
    Ramkumar.

  • How to monitor Log Backups for MS SQL Server

    Hello all.
    We are running Solution Manager 7.1 on SP Stack 10 and have downloaded the latest template content.
    When configuring the templates for DB monitoring, we noticed that although there is a metric that monitors the age of the last DB backup, there is no such metric to monitor the age of the last successful Log backup, or even a metric to alert us on a failed backup / log backup.
    Has any of you ever had to create a custom metric to monitor either the age of the latest successful log backup for MS SQL Server, or a custom metric to alert on failed backups / log backups?
    If yes, could you provide some instructions on how to create such a metric?
    Thank you in advance for your answers.
    Phevos

    Divyanshu, thank you for your answer.
    I had a similar idea to check the DB log file for failed log backups. The problem is that when I opened the log file from the dbacockpit, I found no errors/warnings for the days that our log backups did not run or failed. Here is a small part of that log to show you what I mean. In this example, the log backup was not running from 25th of July until the 28th of July when we fixed the log backups again, after receiving a disk space warning (log disk drive was almost full):
    The last successful log backup is mentioned in the log: "20140724091524    Backup    Log was backed up"
    Then as the days go by, there is no backup failure entries whatsoever to look for them in the log:
    20140725000023    spid18s    This instance of SQL Server has been using a process ID of 1304 since 5/27/2014 11:50:00 PM (local) 5/28/2014 6:50:00
    20140725000023    spid18s    AM (UTC). This is an informational message only; no user action is required.
    20140726000020    spid21s    This instance of SQL Server has been using a process ID of 1304 since 5/27/2014 11:50:00 PM (local) 5/28/2014 6:50:00
    20140726000020    spid21s    AM (UTC). This is an informational message only; no user action is required.
    20140727000023    spid22s    This instance of SQL Server has been using a process ID of 1304 since 5/27/2014 11:50:00 PM (local) 5/28/2014 6:50:00
    20140727000023    spid22s    AM (UTC). This is an informational message only; no user action is required.
    20140728000022    spid17s    This instance of SQL Server has been using a process ID of 1304 since 5/27/2014 11:50:00 PM (local) 5/28/2014 6:50:00
    20140728000022    spid17s    AM (UTC). This is an informational message only; no user action is required.
    Until finally on the 28th we restored the log backup functionality:
    20140728042814    Backup    Log was backed up. Database: XXX, creation date(time): 2010/12/22(16:45:29)
    So, I find it difficult to deduce an appropriate string to look for in the log, in order to generate an alert when my log backups are not working.
    Any suggestions? Am I looking at the wrong place perhaps?

  • How to make a backup for my tabs?

    I need te reinstall windows and therefor i want to make a backup for my bookmarks. How can i do this?

    The [[Backing up your information]] article has instructions on how to backup your entire [https://support.mozilla.org/en-US/kb/Profiles Profile], which contains your settings, saved passwords, browsing history, and other data. If you just want to backup your bookmarks, the [[Backing up and restoring bookmarks]] article can help.

  • HT4623 How can i do backup for my ipad?

    could u tell me how can i backup for my ipad? And then i can't not download the latest version.my ipad is ipad4-128GB.

    TThere was a link to the backup article in the Updating your iOS device article that led you to this forum. Take a look at this.
    Back up and restore your iOS device with iCloud or iTunes
    And what do you mean by I "can't not" download? A double negative makes it confusing. What are you asking about?

  • How to open TM backup for other laptop on LaCie connected by USB to TC?

    My husband's laptop may be dead, and we need to access the TM backup for it from my laptop. I have tried following the instructions to "Browse Other Time Machine Disks" over the wireless network but something isn't working right since I don't even consistently see the sparse bundle for my own laptop, and the LaCie drive connected to the TC doesn't seem to be recognized at all.
    This is what we're working with:
    my laptop: MacBook Pro/10.5.8
    his laptop [possibly defunct]: iBook G4/10.5.?
    500G TC - my TM sparse bundle (plus other files);
    160G LaCie drive; 4 partitions, 1 about 85G, with his TM sparse bundle (plus other files).
    Backups were runninng wirelessly after initial creation over Ethernet.
    I've tried connecting the LaCie to my laptop directly via USB and Browsing for Other TM Disks, and still nothing. I checked permissions on the partitions, and they seem okay. Can I force it to mount his backup file somehow? All four partitions on the LaCie show up as Sharepoint folders under the Shared TC when I'm using the wireless network, but the LaCie isn't readable by Disk Utility unless I'm directly connected.
    Any help appreciated, as he needs files from the backup for his consulting work, of course. Thanks!

    Betsy F wrote:
    I've tried connecting the LaCie to my laptop directly via USB and Browsing for Other TM Disks, and still nothing. I checked permissions on the partitions, and they seem okay. Can I force it to mount his backup file somehow?
    Hi, and welcome to the forums.
    You should be able to mount the sparse bundle (either wirelessly or with the drive directly attached) by double-clicking it via the Finder. Then it should show up on your desktop and/or Finder sidebar, and in the Browse window.

  • How can i take Backup for my WLC 5508

    Plz help me to take backup for WLC 5508
    Sent from Cisco Technical Support Android App

    Check here:
    http://www.cisco.com/en/US/docs/wireless/controller/7.2/configuration/guide/cg_managing_ctrlr.html#wp1196069

  • How to stop offline backup

    Dear All,
    I need to stop the offlince backup in oracle 10g , ecc6 on windows system.
    please suggest the steps.
    Regards,
    Kumar

    Why you want to stop offline backup which is in active?
    If any genuine reason, just kill the PID (where backup is running)..........but here you need suff skill sets to recover your database after stopping offline backup in active mode (only in worst situations).
    Refer SAP Note 1041 and 1042
    Regards,
    Nick Loy

  • How to schedule multiple backup job through windows server backup in windows server 2008 R2

    hi expert,
    need your help, In my small  environment I am using windows 2008 R2 as a domain controller. and installed windows server feature for backup.
    Now i want to create backup at a different time.
    1. System state backup at 5.00 PM on saturday only
    2.  finance and hr data backup on daily basis at 5.00 PM.
    so how i create different job schedule through windows server backup.
    Regards,
    Triyambak
    Regards, Triyambak

    Scenario #1
    The following command will create a Task Scheduler task named
    DailyFolder1Backup with the start time of 23:00.
    This task will run DAILY with the HIGHESTprivileges. It will run the Windows Server Backup CLI to backup
    g:\folder1 to target volume
    F:.
    SCHTASKS /Create /SC DAILY /TN
    DailyFolder1Backup /RL HIGHEST /ST 23:00/TR
    "wbadmin start backup –backupTarget:F: -include:g\folder1
    -vsscopy -quiet"
    Scenario #2
    The following command will create a Task Scheduler task named
    DailyFolder2Backup with the start time of 24:00.
    This task will run DAILY with the HIGHESTprivileges. It will run the Windows Server Backup CLI to backup
    h:\folder2 to target volume
    F:.
    SCHTASKS /Create /SC DAILY /TN
    DailyFolder2Backup/RL HIGHEST /ST 24:00/TR
    "wbadmin start backup –backupTarget:F: -include:h:\folder2
    -vsscopy -quiet"
    Please feel free to let us know if you have any question or concern.
    Please VOTE as HELPFUL if the post helps you and 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.

Maybe you are looking for

  • My iPad won't stop restarting itself since it died and i plugged it in, what's wrong with it?

    My iPad died and i plugged it in and now it won't stop restarting itself, it goes apple logo, loading, shut off and then it repeats itself. I thought that maybe the iPad got just enough power to start restarting but then died midway through and that

  • I have a ipad2 and I have no picture when its up only the apple signal and thinking icon. What do I do?

    I have an ipad 2 and I have no picture when its on right now I only have the apple signal and thinking icon. What do I do?

  • Transfered time report ?

    Hi Expert, Is there any report could list the transfered time from time sheet to CO object ( Project system , Production order .... ) in one period ? I mean one transaction could like multiple confirmation document Best regards Shubin

  • Sharing - Email program

    Running Windows 7 and Windows Live Mail is normal default e-mail program.  Elements sharing email had been set up with Adobe mail service and it did work but I must have changed something I think with defaults and now I get message that "there is not

  • Moving to new iPad2

    I'd read on this forum that the recommended method of transferring the AT&T 3G account from an old iPad to a new one is to contact AT&T and have them make the settings for you. I tried this today, and found out (at least from the AT&T iPad "Expert" I