exports_ccase
List
of VOBs to be accessed by non-ClearCase hosts
Applicability
Product
|
Command
type
|
ClearCase®
|
data
structure
|
Synopsis
- Exports table entry:
- Standard options:
- Default options:
Description
A host that has not installed ClearCase can
still access any VOB, using NFS. For the procedure to set up non-ClearCase
access to a VOB, see the IBM Rational ClearCase Administrator's
Guide.
Examples
- A ClearCase host, saturn, wants
to export a VOB mounted at /vobs_proj, as seen through
view beta. This line exports the VOB to all hosts in the network:
/view/beta/vobs_proj
A non-ClearCase host soft-mounts the VOB
with this file system table entry:
saturn:/view/beta/vobs_proj /
ccase_vobs_proj nfs rw,noauto,soft,timeo=300,retrans=10 0 0
Another host hard-mounts the VOB with this
file system table entry:
saturn:/view/beta/vobs_proj /vobs_proj nfs rw,hard 0 0
- Export a VOB to netgroup pcgroup,
and also to individual host newton.
Notes
The ClearCase installation procedure creates
a template /etc/exports.mvfs, all of whose lines are
commented out.