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
      • Microsoft Exchange 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
On this page
  • Installation
  • What is Silent Installation?
  • Zmanda Pro Client Automation Scripts Usage
  • Zmanda Pro Client Registration

Was this helpful?

Export as PDF
  1. Guide
  2. Zmanda Pro Server Deployment (On-prem)
  3. Zmanda Pro Self-Hosted Deployment

Zmanda Pro Client Setup

PreviousStorage Manager Service SetupNextDisaster Recovery Plan: Self-Hosted Server

Last updated 4 months ago

Was this helpful?

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

Installation

Client Download and Installation | Zmanda Documentation

What is Silent Installation?

The Zmanda Pro Client requires to be registered to a server user to be able to add sources and trigger backups. However, Zmanda Pro provides a silent installation option (or) the lobby mode which assigns the client device to a Zmanda Pro Server instance at the time of installation without registering itself to any user on the server. This is called the unregistered state.

Windows

".\Zmanda Pro xx.xx.x.exe" /S

Linux

sudo ./Zmanda_Pro-xx.xx.x.run --lobby

Mac OS

sudo /usr/sbin/installer -allowUntrusted -pkg "Zmanda Pro.pkg" -target /

In a silent installation, the Zmanda Pro Client device will appear as Unregistered on the Server under the 'Devices' tab.

The Silent Installation can come in handy when you have to perform bulk installations, bulk off-boarding or uninstallation and administer client devices remotely.

The Zmanda Pro Setup Package comes with automation scripts supported for Windows, Linux & Mac Operating systems, and is capable of performing the following operations:

  1. Zmanda Pro Client Installation

  2. Certificate Installation

  3. Zmanda Pro Client Uninstallation

Zmanda Pro Client Automation Scripts Usage

Copy the appropriate ZmandaProClientInstall script from the scripts/ directory to your client device and run the script to install the Zmanda Pro Client.

NOTE: Your client device must be able to resolve the FQDN on which you are accessing your Zmanda Pro Server ex: the domain backup.zmanda.com should be resolvable by my client device while running the ZmandaProClientInstall script.

You may check how to do this here

Linux Clients

  • (Default) Client + CA certificate installation

sudo ./ZmandaProClientLinuxInstall.sh
  • CA certificate installation

sudo ./ZmandaProClientLinuxInstall.sh --certs
  • Client Uninstallation

sudo ./ZmandaProClientLinuxInstall.sh --uninstall

Windows (Run in a powershell window)

  • (Default) Client + CA certificate installation

.\ZmandaProClientWindowsInstall.ps1
  • CA certificate installation

.\ZmandaProClientWindowsInstall.ps1 -certs
  • Client Uninstallation

.\ZmandaProClientWindowsInstall.ps1 -uninstall

Zmanda Pro Client Registration

To be able to perform any backup operations, you will first have to register the client device to a user. Each Zmanda Pro client can be registered to one user only.

Check out how to add a user here.

Once you have the user created and the client device installed in an Unregistered state. You may register the device using the user credentials

  1. Click on the Register button for the device you want to register

  1. Choose a user and enter the password. Click Save to register the Zmanda Pro Client to this particular user

  1. Your device will now show Online and you may configure your protected items and storages to manage backups & restores.

Zmanda Pro Clients Silent Installation - Lobby mode
Scripts in the Zmanda Pro Setup Package
Zmanda Pro Client in Unregistered State
Zmanda Pro Client Registration
Zmanda Pro Client successfully registered