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.87
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 /
rescue /
NBU /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
450_prepare_netbackup.sh
1.03
KB
-rw-r--r--
2026-04-01 09:39
450_prepare_xinetd.sh
898
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 450_prepare_xinetd.sh # prepare environment for xinetd for NBU services (only if NBU version <7.x) # NBU only supports RHEL/SLES distributions and both use xinetd daemon [ -f /usr/openv/netbackup/bin/version ] && \ NBU_version=$(grep -i netbackup /usr/openv/netbackup/bin/version | awk '{print $2}' | cut -d'.' -f1) || \ NBU_version=0 [[ $NBU_version -ge 7 ]] && return # NBU is not using xinetd when version >=7.x PROGS+=( xinetd ) COPY_AS_IS+=( /etc/xinetd.conf /etc/xinetd.d/bpcd /etc/xinetd.d/vnetd /etc/xinetd.d/vopied ) cat >$ROOTFS_DIR/etc/scripts/system-setup.d/90-xinetd.sh <<-EOF echo "Starting a minimal xinetd daemon ..." xinetd if [ ! -f /etc/xinetd.d/vnetd ]; then /usr/openv/netbackup/bin/vnetd -standalone fi if [ ! -f /etc/xinetd.d/bpcd ]; then /usr/openv/netbackup/bin/bpcd -standalone fi EOF chmod $v +x $ROOTFS_DIR/etc/scripts/system-setup.d/90-xinetd.sh