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 /
verify /
CDM /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
410_use_replica_cdm_cluster_cert.sh
4.06
KB
-rw-r--r--
2026-04-01 09:39
430_gen_rbs_uuid_for_cdm.sh
1.16
KB
-rw-r--r--
2026-04-01 09:39
450_start_cdm_rbs.sh
550
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# 430_gen_rbs_uuid_for_cdm.sh # Reset the UUID used by RBS if the IP address has changed CDM_RBA_DIR=/etc/rubrik CDM_AGENT_UUID=${CDM_RBA_DIR}/conf/uuid # When USER_INPUT_CDM_SAME_AGENT_UUID has Does this client have the same IP address as the original 'y' was actually meant: LogPrint "" LogPrint "Found the following IP addresses on this system:" LogPrint "$( ip addr | grep inet | cut -d / -f 1 | grep -v 127.0.0.1 | grep -v ::1 )" LogPrint "" is_true "$USER_INPUT_CDM_SAME_AGENT_UUID" && USER_INPUT_SAME_AGENT_UUID="y" while true ; do # Find out if the IP address has changed from the original. If so generate a new UUID. # the default (i.e. the automated response after the timeout) should be 'n': answer="$( UserInput -I CDM_SAME_AGENT_UUID -p "Does this client have the same IP address as the original? (y/n)" -D 'y' )" is_true "$answer" && return 0 if is_false "$answer" ; then break fi UserOutput "Please answer 'y' or 'n'" done mv $v ${CDM_AGENT_UUID} ${CDM_AGENT_UUID}.old /usr/bin/uuidgen | tee -a ${CDM_AGENT_UUID} >&2 StopIfError "Unable to generate new UUID" CDM_NEW_AGENT_UUID="true" LogPrint "Rubrik (CDM) RBS agent now has new UUID."