Sicherungs- und Notfallwiederherstellungsdienst für SAP IQ
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
SAP IQ, ehemals Sybase IQ, ist eine Familie von relationalen Datenbankverwaltungssystemen innerhalb der SAP-Abteilung für Informationsmanagement, die sich auf mehrere Angebote für relationale Datenbankverwaltungssysteme konzentriert. In dieser Dokumentation wird erläutert, wie Sie SAP IQ-Anwendungsdaten mithilfe von Sicherung und Notfallwiederherstellung in einer Linux-Umgebung schützen.
Für die Sicherung und Notfallwiederherstellung werden die folgenden SAP IQ-Sicherungs-APIs verwendet:
Dateibasierte Sicherungen: API für dateibasierte Sicherungen von SAP IQ-Dump-Datenbanken: Hiermit werden vollständige und inkrementelle Sicherungen der Datenbank im Sicherungsformat bereitgestellt.
Bei der Wiederherstellung überschreibt die restore db API den Datenbereich physisch, um die Datenbank wiederherzustellen.
Logsicherung: SAP IQ-PITR-Logsicherung: Bei einer PITR-Logsicherung wird der Befehl Backup database point in time recovery logs only to $TARGET_MOUNTPOINT der SAP IQ API für die Logsicherung verwendet. Zum Löschen von Protokollen werden Befehle auf Betriebssystemebene verwendet.
Funktionsweise: Volumebasierte Sicherungen für Sicherung und Notfallwiederherstellung mit Linux CBT
So sichern und stellen Sie Daten wieder her:
Der Sicherungs- und Notfallwiederherstellungs-Agent verwendet CBT, um geänderte Blöcke im Datenbankdatenbereich zu verfolgen.
Der Agent ruft die Datenbank-API auf, um die Datenbank für die Datensicherung einzufrieren oder anzuhalten.
Der Agent erstellt einen LVM-Snapshot des Datenbankdatenbereichs und synthetisiert eine Bitmap.
Der Kundenservicemitarbeiter ruft die Datenbank-API auf, um die Datenbank zu entsperren.
Der Agent kopiert geänderte Blöcke in die Sicherungs-/Wiederherstellungsanwendung, die dann den Snapshot löscht und die Sicherung katalogisiert.
Die Appliance erstellt einen internen Snapshot und synthetisiert eine virtuelle Vollsicherung zu einem bestimmten Zeitpunkt.
Für die Datenwiederherstellung stellt die Sicherung und Notfallwiederherstellung sofort ein überschreibbares Staging-Laufwerk bereit und stellt die Datenbank online.
Funktionsweise: dateibasierte Sicherung
So sichern und stellen Sie Daten mit dateibasierten Sicherungs-Images wieder her:
Der Sicherungs- und Notfallwiederherstellungs-Agent wird auf dem Datenbankserver bereitgestellt.
Bereitstellungslaufwerk auf dem Datenbankserver bereitstellen.
Rufen Sie die vollständige und inkrementelle Sicherung mit dem Befehl „dump backup“ auf und schreiben Sie das Sicherungs-Image auf das bereitgestellte Laufwerk.
Für die Sicherung und Notfallwiederherstellung wird ein interner Snapshot erstellt.
Log-Sicherungen werden auf ähnliche Weise direkt aus dem Dateisystem nach einem von Ihnen konfigurierten Zeitplan durchgeführt.
Für die Datenwiederherstellung stellen Sicherung und Notfallwiederherstellung das Staging-Laufwerk sofort auf dem Datenbankserver bereit und initiieren die Datenbankwiederherstellung.
Nach der Wiederherstellung der Datenbank können Protokolle zu einem beliebigen Zeitpunkt abgespielt werden.
Für die Wiederherstellung wird das Staging-Laufwerk sofort auf dem Datenbankserver bereitgestellt und der Datenbankwiederherstellungsvorgang gestartet.
Nach der Wiederherstellung der Datenbank können Protokolle zu einem beliebigen Zeitpunkt abgespielt werden.
Weitere Dokumentation für Sicherung und Notfallwiederherstellung für SAP IQ
Diese Seite ist eine von mehreren Seiten zum Schutz und zur Wiederherstellung von SAP IQ-Datenbanken mithilfe von Sicherung und Notfallwiederherstellung. Weitere Informationen finden Sie unter den folgenden Links:
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-18 (UTC)."],[[["\u003cp\u003eSAP IQ data protection in Linux environments is achieved through Backup and DR, utilizing both file-based backups and point-in-time recovery (PITR) log backups.\u003c/p\u003e\n"],["\u003cp\u003eBackup and DR employs a volume-based backup method with Linux Changed Block Tracking (CBT) to efficiently track and back up changes in the database data area, using LVM snapshots.\u003c/p\u003e\n"],["\u003cp\u003eFile-based backups are done through the \u003ccode\u003edump database\u003c/code\u003e command, allowing for full and incremental backups, with log backups performed directly from the file-system.\u003c/p\u003e\n"],["\u003cp\u003eRecovery processes for both methods involve mounting a staging disk and initiating either a database restore or log playback to a specific point in time.\u003c/p\u003e\n"],["\u003cp\u003eBackup and DR offers comprehensive features, including data backup, recovery, mounting, and migration of SAP IQ databases, as well as the creation of backup and DR workflows.\u003c/p\u003e\n"]]],[],null,["# Backup and DR Service for SAP IQ\n\nSAP IQ, formerly Sybase IQ, is a family of relational database management\nsystems within SAP Information Management division that is centered on several\nrelational database management system offerings. This documentation explains how\nto protect SAP IQ application consistent database data with Backup and DR in a\nLinux environment.\n\nBackup and DR uses these SAP IQ backup APIs:\n\n- **File-based backups**: SAP IQ dump database file-based backups API: This\n provides the full and incremental backups of the database in backup format.\n On recovery, the restore db API recovers the database by physically\n overwriting the data area.\n\n- **Log backup** : SAP IQ PITR log backup: During a PITR log backup, the SAP IQ\n API `Backup database point in time recovery logs only to $TARGET_MOUNTPOINT`\n command is used for log backup. OS-level commands are used for logs purging.\n\nHow it works: Backup and DR volume-based backup with Linux CBT\n--------------------------------------------------------------\n\nData backup and recovery follows these steps:\n\n1. The Backup and DR agent has CBT to track changed blocks in the database data\n area.\n\n2. The agent calls the database API to freeze or pause database for data backup.\n\n3. Agent creates LVM snapshot of database data area and synthesizes a bitmap.\n\n4. Agent call to database API to unfreeze database.\n\n5. Agent copies changed blocks to backup/recovery appliance appliance, which then deletes\n the snapshot and catalogs the backup.\n\n6. The appliance issues an internal snapshot and synthesizes a point-in-time\n virtual full backup.\n\n7. For data recovery, Backup and DR instantly mounts a rewritable staging disk\n and brings the database online.\n\nHow it works: file-based backup\n-------------------------------\n\nData backup and recovery with file-based backup images follows these steps:\n\n1. Backup and DR agent is deployed in the database server.\n\n2. Mount staging disk on the database server.\n\n3. Invoke Full+Incremental backup using the dump backup command,\n writing the backup image to the mounted disk.\n\n4. Backup and DR takes an internal snapshot.\n Log backups are done in a similar fashion directly from the file-system at\n any schedule that you configure.\n\n5. For data recovery, Backup and DR instantly mounts the staging disk to the\n database server and initiates the database restore operation.\n Logs can be played to any point in time after the database is restored.\n\n6. For recovery, Backup and DR instantly mounts the staging disk to the database\n server and initiates the database restore operation.\n Logs can be played to any point in time after the database is restored.\n\nWhat's next\n-----------\n\n[Prepare the database for Backup and DR](/backup-disaster-recovery/docs/configuration/otherdb-prep-database)\n\nOther documentation for Backup and DR for SAP IQ\n------------------------------------------------\n\nThis page is one in a series of pages specific to protecting and recovering\nSAP IQ databases with Backup and DR.\nYou can find additional information at the following:\n\n- [Backup and DR for SAP IQ](/backup-disaster-recovery/docs/concepts/sap-iq-intro)\n- [Prepare the database for Backup and DR](/backup-disaster-recovery/docs/configuration/otherdb-prep-database)\n- [Add a SAP IQ database host and discover databases](/backup-disaster-recovery/docs/configuration/otherdb-add-host)\n- [Define policy templates and resource profiles](/backup-disaster-recovery/docs/create-plan/create-template)\n- [Set application details and settings](/backup-disaster-recovery/docs/backup/app-details-settings-otherdb)\n- [Check staging disk format and backup method](/backup-disaster-recovery/docs/backup/backup-method-staging-disk-otherdb)\n- [Protect the SAP IQ database and its logs](/backup-disaster-recovery/docs/backup/otherdb-protect)\n- [Mount an SAP IQ database](/backup-disaster-recovery/docs/access-data/otherdb-mounts)\n- [Mount and migrate an SAP IQ database to a new location](/backup-disaster-recovery/docs/restore-data/otherdb-mount-and-migrate)\n- [Recover SAP IQ Backups](/backup-disaster-recovery/docs/restore-data/otherdb-restore)\n- [Create an SAP IQ Backup and DR Workflow](/backup-disaster-recovery/docs/access-data/otherdb-workflow)"]]