Sunday, March 6, 2011

coral software installation

1. 首先先安装 AFS

Debian provides a way in which modules can be compiled from source and installed as Debian Packages (like RPMs) automatically, without manual compilation, editing of configuration files etc. Here is a summary of how to do this:
  1. apt-get install openafs-client module-assistant.
  2. module-assistant update
  3. module-assistant prepare openafs-modules
  4. module-assistant auto-build openafs-modules
  5. This will download the source files and compile modules for the kernel to make debian packages which can then be installed using dpkg.
  6. The configurations files are same, but are located in /etc/openafs instead of /usr/vice/
  7. Fedora doesnt seem to have a process of automating the compilation of modules for the kernel. Switch to Debian now

Installation is complete. Now we will configure the client to access AFS directories provided by Lehigh.

Edit /usr/vice/etc/CellServDB?

It should only have:

>cc.lehigh.edu #lehigh university
  1. 128.180.39.25           #fs2.cc.lehigh.edu
        128.180.2.13            #fs3.cc.lehigh.edu
        128.180.2.10            #fs4.cc.lehigh.edu
        128.180.2.11            #fs5.cc.lehigh.edu
  2. vi /usr/vice/etc/ThisCell
    It should only have one line:
    cc.lehigh.edu
  3. see that you have directory /afs. It should have been created when we installed openafs RPMs.
  4. To start the client do
    /etc/init.d/openafs-client start
**********************************************************************************************************************************

上面都是网上coral wiki里面的内容

下面是一些其他内容 

1. 在afs中 只有 cc.lehigh.edu 这一个文件夹

2. kernel 的版本 i386_linux26

3. usr/ local/bin ln -s /afs/cc.lehigh.edu/com/i386_linux26/

4. cd cc.lehigh.edu/common/i386_linux26/mathematics

5. exim4 mailserver

6. ilm is the liscense manager

7. can not resolve trout hostname
solution: emacs hostname  -> trout.ie.lehigh.edu

8. rsync -a barrucuda.ie.lehigh.edu: /usr/local/ilm ......

9. rsync -a shark.ie.lehigh.edu:~/.ssh/*

10. bash.bashrc 和 .bashrc 区别, bash.bashrc是系统文件, 
.bashrc是每一个user login 之后才更新的

11. option solver cplex12

12. /usr/local/cplex/21/bin/x86-.....

13. 别忘加path和export文件路径

No comments:

Post a Comment