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.158
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 /
OBDR /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
040_change_tape_name.sh
285
B
-rw-r--r--
2026-04-01 09:39
300_check_iso_dir.sh
169
B
-rw-r--r--
2026-04-01 09:39
320_check_cdrom_size.sh
562
B
-rw-r--r--
2026-04-01 09:39
400_check_tape_drive.sh
811
B
-rw-r--r--
2026-04-01 09:39
500_check_tape_label.sh
1.24
KB
-rw-r--r--
2026-04-01 09:39
700_write_OBDR_header.sh
1.2
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# Check tape drive REQUIRED_PROGS+=( mt ) # Test for cciss driver and include the necessary tools if grep -q -e '^cciss ' -e '^hpsa ' /proc/modules; then PROGS+=( "${PROGS_OBDR[@]}" ) REQUIRED_PROGS+=( "${REQUIRED_PROGS_OBDR[@]}" ) fi # Is a tape device provided [[ "$TAPE_DEVICE" ]] StopIfError "No tape device (TAPE_DEVICE) defined." # Write out tape status mt -f "$TAPE_DEVICE" status &>"$TMP_DIR/tape_status" StopIfError "Problem with reading tape device '$TAPE_DEVICE'." # Log tape status cat $TMP_DIR/tape_status >&2 # Check if tape is online grep -qE '\bONLINE\b' "$TMP_DIR/tape_status" StopIfError "Tape in device '$TAPE_DEVICE' is not online." # Check if tape is not write protected ! grep -q WR_PROT "$TMP_DIR/tape_status" StopIfError "Tape in device '$TAPE_DEVICE' is write protected."