Chat now with support
Chat with Support

NetVault Bare Metal Recovery 11.1 - User Guide for Plug-ins

Introducing Dell™ NetVault™ Bare Metal Recovery Plug-ins Deploying NetVault Bare Metal Recovery Using the Plug-in Offline Client
Plug-in Server: an overview Installing and removing Plug-in Server Configuring Plug-in Server for use with Plug-in Offline Client Booting a NetVault Bare Metal Recovery Client with Plug-in Offline Client Backing up data with Plug-in Offline Client Restoring data with Plug-in Offline Client
Using NetVault Bare Metal Recovery Plug-in Live Client for Windows®
Plug-in Live Client for Windows: an overview Configuring Plug-in Server for use with Plug-in Live Client for Windows Installing and removing Plug-in Live Client for Windows® Backing up data with Plug-in Live Client for Windows® Booting a NetVault Bare Metal Recovery Client with Plug-in Offline Client Restoring data with Plug-in Live Client for Windows
Using NetVault Bare Metal Recovery Plug-in Live Client for Linux®
Plug-in Live Client for Linux: an overview Installing and removing Plug-in Live Client for Linux Generating a DR image for use with Plug-in Live Client for Linux Creating the required bootable CD for use with Plug-in Live Client for Linux Recovering a DR image for use with Plug-in Live Client for Linux
NetVault Bare Metal Recovery physical-to-virtual (P2V) recovery Troubleshooting

Plug-in Live Client for Linux: an overview

This topic describes how to install, configure, and use Plug-in Live Client for Linux® for backing up and restoring data.

The Plug-in Live Client for Linux supports DR operations for Linux x86 and x86-64-based systems. This plug-in can back up and recover an entire disk including the OS, applications, system settings, partition information, and data. The plug-in enables online backup a full Linux system, thus allowing system administrators to conduct DR backups while eliminating system downtime for users.

After the plug-in is correctly installed and configured, a DR image of a live system can be taken and saved for future recovery if a system failure occurs. During creation of this image, the Plug-in Live Client for Linux can automatically include all information pertaining to the networking hardware in use by the target Linux NetVault Bare Metal Recovery Client machine, that is, driver information files. These files are then compiled into a separate CD creation file, “.iso” file format, that can be saved along with the DR image. At the time of recovery, this file is recovered and used to create a bootable CD, complete with the necessary driver files that were taken from the Linux NetVault Bare Metal Recovery Client. Using this CD, the Linux NetVault Bare Metal Recovery Client can be successfully booted to a state that allows for the recovery of the DR image.

The Plug-in Live Client for Linux does not support the following:

For large sparse files, the BB Agent Timeout must be configured to a large value. For details on the BB Agent Timeout option, see Storix® installation for Plug-in Live Client for Linux.

Installing and removing Plug-in Live Client for Linux

This topic covers the installation procedures required to install Plug-in Live Client for Linux® for use with NetVault Backup.

Prerequisites for installing Plug-in Live Client for Linux

Certain prerequisites must be met before a system administrator can successfully install this plug-in. Ensure that all the following points have been accounted for:

Plug-in Live Client for Linux® obtained: Download the plug-in from the Dell website or the Dell NetVault Backup Installation CD.
Separate NetVault Backup Server established: A machine that does not serve as a Linux NetVault Bare Metal Recovery Client must be set up with the Server version of NetVault Backup installed. This machine must have network connectivity to all desired Linux NetVault Bare Metal Recovery Clients.
IMPORTANT: NetVault Backup requires that you install the Plug-in Live Client for Linux on both the NetVault Backup Server and each applicable NetVault Backup Client. Installation of the plug-in is required on the Client machine during backup and on the Server machine during restore. If the NetVault Backup Server is running an OS other than Linux, ensure that the correct version of this plug-in is available for installation on this OS. For example, if the NetVault Backup Server is running Windows®, the Windows version of the Plug-in Live Client for Linux is required for installation on the NetVault Backup Server, while the Linux-based version of the plug-in is required for installation on all target NetVault Bare Metal Recovery Clients. If both the NetVault Backup Server and the desired NetVault Bare Metal Recovery Clients are running Linux, only a single version of the plug-in is required.
Uninstall previous version of Plug-in Live Client: If a previous version of the plug-in is installed, it must be removed before proceeding with the installation. For details, see Removing Plug-in Live Client for Linux®.
Client machine memory requirement: All machines that are to serve as NetVault Bare Metal Recovery Clients must have at least 128MB of RAM installed.
Linux NetVault Bare Metal Recovery Client machines configured as NetVault Backup Clients: All machines that serve as Linux NetVault Bare Metal Recovery Clients must have at least the Client version of NetVault Backup installed. Also, each machine must be successfully added to the NetVault Backup Server as NetVault Backup Clients by using the Manage Clients page.
100MB free space on all target machines for plug-in installation: All machines that the plug-in is to be installed on must have 100MB of free space to accommodate a third-party DR boot utility application that is used by this plug-in to perform backups and restores.
Extra free hard disk space on target NetVault Bare Metal Recovery Clients: This plug-in uses existing free space on a target NetVault Bare Metal Recovery Client’s hard disk to synchronize the backup of currently online files. If a target NetVault Bare Metal Recovery Client’s hard disk is full, or nearly full, attempts to perform an online backup may fail.
The “genisoimage” or “mkisofs” utility installed and available on all Linux NetVault Bare Metal Recovery Clients: The plug-in requires installation of either of these components to allow for the creation of “.iso” CD creation files from any potential Linux NetVault Bare Metal Recovery Clients. These components may not be automatically available with all installations of Linux.
If the component does not exist on an intended Linux NetVault Bare Metal Recovery Client, it can be obtained and installed as follows:
a
Access your copy of the Linux installation media, and locate the “genisoimage*.rpm” or “mkisofs*.rpm” file.
rpm -i <installationFileName>
The “SYSLINUX” package installed (SUSE® Linux® 9.0, ONLY): This version of the Plug-in Live Client for Linux uses a specific boot loader application for the creation of the bootable CD that is required for the restore procedure. Default installations of SUSE Linux 9.0 do not offer support for this boot loader application. Therefore, the SYSLINUX package must be installed on all NetVault Bare Metal Recovery Client systems running SUSE Linux 9.0. At the time of this publication, this component could be found for download at: http://syslinux.zytor.com
The “vim-6.3.84-2.i586.rpm” package installed (SUSE Linux 10, ONLY): Backups of SUSE Linux 10 NetVault Bare Metal Recovery Clients fail, unless this package is installed. At the time of this publication, this package could be obtained from: http://rpm.pbone.net/index.php3/stat/17/dept/4/idg/Productivity_Editors_Vi
Enable RAM file system and RAM disk (initramfs/initrd) support: Support for ramdisk is enabled by default. If it is not, run make menuconfig or make xconfig from the kernel source directory and set the Initial RAM filesystem and RAM disk (initramfs/initrd) support option under General setup. The .config parameters are BLK_DEV_INITRD and BLK_DEV_RAM.
During a backup, the Plug-in Live Client for Linux uses Storix® to create a bootable image from the currently running Linux installation. While booting, it tries to load its data into a temporary ramdisk (root=/dev/ram0). To complete this process, the booted kernel must have ramdisk support. Because the plug-in uses the same kernel that the previously running system was using, the original kernel must have support for ramdisk enabled.
Additional configuration for Xen® Dom0 machine: On a Xen® Dom0 machine, complete the following steps:
a
Open “/boot/grub/grub.conf” and find the section from which the machine was booted.
b
Create a file named “/storix/config/multibootfile” with a line specifying the full path to the hypervisor file as shown in the following example:
IMPORTANT: NetVault Backup’s Plug-in for Encryption functionality is not supported for use with this plug-in. Ensure that this functionality is disabled before installing and using NetVault Bare Metal Recovery. For details on uninstalling the Plug-in for Encryption, see the Dell NetVault Backup Plug-in for Encryption User’s Guide.
Multipath support: If you intend to use multipath support, verify that your environment meets the following requirements. For more information, see the Storix® System Backup Administrator DM‑Multipath Guide, which is available at http://www.storix.com/download/sbaDM-Multipath.pdf.
Software requirements: At a minimum, you must have:
Device naming: The SBAdmin software must be able to recognize your devices before creating a backup. There are multiple ways your multipath devices can be named. How the devices are named depends on the “user_friendly_names” setting in “/etc/multipath.conf,” aliases set up in “/etc/multipath.conf,” and UDEV rules. Multipath support with SBAdmin requires the setting “user_friendly_names yes” and that you use a UDEV rule that creates a symbolic link from the device node to the device in “/dev/mpath.”
Entries in “/etc/fstab”: Different Linux distributions handle multipath devices differently. One area that can cause problems with the SBAdmin software is the mount entry in the “/etc/fstab” file. Some distributions use an underlying path device, which causes problems when the software queries the device for size and geometry. If your “/etc/fstab” file is using the “/dev/disk/by-uuid/*” — where * is a numerical value — naming convention, change the entries to the dm-multipath device name or to use the “/dev/disk/by-name/*” naming convention.

Installing or upgrading Plug-in Live Client for Linux on each Linux®-based NetVault Bare Metal Recovery Client

1
From the machine acting as the NetVault Backup Server, access the NetVault Configuration Wizard or Manage Clients page.
To access the NetVault Configuration Wizard page:
a
In the Navigation pane, click Guided Configuration.
b
On the NetVault Configuration Wizard page, click Install Plugins.
To access the Manage Clients page:
b
On the Manage Clients page, select the applicable client, that is, a Linux-based client previously added to the NetVault Backup Server as a NetVault Backup Client, and click Manage.
c
On the View Client page, click the Install Plugin button ().
2
Click Choose Plug-in File, navigate to the location of the Linux-based version of the “.npk” installation file for the plug-in, for example, on the installation CD or the directory to which the file was downloaded from the website.
3
Select the file entitled “drx-x-x-x-x.npk,” where xxxxx represents the version number and platform, and click Open.
Related Documents

The document was helpful.

Select Rating

I easily found the information I needed.

Select Rating