Changes between Version 16 and Version 17 of Reading/XenP/cluster


Ignore:
Timestamp:
Apr 15, 2009, 4:58:35 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reading/XenP/cluster

    v16 v17  
    3737// node01 的設定
    3838$ sudo aptitude install nfs-kernel-server
     39// 讓 node02 的 ip 可以 mount nfs
    3940$ vim /etc/exports
    40 /home/domains  192.X.X.X(rw,sync,async,no_root_squash,no_subtree_check)
    41 /home/one      192.X.X.X(rw,sync,async,no_root_squash,no_subtree_check)
     41/home/domains  192.X.X.X(rw,sync)
     42/home/one      192.X.X.X(rw,sync)
     43
    4244$ /etc/init.d/nfs-kernel-server start
    4345$ showmount -a