Changes between Version 6 and Version 7 of chwhs/Grid_environment/GT_DRBL


Ignore:
Timestamp:
Sep 17, 2008, 6:02:30 PM (16 years ago)
Author:
chwhs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • chwhs/Grid_environment/GT_DRBL

    v6 v7  
    161161 In "for subnet in $subnet_list" loop, you should add one line.
    162162
    163     /usr/local/globus-4.2.0 $subnet.*($EXPORTS_NFS_RO_NRS_OPT)
     163    /usr/local/globus-4.2.0 $subnet.*($EXPORTS_NFS_RW_NRS_OPT)
    164164
    165165 In "for ip in `get-client-ip-list`" loop, you should also add one line.
    166166
    167     /usr/local/globus-4.2.0 $ip($EXPORTS_NFS_RO_NRS_OPT)
     167    /usr/local/globus-4.2.0 $ip($EXPORTS_NFS_RW_NRS_OPT)
    168168
    169169 We assume that $GLOBUS_LOCATION is /usr/local/globus-4.2.0.
     
    173173 You only need to add one line.
    174174
    175     $nfsserver:/usr/local/globus-4.2.0   /usr/local/globus-4.2.0   nfs    $FSTAB_NFS_RO_OPT
     175    $nfsserver:/usr/local/globus-4.2.0   /usr/local/globus-4.2.0   nfs    $FSTAB_NFS_RW_OPT
    176176}}}
    177177     * After modifying the two files, you should run "/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf" to replace current /etc/exports.