LogoLogo
EBR DocsHelp
Zmanda Pro
Zmanda Pro
  • Welcome to the Zmanda Pro Documentation
  • Overview and Concepts​
  • Best Practices
  • Start Here
    • Initial Security Setup
    • Step 1: Adding a User
    • Step 2: Client Download and Installation
    • Step 3: Client Login
    • Step 4: Adding a New Storage Vault
    • Step 5: Adding a New Protected Item
    • Step 6: Initiating a Backup
    • Step 7: Checking Backup Job Status
    • Step 8: Restore Data
  • Guide
    • Zmanda Pro Server Deployment (On-prem)
      • Zmanda Pro Self-Hosted Deployment
        • Self-Hosted Online Server
        • Self-Hosted Online Server Setup
        • Self-Hosted Offline Server
        • Self-Hosted Offline Server Setup
        • Storage Manager Service
        • Storage Manager Service Setup
        • Zmanda Pro Client Setup
        • Disaster Recovery Plan: Self-Hosted Server
        • Disaster Recovery Plan: Self-Hosted Server Recovery Workflow
        • Admin Password Reset
        • Custom Certificates Upload
    • Zmanda Pro Usage
    • Zmanda Pro Client Installation
      • Zmanda Pro user configuration
      • Storage configuration
    • Restarting at boot ​(Linux)
    • Protected Items
      • Files and Folders
      • MySQL
        • Xtrabackup
          • Configuration
          • Backup
          • Restore
          • Recover
        • MyDumper
          • Configuration
          • Backup
          • Restore
          • Recover
        • MySQLDump
          • Configuration
          • Backup
          • Restore
          • Recover
        • LVM
          • Configuration
          • Backup
          • Restore
          • Recover
        • Managing Data Directory Permissions with SELinux and AppArmor
        • Compatibility Matrix
      • MariaDB
        • MariaBackup
          • Configuration
          • Backup
          • Restore
          • Recover
        • MyDumper
          • Configuration
          • Backup
          • Restore
          • Recover
        • MariaDBDump
          • Configuration
          • Backup
          • Restore
          • Recover
        • LVM
          • Configuration
          • Backup
          • Restore
          • Recover
        • Managing Data Directory Permissions with SELinux and AppArmor
        • Compatibility Matrix
      • Microsoft Office 365
      • Postgres
      • Program Output
      • Microsoft Hyper-V
      • Microsoft SQL Server
      • MongoDB
      • Windows Server System State
      • Application-Aware Writer
      • Disk Image
      • VMware vSphere
        • Configuration
        • Backup
        • Restore
        • Troubleshooting
      • MariaDB
        • Backup & Restore MariaDB with a staging path
        • Backup & Restore MariaDB without a staging path using Streaming
      • Oracle RMAN
        • Configuration
        • Backup
        • Restore
        • Perform a Full Database Backup with Oracle RMAN
        • Perform a database backup using a Custom Oracle RMAN Script
        • Restore an Oracle RMAN backup using Backup Manager
        • Recover an Oracle database after restoring from Zmanda Pro Backup Manager
        • Troubleshooting Oracle RMAN backups with Backup Manager
    • Configure SSO
    • Configure & Apply Policies
    • Configure Email Reporting
    • Backup Manager
      • Login
    • Automation Tools
      • Bulk Operations with ZPAT
        • Bulk addition of policies
        • Bulk onboarding of devices
        • Bulk deletion of users
        • Bulk Rename of Devices
        • Bulk Restore
        • Bulk addition of protected items
        • Bulk administration of client devices with Ansible
      • Disaster Recovery Plan: Zmanda Pro Clients
    • Encryption & Key Management
    • Zmanda Pro Job Statuses
    • Disk Image Walkthrough
      • Create & Use Recovery Media
    • Common Problems & Solutions
    • Troubleshooting
    • VMware to Hyper-V Migration
      • Configuration
      • Backup
      • Restore to Hyper-V
Powered by GitBook
LogoLogo

Quick Links

  • Amanda Community Wiki
  • Amanda Community Downloads
  • Share Feedback

About

  • About Us
  • Customer Testimonials

Terms

  • Terms of Use
  • Privacy Policy

Contact Info

  • Denver, CO, USA
  • 888-496-2632 (US)
  • 408-732-3208 (INT)

2025 © Zmanda, A BETSOL Company

On this page
  • Prerequisites:
  • Backup Methods
  • 1. Client-Triggered Backup
  • 2. Server-Triggered Backup
  • Notes:
  • Troubleshooting:

Was this helpful?

Export as PDF
  1. Guide
  2. Protected Items
  3. Oracle RMAN

Backup

Prerequisites:

  1. Ensure Zmanda Pro is installed and properly configured on the client machine.

  2. backupmanager utility must be installed on the client machine.

  3. You must know the Protected Item (PI) name and the Backup Script Name configured for the Oracle database.

  4. The machine where you are running the backup must be registered to a Zmanda Pro server where the Oracle database’s protected item is registered.


Backup Methods

There are two ways to initiate a backup:

  1. Client-triggered backup

  2. Server-triggered backup

1. Client-Triggered Backup

Follow these steps to initiate a backup from the client machine:

1.1 Initiate the Backup Command

On the client machine, execute the following command in the terminal which you have configured as part of backupmanager configuration:

backupmanager rman backup --pi-name <Protected Item Name> --script-name <Script Name>

Example:

backupmanager rman backup --pi-name oracle-prod-db --script-name full-backup

1.2 Monitor Backup Progress

Once the backup is initiated, you can monitor its progress directly in the terminal. Watch for any warnings or errors during the backup process.

2. Server-Triggered Backup

Follow these steps to schedule and initiate a backup from the Zmanda Pro web portal:

2.1 Log into Zmanda Pro Web Portal

Access the Zmanda Pro web portal using your user credentials.

2.2 Navigate to Protected Item Configurations

Click on the "Backup" section to view all existing Protected Item configurations.

2.3 Backup

2.3.1 Schedule a Backup

  1. Go to the "Schedule" tab within the protected item configuration.

  2. Click on the backup rule named after the script you configured, then add or modify the schedule as needed.

  3. Save the backup rule and protected item settings.

2.3.2 On Demand Server Triggered Backup

  1. In the Zmanda Pro Server Web Portal, navigate to the Backup section.

  2. Under the Run Backup modal, click on the Scheduled tab and select the schedule you wish to run as an on-demand backup.

2.4 Monitor Scheduled Backup Execution

Once the scheduled , the backup will be automatically triggered.

2.5 Review Backup Report

After the backup is complete, you can access the detailed backup report for the Protected Item on the Zmanda Pro server web portal. This report will provide comprehensive information about the backup operation.

Note: When a backup is triggered, a restore job log will appear alongside the backup job log in the Zmanda Pro User Server portal. This restore job log updates the inventory database with the latest backup run IDs. This step ensures that the backup run IDs are added to the most recent inventory, preventing any inconsistencies in the backup process.

Notes:

  • Ensure that the Oracle database is in a consistent state before initiating a backup.

  • Regular backups are crucial for data protection. Set up a backup schedule that aligns with your organization's recovery point objective (RPO).

Troubleshooting:

  • If you encounter any issues during the backup process, check the following:

    • Verify that the Protected Item (PI) name and script name are correct.

    • Check network connectivity between the client and the Zmanda Pro server.

    • Review the logs for any specific error messages or warnings.

    • Staging Directory Permissions Issues (Windows): If the Oracle database user cannot access the staging directory, ensure that the directory permissions are correctly set in a way that it is accessible by oracle user/group.

PreviousConfigurationNextRestore

Last updated 7 months ago

Was this helpful?

If you wish to backup ARCHIVELOG as part of the backup ensure the database is in ARCHIVELOG mode. Please follow the guide link if needed:

Changing the Database Archiving Mode