“Steps of adding a new grid node”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
第3行: 第3行:
 
   * Ensure the following are there: perl, python, g++ for c/c++/fortran, Tcl.
 
   * Ensure the following are there: perl, python, g++ for c/c++/fortran, Tcl.
 
   * mount nfs service from grid-0 to  /nfs/disk
 
   * mount nfs service from grid-0 to  /nfs/disk
   * define the node name as grid-X and copy /etc/hosts and /etc/bash.bashrc from grid-0
+
   * define the node name as grid-X and update /etc/hosts for the nodes to reflect the new node.
 +
  * copy /etc/bash.bashrc from grid-0 to the new node
  
 
2. Install NIS service, propagate the NIS account from grid-0
 
2. Install NIS service, propagate the NIS account from grid-0
第9行: 第10行:
 
3. Install SGE, accepted by grid-0
 
3. Install SGE, accepted by grid-0
  
4. Ensure the following tool dir is add into /etc/bash.bashrc
+
4. Install additional tools
  /nfs/disk/tools/bin
+
 
+
5. Install additional tools
+
 
   * matlab client
 
   * matlab client
 
   * ATALAS and CLAPACK
 
   * ATALAS and CLAPACK
  
6. Done
+
5. Done

2012年11月16日 (五) 05:14的版本

1. Install Linux box grid-X,

 * Ensure the following are there: perl, python, g++ for c/c++/fortran, Tcl.
 * mount nfs service from grid-0 to  /nfs/disk
 * define the node name as grid-X and update /etc/hosts for the nodes to reflect the new node.
 * copy /etc/bash.bashrc from grid-0 to the new node

2. Install NIS service, propagate the NIS account from grid-0

3. Install SGE, accepted by grid-0

4. Install additional tools

 * matlab client
 * ATALAS and CLAPACK

5. Done