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

来自cslt Wiki
跳转至: 导航搜索
 
(相同用户的4个中间修订版本未显示)
第9行: 第9行:
 
# ssh grid-XX < mount_nfs.sh
 
# ssh grid-XX < mount_nfs.sh
  
FQA:
+
FQA:
1. Stop at half the execution process
+
 
A: Check whether the hard disk is powered
+
1. Stop at half the execution process
2. Cannot find /nfs/disk/
+
 
A: mount /dev/sdd1 /nfs/disk/
+
A: Check whether the hard disk is powered
 +
 
 +
2. Cannot find /nfs/disk/
 +
 
 +
A: mount /dev/sdd1 /nfs/disk/

2016年10月3日 (一) 02:58的最后版本

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. Stop at half the execution process

A: Check whether the hard disk is powered

2. Cannot find /nfs/disk/

A: mount /dev/sdd1 /nfs/disk/