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.187
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 /
verify /
DP /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
400_verify_dp.sh
714
B
-rw-r--r--
2026-04-01 09:39
450_request_gui_restore.sh
925
B
-rw-r--r--
2026-04-01 09:39
500_select_dp_restore.sh
6.72
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 400_verify_dp.sh # read Data Protector vars from config file # the Cell Manager must be configured on the client # if /etc/opt/omni/client/cell_server exists and contains something, we're good test -s /etc/opt/omni/client/cell_server || Error "Data Protector Cell Manager not configured in /etc/opt/omni/client/cell_server" CELL_SERVER="$( cat /etc/opt/omni/client/cell_server )" OMNICHECK=/opt/omni/bin/omnicheck if [ $ARCH == "Linux-i386" ] || [ $ARCH == "Linux-ia64" ]; then # check that the Cell Manager is responding on the INET port ${OMNICHECK} -patches -host ${CELL_SERVER} || Error "Data Protector Cell Manager is not responding, error code $?. See $RUNTIME_LOGFILE for more details." fi