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.217.111
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
# Example config for PXE based on GRUB2 booting on PPC64/PPC64LE # (instead of PXE legacy that is not supported on PPC64/PPC64LE) # see https://github.com/rear/rear/pull/1339 # Default is to create Relax-and-Recover rescue media as ISO image # set OUTPUT to change that # set BACKUP to activate an automated (backup and) restore of your data. # Possible configuration values can be found in /usr/share/rear/conf/default.conf # SAN and multipath and boot over SAN specific part on PPC64/PPC64LE: # There is no direct link between multipath/boot-over-SAN and PXE (even on POWER). # Multipath is used in this example because PowerVM LPARs usually need multipath. # There is nothing special on PowerVM LPAR with single VIOS but that is not commonly used. # In contrast PowerVM LPAR with DUAL VIOS (HA configuration) needs multipath # for dual disk access (vscsi over 2 VIOS) or NPIV (Fiber Channel virtualization). # And NPIV (which is quite popular) needs also BOOT_OVER_SAN. AUTOEXCLUDE_MULTIPATH=n BOOT_OVER_SAN=y # PXE on GRUB2 booting on PPC64/PPC64LE specific part: OUTPUT=PXE OUTPUT_PREFIX_PXE=rear/$HOSTNAME PXE_CONFIG_GRUB_STYLE=y # On your TFTP server: # In your tftpboot dir execute the following command to create the netboot directory based on GRUB. # grub2-mknetdir --net-directory=/var/lib/tftpboot # config directory will be /var/lib/tftpboot/boot/grub2/powerpc-ieee1275 # For more information about setting up a PXE based on GRUB2 on POWER see # https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/chap-installation-server-setup.html#sect-network-boot-setup-ppc-grub2 PXE_TFTP_IP=XX.YY.ZZ.AA PXE_CONFIG_URL="nfs://$PXE_TFTP_IP/var/lib/tftpboot/boot/grub2/powerpc-ieee1275" PXE_CREATE_LINKS=IP PXE_REMOVE_OLD_LINKS=y PXE_TFTP_UPLOAD_URL="nfs://$PXE_TFTP_IP/var/lib/tftpboot" # Other generic settings: USE_STATIC_NETWORKING=y BACKUP=NETFS BACKUP_URL=nfs://XX.YY.ZZ.AA/NFS/rear # Optionally needed on PPC64/PPC64LE: # Reduce size of initrd (takes longer and uses more CPU but could help when booting PPC64 in POWERVM with TFTP) #REAR_INITRD_COMPRESSION=lzma