Dear wtempel,
concerning “since its current location is not on the storage server”: This database is currently directed to an HDD which is also part of the host1 gpu-server (i.e. /data1). Thus, maybe this HDD will be wiped during the installation of Ubuntu.
please find outputs to commands below:
########################################################################
First GPU-server
$uname -a
Linux host1 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$hostname -f
host1
$ip -4 -br a
lo UNKNOWN 127.0.0.1/8
enp10s0f1 UP 140.XX.YY.ZZ/24
virbr0 DOWN 192.XX.XX.XX/24
$df -x tmpfs -Th
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 63G 0 63G 0% /dev
/dev/md127 xfs 200G 102G 99G 51% /
/dev/md0 xfs 3.7T 3.2T 502G 87% /scr
/dev/md125 xfs 1020M 218M 803M 22% /boot
/dev/md124 vfat 201M 12M 190M 6% /boot/efi
/dev/md123 ext4 5.5T 3.7T 1.5T 71% /data1
140.XX.YY.ZZ:/storage1 nfs4 443T 399T 44T 90% /mnt/strand1
140.XX.YY.ZZ:/storage2 nfs4 217T 102T 116T 47% /mnt/strand2
master found in
/home/cryosparc/cryosparc2_master
$grep CRYOSPARC_DB_PATH config.sh
export CRYOSPARC_DB_PATH=“/data/cSPA_database”
$cat version
v4.6.2
########################################################################
Second GPU-server
$uname -a
Linux host2 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$hostname -f
host2
$ip -4 -br a
lo UNKNOWN 127.0.0.1/8
bond0 UP 140.XX.YY.ZZ/24
$df -x tmpfs -Th
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 126G 0 126G 0% /dev
/dev/sda3 ext4 355G 298G 40G 89% /
/dev/sda1 vfat 1022M 12M 1011M 2% /boot/efi
/dev/md0 xfs 3.7T 864G 2.8T 24% /scr
140.XX.YY.ZZ:/storage1 nfs4 443T 399T 44T 90% /mnt/strand1
140.XX.YY.ZZ:/storage2 nfs4 217T 102T 116T 47% /mnt/strand2
master found in
/home/cryosparc/cryosparc_master
$grep CRYOSPARC_DB_PATH config.sh
export CRYOSPARC_DB_PATH=“/mnt/helix/cSPA_database/db_monster”
$cat version
v4.5.1
########################################################################
storage server
$uname -a
Linux host3 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$hostname -f
host3
$ip -4 -br a
Option “-br” is unknown, try “ip -help”. #also ip -4 as well as ip only prints the same as ip -help
$df -x tmpfs -Th
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda2 xfs 210G 91G 120G 43% /
devtmpfs devtmpfs 16G 0 16G 0% /dev
/dev/sda1 ext4 488M 125M 328M 28% /boot
/dev/mapper/vg0-storage1 xfs 443T 399T 44T 90% /storage1
/dev/mapper/vg1-storage2 xfs 217T 102T 116T 47% /storage2