Creating Veeam Recovery Media

Veeam Recovery Media provides an alternate way to boot your machine in the event of a disaster. If your machine fails to start or the hard disk gets corrupted, you can boot the IBM AIX OS from Veeam Recovery Media and restore your data.

When Veeam Agent generates Veeam Recovery Media, it copies the IBM AIX kernel running on the machine with its currently loaded modules and includes them into the recovery media. If the OS fails to start, you can boot it from the Veeam Recovery Media that you created on this machine.

Before You Begin

Mind the following before you start creating Veeam Recovery Media:

  • Veeam Recovery Media is an image of the live IBM AIX system; you must create it on a functional machine.
  • If you update the system, you must create a new version of Veeam Recovery Media.

Creating Veeam Recovery Media

Starting from version 4.1, you can create Veeam Recovery Media using one of the following commands:

  • veeamconfig createIso — This command creates Veeam Recovery Media in the ISO format.
  • veeamconfig createOva — This command creates Veeam Recovery Media in the OVA format that is required for performing bare metal recovery on virtual machines in IBM Cloud.

To create Veeam Recovery Media, run the following command:

veeamconfig createIso --output <image_path> [--overwrite] [--tempPath <temp_path>] [--edit]  

or

veeamconfig createOva --output <image_path> [--overwrite] [--tempPath <temp_path>] [--edit]  

where:

  • <image_path> — full path to the image file. Use this required option to specify the name and location of the output image file.
  • --overwrite — option that allows you to overwrite the output image file if it already exists in the specified location.
  • <temp_path> — path to the directory for the temporary files created during Veeam Recovery Media generation. By default, Veeam Agent stores temporary files in the /tmp/veeamrcd directory. Use this option to change the default location — for example, if the tmp directory does not have enough space.
  • --edit — option that allows you to edit the content of the recovery image in interactive mode during creation of Veeam Recovery Media. For more information, see Editing Recovery Image Content During Creation.

For example:

user@srv01:~$ veeamconfig createIso --output /mnt/veeam-recovery-media-svr01.iso --overwrite --tempPath /external/veeamtmp

Editing Recovery Image Content During Creation

You can include additional files into the image — for example, commands binaries, configuration files, special disaster recovery documents with instructions, and so on. To do this:

  1. Add the --edit option to the createIso or createOva command and run it.

After Veeam Agent starts creating Veeam Recovery Media, it will launch a new shell instance.

Preparing resource files.

Creating a recovery media image.

Writting a detailed log to [/var/log/veeam/RecoveryMediaBuilder.log].

 

Starting new shell instance.File system [root] has been mounted.

Change Recovery Media content in [/tmp/veeamrcd/mkisofs_workspace/cd_fs/new].

Type 'exit' to continue execution.

  1. Add content to the /tmp/veeamrcd/mkisofs_workspace/cd_fs/new directory.
  2. After you add the content, type in exit to finish creating Veeam Recovery Media. 

     

    Related Topics

    Veeam Recovery Media