Инструменты пользователя

Инструменты сайта


service:veeambr

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
Следующая версия
Предыдущая версия
service:veeambr [21.04.2021 09:45] – [Recovery media] viacheslavservice:veeambr [30.07.2024 19:21] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 +====== Veeam Backup ======
 +===== For Linux =====
 +Debian/Ubuntu:\\
 +https://www.veeam.com/download_add_packs/backup-agent-linux-free/deb-32\\
 +https://www.veeam.com/download_add_packs/backup-agent-linux-free/deb-64
  
 +Recovery Media:\\
 +https://www.veeam.com/download_add_packs/backup-agent-linux-free/recovery-32\\
 +https://www.veeam.com/download_add_packs/backup-agent-linux-free/recovery-64
 +
 +
 +===== Recovery media =====
 +Для линукса создать диск восстановления из консоли Veeam нельзя. Либо нужно пользоваться стандартным вариантом этого диска, либо создавать его непосредственно на целевой системе.
 +
 +Скачать [[https://www.veeam.com/linux-backup-download.html|стандартный вариант диска]] (выбрать систему и разрядность, внизу Additional downloads).
 +
 +[[https://helpcenter.veeam.com/docs/agentforlinux/userguide/recovery_media_create.html|Creating Custom Veeam Recovery Media]]
 +
 +<code bash>
 +# Поставить необходимые компоненты, помимо Veeam Agent:
 +apt install xorriso isolinux
 +# Закачать в систему стандартный диск восстановления, на его базе сделать диск для конкретной системы:
 +veeamconfig patchiso --input /home/user/veeam-recovery-media-3.0.2.1185_x86_64.iso --output /home/user/veeam-recovery-media-server1.iso --efi
 +</code>
 +
 +==== ISO: FATAL ERROR:write_file: failed to create file /tmp/veeam/livecd-..., because Too many open files ====
 +The patching of the Veeam Recovery Media version 5.0 fails with the "ISO: FATAL ERROR:write_file: failed to create file /tmp/veeam/livecd-..., because Too many open files" error.
 +
 +Cause: Veeam Agent reaches the limit of concurrently opened files during the ISO image unpacking that is performed by means of the unsquashfs utility.
 +
 +Solution: Increase the limit of concurrently opened files for the Veeam Agent service. To do this, perform the following operations:
 +<code bash>
 +# Open the service file for editing:
 +sudo systemctl edit veeamservice.service
 +# Set the following values:
 +[Service]
 +LimitNOFILE=524288
 +LimitNOFILESoft=524288
 +# Save changes:
 +sudo systemctl daemon-reload
 +sudo systemctl restart veeamservice.service
 +</code>
 +
 +===== Veeam Agent для Windows не ставится =====
 +%programdata%\Veeam\Setup\Temp\EndPointSetup.txt
 +<code>
 +MSI (s) (CC!0C) [11:42:40:773]: Product: Veeam Agent for Microsoft Windows -- Setup is unable to proceed. Please install the following prerequisites: 
 +
 +Microsoft System CLR Types for SQL Server 2012 (11.4.7001.0 or later)
 +Microsoft SQL Server 2012 Management Objects (11.4.7001.0 or later)
 +Microsoft SQL Server 2012 Express LocalDB (11.4.7001.0 or later)
 +</code>
 +
 +Решение: установить компоненты (поиск в гугле), имена файлов:
 +<code>
 +SQLSysClrTypes.msi
 +SharedManagementObjects.msi
 +SqlLocalDB.msi
 +</code>
 +Установить Veeam Agent.

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki