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 /
prep /
TSM /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
400_prep_tsm.sh
764
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# # prepare stuff for TSM # # some sites have strange habits ... (dms.* files not where they should be) COPY_AS_IS+=( "${COPY_AS_IS_TSM[@]}" $( readlink /opt/tivoli/tsm/client/ba/bin/dsm.sys ) $( readlink /opt/tivoli/tsm/client/ba/bin/dsm.opt ) ) COPY_AS_IS_EXCLUDE+=( "${COPY_AS_IS_EXCLUDE_TSM[@]}" ) PROGS+=( "${PROGS_TSM[@]}" ) # Find gsk lib diriectory and add it to the TSM_LD_LIBRARY_PATH # see issue https://github.com/rear/rear/issues/1688 for gsk_dir in $(ls -d /usr/local/ibm/gsk*/lib* ) ; do TSM_LD_LIBRARY_PATH=$TSM_LD_LIBRARY_PATH:$gsk_dir done # Use a TSM-specific LD_LIBRARY_PATH to find TSM libraries # see https://github.com/rear/rear/issues/1533 LD_LIBRARY_PATH_FOR_BACKUP_TOOL="$TSM_LD_LIBRARY_PATH"