“How to mount grid disks”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
第9行: 第9行:
 
# ssh grid-XX < mount_nfs.sh
 
# ssh grid-XX < mount_nfs.sh
  
 
+
FQA:
 
+
#FQA:
+
 
#1. Stop at half the execution process
 
#1. Stop at half the execution process
 
#A: Check whether the hard disk is powered
 
#A: Check whether the hard disk is powered
 
#2. Cannot find /nfs/disk/
 
#2. Cannot find /nfs/disk/
 
#A: mount /dev/sdd1 /nfs/disk/
 
#A: mount /dev/sdd1 /nfs/disk/

2016年10月3日 (一) 02:57的版本

The central storage system is rather complex right now, check:

http://cslt.riit.tsinghua.edu.cn/mediawiki/index.php/CSLT_Central_Storage_(CCS)

To mount such complex disks, we have removed all the nfs entries from fstab, instead, mount local disks only, and use the following steps to mount all nfs disks:

  1. ssh grid-5 -l root
  2. cd /nfs/disk/perm/sys/admin
  3. ssh grid-XX < mount_nfs.sh

FQA:

  1. 1. Stop at half the execution process
  2. A: Check whether the hard disk is powered
  3. 2. Cannot find /nfs/disk/
  4. A: mount /dev/sdd1 /nfs/disk/