Data Server: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
Line 35: Line 35:


{|class='wikitable' style='width 400px'
{|class='wikitable' style='width 400px'
! Disk  !! Capacity !! Type !! Slot !! Command
! Disk  !! Capacity !! Type !! Slot !! Speed !!Command
|-
|-
| /mnt/data_1TB || 1 TB || HDD || front-1 ||not recommended
| /mnt/data_1TB || 1 TB || HDD || front-1 || 108 MB/s || not recommended
|-
|-
| /mnt/data0    || 48 TB || RAID-0 3x16TB HHD || front-10,11,12 || recommended
| /mnt/data0    || 48 TB || RAID-0 3x16TB HHD || front-10,11,12 || 419 MB/s || recommended
|}
|}



Revision as of 14:45, 26 April 2022

Network IP and Alias

128.186.111.42
pauli.physics.fsu.edu

Spec.

  • CPU : Intel Xeon Gold, 36 cores
  • RAM : 32 GB
  • Storage :
    • 1.9TB SSD for OS and /home/ at the rear slot
    • 1TB for data (temporary) /mnt/data_1TB at the front slot-1
    • 3x16TB for data /mnt/data0 at the front slot-10,11,12
  • OS : Ubuntu 20.04

Software

  • CERN ROOT 6.26/02
  • docker
  • (TBD)Ptolemy (DWBA calculation)
  • (TBD)Radware
  • (TBD)gonscope (via docker)

Common Users Account

tandem (fsuphysics888) is the general user account.

Anyone wish to have a personal account can be contact Ryan mailto:rtang@fsu.edu, and provides following information

  • full name:
  • username:
  • purpose:

Disks available

Disk Capacity Type Slot Speed Command
/mnt/data_1TB 1 TB HDD front-1 108 MB/s not recommended
/mnt/data0 48 TB RAID-0 3x16TB HHD front-10,11,12 419 MB/s recommended

Mount disk remotely

To mount the disk remotely, need the sshfs installed in the local machine. In Debian/Ubuntu

~>sudo apt install sshfs

Create a mount directory in the local machine (say /mnt/data0)

~>sudo mkdir /mnt/data0

Mounting

~>sudo sshfs -o allow_other YYY@pauli.physics.fsu.edu:XXX  /mnt/data0/

where YYY is the user account where XXX is the disk location in the data server.

To mount on startup

edit /etc/fstab

add line

ssh#YYY@pauli.physics.fsu.edu:XXX  /mnt/data0/