exports_ccase

List of VOBs to be accessed by non-ClearCase hosts

APPLICABILITY

ProductCommand type
ClearCasedata structure

Platform
UNIX

SYNOPSIS

  • Exports table entry:
    Solaris:VOB-tag [ –ro ] [ –ro=client [ :client ]... ]
    [ –rw=client [ :client]... ] ]
    [ –anon=uid
    [ –rw ] [ –root=host [ :host]... ]
    All other platforms:VOB-tag [ options ] [ netgroup | hostname ] ...
  • Standard options:
    Solaris:None.
    All other platforms:ro, rw, anon, root, access
  • Default options:
    Solaris:–rw
    All other platforms:rw, anon=nobody

DESCRIPTION

A host that has not installed ClearCase can still access any VOB, using NFS. See the Administrator's Guide for the procedure to set up non-ClearCase access to a VOB.

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.
    /view/beta/vobs/proj –w=pcgroup:newton Solaris
    /view/beta/vobs/proj –access=pcgroup:newton All other architectures

NOTES

The ClearCase installation procedure creates a template /etc/exports.mvfs, all of whose lines are commented out (on all platforms except Digital UNIX).

FILES

AIX 4, MP-RAS/etc/exports.mvfs /etc/rc.atria
Digital UNIX /sbin/init.d/atria
HP-UX 10, HP-UX 11/etc/exports.mvfs /sbin/init.d/atria
Solaris, IRIX, Reliant UNIX, UnixWare /etc/exports.mvfs /etc/init.d/clearcase

SEE ALSO

cleartool, export_mvfs, init_ccase, Administrator's Guide

Architecture-specific man pages:

AIX 4, HP-UX 10, HP-UX 11, IRIX, MP-RAS: exports(4), fstab(4), netgroup(4)
Digital UNIX:exports(4), fstab(4), netgroup(4), showmount(8), mountd(8)
Reliant UNIX:exports(4), dfstab(4), vfstab(4), share(1M)
Solaris, UnixWare: dfstab(4), vfstab(4), share(1M), netgroup(4)


Copyright© 2003 Rational Software. All Rights Reserved.