Difference between revisions of "Tyrannoscelio Server Management"

From xBio:D Wiki
Jump to navigation Jump to search
(General Locations)
(Mount Remote Devices)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
The MegaRaid share is mounted with the line <code>//128.146.250.101/OSUC_Share /share/MegaRaid_Share cifs credentials=/home/jcora/.megaraid.cred,gid=osuc_backup,dir_mode=0770,file_mode=0770 0 0</code>, which will not need updated unless the ''jcora'' password changes.
 
The MegaRaid share is mounted with the line <code>//128.146.250.101/OSUC_Share /share/MegaRaid_Share cifs credentials=/home/jcora/.megaraid.cred,gid=osuc_backup,dir_mode=0770,file_mode=0770 0 0</code>, which will not need updated unless the ''jcora'' password changes.
  
The ASC share is mounted with the line <code>//research.asc.ohio-state.edu/units/EEOB/njohnson-backup /share/ASC_Share cifs credentials=/home/nfj/.asc_nas.cred,gid=osuc_backup,dir_mode=0770,file_mode=0770 0 0</code>, which will need updated every time the password for the Ohio State federated login of''johnson.2'' changes.
+
The ASC share is mounted with the line <code>//research.asc.ohio-state.edu/units/EEOB/njohnson-backup /share/ASC_Share cifs credentials=/home/nfj/.asc_nas.cred,gid=osuc_backup,dir_mode=0770,file_mode=0770 0 0</code>. The OSU credentials file, ''/home/nfj/.asc_nas.cred'', will need updated every time the password for the Ohio State federated login of ''johnson.2'' changes.
  
  
 
[[Category:OSUC Private]]
 
[[Category:OSUC Private]]

Latest revision as of 20:09, 7 August 2015



Tyrannoscelio Server Management (tyrannoscelio.biosci.ohio-state.edu)


General Locations

  • Data Directory: /data/

Data Backup

Offsite Backup Job

Tyrannoscelio mediates transferring backup files from MegaRaid, the inside the rack NAS, to the ASC offsite shared share. Both of these devices are mounted as directories on the server.


See cron jobs: sudo crontab -l

Mount Remote Devices

The system-wide mounted devices are located in the fstab file and can be modified through the nano program: sudo nano /etc/fstab

The MegaRaid share is mounted with the line //128.146.250.101/OSUC_Share /share/MegaRaid_Share cifs credentials=/home/jcora/.megaraid.cred,gid=osuc_backup,dir_mode=0770,file_mode=0770 0 0, which will not need updated unless the jcora password changes.

The ASC share is mounted with the line //research.asc.ohio-state.edu/units/EEOB/njohnson-backup /share/ASC_Share cifs credentials=/home/nfj/.asc_nas.cred,gid=osuc_backup,dir_mode=0770,file_mode=0770 0 0. The OSU credentials file, /home/nfj/.asc_nas.cred, will need updated every time the password for the Ohio State federated login of johnson.2 changes.